(nnimap-wait-for-response): Always look (at least) at the previous line.
[gnus] / lisp / ChangeLog
1 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * shr.el (shr-insert): Set shr-start after deleting trailing space;
4         don't delete it within indentation.
5
6 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
9         previous line.
10
11 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12
13         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
14         QRESYNC command by deleting a superfluous space which broke Cyrus
15         servers.  This change will break other servers that are buggy the other
16         way around.
17
18 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
19
20         * spam.el: Reindent and fix long lines.
21         (spam-copy-or-move-routine): Exclude invalid move destinations.
22
23 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
24
25         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
26         installed the registry.
27
28 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
29
30         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
31
32 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
33
34         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
35         groupname doesn't contain "gmane".
36
37 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
38
39         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
40         and netrc-bound-and-true-p bindings.
41         (netrc-parse): Cache the netrc contents.
42
43         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
44         (gnus-1): Don't create the nndrafts group twice.
45         (gnus-setup-news): There's no need to read the active file here, since
46         that's done again later on a per-backend basis.
47         (gnus-start-draft-setup): Make sure that the new group is started out
48         empty.
49
50         * gnus-agent.el (gnus-agentize): Don't create the queue group
51         automatically on startup.  It'll be created later, if needed.
52
53         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
54         of automatically subscribed groups.
55         (gnus-auto-subscribed-categories): New variable.
56         (gnus-matches-options-n): Use it.
57         (gnus-default-subscribed-newsgroups): Remove unused variable.
58         (gnus-start-draft-setup): Message a bit less.
59
60 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
61
62         * nnir.el (nnir-run-imap): Return article list in order of increasing
63         UID.
64
65 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
66
67         * gnus-sum.el (gnus-summary-enter-digest-group): Mention
68         gnus-auto-select-on-ephemeral-exit.
69
70         * proto-stream.el (proto-stream-open-network-only): Fix the calling
71         convention of the network-only option.
72
73 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
74
75         * proto-stream.el (proto-stream-open-network-only): New function to
76         have a way to specify non-STARTTLS upgrade connections.
77
78 2010-12-10  Julien Danjou  <julien@danjou.info>
79
80         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
81         email address is nil.
82
83         * message.el (message-bogus-recipient-p): Set address to "" if nil.
84
85 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
86
87         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
88         deletion.
89         (nnir-run-imap): Only need to parse list once.
90
91 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
92
93         * shr.el (shr-tag-script): Ignore <script>.
94         (shr-tag-label): Add <label> support.
95
96 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
97
98         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
99
100         * shr.el (shr-image-displayer): Work for images lined side by side.
101
102 2010-12-08  Robert Pluim  <rpluim@gmail.com>
103
104         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
105         parameter, since XEmacs doesn't accept t as a parameter.
106
107 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
108
109         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
110         ids.
111         (nnir-run-gmane): Simplify groupspec formatting.
112         (nnir-request-expire-articles): New function.
113
114 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115
116         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
117         overflow, possibly.
118
119         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
120         (shr-render-td): Handle td style="" better.
121         (shr-tag-table): Use the color from the style sheet.
122         (shr-render-td): Make sure we copy over all the overlays, too.
123
124 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
125
126         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
127         (nnir-request-article): Improve article retrieval.
128
129 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
130
131         * mm-util.el (mm-extra-numeric-entities): New variable.
132
133         * mm-url.el (mm-url-decode-entities):
134         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
135
136         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
137
138 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
139
140         * message.el: Use completion-at-point.
141         (message-completion-function): New fun, extracted from message-tab.
142         (message-mode): Use it for completion-at-point-functions.
143         (message-tab): Use it and completion-at-point.
144
145 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
146
147         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
148         character if a non-breakable character follows.
149
150 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
151
152         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
153         any stream.
154
155         * shr.el (shr-tag-font): Colorize the region.
156         (shr-tag-body): Ditto.
157         (shr-tag-font): Actually let the styles be inherited instead of
158         overwriting them.
159         (shr-tag-font): Get the background color right.
160         (shr-tag-style): Ignore all <style> tags for the moment.
161
162         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
163         a Message-ID to avoid having nnimap depend on gnus-sum.
164
165         * shr.el (shr-descend): Only colorize something if we have a node that
166         sets colors.
167
168 2010-12-06  Julien Danjou  <julien@danjou.info>
169
170         * shr.el (shr-render-td): Render td content with shr-descend, so style
171         will be applied to <td> too.
172         (shr-colorize-region): Colorize region even if we only have a background.
173         (shr-tag-body): Fix color and background color inheritance.
174         Do not recolorize after shr-generic.
175         (shr-tag-font): Let shr-generic colorize via inheritance.
176
177 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
178
179         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
180
181 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
182
183         * nnir.el (nnir-request-move-article): Remove obsolete code.
184
185 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
188
189 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
190
191         * gnus-sum.el (gnus-summary-respool-article): The completion function
192         expects a list instead of an alist.
193
194         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
195         string as the parameter.
196
197         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
198
199         * shr.el (shr-stylesheet): New dynamic variable for cascading the
200         styles.
201         (shr-colorize-region): New function.
202         (shr-insert-background-overlay): Remove.
203         (shr-render-td): Background setting should be taken care of on a higher
204         level.
205         (shr-tag-body): Use post-hoc colorizations.
206         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
207         (shr-put-color-1): Don't overwrite old colors.
208         (shr-colorize-region): When the background color isn't explicit, use
209         a fixed background.
210
211         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
212         nnmail variables.
213
214 2010-12-05  Bjørn Mork  <bjorn@mork.no>
215
216         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
217         unless necessary.
218
219 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
220
221         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
222         server.
223
224 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
225
226         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
227         so that TAB works.
228
229         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
230         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
231
232         * shr.el (shr-urlify): Show the URL before the title to avoid
233         misleading URLs.
234
235 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
236
237         * shr.el (shr-urlify): Display the title in <a> tags.
238
239 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
240
241         * nnir.el (nnir-categorize): Replace mapcar with mapc.
242
243 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
244
245         * nnir.el: Rearrange code to allow macros to be autoloaded by
246         gnus-sum.el.
247         (nnir-retrieve-headers-override-function): Make this variable
248         customizable.
249         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
250
251         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
252         from nnir.el.
253
254 2010-12-03  Julien Danjou  <julien@danjou.info>
255
256         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
257
258 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
259
260         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
261         allow optional argument `environment'.
262
263 2010-12-03  Glenn Morris  <rgm@gnu.org>
264
265         * mm-extern.el (message-goto-body): Update declaration.
266
267 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
268
269         * gnus-util.el (gnus-macroexpand-all): New function.
270
271         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
272         instead of macroexpand-all that is unavailable in XEmacs.
273
274 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
275
276         * nnir.el (nnir-summary-line-format): New variable.
277         (nnir-mode): Use it.
278         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
279         (nnir-article-ids): Reimplement as defsubst.
280         (nnir-retrieve-headers): Don't mangle the subject header.
281         (nnir-run-imap): Use 100 as RSV score.
282         (nnir-run-find-grep): Fix for full server searching.
283         (nnir-run-gmane): Better restriction to gmane groups.
284
285         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
286         summary buffers.
287
288 2010-12-02  Julien Danjou  <julien@danjou.info>
289
290         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
291
292         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
293
294         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
295         support.
296
297 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
298
299         * nnir.el: Update to handle the registry better.
300         (autoload): Silence byte-compiler.
301         (nnir-open-server): Add a hook for nnir groups.
302         (nnir-request-move-article): Don't mangle the header. Better to use
303         formating variables (which will be added in the future).
304         (nnir-registry-action): Update the registry using the original article
305         group name.
306         (nnir-mode): Install nnir-specific hooks for updating the registry.
307
308         * gnus-sum.el
309         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
310         obsolete variables.
311         (gnus-summary-move-article): Remove use of obsolete variables.
312         (gnus-summary-local-variables): Make move and delete hooks local to
313         summary buffers.
314
315 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
316
317         * rtree.el: New file.
318
319 2010-12-01  Julien Danjou  <julien@danjou.info>
320
321         * message.el (message-user-organization): Do not use
322         gnus-local-organization.
323
324         * gnus.el: Remove gnus-local-organization.
325
326         * gnus-msg.el: Remove nastygram thing.
327
328 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
329
330         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
331         funcall.
332
333 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
334
335         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
336         names.
337
338         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
339         characters.
340
341         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
342         to t of inhibit-read-only since it is inside gnus-with-article-headers.
343         Suggested by Štěpán Němec <stepnem@gmail.com>.
344         (gnus-gravatar-transform-address): Use mail-extract-address-components
345         that supports non-ASCII names rather than mail-header-parse-addresses.
346
347 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
348
349         * proto-stream.el (open-protocol-stream): All starttls connections are
350         handled by the network handler.
351
352 2010-11-30  Julien Danjou  <julien@danjou.info>
353
354         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
355         (nnimap-open-connection-1): Fix PREAUTH.
356
357         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
358
359 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
360
361         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
362         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
363         (shr-insert): Use them.
364         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
365
366 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
367
368         * nnir.el (nnir-request-move-article): Bail out if original group
369         doesn't support article moves.
370         (nnir-get-active): Improve active list retrieval.
371
372 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
373
374         * shr.el (shr-find-fill-point): Don't break before apostrophes.
375
376 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
377
378         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
379         seem to accept strings-with-numbers as port numbers,
380
381 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
382
383         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
384         change the registry.
385
386 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
387
388         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
389         delete-dups that is not available in XEmacs 21.4.
390
391         * mm-util.el (mm-delete-duplicates): Add comment.
392
393 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
394
395         * nnir.el (nnir-ignored-newsgroups): New variable.
396         (nnir-get-active): Use it.
397
398 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
399
400         * proto-stream.el (proto-stream-open-network): Add some comments.
401
402         * nntp.el (nntp-open-connection): Provide a :success condition.
403
404         * nnimap.el (nnimap-open-connection-1): Ditto.
405
406         * proto-stream.el (proto-stream-open-network): See what the response to
407         the STARTTLS command is.
408
409         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
410         backwards compatibility).
411         (nnimap-open-connection-1): Really respect nnimap-server-port.
412
413         * proto-stream.el (proto-stream-open-network): When doing opportunistic
414         TLS upgrades we don't really care about the identity of the peer.
415         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
416         that what we've checked for.
417         (proto-stream-always-use-starttls): Only default to t if
418         open-gnutls-stream exists.
419         (proto-stream-open-network): If STARTTLS failed, then just open a
420         normal connection.
421         (proto-stream-open-network): Wait until the greeting before doing
422         STARTTLS.
423
424         * nntp.el (nntp-open-connection): Report what the connection error is.
425
426         * proto-stream.el (open-protocol-stream): Renamed from
427         open-proto-stream.
428
429 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
430
431         * nnimap.el (nnimap-stream): Change default to `undecided'.
432         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
433         first, and then network.
434         (nnimap-open-connection-1): Respect nnimap-server-port.
435         (nnimap-open-connection): Be more backwards-compatible.
436
437         * proto-stream.el (proto-stream-always-use-starttls): New variable.
438         (proto-stream-open-starttls): De-duplicate the starttls code.
439         (proto-stream-open-starttls): Folded back into the main function.
440         (proto-stream-open-network): Fix typo in the gnutls path.
441         (proto-stream-command): Refactor out.
442
443         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
444
445         * proto-stream.el (proto-stream-open-starttls): Actually implement the
446         starttls.el STARTTLS.
447
448         * color.el (color-lab->srgb): Fix function call name.
449
450         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
451         if we're using tls.el.
452         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
453         built in, then don't try to establish a STARTTLS connection.
454
455         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
456         servers.
457
458         * proto-stream.el (open-proto-stream): Use network, not stream.
459         (open-proto-stream): Add a way to specify what the end of a command is.
460
461         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
462         connections types.
463         (nntp-open-network-stream): Remove.
464         (nntp-open-ssl-stream): Remove.
465         (nntp-open-tls-stream): Remove.
466         (nntp-ssl-program): Remove.
467
468         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
469
470 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
471
472         * nnir.el: Fix typos.
473         (nnir-retrieve-headers-override-function): Rename variable to reflect
474         new semantics.
475         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
476         macros.
477         (nnir-request-article, nnir-request-move-article): Use them.
478         (nnir-categorize): New function.
479         (nnir-run-query): Use it.
480         (nnir-retrieve-headers): Rewrite to batch header retrieval.
481         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
482         sorted.
483         (nnir-group-full-name): Use gnus-group-full-name instead.
484         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
485         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
486
487 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
488
489         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
490
491         * proto-stream.el: New library to provide protocol-specific
492         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
493         protocols.
494         (open-proto-stream): Complete the documentation.
495         (proto-stream-open-network): Fix some typos.
496
497         * nnimap.el (nnimap-open-connection): Use it.
498
499 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
500
501         * pop3.el (pop3-open-server): Read server greeting before starting TLS
502         negotiation.
503
504 2010-11-26  Julien Danjou  <julien@danjou.info>
505
506         * color.el: Rename various rgb functions to srgb.
507
508 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
509
510         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
511         names.
512
513 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
514
515         * shr.el (shr-insert): Revert last change.
516         (shr-find-fill-point): Never leave point being at bol;
517         relax the kinsoku limitation when rendering tables.
518
519 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
520
521         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
522         results from -accept-article.
523
524         * shr-color.el: Require cl when compiling.
525
526         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
527         checkin.
528
529         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
530
531         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
532
533         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
534         'add and 'delete to set backend marks.
535
536         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
537
538         * nnheader.el (nnheader-update-marks-actions): Refactor out.
539
540         * nntp.el (nntp-request-set-mark): Use it.
541
542         * nnfolder.el (nnfolder-request-set-mark): Ditto.
543
544         * nnml.el (nnml-request-set-mark): Ditto.
545
546         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
547         introduces regressions in article selection.
548         (nnimap-find-uid-response): New function.
549         (nnimap-request-accept-article): Use the UID returned, if any.
550         (nnimap-request-move-article): Use the UID returned, if any.
551         (nnimap-get-groups): Reimplement to work with folded lines.
552         (nnimap-find-uid-response): The UID is the last element in the list.
553         (nnimap-request-set-mark): Extend syntax with 'set.
554
555         * nnml.el (nnml-request-set-mark): Ditto.
556
557         * nnfolder.el (nnfolder-request-set-mark): Ditto.
558
559         * nntp.el (nntp-request-set-mark): Ditto.
560
561 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
562
563         * message.el (message-called-interactively-p): A temporary macro.
564         (message-goto-body): Use it temporarily.
565
566 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
567
568         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
569         (nnimap-last-response-string): Unfold quoted lines, if they exist.
570         (nnimap-last-response-string): Fix last unfolding fix.
571
572 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
573
574         * shr.el (shr-insert): Fix the way to fold lines.
575
576 2010-11-25  Julien Danjou  <julien@danjou.info>
577
578         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
579
580         * color.el: Rename from color-lab.el
581         (color-rgb->hex): Add.
582         (color-complement): Add.
583         (color-complement-hex): Add.
584
585         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
586
587 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
588
589         * shr-color.el (shr-color-visible): Don't bug out if the colour names
590         don't exist.
591
592 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
593
594         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
595         assuming that article displaying or another mml-preview may be
596         interrupted for an error or for the like.
597
598         * shr.el (shr-get-background): Fix argument name.
599
600 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
601
602         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
603
604         * gnus-sum.el (gnus-summary-include-articles): New function.
605
606         * message.el (message-goto-body): called-interactively-p needs a
607         parameter, so use `any'.
608
609         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
610         clear marks before moving, since they're synced from the Gnus side
611         first.
612
613         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
614         (gnus-summary-move-article): Copy over all marks before moving, so that
615         IMAP doesn't think a new article has arrived.
616
617 2010-11-24  Julien Danjou  <julien@danjou.info>
618
619         * shr.el (shr-insert-background-overlay): Fix typo.
620         (shr-render-td): Copy the background before rendering.
621
622         * shr-color.el (shr-color-visible): Fix docstring.
623
624         * shr.el (shr-tag-table): Add bgcolor support.
625         (shr-render-td): Add bgcolor support.
626         (shr-get-background): Add.
627         (shr-insert-foreground-overlay): Use shr-get-background.
628
629         * message.el (message-goto-body): Use called-interactively-p.
630         (message-in-body-p): message-goto-body returns point.
631
632 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
633
634         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
635         Fixes something or other in Emacs 23, and is backwards compatible.
636
637         * message.el (message-goto-body): Remove the <#secure special-casing,
638         which is too special.
639
640         * shr.el (shr-parse-style): Drop !important from styles.
641
642 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
643
644         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
645         this function to return incorrect results when calling it with an
646         explicit article argument different from
647         (gnus-summary-article-number).
648
649 2010-11-24  Julien Danjou  <julien@danjou.info>
650
651         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
652         (shr-tag-body): Add background support.
653         (shr-descend): Add background support.
654         (shr-tag-title): Add.
655
656         * shr-color.el (shr-color-visible): Really return original background
657         if fixed.
658
659 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
660
661         * shr.el (shr-color-check): Protect against non-existant colour names.
662
663 2010-11-24  Julien Danjou  <julien@danjou.info>
664
665         * color-lab.el: Require 'cl when compiling.
666
667         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
668
669         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
670         matched part.
671
672         * color-lab.el: Fix all expt calls to use float type.
673
674 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
675
676         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
677         expression to shr-color-check as is.
678
679         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
680
681         * color-lab.el: Add coding cookie.
682         (float-pi): Use eval-and-compile.
683
684         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
685         compiled for Emacsen having no `libxml-parse-html-region' support.
686
687 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
688
689         * shr.el (shr-insert-color-overlay): Split stuff like
690         "#444444 !important" to find the real colour.
691         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
692         parse <font color="red"> entries.
693
694 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
695
696         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
697         point when parsing headers.
698
699         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
700         is positioned properly when parsing headers.
701
702 2010-11-23  Julien Danjou  <julien@danjou.info>
703
704         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
705
706         * shr-color.el (shr-color->hexadecimal): Add support for color names.
707
708         * shr.el (shr-parse-style): Replace \n with space in style parsing.
709
710         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
711         shr-color-hue-to-rgb.
712         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
713
714 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
715
716         * shr.el (shr-color->hexadecimal): Autoload.
717         (shr-descend): Add color to all tags.
718
719 2010-11-22  Julien Danjou  <julien@danjou.info>
720
721         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
722         shr-color->hexadecimal.
723
724         * shr-color.el (shr-color->hexadecimal): Add converting functions for
725         RGB() or HSL() color representation.
726
727         * shr.el (shr-tag-font): Add.
728         (shr-tag-color-check): New function to get better colors.
729         (shr-tag-insert-color-overlay): Factorize code between tag-font and
730         tag-span.
731
732         * shr-color.el: New file.
733
734         * color-lab.el: New file.
735
736         * gnus-art.el (gnus-url-mailto): Do not downcase args.
737
738 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
739
740         * nnir.el: Fix typo in comments.
741         (nnir-run-imap): Simplify code. No need to reverse artlist.
742         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
743
744 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745
746         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
747
748         * nnimap.el (nnimap-get-capabilities): Refactor out.
749         (nnimap-open-connection): Re-request capabilities after STARTTLS.
750
751 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
752
753         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
754         appearing when `mm-uu-hide-markers' is nil.
755
756 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
757
758         * nnimap.el (nnimap-unselect-group): Make into its own function.
759         (nnimap-request-rename-group): Unselect group before renaming.
760         This had gotten lost somewhere.
761         (nnimap-request-accept-article): Keep track of examined groups, and
762         unselect the group before APPENDing to read-only groups.
763         (nnimap-request-move-article): Clear flags before moving so that they
764         can be re-set later.
765
766 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
767
768         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
769         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
770
771 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
772
773         * gnus-art.el (gnus-mime-display-single)
774         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
775         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
776         parameter.
777
778 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
779
780         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
781         (shr-table-vertical-line): New variable.
782         (shr-insert-table): Use it.
783
784 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
785
786         * gnus-html.el (gnus-html-wash-images): Don't display images if
787         gnus-inhibit-images is non-nil; register displayer for cid images.
788         (gnus-html-display-image): Work for cid image.
789         (gnus-html-insert-image): Allow arguments.
790         (gnus-html-put-image): Inhibit read-only.
791         (gnus-html-prefetch-images): Don't prefetch images if
792         gnus-inhibit-images is non-nil.
793
794 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
795
796         * shr.el (shr-put-image): Break lines when inserting big pictures.
797
798 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
799
800         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
801         sender, thanks Katsumi Yamaoka.
802
803 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
804
805         * nnir.el (nnir-run-imap): Reverse the article list for each group
806         rather than the whole list.
807
808 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
809
810         * shr.el (shr-image-displayer): Protect function against non-existent
811         image source.
812
813         * gnus-art.el (gnus-inhibit-images): New user option.
814         (gnus-mime-display-single): Don't display image if it is non-nil.
815
816         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
817         gnus-inhibit-images.
818
819         * shr.el (shr-image-displayer): New function.
820         (shr-tag-img): Use it.
821
822 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
823
824         * mml2015.el (mml2015-epg-sign): Use From header.
825
826 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
827
828         * gnus-html.el (gnus-html-wash-images): Register a displayer.
829
830         * gnus-util.el (gnus-find-text-property-region): Return markers.
831
832         * shr.el (shr-tag-img): Put a displayer in the text property.
833
834         * gnus-util.el (gnus-find-text-property-region): New utility function.
835
836         * gnus-html.el (gnus-html-display-image): Make the alt optional.
837         (gnus-html-show-images): Remove.
838
839         * gnus-art.el (gnus-article-show-images): New, more general function.
840
841         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
842         image url text properties.
843
844         * shr.el: Ditto.
845
846         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
847         gnus-agent-auto-agentize-methods is set.  Which it isn't.
848
849 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
850
851         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
852         work for two or more articles.
853
854 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
855
856         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
857         divide an image that's in an html article to two or more when washing
858         non-ASCII characters in alt text of it.
859
860 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
861
862         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
863         smime-decrypt-region using function argument.
864         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
865
866         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
867
868         * smime.el (smime-decrypt-region): Catch it.
869
870 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
871
872         * smime.el (smime-mode-map): Move initialization into declaration.
873         (gnus-run-mode-hooks): Don't autoload.
874         (smime-mode): Use define-derived-mode.
875
876 2010-11-11  Glenn Morris  <rgm@gnu.org>
877
878         * smime.el (from): Restrict declaration to XEmacs.
879
880         * nnir.el (gnus-group-topic-name): Autoload.
881
882 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
883
884         * shr.el (shr-insert): Don't break long line if it is because of
885         kinsoku-bol characters in the line end.
886
887 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
888
889         * nnir.el (nnir-request-move-article): Fix to provide original group
890         and subject.
891         (nnir-warp-to-article): Don't fail on articles whose headers haven't
892         been retrieved.
893
894         * gnus-sum.el (gnus-summary-move-article): Use original group and
895         subject for virtual articles such as those in an nnir summary buffer.
896
897 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
898
899         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
900         least 21.5).
901
902         * smime.el (from): Declare it again for XEmacs.
903
904 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905
906         * message.el (message-resend): Don't disable encoding unless it's
907         already encoded.
908
909         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
910         low-numbered articles.
911
912 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
913
914         * rfc2047.el (rfc2047-syntax-table): Simplify.
915
916         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
917
918         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
919         set-char-table-range for XEmacs.
920
921 2010-11-10  Glenn Morris  <rgm@gnu.org>
922
923         * time-date.el (time-to-seconds): Always an alias on Emacs,
924         never a real function.
925         (with-no-warnings): Remove compat stub, now unused.
926         (time-less-p): Doc fix.
927         (time-to-number-of-days): Simplify.
928
929         * smime.el (from): Remove unused declaration.
930
931         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
932         (gnus-float-time): On Emacs, always an alias.
933
934         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
935         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
936
937 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
938
939         * dgnushack.el: Don't use ignore-errors in the top level form since it
940         is unavailable in XEmacs even if cl is loaded.
941
942         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
943
944 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
945
946         * shr.el (browse-url-mailto): Autoload.
947
948         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
949
950         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
951         regexp doesn't need quoting.
952
953 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
954
955         * message.el (message-subject-trailing-was-ask-regexp)
956         (message-subject-trailing-was-regexp): Match was: in addition to was.
957
958 2010-11-09  Glenn Morris  <rgm@gnu.org>
959
960         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
961         (nnbabyl-check-mbox): Use point-at-bol.
962
963 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
964
965         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
966
967         * message.el (message-mailto): New function.
968         (message-mailto): Should accept other parameters.
969         (message-mailto): Remove since it duplicates browse-url-mailto
970         functionality.
971
972 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
973
974         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
975         methods.
976         (gnus-read-active-file): Ditto.
977
978         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
979         ": " from the prompt.
980         (gnus-group-make-group): Ditto.
981
982 2010-11-07  Glenn Morris  <rgm@gnu.org>
983
984         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
985         (gnus-bookmark-kill-line): Use point-at-eol.
986
987 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
988
989         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
990         asterisks in From header.
991
992 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993
994         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
995         string to avoid making the From headers syntactically invalid.
996
997         * message.el (message-send-mail): Don't insert courtesy messages if the
998         message already has List-Post and List-ID messages.
999
1000 2010-11-06  Glenn Morris  <rgm@gnu.org>
1001
1002         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1003         `condition', `type', `length' a prefix.
1004         (gnus-treat-predicate): Update for above name changes.
1005
1006 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1007
1008         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1009         binding.  Handled by `gnus-summary-refer-thread' instead.
1010         (nnir-warp-to-article): New backend function.
1011
1012         * nnimap.el (nnimap-request-thread): Force dependency updating.
1013
1014         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1015         (gnus-summary-refer-thread): Rework to improve thread-referral.
1016
1017         * gnus-int.el (gnus-warp-to-article): New function.
1018
1019         * gnus-sum.el (gnus-summary-article-map): Bind it.
1020
1021 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1022
1023         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1024         gnus-summary-refer-thread.
1025
1026         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1027         headers.
1028         (gnus-summary-limit-include-thread): Prevent articles in thread from
1029         being cut in gnus-cut-threads.
1030         (gnus-summary-refer-thread): Limit retrieved headers to those in
1031         thread.
1032
1033 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034
1035         * message.el (message-send-mail): Use the value of
1036         message-courtesy-message from the message buffer.
1037
1038         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1039
1040         * shr.el (shr-browse-url): Implement mailto: URLs.
1041
1042         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1043         "raw".
1044
1045         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1046         if it's already selected.
1047
1048         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1049
1050 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1051
1052         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1053         to measure the length and truncate alt text.
1054
1055 2010-11-03  Glenn Morris  <rgm@gnu.org>
1056
1057         * nndiary.el (nndiary-generate-nov-databases-1)
1058         (nndiary-generate-active-info): Rename dynamic variable `files' to
1059         something less generic.
1060
1061 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1062
1063         * nnir.el (nnir-request-move-article): Call the underlying backend to
1064         move articles from nnir.
1065
1066 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1067
1068         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1069
1070 2010-11-02  Julien Danjou  <julien@danjou.info>
1071
1072         * nnir.el: Remove wais support.
1073
1074 2010-11-02  Glenn Morris  <rgm@gnu.org>
1075
1076         * gnus-html.el: Reorder requirements to quieten compiler.
1077
1078 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1079
1080         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1081         properly for XEmacs as well.
1082         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1083         (gnus-article-natural-long-line-p): Use window-width rather than
1084         frame-width.
1085
1086 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1087
1088         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1089         (nnir-read-parms): Don't modify query.
1090         (nnir-run-query): Add ability to search topic on current line.
1091         (nnir-get-active): Clean up.
1092
1093 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1094
1095         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1096         degenerate articles.
1097
1098         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1099         (gnus-print-buffer): Just print the buffer as is, without any copying
1100         to a buffer and then re-highlighting.
1101
1102         * nnimap.el (nnimap-request-group): Store the new updated info.
1103         (nnimap-request-group): Select the group when we don't know whether it
1104         exists or not.
1105
1106         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1107         groups.
1108
1109         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1110         groups.
1111
1112         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1113         groups.
1114
1115         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1116         long-lines case by only filling the long lines.
1117
1118         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1119         (bug #7311).
1120
1121 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1122
1123         * shr.el: No need to declare `declare-function' since shr.el is for
1124         only Emacsen that provide `libxml-parse-html-region'.
1125
1126         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1127         effective only in a file it is referred to.
1128
1129 2010-11-01  Glenn Morris  <rgm@gnu.org>
1130
1131         * mm-util.el (gnus-completing-read): Autoload.
1132         (mm-read-coding-system): Simplify Emacs definition.
1133
1134         * nnmail.el (gnus-activate-group):
1135         * nnimap.el (gnutls-negotiate):
1136         * nntp.el (netrc-parse): Fix declarations.
1137
1138 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1139
1140         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1141         string-match-p in Emacs >=23.
1142
1143         * gnus-msg.el (gnus-configure-posting-styles)
1144         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1145
1146 2010-11-01  Glenn Morris  <rgm@gnu.org>
1147
1148         * nnir.el (declare-function): Add compat stub.
1149         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1150         (nnir-run-gmane): Require 'mm-url.
1151
1152         * mm-util.el (mm-string-to-multibyte): Simplify.
1153
1154         * shr.el (declare-function): Add compat stub.
1155         (url-cache-create-filename): Declare.
1156         (mm-disable-multibyte, widget-convert-button): Autoload.
1157
1158         * smime.el (ldap-search): Declare.
1159         (smime-cert-by-ldap-1): Require ldap on Emacs.
1160
1161         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1162         (nnimap-keepalive): Use gnus-float-time.
1163
1164         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1165         (mail-source-delete-crash-box): Use gnus-float-time.
1166
1167         * gnus-dired.el (gnus-completing-read): Autoload.
1168
1169         * mm-view.el (gnus-rescale-image): Autoload.
1170
1171         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1172
1173         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1174
1175         * sieve-manage.el: Require 'cl when compiling.
1176
1177         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1178         (gnus-iswitchb-completing-read): Require iswitchb.
1179         (gnus-select-frame-set-input-focus): Silence compiler.
1180
1181 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1182
1183         * message.el (message-subject-trailing-was-query): Change default to t,
1184         since I think that's what most people want.
1185
1186         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1187         appending for easier debugging.
1188         (nnimap-wait-for-connection): Take a regexp.
1189         (nnimap-request-accept-article): Wait for the continuation line before
1190         sending anything unless we're streaming.
1191
1192         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1193         leave the header washing to take place.
1194
1195 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1196
1197         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1198         regular expression match and replace in posting styles.
1199
1200 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1201
1202         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1203         an entire server.
1204         (nnir-get-active): New function.
1205         (nnir-run-imap): Use it.
1206         (nnir-run-gmane): Who knew, gmane search returns an article score!
1207
1208         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1209         server on the current line with nnir.
1210
1211 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1212
1213         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1214         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1215         left edge.
1216         (gnus-article-foldable-buffer): Skip past the prefix when determining
1217         raggedness.
1218
1219         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1220         the raw article, and change `C-u g' to show the article without doing
1221         treatments.
1222
1223         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1224         on to `gnus-treat-article'.
1225         (gnus-inhibit-article-treatments): New variable.
1226
1227         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1228
1229         * gnus-art.el (gnus-treatment-function-alist): Have
1230         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1231         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1232         sections.
1233
1234         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1235         parameter.
1236         (gnus-article-fill-cited-long-lines): New function.
1237         (gnus-article-fill-cited-article): Allow filling only long sections.
1238
1239         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1240         and non-punctuation (like after the apostrophe in "'We").
1241
1242         * gnus-sum.el (gnus-summary-select-article): Make sure
1243         gnus-original-article-buffer is alive.
1244
1245         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1246         reflect the order they're in in the digest.
1247
1248         * gnus.el (gnus-group-startup-message): Move point to the start of the
1249         buffer.
1250
1251         * nnimap.el (nnimap-capability): New function.
1252         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1253         is set.
1254
1255 2010-10-31  David Engster  <dengste@eml.cc>
1256
1257         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1258         conform with changes to gnus-completing-read.
1259
1260 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1261
1262         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1263
1264 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1265
1266         * nnir.el: Move defvar, defcustom around to keep file organized
1267         and keep byte-compiler quiet.
1268         (nnir-read-parms): Accept search-engine as arg.
1269         (nnir-run-query): Pass search-engine as arg.
1270         (nnir-search-engine): Remove.
1271
1272 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273
1274         * shr.el (shr-generic): The text nodes should be text, not :text.
1275
1276         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1277         later in the file.
1278
1279 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1280
1281         * nnir.el: General clean up.  Allow searching with multiple engines.
1282         Allow separate extra-parameters for each engine.
1283         Batch queries when possible.
1284         (nnir-imap-default-search-key,nnir-method-default-engines):
1285         Add customize interface.
1286         (nnir-run-gmane): New engine.
1287         (nnir-engines): Use it.  Qualify all prompts with engine name.
1288         (nnir-search-engine): Remove global variable.
1289         (nnir-run-hyrex): Restore for now.
1290         (nnir-extra-parms,nnir-search-history): New variables.
1291         (gnus-group-make-nnir-group): Use them.
1292         (nnir-group-server): Remove in favor of gnus-group-server.
1293         (nnir-request-group): Avoid searching twice.
1294         (nnir-sort-groups-by-server): New function.
1295
1296 2010-10-30  Julien Danjou  <julien@danjou.info>
1297
1298         * gnus-group.el: Remove gnus-group-fetch-control.
1299
1300         * gnus-start.el (gnus-find-new-newsgroups):
1301         Remove gnus-check-first-time-used.
1302
1303         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1304
1305 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1306
1307         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1308         set on groups that don't have \* permanentflags.
1309
1310 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1311
1312         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1313         control the background color.
1314         (shr-tag-img): Ignore very small web bug type images.
1315         (shr-put-image): Add help-echo alt texts to the images.
1316         (shr-tag-video): Show the video poster image.
1317
1318 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1319
1320         * shr.el (shr-table-depth): New variable.
1321         (shr-tag-table-1): Only insert the images after the top-level table.
1322
1323         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1324
1325         * gnus-util.el (gnus-list-memq-of-list): New function.
1326
1327         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1328         selected.
1329         (nnimap-unsplittable-articles): New slot.
1330         (nnimap-new-articles): Use it.
1331
1332 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1333
1334         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1335         move to the previous line on `M-g'.
1336
1337 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1338
1339         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1340         *-request-group, which seems unnecessary.
1341
1342         * nnimap.el (nnimap-quote-specials): Function copied over from
1343         imap.el.
1344         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1345         they support that.  Suggested by Tom Regner.
1346
1347 2010-10-29  Julien Danjou  <julien@danjou.info>
1348
1349         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1350         defalias.
1351         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1352
1353         * gnus.el: Remove `gnus-nntp-service' variable.
1354         (gnus-secondary-servers): Make obsolete.
1355         (gnus-nntp-server): Make obsolete.
1356
1357         * gnus-start.el (gnus-1): Remove x-splash calls.
1358
1359         * gnus-ems.el (gnus-x-splash): Remove.
1360
1361         * gnus.el (gnus-group-startup-message): Simplify/update code.
1362
1363         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1364         definition.
1365
1366         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1367         capability before doing anything.
1368         (gnus-group-insert-group-line): Remove useless
1369         gnus-group-remove-excess-properties.
1370
1371 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1372
1373         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1374
1375 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1378         config after reselecting.
1379
1380 2010-10-28  Julien Danjou  <julien@danjou.info>
1381
1382         * shr.el (shr-put-image): Use point even if only inserting text.
1383         (shr-put-image): Save excursion when inserting alt text on non-graphic
1384         display, so the behaviour is the same when we are on a graphic display.
1385
1386         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1387
1388 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1389
1390         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1391         (gnus-mime-copy-part): Check coding system, not charset.
1392         (gnus-mime-view-part-externally): Never remove part.
1393         (gnus-mime-view-part-internally): Don't remove part here.
1394         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1395         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1396         multipart/alternative.
1397
1398         * mm-decode.el (mm-display-part): Take optional arg `force'.
1399
1400 2010-10-26  Julien Danjou  <julien@danjou.info>
1401
1402         * gnus-group.el (gnus-group-default-list-level): Add this function to
1403         compute the default list level.
1404         (gnus-group-default-list-level): Add possibility to use a function.
1405
1406 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1407
1408         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1409
1410         * gnus-group.el (gnus-group-completing-read)
1411         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1412         gnus-replace-in-string.
1413
1414 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1415
1416         * shr.el (shr-tag-div): Add.
1417
1418         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1419
1420 2010-10-25  Julien Danjou  <julien@danjou.info>
1421
1422         * gnus-util.el: Remove `gnus-with-local-quit'.
1423
1424         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1425
1426 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1427
1428         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1429         the original article buffer.
1430
1431 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1432
1433         * nnimap.el (nnimap-request-head): New function.
1434         (nnimap-request-move-article): Try to be slighly faster by not
1435         requesting the entire message when moving.
1436         (nnimap-transform-headers): Don't bug out on bodiless articles.
1437         (nnimap-send-command): Have no outstanding messages if the IMAP server
1438         doesn't support streaming.
1439         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1440
1441 2010-10-24  Julien Danjou  <julien@danjou.info>
1442
1443         * message.el (message-default-headers): Fix type.
1444
1445 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1446
1447         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1448         prefetching images.
1449
1450         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1451         backend for unknown groups.  This is mainly useful for nnimap groups.
1452
1453         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1454         group isn't covered by the agent.
1455
1456 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1457
1458         * nnir.el (nnir-method-default-engines): New variable.
1459         (nnir-run-query): Use it.
1460         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1461         (gnus-summary-nnir-goto-thread): Change group if needed.
1462
1463         * gnus-group.el (gnus-group-group-map): Add key binding for
1464         gnus-group-make-nnir-group.
1465
1466 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1467
1468         * shr.el (shr-tag-object): Add.
1469
1470         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1471         original article buffer live.
1472         (gnus-summary-select-article-buffer):
1473         Mention gnus-widen-article-buffer.
1474
1475 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1476
1477         * shr.el (shr-tag-strong): Add.
1478
1479 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1480
1481         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1482         group names.  They mess up the group buffer badly.
1483
1484         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1485
1486         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1487         instead of the summary one.
1488
1489 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1490
1491         * mml.el (mml-preview): Work properly when editing article.
1492
1493         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1494         gnus-have-read-active-file if it's already been in.
1495
1496 2010-10-22  Tom Tromey  <tromey@redhat.com>
1497
1498         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1499         gnus-group-completing-read.
1500
1501 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1502
1503         * message.el (message-mode-map): Don't bind M-; to comment region, to
1504         allow the global comment-dwim to work.
1505
1506 2010-10-21  Julien Danjou  <julien@danjou.info>
1507
1508         * message.el (message-setup-1): Allow message-default-headers to be a
1509         function.
1510
1511 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1512
1513         * shr.el (shr-tag-table): Simplify.
1514
1515 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1516
1517         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1518         to avoid trying to snarf invalid stuff.
1519
1520         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1521
1522         * gnus.el (gnus-message-archive-group): Quote value.
1523         (gnus-message-archive-group): Mark as changed.
1524
1525         * shr.el (shr-add-font): Don't put the font properties on the newline
1526         or the indentation.
1527
1528         * message.el (message-fix-before-sending): Change options when sending
1529         non-printable characters.
1530
1531         * gnus.el (gnus-message-archive-method): Change the default to
1532         monthly outgoing groups.
1533
1534         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1535         that have gotten new numbers.
1536
1537         * nnimap.el (nnimap-request-replace-article): New function.
1538
1539 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1540
1541         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1542         (nnrss-request-article): Don't use special html washing code.
1543
1544 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1545
1546         * shr.el (shr-tag-table): Remove useless nconc.
1547
1548 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1549
1550         * gnus-art.el (article-wash-html): Simplify and remove the charset
1551         stuff.  Use the normal html rendering code instead of the special html
1552         washing code.
1553
1554         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1555         `gnus-w3m' symbols.
1556         (mm-text-html-washer-alist): Remove.
1557
1558         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1559         (mm-inline-media-tests): Remove use.
1560         (mm-text-html-renderer): Change default to the `shr' symbol.
1561
1562         * mm-view.el (mm-inline-text-html): Remove use.
1563
1564         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1565         `gnus-blocked-images' to be a function.
1566         (gnus-article-wash-function): Remove.
1567
1568 2010-10-20  Julien Danjou  <julien@danjou.info>
1569
1570         * spam.el (spam-list-of-processors): Mark as obsolete.
1571
1572         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1573         (nnimap-insert-partial-structure): Fix boundary detection.
1574
1575 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1576
1577         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1578         run file-truename on remote files.  This can be expensive and even
1579         prevent one from editing drafts if some unrelated buffer has a stale
1580         connection.
1581
1582 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1585         kinsoku-eol regardless of shr-kinsoku-shorten.
1586         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1587         (shr-tag-table): Support caption, thead, and tfoot.
1588
1589 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1590
1591         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1592         lines.
1593         (shr-save-contents): New command and keystroke.
1594
1595         * nndoc.el (nndoc-type-alist): Add git support.
1596         (nndoc-git-type-p): New function.
1597         (nndoc-transform-git-article): Ditto.
1598         (nndoc-transform-git-headers): Ditto.
1599         (nndoc-transform-git-headers): Generate Subject headers.
1600
1601         * shr.el (shr-parse-style): New function.
1602         (shr-tag-span): Ditto.
1603
1604         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1605         to `G G' to avoid collisions.
1606
1607 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1608
1609         * shr.el: Load kinsoku if necessary.
1610         (shr-kinsoku-shorten): New internal variable.
1611         (shr-find-fill-point): Make kinsoku shorten text line if
1612         shr-kinsoku-shorten is bound to non-nil.
1613         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1614         shr-indentation too when testing if table is wider than frame width.
1615         (shr-insert-table): Use `string-width' instead of `length' to measure
1616         text width.
1617         (shr-insert-table-ruler): Make sure indentation is done at bol.
1618
1619 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1620
1621         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1622         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1623         undecoded network data.
1624
1625 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1626
1627         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1628         name in the mode line spec so that the mode line menu works
1629         (bug #2431).
1630
1631         * message.el (message-get-reply-headers): If we're fed `to-address',
1632         then always use that.
1633
1634         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1635         aren't so wide as to need to switch off the edit menu.
1636
1637         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1638         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1639
1640         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1641         `M-g'.
1642         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1643         the permanent marks.
1644
1645 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1646
1647         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1648         Splitting according to references/in-reply-to obeys the ignore-groups
1649         variable, while splitting by sender and subject do not.
1650
1651 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1652
1653         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1654         alist, so that we can look for non-Unicode chars.
1655         (article-translate-strings): Allow both character and string maps.
1656
1657 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1658
1659         * shr.el (shr-insert): Don't insert space behind a wide character
1660         categorized as kinsoku-bol, or between characters both categorized as
1661         nospace.
1662
1663 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1664
1665         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1666         headers to gnus-newsgroup-headers.
1667
1668 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1669
1670         * shr.el (shr-tag-img): Don't align images -- since we're not
1671         rescaling, this often leads to ugly displays.
1672
1673 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1674
1675         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1676         duplicates.
1677
1678 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1679
1680         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1681         call.
1682
1683 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1684
1685         * gnus.el: Autoload gnus-html-show-images.
1686
1687         * nnimap.el: Use nnheader-message throughout.
1688
1689         * shr.el (shr-tag-img): Ignore images with no data.
1690
1691 2010-10-15  Julien Danjou  <julien@danjou.info>
1692
1693         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1694         a possibility to disable format=flow encoding when using hard newlines.
1695
1696 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1697
1698         * shr.el (shr-insert): Remove space inserted before or after a
1699         breakable character or at the beginning or the end of a line.
1700         (shr-find-fill-point): Do kinsoku; find the second best point or give
1701         it up if there's no breakable point.
1702
1703 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1704
1705         * nnimap.el (nnimap-open-connection): Message when opening connection
1706         for debugging purposes.
1707
1708         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1709         on every setup buffer call to allow this to change from article to
1710         article.
1711
1712         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1713         buffers where we have a wide table.
1714
1715 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1716
1717         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1718         uses *-request-thread.
1719
1720 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1721
1722         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1723         incantation, which is no longer valid.
1724
1725 2010-10-14  Julien Danjou  <julien@danjou.info>
1726
1727         * shr.el: Fix defcustom type (char -> character).
1728
1729 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1730
1731         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1732         programs.
1733
1734 2010-10-14  Julien Danjou  <julien@danjou.info>
1735
1736         * shr.el (shr-tag-a): Use url-link as widget type.
1737
1738         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1739         `gnus-group-get-icon'.
1740
1741 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1742
1743         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1744         This should make server editing work better.
1745
1746         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1747
1748         * tls.el (tls-program): Remove spurious %s from openssl.
1749
1750         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1751         (nnimap-parse-flags): Fix regexp.
1752
1753         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1754         probably work for CJVK text, too.
1755
1756         * nnimap.el (nnimap-extend-tls-programs): Remove.
1757         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1758
1759         * tls.el (tls-starttls-switches): Remove starttls hack.
1760         (open-tls-stream): Ditto.
1761         (tls-find-starttls-argument): Ditto.
1762
1763 2010-10-13  Julien Danjou  <julien@danjou.info>
1764
1765         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1766         responses.
1767
1768 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1769
1770         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1771
1772         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1773         anything in Emacs.
1774
1775         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1776
1777 2010-10-13  Julien Danjou  <julien@danjou.info>
1778
1779         * shr.el (shr-width): Make shr-width a defcustom with default to
1780         fill-column.
1781         (shr-tag-img): Use shr-width rather than fill-column.
1782
1783 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1784
1785         * dgnushack.el (byte-optimize-apply)
1786         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1787
1788         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1789         position when (X-)Faces exist.
1790         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1791         avatars when called interactively.
1792
1793 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1794
1795         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1796         gnus-article-x-face-too-ugly is bound.
1797
1798 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1799
1800         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1801
1802         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1803         mailbox that doesn't exist.
1804
1805 2010-10-12  Julien Danjou  <julien@danjou.info>
1806
1807         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1808         (shr-get-image-data): Encode URL properly when fetching from cache.
1809         (shr-tag-img): Use aligned-to spaces to align correctly images.
1810
1811         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1812         before inserting the Gravatar.
1813
1814         * shr.el (shr-tag-img): Add align attribute support for <img>.
1815
1816 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1817
1818         * gnus-gravatar.el (gnus-art): Require.
1819
1820         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1821         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1822         Remove long obsoleted functions.
1823
1824 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1825
1826         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1827
1828         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1829
1830         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1831         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1832         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1833         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1834         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1835         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1836         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1837
1838 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1839
1840         * nnimap.el (nnimap-request-rename-group): Select group read-only
1841         before renaming it.
1842
1843         * shr.el (shr-insert): Fix up the white space only regexp.
1844
1845         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1846         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1847
1848         * shr.el (shr-current-column): New function.
1849         (shr-find-fill-point): New function.
1850
1851 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1852
1853         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1854         numbers.
1855
1856 2010-10-11  Julien Danjou  <julien@danjou.info>
1857
1858         * shr.el (shr-hr-line): Add.
1859         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1860         display hr lines.
1861         (shr-max-columns): Do not change state to nil if we just inserting
1862         spaces.
1863
1864 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1865
1866         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1867         select the last group.
1868
1869 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1870
1871         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1872
1873 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1874
1875         * dig.el (dig-mode-map): Declare and define in one step.
1876
1877 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1878
1879         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1880         for Gnus.
1881         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1882         (nnimap-update-qresync-info): Mark \Seen articles as read.
1883
1884         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1885         non-variable, too.
1886
1887         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1888         available.
1889         (nnimap-update-info): Rely more on the current active than the param
1890         active to avoid marking articles as read too much.
1891
1892         * auth-source.el (auth-source-create): Use (user-login-name) for the
1893         user name default.
1894
1895         * nnimap.el (nnimap-update-info): If the server doesn't return any
1896         useful info, just use the previous info.
1897         (nnimap-update-info): Prefer old info over start-article.
1898         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1899
1900 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1901
1902         * nnir.el (autoload): Clean up autoloads.
1903         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1904         Use key rather than value.
1905         (nnir-imap-search-other): New variable.
1906         (nnir-read-parm): Use it.
1907         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1908         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1909
1910 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1911
1912         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1913         the process, too.
1914
1915 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1916
1917         * spam.el (gnus-summary-mode-map): Bind to "$".
1918         Suggested by Russ Allbery.
1919
1920         * shr.el: Rework the way things are indented by <li> slightly.
1921
1922         * gnus.el (gnus-group-set-parameter): Fix typo.
1923
1924         * nnimap.el: Start implementing QRESYNC support.
1925
1926 2010-10-09  Julien Danjou  <julien@danjou.info>
1927
1928         * nnir.el (nnir-engines): Fix too many arguments.
1929
1930 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931
1932         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1933         group is the "last", so that the backends like nnfolder actually save
1934         their folders.
1935
1936         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1937         try to use that for the tls stream.
1938         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1939         UIDVALIDITY and find out which groups are read-only and not.
1940         (nnimap-get-flags): Use the same marks parsing code as the rest of
1941         nnimap.
1942
1943 2010-10-09  Julien Danjou  <julien@danjou.info>
1944
1945         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1946
1947         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1948         retrieving gravatars.
1949
1950         * shr.el (shr-table-corner): Add.
1951         (shr-table-line): Add.
1952         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1953
1954 2010-10-08  Julien Danjou  <julien@danjou.info>
1955
1956         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1957
1958 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1959
1960         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1961
1962         * gnus-sum.el (gnus-mark-article-as-unread)
1963         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1964         (gnus-summary-set-bookmark): Use it.
1965
1966         * gnus-msg.el (gnus-setup-message): Use it.
1967
1968         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1969
1970         * gnus.el (gnus-group-remove-parameter): Use it.
1971
1972         * gnus-group.el (gnus-group-make-web-group): Use it.
1973
1974         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1975
1976         * nnregistry.el: Update docs to mention manual.
1977
1978         * gnus-registry.el: Update docs to mention nnregistry.el.
1979         (gnus-registry-initialize): Don't install nnregistry refer method
1980         automatically.
1981         (gnus-registry-install-nnregistry): Remove it.
1982
1983 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984
1985         * shr.el (shr-insert): Don't insert double spaces.
1986
1987 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1988
1989         * gnus-gravatar.el (gnus-treat-from-gravatar)
1990         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1991         called interactively.
1992
1993         * gnus-art.el (gnus-mime-view-part-externally)
1994         (gnus-mime-view-part-internally): Make predicate function passed to
1995         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1996         of a mime type.
1997
1998         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1999
2000 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2001
2002         * shr.el (require): Require cl when compiling.
2003         (shr-tag-hr): New function.
2004
2005         * nnimap.el (nnimap-update-info): Remove double setting of high.
2006         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2007         This makes nnimap work properly on Courier again.
2008
2009         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2010         the variable for backwards compatability.
2011
2012         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2013         the file name before using to avoid setting mm-default-directory to
2014         nil.
2015
2016         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2017         bidning gnus-agent variables.
2018
2019         * shr.el (shr-render-td): Use a cache for the table rendering function
2020         to avoid getting an exponential rendering behaviour in nested tables.
2021         (shr-insert): Rework the line-breaking algorithm.
2022         (shr-insert): Don't leave trailing spaces.
2023         (shr-insert-table): Also insert empty TDs.
2024         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2025
2026 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2027
2028         * gnus-sum.el (gnus-number): Rename from `number'.
2029         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2030         (gnus-summary-limit-children): Update uses correspondingly.
2031
2032 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2033
2034         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2035         (gnus-gravatar-transform-address): Don't show avatars of people of
2036         which mail addresses match gnus-gravatar-too-ugly.
2037
2038 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2039
2040         * shr.el (shr-table-widths): Expand TD elements to fill available
2041         space.
2042
2043 2010-10-07  Julien Danjou  <julien@danjou.info>
2044
2045         * nnimap.el (nnimap-request-rename-group): Add this method.
2046
2047 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2048
2049         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2050         name from XEmacs' function-arglist.
2051
2052         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2053         gravatar under XEmacs.
2054
2055 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2056
2057         * auth-source.el: Update docs with TODO items.
2058
2059         * gnus-sync.el: Update docs to explain state and plans.
2060
2061         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2062         Hooks for mark updates.
2063         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2064
2065         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2066         hooks with arguments, which is needed for mark update hooks.
2067
2068 2010-10-06  Julien Danjou  <julien@danjou.info>
2069
2070         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2071         was matched.
2072
2073         * sieve-manage.el: Update example in `Commentary'.
2074
2075         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2076
2077         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2078         not 2000.
2079         (sieve-manage-authenticate): Re-add function.
2080
2081 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2082
2083         * shr.el (shr-insert): Get 'space transition right.
2084         (shr-render-td): Only delete space at the end of the TD.
2085
2086         * nnimap.el (nnimap-open-connection): Prepare to support
2087         open-gnutls-stream.
2088
2089         * shr.el: Rearrange function order to be more logical.
2090
2091 2010-10-06  Julien Danjou  <julien@danjou.info>
2092
2093         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2094         (nnrss-discover-feed): Remove 404 URL in docstring.
2095
2096         * nnir.el: Fix Swish-E URL.
2097         Fix Namazu URL.
2098
2099         * message.el (message-change-subject): Remove 404 URL in a comment.
2100
2101 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2102
2103         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2104         called interactively.
2105
2106         * gnus-util.el (gnus-remove-if): Allow hash table.
2107         (gnus-remove-if-not): New function.
2108
2109         * gnus-art.el (gnus-mime-view-part-as-type)
2110         * gnus-score.el (gnus-summary-score-effect)
2111         * gnus-sum.el (gnus-read-move-group-name):
2112         Replace remove-if-not with gnus-remove-if-not.
2113
2114         * gnus-group.el (gnus-group-completing-read):
2115         Regard collection as a hash table if it is not a list.
2116
2117 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2118
2119         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2120
2121         * shr.el: Document the table-rendering algorithm.
2122
2123 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2124
2125         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2126         for Emacsen having no `libxml-parse-html-region' support.
2127
2128 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2129
2130         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2131         invalid URLs.
2132
2133         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2134         line-broken.
2135         (shr-tag-img): Ignore image fetching errors.
2136         (shr-overlays-in-region): Compute overlay positions correctly.
2137
2138         * mm-decode.el (mm-shr): Require shr.
2139
2140         * gnus-art.el (gnus-blocked-images): Move variable here.
2141
2142         * shr.el (shr-insert-table): Bind free variable.
2143
2144         * mm-decode.el (mm-shr): Bind shr-content-function.
2145
2146         * shr.el (shr-content-function): New variable.
2147
2148         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2149         added for symmetry.
2150
2151         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2152
2153         * gnus-group.el (gnus-group-make-group): Doc fix.
2154
2155         * nnimap.el (nnimap-request-newgroups): Return success.
2156
2157         * shr.el (shr-find-elements): New function.
2158         (shr-tag-table): Put all the images after the table.
2159         (shr-tag-table): Really inhibit images inside the table.
2160         (shr-collect-overlays): Copy over overlays from the TD elements to the
2161         main document.
2162
2163         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2164         gnus-blocked-images.
2165
2166 2010-10-05  Julien Danjou  <julien@danjou.info>
2167
2168         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2169
2170         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2171         (gnus-html-maximum-image-size): Add this function.
2172         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2173
2174         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2175         server-value of the capability is nil.
2176
2177 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2178
2179         * shr.el (shr-tag-em): Add <EM> tag.
2180
2181 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2182
2183         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2184         customizable.
2185
2186         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2187         handing broken links to browse-url.
2188
2189 2010-10-05  Julien Danjou  <julien@danjou.info>
2190
2191         * gnus-util.el (gnus-emacs-completing-read)
2192         (gnus-iswitchb-completing-read): Use autoload rather than require.
2193
2194 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2195
2196         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2197         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2198         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2199         iswitchb-temp-buflist for XEmacs.
2200
2201         * gnus-util.el (gnus-completing-read-function): Exclude
2202         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2203         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2204         XEmacs.
2205
2206         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2207         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2208
2209         * gnus-html.el: Don't require help-fns under XEmacs.
2210         (gnus-html-schedule-image-fetching): Work for XEmacs.
2211
2212         * mm-decode.el (mm-shr): Decode contents by charset.
2213
2214 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2215
2216         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2217         unknown.
2218
2219         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2220         (shr-get-image-data): Ensure against the cache file missing.
2221
2222         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2223         for data.
2224
2225         * spam-report.el (spam-report-url-ping-plain): Don't query about
2226         killing the process.
2227
2228         * shr.el (shr-render-td): Protect against too-wide text.
2229
2230 2010-10-04  Julien Danjou  <julien@danjou.info>
2231
2232         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2233         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2234
2235         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2236         retrieved.
2237
2238 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239
2240         * shr.el (browse-url): Require.
2241         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2242         lines.
2243         (shr-show-alt-text, shr-browse-image): New commands.
2244         (shr-browse-url, shr-copy-url): New commands.
2245
2246         * gnus-sum.el (gnus-widen-article-window): New variable.
2247         (gnus-summary-select-article-buffer): Use it.
2248
2249         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2250         without @ signs.
2251
2252 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2253
2254         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2255
2256 2010-10-04  Julien Danjou  <julien@danjou.info>
2257
2258         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2259         for XEmacs.
2260
2261 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2262
2263         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2264
2265         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2266         (nnimap-close-server): Implement.
2267
2268         * dgnushack.el (iswitchb): Require to shut up the compiler.
2269
2270         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2271         (shr-insert): Tweak line breaking.
2272         (shr-insert): Handle <pre> better.
2273         (shr-tag-li): Get <li> indentation right.
2274         (shr-tag-li): Get <li> indentation even righter.
2275         (shr-tag-blockquote): Ensure paragraph start.
2276         (shr-make-table): Tweak table generation.
2277         (shr-make-table): Fix typo.
2278
2279         * shr.el: Implement table rendering.
2280
2281 2010-10-04  Julien Danjou  <julien@danjou.info>
2282
2283         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2284
2285 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2286
2287         * shr.el (shr-insert): Use string anchors instead of line anchors.
2288
2289 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2290
2291         * shr.el: Add headings.
2292         (shr-ensure-paragraph): Actually work.
2293         (shr-tag-li): Make <ul> prettier.
2294         (shr-insert): Get white space at the beginning/end of elements right.
2295         (shr-tag-p): Collapse subsequent <p>s.
2296         (shr-ensure-paragraph): Don't insert double line feeds after blank
2297         lines.
2298         (shr-insert): \t is also space.
2299         (shr-tag-s): Fix "s" tag name function.
2300         (shr-tag-s): Fix face prop name.
2301
2302 2010-10-03  Julien Danjou  <julien@danjou.info>
2303
2304         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2305
2306         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2307         gnus-window-inside-pixel-edges.
2308
2309         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2310         gnus-ems.
2311
2312         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2313
2314         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2315         function.
2316
2317         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2318         resize choice.
2319
2320 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2321
2322         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2323         beginning of the buffer.
2324
2325         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2326         article buffer again.
2327
2328         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2329
2330         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2331         when it's at the start of the buffer.
2332
2333         * shr.el (shr-tag-blockquote): Convert name.
2334         (shr-rescale-image): Use the right image-size variant.
2335
2336         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2337         buffer isn't shown, then select the current article first instead of
2338         bugging out.
2339         (gnus-summary-select-article-buffer): Show both the article and summary
2340         buffers again.
2341
2342         * shr.el (shr-fontize-cont): Protect against regions with no text.
2343         Rename tag functions to shr-tag-* for enhanced security.
2344         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2345
2346 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2347
2348         * shr.el (shr-insert):
2349         * pop3.el (pop3-movemail):
2350         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2351         loaded.
2352
2353 2010-10-03  Glenn Morris  <rgm@gnu.org>
2354
2355         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2356
2357         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2358
2359         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2360
2361         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2362
2363         * gnus-util.el (gnus-make-local-hook): Simplify.
2364
2365 2010-10-02  Julien Danjou  <julien@danjou.info>
2366
2367         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2368         (gnus-ido-completing-read): New function.
2369         (gnus-emacs-completing-read): New function.
2370         (gnus-completing-read): Use gnus-completing-read-function.
2371         Add gnus-completing-read-function.
2372
2373 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2374
2375         * shr.el (shr-insert-document): Autoload.
2376         (shr-img): Be silent.
2377         (shr-insert): Add a newline after every picture before text.
2378         (shr-add-font): Use overlays for combining faces.
2379         (shr-insert): Pass upwards the text start point.
2380
2381         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2382         possible.
2383         (mm-shr): New function.
2384
2385 2010-10-02  Julien Danjou  <julien@danjou.info>
2386
2387         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2388         should go backward.
2389
2390 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2391
2392         * shr.el (shr): Fix typo in provide call.
2393
2394 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2395
2396         * shr.el: New file.
2397
2398         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2399
2400         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2401         completing read.
2402
2403 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2404
2405         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2406         we're being queried about.  Suggested by Dan Jacobson.
2407
2408         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2409         Suggested by Jason Eisner.
2410
2411         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2412         table, too.  Suggested by Stefan Wiens.
2413         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2414         the table unnecessary.  Suggested by Stefan Wiens.
2415
2416         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2417         longer needed, and probably doesn't work either, as pointed out by
2418         Stefan Wiens.
2419         (gnus-summary-exit): Remove call to the clearing function.
2420         (gnus-summary-exit-no-update): Ditto.
2421
2422         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2423         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2424         Reported by Stefan Monnier.
2425         (gnus-summary-save-in-rmail): Ditto.
2426
2427         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2428         article buffer, instead of both the article buffer and the summary
2429         buffer.  Sort of suggested by Dan Jacobson.
2430
2431         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2432
2433         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2434         Suggested by Dan Jacobson.
2435
2436         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2437         documentation clearer.
2438
2439         * message.el (message-shorten-references): Comment on the number "21".
2440         Suggested by Stefan Monnier.
2441
2442         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2443         Suggested by Dan Jacobson.
2444
2445         * gnus.el (gnus-large-newsgroup):
2446         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2447
2448         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2449         externalize attachments.  Bug reported by Steve Wen.
2450
2451         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2452         really message anything to the user.
2453
2454         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2455         directly.
2456
2457         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2458         messages in empty groups.
2459
2460 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2461
2462         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2463         non-UIDNEXT group.
2464
2465 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2466
2467         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2468         not the value from the collection.
2469
2470         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2471         values.  This sometimes happens on some groups that have no info.
2472         (nnimap-request-newgroups): New function.
2473
2474 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2475
2476         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2477         check into `gnus-registry-initialize'.
2478         (gnus-registry-initialize): Ditto.
2479         Fix and extend header docs.
2480
2481 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2482
2483         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2484         regexp backtrace overflows.
2485
2486         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2487         for starttls that tls.el implements; i.e. openssl.
2488
2489         * tls.el (tls-starttls-switches): Give up on using starttls with
2490         gnutls-cli.
2491         (tls-program): Add --insecure to be consistent with the defaults from
2492         openssl s_client.  Now all three commands are insecure.
2493
2494 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2495
2496         * lpath.el: Bind completion-styles-alist for XEmacs.
2497
2498         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2499         (gravatar-create-image): New function that's an alias to
2500         gnus-xmas-create-image, gnus-create-image, or create-image.
2501         (gravatar-data->image): Use it.
2502
2503 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2504
2505         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2506         install the nnregistry refer method.
2507         (gnus-registry-install-hooks): Use it.
2508         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2509         unfollowed groups.
2510
2511 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2512
2513         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2514         expanding threads.
2515
2516 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2517
2518         * nnir.el: Use the server names without suffixes (bug #7009).
2519
2520         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2521         unencrypted to STARTTLS, if possible.
2522
2523 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2524
2525         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2526         headers before superseding.
2527
2528 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2529
2530         * nnrss.el (nnrss-use-local): Add documentation.
2531
2532         * nnimap.el (nnimap-extend-tls-programs): New function.
2533         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2534         (nnimap-wait-for-connection): Accept the greeting from the stupid
2535         output from openssl s_client -starttls, too.
2536
2537         * tls.el (tls-starttls-switches): New variable.
2538         (tls-find-starttls-argument): Use it.
2539         (open-tls-stream): Ditto.
2540
2541         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2542         (netrc-machine): Ditto.
2543
2544         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2545         article number.
2546         (nnimap-split-fancy): New variable.
2547         (nnimap-split-incoming-mail): Use it.
2548
2549         * nntp.el (nntp-server-list-active-group): Document.
2550
2551         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2552         SELECT to get the message-id.
2553
2554         * mail-source.el (mail-sources): Remove webmail support.
2555         (defvar): Ditto.
2556         (mail-source-fetcher-alist): Ditto.
2557         (mail-source-fetch-webmail): Remove.
2558
2559         * webmail.el: Remove -- doesn't seem relevant any more.
2560
2561         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2562
2563         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2564         the \r.
2565
2566 2010-09-30  Julien Danjou  <julien@danjou.info>
2567
2568         * gnus-agent.el (gnus-agent-add-group): Fix call to
2569         gnus-completing-read.
2570
2571 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2572
2573         * nndoc.el (nndoc-retrieve-groups): New function.
2574
2575         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2576         `default', use nnmail-split-methods.
2577         (nnimap-request-article): Downcase the NILs so that they are nil.
2578
2579         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2580         symbol.
2581
2582         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2583         code, since if the user has requested network, that's what they ought
2584         to get.
2585         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2586         (nnimap-split-rule): Mark as obsolete.
2587
2588         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2589         New variable.
2590
2591         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2592         correct slot, too.
2593
2594 2010-09-29  Julien Danjou  <julien@danjou.info>
2595
2596         * gnus.el (gnus-local-domain): Declare variable obsolete.
2597
2598         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2599         Fix history computing.
2600         (gnus-ido-completing-read): Require ido.
2601
2602 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2603
2604         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2605         build Gnus.
2606
2607         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2608         when interpreting the structures.
2609         (nnimap-request-accept-article): Add \r\n to the lines to make this
2610         work with Cyrus.
2611
2612         * nndraft.el (nndraft-request-expire-articles): Use the group name
2613         instead if "nndraft".  Fix found by Nils Ackermann.
2614
2615 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2616
2617         * nnregistry.el: Add.
2618
2619 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2620
2621         * nnmail.el (group, group-art-list, group-art):
2622         Remove unneeded directives.
2623
2624 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2625
2626         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2627         (mm-mime-charset)
2628         * rfc2047.el (rfc2047-syntax-table)
2629         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2630
2631         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2632         rather than `insert-file-contents' and `eval-region'.
2633
2634         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2635         construction.
2636
2637         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2638
2639         * time-date.el: No need to require cl for Emacs 21.
2640
2641 2010-09-29  Julien Danjou  <julien@danjou.info>
2642
2643         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2644         replacement of `gnus-gravatar-relief' to mimic
2645         `gnus-faces-properties-alist'.
2646         Add :version property.
2647
2648 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * mail-source.el (mail-source-report-new-mail)
2651         * message.el (message-default-mail-headers)
2652         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2653
2654         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2655
2656 2010-09-28  Julien Danjou  <julien@danjou.info>
2657
2658         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2659         mail-address contains the same string as real-name.
2660
2661         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2662         non-blank in header, otherwise it'll get stripped.
2663
2664         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2665         real-name, and then for mail address rather than doing : or , search.
2666
2667 2010-09-27  Julien Danjou  <julien@danjou.info>
2668
2669         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2670         right completing-read function.
2671         (gnus-use-ido): New variable
2672         (gnus-completing-read-with-default): Remove.
2673         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2674         (gnus-agent-add-group):
2675         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2676         * mm-view.el (mm-view-pkcs7-decrypt):
2677         * mm-util.el (mm-codepage-setup):
2678         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2679         * mml-smime.el (mml-smime-openssl-sign-query):
2680         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2681         (mml-insert-multipart):
2682         * gnus-msg.el (gnus-summary-yank-message):
2683         * gnus-int.el (gnus-start-news-server):
2684         * mm-decode.el (mm-interactively-view-part):
2685         * gnus-dired.el (gnus-dired-attach):
2686         * gnus.el (gnus-read-method):
2687         * gnus-bookmark.el (gnus-bookmark-jump):
2688         * gnus-art.el (gnus-mime-view-part-as-type)
2689         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2690         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2691         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2692         * nnmairix.el (nnmairix-create-server-and-default-group)
2693         (nnmairix-update-groups, nnmairix-get-server)
2694         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2695         (nnmairix-get-group-from-file-path):
2696         * nnrss.el (nnrss-find-rss-via-syndic8):
2697         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2698         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2699         (gnus-group-browse-foreign-server):
2700         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2701         (gnus-summary-execute-command, gnus-summary-respool-article)
2702         (gnus-read-move-group-name):
2703         * gnus-score.el (gnus-summary-increase-score)
2704         (gnus-summary-score-effect):
2705         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2706
2707 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2708
2709         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2710         x-focus-frame.
2711
2712         * nnimap.el (auth-source-forget-user-or-password)
2713         (auth-source-user-or-password): Autoload.
2714
2715         * message.el (message-from-style, message-interactive)
2716         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2717         (message-yank-prefix, message-indentation-spaces, message-signature)
2718         (message-signature-file): Add comment.
2719
2720 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2721
2722         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2723         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2724         new articles.
2725
2726         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2727         parts.
2728         (nnimap-request-article): Work with the t setting, too.
2729
2730         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2731         that you don't get flashes of other buffers.
2732         (gnus-summary-show-complete-article): Intern before setting.
2733
2734 2010-09-27  David Engster  <dengste@eml.cc>
2735
2736         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2737         well as HEADERS.
2738         (nnmairix-retrieve-headers): Provide new argument for the above.
2739
2740 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2741
2742         * gnus-sum.el (gnus-summary-move-article): Don't alter
2743         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2744         group.
2745
2746         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2747
2748         * message.el (message-cite-prefix-regexp): Revert my last edit.
2749
2750         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2751         variable instead of the Gnus variable.
2752
2753         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2754
2755         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2756
2757         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2758         since some servers don't like it.
2759         (nnimap-open-connection): Forget credentials if the server says the
2760         password was wrong.
2761         (nnimap-parse-line): Protect against invalid data.
2762
2763         * gnus-sum.el (gnus-summary-move-article): Add comment.
2764         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2765         nothing alters it while scanning for new messages.
2766
2767         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2768         which may or may not help.
2769         (nnimap-open-connection): If we're doing a stream connection, and then
2770         discover we're on a STARTTLS-capable server, then open a STARTTLS
2771         connection instead.
2772
2773 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2774
2775         * nnimap.el (utf7): Require.
2776
2777         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2778         prefix.
2779
2780 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2781
2782         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2783
2784 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2785
2786         * nnimap.el (nnimap-request-accept-article): Message the error on
2787         error.
2788
2789 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2790
2791         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2792
2793 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2794
2795         * nndoc.el (nndoc-request-list): Return success always.
2796
2797         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2798         `fetch-old' -- we only want to fetch the articles we've requested.
2799         The rest are in the agent, probably.
2800         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2801         disappeared server" to something low.  It's not important.
2802
2803         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2804         arrived before the FETCH data.
2805
2806         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2807         target here, because we don't know the Gnus name of the group.
2808
2809         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2810         for the correct group.
2811
2812         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2813
2814         * gnus.el (gnus): Give a final warning after startup.
2815
2816         * gnus-util.el (gnus-action-message-log): New variable.
2817         (gnus-message): Use it.
2818         (gnus-final-warning): New function.
2819
2820         * nnimap.el (nnimap-open-connection): Record the greeting.
2821         (nnimap): Add greeting.
2822
2823 2010-09-26  Julien Danjou  <julien@danjou.info>
2824
2825         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2826         arguments.
2827         (gnus-html-wash-images): Fix spec computing to include start/end.
2828
2829         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2830
2831 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2832
2833         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2834         deletion.
2835         (nnimap-retrieve-headers): Don't select the group, because that's
2836         already done by nnimap-possibly-change-group.
2837
2838         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2839         (gnus-picon-transform-address): Use it.
2840
2841         * mail-source.el (mail-source-value): Revert previous patch.
2842
2843         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2844         on failure.
2845         (nnimap-open-connection): Look up both virtual and physical server name
2846         credentials.
2847
2848         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2849
2850 2009-02-07  Dave Love  <fx@gnu.org>
2851
2852         * tls.el (open-tls-stream): Don't query killing process.
2853
2854 2009-02-08  Dave Love  <fx@gnu.org>
2855
2856         * gnus-win.el (gnus-window-to-buffer-helper)
2857         (gnus-all-windows-visible-p): Function needn't be a symbol.
2858
2859         * mail-source.el (mail-source-value): Function needn't be a symbol.
2860
2861 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2862
2863         * message.el (message-cite-prefix-regexp): Remove } from the cite
2864         prefix.
2865
2866         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2867         highlight again, so that the highlight is correct.
2868
2869         * gnus-picon.el (gnus-picon): Remove again.
2870         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2871
2872         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2873         doing the header highlightling, so that the background colour of the
2874         picon is correct.
2875
2876         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2877         (gnus-picon): Ditto.
2878         (gnus-picon): Reinstate.  The background colour for picons is white.
2879         (gnus-picon-insert-glyph): Make the background white.
2880
2881         * nnml.el (nnml-open-nov): Don't return dead buffers.
2882
2883         * auth-source.el (auth-source-create): Query the user for whether to
2884         store the credentials.
2885
2886         * netrc.el (netrc-store-data): New function.
2887
2888         * auth-source.el (auth-source-user-or-password): Use the existing auth
2889         sources, if any, for creation.
2890
2891         * gnus.el (gnus-group-fast-parameter): Return the last matching
2892         parameter instead of the first matching parameter.
2893
2894 2010-09-26  Julien Danjou  <julien@danjou.info>
2895
2896         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2897
2898 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2899
2900         * mml2015.el (mml2015-use): Remove gpg support.
2901
2902         * mml1991.el (mml1991-function-alist): Remove gpg function.
2903         (mml1991-gpg-sign): Remove.
2904
2905 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2906
2907         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2908         (gnus-browse-unsubscribe-current-group): Document it.
2909         (gnus-browse-unsubscribe-group): Use it.
2910
2911 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2912
2913         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2914         address to the To list for easier response.
2915
2916         * gnus.el (gnus-play-startup-jingle): Remove.
2917         (gnus-splash): Don't play jingle.
2918         (gnus): Silence gnus-load message.
2919
2920         * gnus-art.el (gnus-treat-play-sounds): Remove.
2921
2922         * gnus.el (gnus-play-jingle): Remove audio support.
2923
2924         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2925
2926         * earcon.el: Remove -- no users.
2927
2928         * gnus-audio.el: Remove -- no users of this package.
2929
2930         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2931
2932         * gnus-start.el (gnus-setup-news): Remove nocem support.
2933
2934         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2935
2936         * gnus.el (gnus-use-nocem): Remove.
2937
2938         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2939         Remove.
2940
2941         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2942         uses NoCeM any more.
2943
2944         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2945         (gnus-button-ctan-handler): Ditto.
2946         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2947         (gnus-button-ctan-directory-regexp): Ditto.
2948         (gnus-button-handle-ctan): Ditto.
2949         (gnus-button-tex-level): Ditto.
2950         (gnus-button-alist): Remove CTAN stuff.
2951
2952 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2953
2954         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2955         nnimap-streaming test.
2956
2957         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2958         servers twice.
2959
2960         * nnimap.el (nnimap-open-connection): Add more error reporting when
2961         nnimap fails early.
2962
2963         * nnheader.el (nnheader-get-report-string): New function.
2964         (nnheader-get-report): Use it.
2965
2966         * gnus-int.el (gnus-check-server): Say what the error was when opening
2967         failed.
2968
2969         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2970         using streaming.
2971
2972 2010-09-25  Julien Danjou  <julien@danjou.info>
2973
2974         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2975         gnus-window-inside-pixel-edges.
2976
2977 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2978
2979         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2980
2981         * mm-decode.el (mm-save-part): Allow saving to other directories the
2982         normal Emacs way.
2983
2984         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2985         Suggested by Jay Berkenbilt.
2986
2987         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2988         there isn't a single byte.
2989
2990         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2991         just do it.  It doesn't really seem to matter what the user responds
2992         here, I think, so it's just a confusing question.
2993
2994         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2995         non-streaming case.
2996
2997         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2998         (gnus-article-encrypt-body): Use it.
2999
3000         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3001         keystroke.
3002
3003         * nnimap.el (nnimap-find-wanted-parts-1):
3004         Use gnus-fetch-partial-articles.
3005
3006         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3007
3008         * nnimap.el (nnimap-insert-partial-structure): New function.
3009         (nnimap-get-partial-article): New function.
3010         (nnimap-request-article): Use it.
3011         (nnimap-wait-for-response): Return whether the wait was successful.
3012         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3013         retrieval wasn't successful.
3014         (nnimap-retrieve-group-data-early): Allow throttling servers.
3015         (nnimap-streaming): New variable.
3016         (nnimap-fetch-partial-articles): Remove.
3017
3018         * mm-decode.el (mm-with-part): Protect against killed buffers.
3019
3020         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3021         for prettier summary display.
3022
3023 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3024
3025         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3026
3027 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3028
3029         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3030         apparently third-party libraries depend on it.
3031
3032         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3033         before starting negotiation.
3034
3035         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3036         privacy reasons.
3037         (gnus-treat-mail-gravatar): Ditto.
3038
3039         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3040         buffer when inserting images.  Inserting text into the headers, for
3041         instance, can make them invalid.
3042
3043 2010-09-25  Julien Danjou  <julien@danjou.info>
3044
3045         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3046         variables.
3047
3048         * nnheader.el: Remove useless variables news-reply-yank-from and
3049         news-reply-yank-message-id.
3050
3051         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3052         variables.
3053
3054         * mml1991.el: Remove useless mml1991-verbose.
3055
3056         * gnus.el: Remove useless variable gnus-use-generic-from.
3057         Remove obsolete variable gnus-topic-indentation.
3058
3059         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3060
3061         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3062
3063         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3064
3065         * gnus-group.el: Remove useless gnus-group-icon-cache.
3066         Remove useless gnus-ephemeral-group-server.
3067
3068         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3069
3070         * mml2015.el: Remove useless mml2015-verbose.
3071
3072         * mml-smime.el: Remove useless mml-smime-verbose.
3073
3074         * gnus.el: Remove useless gnus-local-domain.
3075
3076         * gnus-gravatar.el (gnus-gravatar-transform-address):
3077         Use gnus-gravatar-size.
3078
3079         * gnus-art.el: Remove useless gnus-treat-translate.
3080
3081 2010-09-24  Julien Danjou  <julien@danjou.info>
3082
3083         * gnus-sum.el: Add support for Gravatars.
3084
3085         * gnus-art.el: Add support for Gravatars.
3086
3087         * gnus-gravatar.el: Add this file.
3088
3089         * gravatar.el: Add this file.
3090
3091 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3092
3093         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3094
3095         * gnus-group.el (gnus-group-fetch-faq): Remove.
3096
3097         * gnus.el (gnus-group-faq-directory): Remove.
3098
3099         * gnus-group.el (gnus-group-fetch-charter): Remove.
3100
3101         * gnus.el (gnus-group-charter-alist): Remove.
3102
3103         * gnus-group.el (gnus-group-archive-directory): Remove.
3104         (gnus-group-recent-archive-directory): Ditto.
3105         (gnus-group-make-archive-group): Remove.
3106
3107         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3108
3109         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3110         use the same article number for all the cached articles.
3111
3112         * nnimap.el (nnimap-command): Register the last command time so
3113         that we can use it for idling NOOPs.
3114         (nnimap-open-connection): Start the keeplive timer.
3115         (nnimap-make-process-buffer): Store all the process buffers.
3116         (nnimap-keepalive): New function.
3117
3118         * starttls.el (starttls-open-stream): Add autoload cookie.
3119
3120 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3121
3122         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3123         handling.
3124
3125 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3126
3127         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3128         its data structures.
3129
3130         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3131         instead of the cl.el copy-list.
3132         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3133         equalp.
3134
3135 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3136
3137         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3138         and tool-bar-local-item-from-menu.
3139
3140         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3141         mode-line-highlight face for Emacs.
3142
3143         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3144         loading gnus-sum.elc; fix comment for canlock-verify.
3145         (gnus-article-jump-to-part): Use read-number.
3146         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3147         Remove Emacs pre-21 compatible code for help-echo.
3148         (gnus-article-next-page-1): No need to adjust the number of lines.
3149         (gnus-article-describe-bindings): Always use help-buffer.
3150
3151         * gnus-audio.el (gnus-audio-inline-sound)
3152         * gnus-cus.el (gnus-custom-mode)
3153         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3154
3155         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3156
3157         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3158         compatible code.
3159
3160 2010-09-24  Glenn Morris  <rgm@gnu.org>
3161
3162         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3163         visiting the fcc file in rmail-mode.
3164
3165         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3166
3167 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3168
3169         * nnir.el: Silence the byte compiler.
3170
3171         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3172         alias to browse-url-url-encode-chars if any.
3173         (gnus-html-encode-url): Use it.
3174
3175 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3176
3177         * gnus-start.el (gnus-use-backend-marks): New variable.
3178         (gnus-get-unread-articles-in-group): Use it.
3179
3180         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3181         makeover.
3182
3183 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3184
3185         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3186
3187 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3188
3189         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3190         Remove.
3191         (gnus-setup-news-hook):
3192         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3193
3194         * gnus-int.el (gnus-request-update-info): Protect against backends not
3195         having the function.
3196
3197         * nnimap.el (nnimap-stream): Mention starttls.
3198         (nnimap-open-connection): Add starttls support.
3199
3200 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3201
3202         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3203
3204 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3205
3206         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3207         BODYSTRUCTUREs.
3208         (nnimap-transform-headers): Unfold quoted {42} headers.
3209
3210         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3211         the info.
3212         (gnus-get-unread-articles): Only call updatep on backends that support
3213         it.
3214
3215         * nnweb.el (nnweb-request-update-info): NOOP.
3216
3217         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3218
3219         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3220         since it only deals with marks.
3221
3222         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3223         gnus-request-marks, and make a new gnus-request-update-info.
3224
3225         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3226         the active instead of the high number, which is usually too low.
3227
3228 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3229
3230         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3231         * encrypt.el: Remove.
3232
3233 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3234
3235         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3236         server in symbolic form.
3237
3238         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3239
3240 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3241
3242         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3243         (nnimap-update-info): Fix up code slightly.
3244
3245         * gnus-int.el (gnus-open-server): Add tracing for performance
3246         debugging.
3247
3248         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3249         (gnus-group-insert-group-line): Pass the real group name so that it
3250         gets the right data.
3251
3252         * gnus-start.el (gnus-get-unread-articles): Don't have
3253         `gnus-get-unread-articles-in-group' update info, since that can be
3254         really slow and doesn't seem to be needed?
3255
3256 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3257
3258         * time-date.el (date-to-time): Try using parse-time-string first before
3259         using the slower timezone-make-date-arpa-standard.
3260
3261 2010-09-22  Julien Danjou  <julien@danjou.info>
3262
3263         * gnus-group.el (gnus-group-insert-group-line):
3264         Call gnus-group-highlight-line.
3265         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3266         default hook list.
3267         (gnus-group-update-eval-form): Add new function.
3268         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3269         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3270
3271 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3272
3273         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3274         immediate, then expire all articles.
3275         (nnimap-update-info): Fix off-by-one errors.
3276         (nnimap-flags-to-marks): Would return no marks lists for group with no
3277         flags.  Instead return the other data.
3278
3279 2010-09-22  Julien Danjou  <julien@danjou.info>
3280
3281         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3282         Only return an icon.
3283         (gnus-group-insert-group-line): Compute icon to return.
3284
3285         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3286         (gnus-html-image-fetched): Only cache if
3287         gnus-html-image-automatic-caching is set.
3288         (gnus-html-image-fetched): Check for errors.
3289
3290 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3291
3292         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3293         once per method on `g'.  This ensures that backends like nnfolder don't
3294         open all their folders.
3295
3296         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3297         (nnimap-request-list): Nix out group in the correct buffer.
3298         (nnimap-parse-flags): Implement by using `read' instead of
3299         hand-parsing.
3300         (nnimap-flags-to-marks): Pass on permanent-flags.
3301         (nnimap-make-process-buffer): Record the server name.
3302         (nnimap-parse-flags): Fix typo.
3303         (nnimap-request-scan): Run split on the server in general, not just a
3304         single group.
3305
3306         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3307         parameter, and propagate this downwards.
3308
3309         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3310         since EXAMINE changes it on the server.
3311
3312         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3313         this command might take a while.
3314
3315 2010-09-22  Julien Danjou  <julien@danjou.info>
3316
3317         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3318         harmful if you have 2 images side-by-side, they can't be properly
3319         update on text deletion.  Using text-property is safer here.
3320         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3321         data.
3322
3323 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3324
3325         * nnimap.el (nnimap-expunge-inbox): Remove.
3326         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3327         (nnimap-expunge): Flip default to t.
3328
3329         * gnus.el (gnus-method-to-server): Don't push things to the cache
3330         unless it's unique.
3331         (gnus-server-to-method): Ditto.
3332
3333 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3334
3335         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3336
3337 2010-09-22  Julien Danjou  <julien@danjou.info>
3338
3339         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3340         get the start of data.
3341         (gnus-html-encode-url): Add this function to encode special chars in
3342         URL.
3343         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3344         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3345
3346         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3347         default.
3348         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3349
3350         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3351         images alt-text.
3352         (gnus-html-put-image): Put alt-text as help-echo.
3353
3354 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3355
3356         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3357         * mm-util.el (mm-decompress-buffer)
3358         * nnir.el (nnir-run-find-grep)
3359         * pop3.el (pop3-list): Use 3rd arg of split-string.
3360
3361         * time-date.el (format-seconds): Comment fix.
3362
3363         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3364         and byte-optimize-form-code-walker.
3365         (dgnushack-make-auto-load): Don't advise make-autoload.
3366
3367         * lpath.el: Remove Emacs 21 stuff.
3368
3369 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3370
3371         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3372         outside the active range.  Suggested by Dan Christensen.
3373
3374         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3375         slightly later to avoid double-getting it.
3376
3377         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3378         previous patch.
3379
3380         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3381
3382 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3383
3384         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3385
3386 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3387
3388         * gnus-int.el (gnus-open-server): Give a better error message in the
3389         "go offline" case.
3390
3391         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3392         marks for nnimap, which is seldom the right thing to do.
3393
3394         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3395         (gnus-same-method-different-name): New function.
3396
3397         * nnimap.el (parse-time): Require.
3398
3399         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3400         method in the presence of many similar methods.
3401
3402         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3403
3404         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3405         nnml-inhibit-expiry.
3406
3407         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3408         find out whether methods are equal.
3409
3410         * nnimap.el (nnimap-find-expired-articles): New function.
3411         (nnimap-process-expiry-targets): New function.
3412         (nnimap-request-move-article): Request the article before looking at
3413         what the Message-ID is.  Fix found by Andrew Cohen.
3414         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3415
3416         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3417         for oldness in addition to being a predicate.
3418
3419         * nnimap.el (nnimap-request-group): When we have zero articles, return
3420         the right data to Gnus.
3421         (nnimap-request-expire-articles): Only delete articles immediately if
3422         the target is 'delete.
3423
3424         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3425         method, this would bug out.
3426
3427         * gnus-group.el (gnus-group-expunge-group): Rename from
3428         gnus-group-nnimap-expunge, and implemented as a normal interface
3429         function.
3430
3431         * gnus-int.el (gnus-request-expunge-group): New function.
3432
3433         * nnimap.el (nnimap-request-create-group): Implement.
3434         (nnimap-request-expunge-group): New function.
3435
3436 2010-09-21  Julien Danjou  <julien@danjou.info>
3437
3438         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3439         (gnus-html-cache-expired): Add new function.
3440         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3441         wethever we should display image for fetch it.
3442         Compute alt-text earlier to pass it to the fetching function too.
3443         (gnus-html-schedule-image-fetching): Change function argument to only
3444         get one image at a time, not a list.
3445         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3446         cache.
3447         (gnus-html-get-image-data): New function to retrieve image data from
3448         cache.
3449         (gnus-html-put-image): Change buffer argument to use image data rather
3450         than file, and place image above region rather than inserting a new
3451         one.  Do not take alt-text as argument, since it's useless now: we place
3452         the image above alt-text.
3453         (gnus-html-prune-cache): Remove.
3454         (gnus-html-show-images): Start to fetch image when we find one, do not
3455         push into a temporary list.
3456         (gnus-html-prefetch-images): Only fetch image if they have expired.
3457         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3458         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3459
3460 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3463
3464 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3465
3466         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3467         spec inser "*" if the group isn't active instead of 0.
3468
3469         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3470         opening the server.
3471         (nnimap-request-delete-group): Implement group deletion.
3472         (nnimap-transform-headers): Return the size of the entire message in
3473         the Bytes header, not just the size of the first part.
3474         (nnimap-request-move-article): When moving an article from nnimap,
3475         request the article first so the accepting form has an article to
3476         accept.  Reported by Dan Christensen.
3477         (nnimap-command): Make sure that the error message doesn't error out.
3478
3479 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3480
3481         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3482         we haven't requested anything.
3483
3484 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3485
3486         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3487         "".  Fix found by Andrew Cohen.
3488
3489         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3490         instead of -encode-string.
3491
3492 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3493
3494         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3495
3496         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3497         by mm-subst-char-in-string.
3498
3499 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3500
3501         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3502         waiting for the connection string.
3503
3504         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3505         arriving.
3506
3507         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3508         bogus characters.  This allows selecting certain Gmail groups.
3509
3510         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3511         (nnimap-fetch-partial-articles): New variable.
3512         (nnimap-open-connection): When looking for credentials, also use the
3513         nnimap-server-port.
3514         (nnimap-request-article): Return the group/article number, so that Gnus
3515         `^' works as expected.
3516         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3517
3518         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3519         comments.
3520         (gnus-methods-sloppily-equal): New function.
3521         (gnus): When using the development version of Gnus, load the gnus-load
3522         file.
3523
3524         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3525         `gnus-open-server' on each method before trying to scan them etc.
3526         This ensures that all the backend parameters are set correctly.
3527
3528         * nnimap.el (nnimap-authenticator): New variable.
3529         (nnimap-open-connection): Allow anonymous login.
3530         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3531         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3532
3533         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3534         patch, found by Knut Anders Hatlen.
3535
3536 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3537
3538         * gnus-agent.el (gnus-agent-batch-confirmation)
3539         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3540         to gnus-message.
3541         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3542         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3543         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3544         * gnus-int.el (gnus-open-server): Likewise.
3545         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3546         (gnus-score-check-syntax): Likewise.
3547         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3548         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3549         Likewise.
3550         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3551
3552 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3553
3554         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3555         calling conventions so that prefetch doesn't bug out.
3556
3557 2010-09-19  Julien Danjou  <julien@danjou.info>
3558
3559         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3560         rather than `subst-char-in-region' in order to be able to replace ASCII
3561         char by UTF-8 ones.
3562
3563         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3564         than curl.
3565         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3566         the right URL and ALT text on images.
3567         (gnus-html-wash-tags): Fix tag case.
3568         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3569         (gnus-article-html): Add -o display_ins_del=2 option.
3570         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3571
3572 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3573
3574         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3575         the extra mail headers, which sometimes seem to happen for unknown
3576         reasons.
3577
3578         * mail-parse.el (mail-header-encode-parameter): Define as
3579         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3580         (or most, perhaps?) mail readers don't understand the latter, but do
3581         understand the former.
3582
3583         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3584         to nil, so that no methods are automatically agentized.  I think this
3585         is probably what most users want.
3586
3587         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3588         from url-retrieve, for instance about invalid URLs.
3589
3590         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3591         groups that have no articles.
3592         (nnimap-request-article): Check that we really got an article when we
3593         requested one.
3594
3595         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3596         doesn't exist.
3597
3598         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3599         nntp buffer so the agent can save it.
3600         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3601         that CRLF doesn't get translated to \n.
3602         (nnimap-open-connection): Don't make 'shell commands only send \n.
3603
3604 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3605
3606         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3607         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3608         Update var name.
3609         (nnml-generate-nov-file): Use dolist.
3610         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3611         Use with-current-buffer.
3612
3613 2010-09-18  Julien Danjou  <julien@danjou.info>
3614
3615         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3616         parallel.
3617
3618 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3621         the range update right.
3622         (nnimap-request-group): Don't make `M-g' bug out on group with no
3623         marks.
3624         (nnoo): Require, so that other packages can require nnimap.
3625         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3626         command we're looking for.  This helps when the server sends more
3627         responses after we've gotten everything we expected.
3628         (nnimap): Add a `newlinep' field to keep track of end-of-line
3629         conventions.
3630         Don't send CRLF to things that don't want it.
3631         (nnimap-request-accept-article): Ditto.
3632
3633 2010-09-18  Julien Danjou  <julien@danjou.info>
3634
3635         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3636         than curl to retrieve images.
3637
3638 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3639
3640         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3641         the marks.
3642         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3643         (nnimap-wait-for-connection): New function.
3644         (nnimap-open-connection): If we have PREAUTH, don't query for login
3645         credentials.
3646         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3647         when doing a partial update.
3648
3649 2010-09-18  Julien Danjou  <julien@danjou.info>
3650
3651         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3652         tags.
3653
3654 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3655
3656         * nnimap.el (nnimap-credentials): New function.
3657         (nnimap-open-connection): Use the new function to look for credentials
3658         also on the numeric equivalents of "imap" and "imaps".
3659
3660         * gnus-start.el (gnus-activate-group): Send the info to
3661         gnus-request-group.
3662
3663         * nnimap.el (nnimap-request-group): Have the "check" version of the
3664         function parse flags and update the info, so that a `M-g' get a total
3665         resync of all flags from the group.
3666
3667         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3668         to allow backends to alter the info on group selection.  Also alter all
3669         the backend -request-group functions to take the parameter.
3670
3671         * nnimap.el (nnimap-store-info): New function.
3672         (nnimap-update-info): Store the info for later usage.
3673         (nnimap-request-group): Use the stored info for the dont-check case, so
3674         that we don't retrieve all marks when we enter a group.
3675
3676         * nnimap.el: Use deffoo instead of defun for interface functions.
3677
3678         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3679         update the group info.  This makes the nndraft groups, for instance, go
3680         back to their old behaviour.
3681
3682         * gnus-sum.el (gnus-select-newsgroup): Indent.
3683
3684         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3685         in.
3686         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3687         nothing.
3688
3689         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3690         from methods that are denied.
3691
3692         * gnus-int.el (gnus-method-denied-p): New function.
3693
3694         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3695         store the password instead of netrc.
3696         (nnimap-open-connection): Don't error out when we can't make a
3697         connections.
3698
3699         * auth-source.el (auth-source-create): In the password prompt, say what
3700         we're querying for.  Also prompt for user name if that hasn't been
3701         given.
3702
3703         * nnimap.el (nnimap-with-process-buffer): Remove.
3704
3705 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3706
3707         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3708         method when we're reading from the agent.
3709
3710         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3711
3712         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3713         that's probably most useful for users.
3714
3715         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3716         "failed" all the time.
3717
3718         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3719         ...)) with (with-current-buffer ... ).
3720
3721         * nntp.el (nntp-open-server): Return whether the open was successful or
3722         not.
3723
3724         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3725         select an unread unseen article first.
3726
3727         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3728         /etc/services, supply some sensible port defaults.
3729
3730         * dgnushack.el: Define netrc-credentials.
3731
3732 2010-09-17  Julien Danjou  <julien@danjou.info>
3733
3734         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3735
3736 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3737
3738         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3739         doesn't have any parameters.
3740
3741 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3742
3743         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3744         only upcased checks.
3745
3746         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3747
3748         * nnimap.el (nnimap-open-shell-stream): New function.
3749         (nnimap-open-connection): Use it.
3750         (nnimap-transform-headers): Get the number of lines in each message.
3751         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3752         number of lines.
3753         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3754         problem.
3755
3756         * utf7.el (utf7-encode): Autoload.
3757
3758         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3759         to allow the mail splitting to not return a default group.  This is
3760         useful for nnimap, which will leave unmatched mail in the inbox.
3761
3762         * nnimap.el: Rewritten.
3763
3764         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3765         nnimap usage.
3766
3767         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3768         if the move is internal, so that nnimap can do fast internal moves.
3769
3770         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3771         data.
3772         (gnus-read-active-for-groups): Support finishing the early retrieval of
3773         data.
3774
3775         * gnus-range.el (gnus-range-nconcat): New function.
3776
3777         * gnus-int.el (gnus-finish-retrieve-group-infos)
3778         (gnus-retrieve-group-data-early): New functions.
3779
3780 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3781
3782         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3783         (nnrss-retrieve-groups):
3784         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3785         (pop3-quit): Use with-current-buffer.
3786
3787 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3788
3789         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3790         instead of nnheader-accept-process-output.
3791
3792         * dgnushack.el (dgnushack-compile): Add comment.
3793
3794         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3795
3796         * gnus-html.el (gnus-html-schedule-image-fetching)
3797         (gnus-html-prefetch-images): Replace process-kill-without-query by
3798         gnus-set-process-query-on-exit-flag.
3799
3800 2010-09-16  Romain Francoise  <romain@orebokech.com>
3801
3802         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3803
3804 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3805
3806         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3807         parameter to unintern is mandatory-ish in Emacs 24.
3808
3809         * gnus-html.el (gnus-html-schedule-image-fetching)
3810         (gnus-html-prefetch-images): Check for curl before using it.
3811
3812         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3813         depend on curl, which isn't essential.
3814
3815         * imap.el: Revert back to version
3816         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3817         seem problematic.
3818
3819 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3820
3821         * gnus-registry.el (gnus-registry-install-shortcuts):
3822         Explicitly pass `obarray' to `unintern' to avoid a warning.
3823
3824 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3825
3826         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3827         change.
3828
3829         * nnrss.el (nnrss-request-list): Remove this function and related
3830         functions, including the moreover stuff.
3831
3832 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3833
3834         * nnrss.el (nnrss-retrieve-groups): New function.
3835
3836 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3837
3838         * .dir-locals.el: Add no-byte-compile cookie.
3839
3840 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3841
3842         * time-date.el (format-seconds): Comment fix.
3843
3844         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3845         for back end that doesn't support request-scan.
3846
3847 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3848
3849         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3850         then do request scans from the backends.
3851
3852         * netrc.el (netrc-credentials): New conveniency function.
3853
3854         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3855         avoid running a hook per line, since this takes a lot of time,
3856         profiling shows.
3857         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3858         directly if gnus-visual-p is true.
3859
3860 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3861
3862         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3863         groups; replace mapcar with dolist which is a bit faster; pass groups
3864         info to gnus-read-active-file-1.
3865         (gnus-read-active-file-1): Scan only specified groups if the new
3866         optional arg `infos' is given.
3867
3868 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3869
3870         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3871
3872         * pop3.el (pop3-movemail): Remove.
3873         (pop3-streaming-movemail): Rename to pop3-movemail.
3874
3875         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3876         don't restrict end-tag searches to the end of the line.
3877
3878 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3879
3880         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3881         articles of every unchecked group to t, which means unknown since the
3882         server has never been opened.
3883
3884 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3885
3886         * gnus-html.el (gnus-html-show-alt-text): New command.
3887         (gnus-html-browse-image): Ditto.
3888         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3889         to browse the image directly.
3890         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3891         better.
3892
3893         * gnus-async.el (gnus-async-article-callback):
3894         Call `gnus-html-prefetch-images' unconditionally.
3895
3896         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3897         before feeding URLs to curl.
3898
3899 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3900
3901         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3902         internal images as deletable by `W D D'.
3903
3904         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3905         (gnus-async-article-callback): Fix typo.
3906
3907 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3908
3909         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3910         current line to work around bugs in the output from w3m.
3911
3912         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3913         for groups that want that.
3914
3915         * nntp.el (nntp-wait-for-string): Supply a timeout for
3916         accept-process-output to ensure progress.
3917
3918         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3919         level to get unread articles from, then use that for foreign groups,
3920         too.
3921
3922         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3923         confuses the rest of the function.
3924
3925         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3926         for the methods that support -retrieve-groups, too.
3927
3928         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3929
3930 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3931
3932         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3933         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3934
3935         * pop3.el: Require cl when compiling.
3936         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3937
3938 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3939
3940         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3941         that aren't going to be activated.
3942         (gnus-get-unread-articles): Fix up the last commit.
3943
3944         * gnus-html.el (gnus-article-html): Allow calling without specifying
3945         the handle.  In that case, dissect the buffer first.
3946
3947         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3948
3949         * nnimap.el (nnimap-open-connection): Revert the change that would look
3950         into authinfo for imaps instead of imap.
3951
3952         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3953         say that you don't want to call gnus-request-group with don-check, but
3954         do check the reponse.  This is for virtual groups only.
3955         (gnus-get-unread-articles): Count the archive groups as secondary, so
3956         that they're activated the same way as before.
3957
3958         * imap.el (imap-message-map): Removed optional buffer parameter, since
3959         no callers use it.
3960         (imap-message-get): Ditto.
3961         (imap-message-put): Ditto.
3962         (imap-mailbox-map): Ditto.
3963         (imap-mailbox-put): Ditto.
3964         (imap-mailbox-get): Ditto.
3965         (imap-mailbox-get): Revert last change for this function.
3966
3967         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3968         case-insensitively.
3969         (nnimap-debug): Remove.
3970
3971         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3972         to use `imap-fetch' instead.  According to the comments, this should be
3973         safe, since all other IMAP clients use the 1:* syntax.
3974         (imap-enable-exchange-bug-workaround): Removed.
3975         (imap-debug): Removed -- doesn't seem very useful.
3976
3977         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3978         mail from a file, and the file doesn't exist.
3979
3980         * imap.el (imap-log): New convenience function used throughout instead
3981         of repeating the same code all over the place.
3982
3983         * pop3.el (pop3-streaming-movemail): Return t for success.
3984
3985         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3986         .authinfo if we're using ssl connection.
3987
3988         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3989         already have if we're in a main Gnus `g' run.
3990
3991         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3992
3993 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3994
3995         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3996
3997         * nnmh.el (nnmh-request-list-1): Bind `file'.
3998
3999         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4000         alias to set-process-query-on-exit-flag or process-kill-without-query.
4001         (pop3-open-server): Use it.
4002
4003 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4004
4005         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4006         box to the Incoming file.  Fixes mistake in previous checkin.
4007
4008         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4009         request loop (for debugging purposes) removed.
4010
4011         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4012         culprit is more visible.
4013         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4014         (nnml-add-incremental-nov): New functions to do "incremental" nov
4015         updates, where we just append to the end of the existing nov files
4016         without reading/writing them in full.
4017
4018         * mail-source.el (mail-source-delete-crash-box): Really only check the
4019         incoming files once in a while.
4020
4021         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4022
4023         * mail-source.el (mail-source-delete-crash-box): Only check the
4024         incoming files for deletion once per day to save a lot of file
4025         accesses.
4026
4027         * pop3.el (pop3-logon): Fix up unbound variable typo.
4028
4029         * mail-source.el (pop3-streaming-movemail): Autoload.
4030
4031         * pop3.el (pop3-streaming-movemail):
4032         Respect pop3-leave-mail-on-server.
4033
4034         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4035         retrieval.
4036
4037         * pop3.el (pop3-process-filter): Remove unused function.
4038         (pop3-streaming-movemail, pop3-send-streaming-command)
4039         (pop3-wait-for-messages, pop3-write-to-file)
4040         (pop3-number-of-responses): New functions for streaming pop3
4041         retrieval.
4042
4043         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4044         come from no known methods.
4045         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4046         list.
4047
4048         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4049         message sizes.
4050         (pop3-movemail): Use erase-buffer instead of looping and deleting
4051         regions, which seems rather odd.
4052
4053         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4054         file once per `g' run.
4055
4056         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4057         directories.  This makes the draft queue directory work.
4058
4059         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4060         data from the backends, so that we only request the list of groups from
4061         each method once.  This should speed things up considerably.
4062
4063         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4064         detect that it's not implemented.
4065
4066         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4067         we actually do recurse down into the tree, but don't stat all leaf
4068         nodes.
4069
4070         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4071         then say so instead of bugging out.
4072
4073         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4074         files exist before trying to read them.
4075
4076         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4077         around <pre_int>.
4078
4079         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4080
4081         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4082
4083 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4084
4085         * mm-util.el (mm-image-load-path): Just return the image directories,
4086         not all directories in the path in addition to the image directories.
4087         (mm-image-load-path): Maintain a cache of the image directories so that
4088         the `g' command in Gnus doesn't have to stat dozens of directories each
4089         time.
4090
4091         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4092         (gnus-html-wash-tags): Add a new `i' command to insert images.
4093         (gnus-html-insert-image): New command and keystroke.
4094         (gnus-html-redisplay-with-images): New command and keystroke.
4095         (gnus-html-show-images): Rename command.
4096         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4097         spacers.
4098         (gnus-html-wash-tags): Decode entities at the end, so that entities
4099         inside the tags don't mess up the rest of the "parsing".
4100
4101         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4102         so that nnimap methods aren't agentized by default.  There's apparently
4103         many problems related to agent/imap behaviour.
4104
4105         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4106
4107         * gnus-html.el: Doc fix.
4108
4109 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4110
4111         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4112         specifier-spec-list for Emacs 21.
4113
4114         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4115         glyph-width and glyph-height instead of display-graphic-p and
4116         image-size; make avoidance of displaying small images work for XEmacs.
4117
4118         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4119         for XEmacs.
4120
4121         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4122         of symbol that holds plist data.
4123         (gnus-process-plist): Remove plist of process after getting it.
4124
4125 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4126
4127         * message.el (message-generate-hashcash): Change default to
4128         'opportunistic if hashcash is installed.
4129
4130         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4131         (gnus-html-put-image): Only call image-size once, since it's somewhat
4132         time-consuming on remote X servers.
4133
4134 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4135
4136         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4137         type on data, not a file name.
4138
4139         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4140         window-pixel-edges for Emacs 21.
4141
4142         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4143         decoded contents.
4144         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4145
4146 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4147
4148         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4149         group line format, since it isn't very interesting.
4150
4151         * gnus-agent.el (gnus-agent-short-article),
4152         (gnus-agent-long-article): Increase values for these two variables,
4153         since most people are likely to have more network connection and
4154         storage than before.
4155
4156         * gnus.el (gnus-refer-article-method): Change default to 'current.
4157         When referring an article, the common behaviour is to refer it from the
4158         current select method, not the native select method.  The chances of
4159         the native select method having the message in question is rather slim
4160         these days.
4161
4162         * gnus-sum.el (gnus-auto-select-subject): Change default to
4163         `unseen-or-unread'.  I think it's likely that most people want to
4164         select an unseen article over a previously seen, but unread one.
4165
4166         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4167         means that in the article buffer none of the minor mode elements will
4168         be shown, usually, and this is not desirable in most cases.
4169
4170         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4171         that commands like `d' (and the like) go to the next line in the
4172         buffer, instead of the next unread article.  I think this is the
4173         behaviour that is most natural for most users.
4174         (gnus-single-article-buffer): Change default to nil, so that people can
4175         have as many article buffers open as they have summary buffer.  I think
4176         this is the most natural way for the groups to behave.
4177
4178         * message.el (message-generate-new-buffers): Change default to
4179         `unsent', so that all new message buffers start their names with the
4180         string "*unsent", and it's easier to find the buffers if you move from
4181         them.
4182
4183 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4184
4185         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4186         small.  They're probably tracking images.
4187         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4188         (gnus-html-rescale-image): Yet another try at getting the image sizing
4189         right.
4190
4191         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4192         nntp-marks-file-name is nil.
4193
4194 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4195
4196         * gnus-html.el (gnus-html-wash-tags)
4197         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4198         Better logging.
4199
4200 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4201
4202         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4203
4204         * gnus-html.el (gnus-html-wash-tags): Check the value of
4205         gnus-blocked-images in the summary buffer.
4206
4207 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4208
4209         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4210
4211 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4212
4213         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4214         like "a", it seems like.
4215         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4216         since it needs to be picked from the correct buffer.
4217
4218         * nnwfm.el: Remove.
4219
4220         * nnlistserv.el: Remove.
4221
4222 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4223
4224         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4225         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4226
4227 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4228
4229         * nnkiboze.el: Remove.
4230
4231         * nndb.el: Remove.
4232
4233         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4234         alt text.
4235         (gnus-html-rescale-image): Try to get the rescaling logic right for
4236         images that are just wide and not tall.
4237
4238         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4239         overshadow variable bindings.
4240
4241 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4242
4243         * gnus-html.el (gnus-html-wash-tags)
4244         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4245         Add extra logging.
4246
4247 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4248
4249         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4250         (gnus-max-image-proportion): New variable.
4251         (gnus-html-rescale-image): New function.
4252         (gnus-html-put-image): Rescale images.
4253
4254 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4255
4256         Fix up some byte-compiler warnings.
4257         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4258         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4259         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4260         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4261         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4262         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4263         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4264
4265 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4266
4267         * gnus-html.el (gnus-article-html): Decode contents by charset.
4268
4269 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4272         (gnus-html-frame-width, gnus-blocked-images)
4273         * message.el (message-prune-recipient-rules): Add custom version.
4274         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4275
4276         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4277         functions.
4278
4279         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4280         gnus-process-get.
4281
4282 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4283
4284         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4285         instead of lsub directly.
4286
4287 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4288
4289         * nnwarchive.el: Remove.
4290
4291         * gnus-soup.el: Remove.
4292
4293         * nnsoup.el: Remove.
4294
4295         * nnultimate.el: Remove.
4296
4297         * gnus-html.el (gnus-blocked-images): New variable.
4298
4299         * message.el (message-prune-recipients): New function.
4300         (message-prune-recipient-rules): New variable.
4301
4302         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4303         guess whether a long line is natural text or not.
4304
4305         * gnus-html.el (gnus-html-schedule-image-fetching):
4306         Use gnus-process-plist and friends for compatibility.
4307
4308 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4309
4310         * gnus-html.el: Require packages that define macros used in this file.
4311         (gnus-article-mouse-face): Declare to silence byte-compiler.
4312         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4313         process-get.
4314         (gnus-html-put-image): Use plist-get to avoid getf.
4315         (gnus-html-prefetch-images): Use with-current-buffer.
4316
4317 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4318
4319         * gnus-ems.el: Provide compatibility functions for
4320         gnus-set-process-plist.
4321
4322         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4323         header-line-format for XEmacs 21.4.
4324
4325         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4326         * gnus.el (gnus-valid-select-methods)
4327         * message.el (message-send-mail-partially-limit)
4328         * mm-decode.el (mm-text-html-renderer)
4329         * mml.el (mml-insert-mime-headers-always)
4330         * smiley.el (smiley-regexp-alist): Bump custom version.
4331
4332 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4333
4334         * gnus-html.el: require mm-url.
4335         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4336         with the url to `url'.
4337         (gnus-html-wash-tags): Support cid: URLs/images.
4338
4339 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4340
4341         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4342         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4343         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4344
4345         * gnus-move.el: Remove file, since it doesn't really work.
4346
4347         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4348         UTF-8.  This seems to fix problems with some German web feeds.
4349
4350         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4351         at the top so that the proper colours are applied.
4352
4353         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4354         don't have dots in their names.
4355
4356         * gnus-art.el (gnus-article-view-part): Doc fix.
4357
4358         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4359         XEmacs-compatible.
4360         (gnus-html-put-image): Don't do images on non-graphic displays.
4361
4362         * nnslashdot.el: Remove this unused backend.
4363
4364         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4365         actions.
4366         (gnus-undo-register-1): Revert last change.
4367
4368         * gnus-group.el (gnus-group-completing-read): Protect against not
4369         having completion-styles bound.
4370
4371         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4372         make broken recipients happier.
4373
4374         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4375
4376         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4377         point parameter.
4378
4379         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4380
4381         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4382         completion-styles for group selection.
4383
4384 2009-02-04  Andreas Schwab  <schwab@suse.de>
4385
4386         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4387         headers and regexp-quote the match if necessary.
4388
4389 2009-03-24  Miles Bader  <miles@gnu.org>
4390
4391         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4392         the blinking smiley.
4393
4394 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4395
4396         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4397         blink smiley.
4398
4399 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4400
4401         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4402         where the dribbel file lives exists.
4403
4404         * message.el (message-send-mail-partially-limit): Change the default to
4405         nil, since most people don't want this.
4406
4407         * mm-url.el (mm-url-decode-entities): Also decode entities like
4408         &#x3212.
4409
4410 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4411
4412         * gnus-sum.el (gnus-summary-idna-message):
4413         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4414         Hyperlink urls in docstrings with URL `...'.
4415
4416 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4417
4418         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4419         functions.
4420
4421 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4422
4423         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4424         say what the mouseover text should be.
4425
4426         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4427         version of the mm-w3m-safe-url-regexp variable to only download images
4428         in the groups where we want that to happen.
4429
4430         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4431
4432         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4433         easier debugging.
4434         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4435         big pictures in the article buffer.
4436
4437         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4438         gnus-article-html.
4439         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4440         w3m.
4441
4442         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4443
4444 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4445
4446         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4447         which doesn't exist.
4448
4449         * message.el (message-inhibit-ecomplete): New variable to allow some
4450         function to inhibit ecomplete address storage.
4451         (message-resend): Disable ecomplete message storage when resending
4452         messages.
4453
4454         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4455
4456 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4459         Save excursion while copying, moving, and deleting articles in order to
4460         prevent the cursor from jumping to unforeseen place.
4461
4462 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * lpath.el: No need to bind bookmark-current-buffer,
4465         bookmark-yank-point and bookmark-make-record-function.
4466
4467 2010-08-17  Glenn Morris  <rgm@gnu.org>
4468
4469         * gnus-sync.el: Require gnus components whose functions are used.
4470
4471         * gnus-art.el (bookmark-make-record-function):
4472         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4473         Declare for compiler.
4474
4475         * mm-url.el (mml-compute-boundary): Autoload.
4476
4477 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4478
4479         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4480
4481 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4482
4483         Typo fix "hoo4a" -> "hook".
4484
4485         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4486
4487 2010-08-14  Glenn Morris  <rgm@gnu.org>
4488
4489         * gnus-sync.el (gnus-sync): Fix defgroup version.
4490
4491 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4492
4493         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4494
4495         * gnus-sync.el: Fix docs.
4496         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4497         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4498
4499 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4500
4501         Optimizations for gnus-sync.el.
4502
4503         * gnus-sync.el: Add docs about gnus-sync-backend
4504         possibilities.
4505         (gnus-sync-save): Remove unnecessary message.
4506         (gnus-sync-read): Optimize and show what groups were skipped.
4507
4508 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4509
4510         Minor bug fixes for gnus-sync.el.
4511
4512         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4513         Don't read the sync on get-new-news.
4514
4515         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4516         quiet.
4517
4518         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4519         (fix typo).
4520
4521 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4522
4523         Make saving and restoring of hidden threads work with overlays.
4524         Patch applied by Ted Zlatanov.
4525
4526         * gnus-sum.el (gnus-hidden-threads-configuration)
4527         (gnus-restore-hidden-threads-configuration): Update to deal with text
4528         properties, rather than searching for a magic character.
4529
4530 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4531
4532         New gnus-sync.el library for synchronization of marks.
4533
4534         * gnus-sync.el: New library for synchronization of marks.
4535
4536         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4537         renamed from `gnus-registry-grep-in-list'.
4538
4539         * gnus-registry.el (gnus-registry-follow-group-p):
4540         Use `gnus-grep-in-list'.
4541
4542         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4543
4544 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4545
4546         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4547         determining charset of text fails.
4548
4549 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4550
4551         * nnmail.el (nnmail-get-new-mail-1): Revert.
4552
4553         * nnml.el (nnml-active-number): Make sure names of newly created groups
4554         in nnml-group-alist are encoded.
4555
4556 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4557
4558         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4559         containing non-ASCII characters in active file for nnml back end.
4560
4561 2010-07-24  David Engster  <dengste@eml.cc>
4562
4563         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4564         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4565
4566 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4567
4568         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4569         tag (Bug#6654).
4570
4571 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4572
4573         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4574         the article buffer, not the summary buffer.
4575
4576 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4579         Emacs 23 as well.
4580
4581 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4584         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4585
4586 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4587
4588         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4589         Patch applied by Karl Fogel.
4590
4591         * gnus-sum.el (gnus-summary-bookmark-make-record):
4592         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4593
4594 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4595
4596         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4597         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4598         C-w still not working correctly from Article buffers; Thierry's
4599         patch to fix that will be applied after this.
4600
4601         * gnus-art.el (bookmark-make-record-function): New local variable.
4602
4603         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4604         article buffer.
4605         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4606
4607 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4608
4609         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4610         on changes in bookmark.el.
4611
4612 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4613
4614         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4615         `no-log' instead of message not to log prompt string.
4616
4617 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4618
4619         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4620         the *other* type of HTML form submission.
4621
4622 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4623
4624         * auth-source.el (auth-source-pick): If choice does not contain a
4625         questioned keyword, set the check to t.
4626
4627 2010-06-12  Romain Francoise  <romain@orebokech.com>
4628
4629         * gnus-util.el (gnus-date-get-time): Move up before first use.
4630
4631 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4632
4633         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4634         (gnus-article-edit-part): Bind it to make last part that is substituted
4635         or deleted visible.
4636         (gnus-mime-display-single): Buttonize part of which id equals to
4637         gnus-mime-buttonized-part-id.
4638
4639 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4640
4641         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4642         (gnus-dd-mmm): Use gnus-date-get-time.
4643         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4644         simplify logic.
4645         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4646         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4647
4648 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4649
4650         * auth-source.el (top): Autoload `secrets-list-collections',
4651         `secrets-create-item', `secrets-delete-item'.
4652         (auth-sources): Fix tag string.
4653         (auth-get-source, auth-source-retrieve, auth-source-create)
4654         (auth-source-delete): New defuns.
4655         (auth-source-pick): Rewrite in order to avoid 2 passes.
4656         (auth-source-forget-user-or-password): New parameter USERNAME.
4657         (auth-source-user-or-password): New parameters CREATE-MISSING and
4658         DELETE-EXISTING.  Retrieve password interactively, if needed.
4659
4660 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4661
4662         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4663         deleting unused directories when gnus-expert-user is t.
4664
4665 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4666
4667         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4668         for each temp file when gnus-article-browse-delete-temp is ask.
4669
4670 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4671
4672         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4673         Lisp calls to delete-backward-char by calls to delete-char.
4674
4675 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4676
4677         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4678
4679 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4680
4681         * password-cache.el (password-cache-remove): Fix docstring.
4682
4683 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4684
4685         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4686         article unless decoding article to be saved.
4687
4688 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4689
4690         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4691         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4692         generated within the mm-with-unibyte-current-buffer macro.
4693
4694 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4695
4696         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4697         to nil when we're in a mml-preview buffer and no group is selected.
4698
4699 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4700
4701         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4702         when catching the `C-g'.  Reported by "Leo".
4703
4704 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4705
4706         * message.el (message-forward-make-body-plain)
4707         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4708         multibyte-string-p.
4709
4710         * lpath.el: Revert.
4711
4712 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * message.el (message-forward-make-body-mml): Assume original message
4715         is multibyte string; error on unibyte.
4716         (message-forward-make-body-plain): Ditto; don't add excessive newline
4717         in body end.
4718
4719         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4720
4721 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4722
4723         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4724         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4725
4726 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4727
4728         * mm-extern.el (mm-extern-url): Don't use
4729         mm-with-unibyte-current-buffer.
4730         (mm-extern-cache-contents): Use with-current-buffer instead of
4731         save-excursion + set-buffer.
4732
4733 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4734
4735         * mm-util.el (mm-emacs-mule): Remove.
4736
4737 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4738
4739         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4740         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4741         change.
4742
4743 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4744
4745         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4746         bind the default value of enable-multibyte-characters to nil.
4747
4748 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4749
4750         * message.el (message-forward-make-body-plain)
4751         (message-forward-make-body-mml):
4752         Don't use mm-with-unibyte-current-buffer.
4753
4754 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4755
4756         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4757
4758 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4759
4760         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4761         (Bug#5592).
4762
4763 2010-05-07  Julien Danjou  <julien@danjou.info>
4764
4765         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4766         it to mm-pipe-part.
4767
4768         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4769         it is given.
4770
4771 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4772
4773         * binhex.el (binhex-decode-region-internal)
4774         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4775         (dns-query)
4776         * nnweb.el (nnweb-gmane-search)
4777         * pgg-parse.el (pgg-parse-armor)
4778         * pgg.el (pgg-verify-region)
4779         * sha1.el (sha1-string-external)
4780         * uudecode.el (uudecode-decode-region-internal)
4781         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4782         XEmacs.
4783
4784         * gnus-art.el (gnus-article-browse-html-parts)
4785         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4786         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4787         make-temp-file.
4788
4789         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4790         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4791         compiling.
4792
4793         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4794         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4795         XEmacs when compiling.
4796
4797         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4798         gnus-pick-mode-off-hook for XEmacs when compiling.
4799         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4800         gnus-binary-mode-off-hook for XEmacs when compiling.
4801
4802         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4803         Return nil if char-charset is not available.
4804
4805         * imap.el (imap-disable-multibyte)
4806         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4807         macros.
4808
4809         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4810         instead of encode-coding-string.
4811
4812         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4813         'xemacs) instead of mm-emacs-mule to switch function definitions.
4814         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4815
4816         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4817         bind temporary-file-directory for XEmacs;
4818         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4819         timer-set-function for XEmacs 21.4 and SXEmacs;
4820         bind timer-list for XEmacs 21.4 and SXEmacs;
4821         fbind char-charset and find-charset-region for non-Mule XEmacs;
4822         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4823         encode-coding-region and encode-coding-string for XEmacs having no
4824         file-coding feature.
4825
4826 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4827
4828         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4829
4830 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4831
4832         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4833         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4834
4835 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4836
4837         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4838         alias `jka-compr-delete-temp-file' no longer exists.
4839
4840 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4841
4842         Use define-minor-mode in Gnus where applicable.
4843         * mml.el (mml-mode): Use define-minor-mode.
4844         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4845         (gnus-undo-mode): Use define-minor-mode.
4846         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4847         (gnus-dead-summary-mode): Use define-minor-mode.
4848         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4849         Initialize in declaration.
4850         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4851         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4852         (gnus-mailing-list-mode): Use define-minor-mode.
4853         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4854         (gnus-draft-mode): Use define-minor-mode.
4855         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4856         (gnus-dired-mode): Use define-minor-mode.
4857
4858 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4859
4860         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4861         handles on recursive mml-to-mime translation and check them for
4862         boundary delimiter collisions.  Reported by Greg Troxel.
4863
4864 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4865
4866         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4867
4868 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4869
4870         * mm-util.el (mm-find-buffer-file-coding-system):
4871         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4872
4873 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4874
4875         * message.el (message-generate-headers): Record insertion of optional
4876         headers as well.  Otherwise the check to prevent repeated insertion of
4877         optional headers is a no-op.
4878
4879 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4880
4881         * smime.el: Don't mention CVS.
4882
4883         * nnrss.el (nnrss-fetch): Don't mention CVS.
4884
4885         * nnir.el: Don't mention CVS.
4886
4887 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4888
4889         * gnus-sum.el (gnus-summary-bookmark-make-record):
4890         Add `location' field.
4891
4892 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4893
4894         * lpath.el: Fbind bookmark-default-handler,
4895         bookmark-get-bookmark-record, bookmark-make-record-default,
4896         bookmark-prop-get for Emacs <23 and XEmacs.
4897
4898 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4899
4900         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4901         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4902         Use with-current-buffer to silence the byte-compiler.
4903         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4904         bother to require `gnus'.
4905         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4906
4907 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4908
4909         * gnus-sum.el (gnus-summary-bookmark-make-record)
4910         (gnus-summary-bookmark-jump): New functions.
4911         (gnus-summary-mode): Setup bookmark support.
4912
4913 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4914
4915         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4916         if set.
4917
4918 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4919
4920         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4921         gnus-article-browse-html-save-cid-image; make it work recursively for
4922         forwarded messages as well.
4923         (gnus-article-browse-html-parts): Work when prefix arg is given.
4924         (gnus-article-browse-html-article): Doc fix.
4925
4926 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4927
4928         * message.el (message-default-mail-headers):
4929         (message-default-headers): Carry the value mail-default-headers over
4930         into message-default-mail-headers, rather than message-default-headers.
4931
4932 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4933
4934         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4935         charset.
4936
4937         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4938         charset into the <meta> tag when the article is encoded to utf-8.
4939
4940 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4941
4942         * gnus-art.el (gnus-article-browse-delete-temp-files):
4943         Delete directories as well.
4944         (gnus-article-browse-html-parts): Work for images that do not specify
4945         file names; delete temp directory when quitting; insert header at the
4946         right place; use file: scheme for image files.
4947
4948 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4949
4950         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4951         (gnus-article-browse-html-parts): Use it to make temporary cid image
4952         files in addition to html file so that browser may display them.
4953
4954 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4955
4956         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4957
4958 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4959
4960         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4961
4962 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4963
4964         * auth-source.el (auth-sources): Change default to be simpler.
4965         Explain about Secret Service API sources.  Improve Customize options.
4966         (auth-source-pick): Change to accept any number of search parameters.
4967         Implement fallbacks iteratively, not recursively.  Add scoring on the
4968         second pass and sort by score.  Call Secret Service API when needed.
4969         (auth-source-user-or-password): Use it.  Call Secret Service API
4970         directly when needed to get the user name and the password.
4971
4972 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4973
4974         * message.el (message-interactive): Doc fix.
4975         (message-qmail-inject-args): Reflow.
4976         (message-kill-to-signature): Fix typo in docstring.
4977
4978         * smiley.el (smiley-buffer): Fix typo in docstring.
4979
4980 2010-03-24  Glenn Morris  <rgm@gnu.org>
4981
4982         * mail-source.el (gnus-message): Declare.
4983         (mail-source-delete-old-incoming): Require gnus-util.
4984
4985 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4988
4989         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4990
4991         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4992         password-cache's default if it is not bound.
4993         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4994         password-cache-expiry's default if it is not bound.
4995
4996         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4997         available in Emacs 21.
4998
4999         * lpath.el: Suppress compiler warnings for:
5000         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5001         XEmacs;
5002         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5003         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5004         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5005
5006 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5007
5008         * auth-source.el (auth-sources): Fix up definition so extra parameters
5009         are always inline.
5010
5011 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5012
5013         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5014         wasn't updated after mismatch.  Clear cached mailbox info correctly
5015         when uidvalidity changes.
5016         (nnimap-group-prefixed-name): New function to avoid some code
5017         duplication.
5018         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5019         (nnimap-request-group): Use it.
5020         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5021         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5022         with many imap folders.  This is done by caching the group status from
5023         the imap server persistently in a group parameter `imap-status'.  (This
5024         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5025         but not persistently, so every Gnus startup was still very slow.)
5026
5027 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5028
5029         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5030         delete the extra newline.  Otherwise editing of :string and :number
5031         types don't work.
5032
5033 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5034
5035         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5036         secrets.el dependency.
5037         (auth-sources): Add optional user name.  Add secrets.el configuration
5038         choice (unused right now).
5039
5040 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5041
5042         * gnus-sum.el (gnus-summary-make-menu-bar):
5043         Let `gnus-registry-install-shortcuts' fill in the functions.
5044
5045         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5046         warnings.
5047         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5048         (gnus-registry-install-shortcuts): Populate and use it in a
5049         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5050
5051 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5052
5053         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5054         In-place substitutions for the group name encoding/decoding.
5055         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5056         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5057         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5058         (nnimap-update-unseen, nnimap-request-list)
5059         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5060         (nnimap-request-set-mark, nnimap-split-to-groups)
5061         (nnimap-split-articles, nnimap-request-newgroups)
5062         (nnimap-request-create-group, nnimap-request-accept-article)
5063         (nnimap-request-delete-group, nnimap-request-rename-group)
5064         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5065         `encoded-mbx' for consistency.
5066         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5067         variable `imap-current-mailbox'.
5068
5069         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5070         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5071
5072 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5073
5074         * pop3.el (pop3-display-message-size-flag): Display message size byte
5075         counts during POP3 download.
5076         (pop3-movemail): Use it.
5077         (pop3-list): Implement listing of available messages.
5078
5079 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5080
5081         * nnir.el (nnir-get-article-nov-override-function): New function to
5082         override the normal NOV retrieval.
5083         (nnir-retrieve-headers): Use it.
5084
5085 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5086
5087         * auth-source.el (netrc-machine-user-or-password): Autoload.
5088
5089 2010-03-19  Glenn Morris  <rgm@gnu.org>
5090
5091         Stop message.el from loading about 40 libraries it doesn't always need.
5092         The general approach is to autoload rather than require, and to
5093         require in the specific functions rather than the file.  (Bug#5642)
5094
5095         * gmm-utils.el: Don't require wid-edit.
5096         (widget-create-child-value, widget-convert, widget-default-get):
5097         Autoload.
5098
5099         * gnus-util.el: Don't require time-date, netrc.
5100         (message-fetch-field, gnus-group-name-decode): Declare rather than
5101         autoloading.
5102         (gnus-fetch-field): Require message.
5103         (gnus-decode-newsgroups): Require gnus-group.
5104
5105         * ietf-drums.el: Don't require time-date.
5106
5107         * message.el: Don't require hashcash, canlock, ecomplete.
5108         Do require mail-utils.  Require nnheader only when compiling.
5109         (smtpmail-default-smtp-server): Remove declaration.
5110         (message-send-mail-function): Check smtpmail-default-smtp-server
5111         is bound rather than requiring smtpmail.
5112         (message-auto-save-directory, message-insert-signature):
5113         Use expand-file-name rather than nnheader-concat.
5114         (nnheader-insert-file-contents): Autoload.
5115         (hashcash-wait-async): Declare.
5116         (message-send-mail): Only call gnus-setup-posting-charset if
5117         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5118         (message-send-mail-with-sendmail): Require sendmail.
5119         (canlock-password, canlock-password-for-verify): Declare.
5120         (message-canlock-password): Require canlock.
5121         (nnheader-get-report): Autoload.
5122         (gnus-setup-posting-charset): Declare.
5123         (message-send-news): Require gnus-msg.
5124         (message-make-references, message-make-in-reply-to): Use mail-header-id
5125         rather than the alias mail-header-message-id.
5126         (ecomplete-add-item, ecomplete-save): Declare.
5127         (message-put-addresses-in-ecomplete): Require ecomplete.
5128         (ecomplete-display-matches): Autoload.
5129
5130         * mm-decode.el: Don't require mailcap, gnus-util.
5131         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5132         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5133         Autoload.
5134         (mailcap-mime-extensions): Declare.
5135
5136         * mm-encode.el: Don't require mailcap.
5137         (mailcap-extension-to-mime): Autoload.
5138
5139         * mml-sec.el: Don't require password-cache.
5140
5141         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5142         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5143         (mml-minibuffer-read-type): Require mailcap.
5144         (mml-preview): Require gnus-msg.
5145
5146         * mml1991.el: Require password-cache.
5147         (password-cache-expiry): Remove declaration.
5148
5149         * mml2015.el: Require password-cache.
5150         (password-cache-expiry): Remove declaration.
5151
5152         * nneething.el (mailcap): Require mailcap.
5153
5154         * nnheader.el (declare-function): Add compatibility stub.
5155         (message-remove-header): Declare rather than autoload.
5156         (nnheader-replace-header): Require message.
5157
5158         * nnimap.el (declare-function): Add compatibility stub.
5159         (netrc-parse, netrc-machine-user-or-password): Declare.
5160         (nnimap-open-connection): Require netrc.
5161
5162         * nntp.el (declare-function): Add compatibility stub.
5163         (netrc-parse, netrc-machine, netrc-get): Declare.
5164         (nntp-send-authinfo): Require netrc.
5165
5166         * rfc2047.el: Don't require qp.
5167         (quoted-printable-encode-region, quoted-printable-decode-string):
5168         Autoload.
5169
5170         * sieve-mode.el: Don't require easymenu.
5171         (easy-menu-add-item): Autoload it.
5172
5173         * spam-stat.el (time-to-number-of-days): Autoload it.
5174
5175 2010-03-19  Glenn Morris  <rgm@gnu.org>
5176
5177         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5178
5179 2010-03-18  Glenn Morris  <rgm@gnu.org>
5180
5181         * hashcash.el (declare-function): Remove duplicate definition.
5182
5183 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5184
5185         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5186         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5187         value if any backslash escapes).
5188
5189 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5192         if it is available.  (bug#5647)
5193
5194         * lpath.el: Suppress compiler warning for coding-system-from-name for
5195         Emacs 21 and XEmacs.
5196
5197 2010-03-14  Juri Linkov  <juri@jurta.org>
5198
5199         * hmac-def.el:
5200         * hmac-md5.el:
5201         * netrc.el: Fix keywords.
5202
5203 2010-02-26  Glenn Morris  <rgm@gnu.org>
5204
5205         * message.el (message-send-mail-function): Change the default, so that
5206         it inherits from a customized send-mail-function.  (Bug#5643)
5207
5208 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5209
5210         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5211         shell-command-to-string signals an error (bug#5299).
5212
5213 2010-02-24  Glenn Morris  <rgm@gnu.org>
5214
5215         * message.el (message-smtpmail-send-it)
5216         (message-send-mail-with-mailclient): Doc fixes.
5217
5218 2010-02-16  Glenn Morris  <rgm@gnu.org>
5219
5220         * message.el (message-default-mail-headers): Change the default value
5221         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5222
5223 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5224
5225         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5226         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5227
5228 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5229
5230         * time-date.el (date-to-time): Doc fix (Bug#5408).
5231
5232 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5233
5234         * message.el (message-mail): Just pass yank-action on to message-setup.
5235         (message-setup): Handle (FUN . ARGS) form of yank-action.
5236         (message-with-reply-buffer, message-widen-reply)
5237         (message-yank-original): Handle non-buffer values of
5238         message-reply-buffer (Bug#4080).
5239         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5240
5241 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5242
5243         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5244         Fix typo in docstring.
5245
5246 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5247
5248         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5249         response.
5250
5251 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5254
5255         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5256
5257         * message.el (message-check-news-header-syntax): Protect against a
5258         string that `rfc822-addresses' returns when parsing fails.
5259
5260 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5263         (gnus-previous-char-property-change): New functions.
5264
5265         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5266
5267 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5268
5269         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5270         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5271
5272 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5273
5274         * message.el (message-exchange-point-and-mark): Rework last change to
5275         avoid using optional arg of exchange-point-and-mark, for backward
5276         compatibility.
5277
5278 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5279
5280         * message.el (message-exchange-point-and-mark):
5281         Call exchange-point-and-mark with an argument rather than setting
5282         mark-active by hand (Bug#5175).
5283
5284 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * nntp.el (nntp-service-to-port): Work for service expressed with
5287         numeric string; replace [:digit:] with [0-9] for XEmacs.
5288
5289 2009-12-17  Glenn Morris  <rgm@gnu.org>
5290
5291         * gnus-group.el (gnus-bug-group-download-format-alist):
5292         Change emacs entry to debbugs.gnu.org.  Bump :version.
5293
5294 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5295
5296         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5297
5298 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5299
5300         * message.el (message-info): Explain why we use `Info-goto-node'.
5301
5302 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5305
5306 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5307
5308         * message.el (message-completion-in-region): New compatibility function.
5309         (message-expand-group): Use it.
5310
5311 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5314         with no unread article should be listed if the 2nd arg `predicate' is
5315         given.
5316
5317 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5320
5321 2009-11-29  Juri Linkov  <juri@jurta.org>
5322
5323         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5324         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5325         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5326
5327 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5328
5329         * sha1.el (sha1-string-external): default-directory "/" in case
5330         otherwise non-existent.  process-connection-type pipe for touch of
5331         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5332
5333 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5334
5335         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5336         it's comms related and sgml-mode.el has "comm" on that basis too.
5337
5338 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5341         containing tspecial characters if they have been already quoted.
5342
5343 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5344
5345         * dns-mode.el (auto-mode-alist): Purecopy string.
5346
5347 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5348
5349         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5350
5351 2009-10-24  Glenn Morris  <rgm@gnu.org>
5352
5353         * gnus-art.el (help-xref-stack-item): Define for compiler.
5354
5355 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5356
5357         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5358
5359 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5362
5363 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5364
5365         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5366         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5367
5368 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5371         (gnus-overlays-in): New alias to overlays-in.
5372
5373         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5374         gnus-overlay-get, and gnus-delete-overlay.
5375         (gnus-summary-show-thread): Make it work as well for systems in which
5376         next-single-char-property-change is not available.
5377         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5378
5379         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5380         (gnus-overlay-get): New alias to extent-property.
5381         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5382
5383         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5384         SXEmacs.
5385
5386         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5387         SXEmacs.
5388
5389 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5390
5391         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5392
5393 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5394
5395         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5396         and XEmacs that don't have `remove-overlays'.
5397
5398 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5399
5400         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5401         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5402         selective display.  Use overlays instead.
5403
5404 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5405
5406         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5407
5408 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5409
5410         * spam-stat.el (spam-stat-load): Fix typo in message.
5411
5412 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5413
5414         * dig.el (dig-invoke): Fix typo in docstring.
5415         (query-dig): Reflow docstring.
5416
5417 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5418
5419         * gnus-art.el (gnus-article-encrypt-body):
5420         * message.el (message-check-recipients):
5421         * mm-util.el (mm-codepage-setup):
5422         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5423         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5424
5425 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5426
5427         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5428         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5429         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5430         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5431         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5432
5433 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5434
5435         * dig.el: Add "Keywords: comm", as per net-utils.el.
5436
5437 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5438
5439         * dig.el (dig-mode): Use define-derived-mode.
5440
5441 2009-09-19  Glenn Morris  <rgm@gnu.org>
5442
5443         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5444
5445 2009-09-18  Glenn Morris  <rgm@gnu.org>
5446
5447         * gnus-diary.el (gnus-diary-check-message):
5448         * message.el (message-insert-formatted-citation-line):
5449         * nnbabyl.el (top-level):
5450         * nndiary.el (nndiary-schedule):
5451         Fix typos in condition-case handlers.
5452
5453 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5456         configuration that provides the sole article window in a frame;
5457         position point correctly after deleting a part.
5458
5459 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5460
5461         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5462         (spam-resolve-registrations-routine): Use it to unregister articles
5463         that change status.
5464
5465 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5466
5467         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5468         with XEmacs.
5469         (parse-time-string-chars): Use it.
5470
5471 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5472
5473         * imap.el (imap-interactive-login): Better messages.
5474         (imap-open): Fix bug with renamed buffer on reconnect.
5475         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5476         for easier debugging and cleaner code.  On successful (guessed based on
5477         server capabilities) secondary authentication, set imap-state
5478         correctly.
5479         (imap-last-authenticator): Define imap-last-authenticator as a variable
5480         to avoid warnings.
5481
5482 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * nnrss.el (nnrss-request-article): Remove binding of
5485         default-enable-multibyte-characters that has gotten needless by
5486         the 2007-07-13 change in rfc2047-encode-message-header.
5487
5488         * mml.el (mml-insert-multipart): Error on the message header.
5489         (mml-insert-part): Error on the message header; position point at
5490         the end of a MIME tag.
5491
5492 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5493
5494         * time-date.el (autoload): Expand define-obsolete-function-alias into
5495         defalias and make-obsolete for old Emacsen that Gnus supports.
5496         (with-no-warnings): Define it for old Emacsen.
5497         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5498         is available.
5499         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5500         float-time is available; suppress compile warning for time-to-seconds.
5501
5502         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5503         (gnus-float-time): Alias to float-time if it exists.
5504
5505         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5506         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5507         float-time is available; suppress compile warning for time-to-seconds.
5508
5509         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5510         XEmacs.
5511
5512 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5513
5514         * imap.el (imap-message-map): Docstring fix.
5515
5516 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5517
5518         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5519         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5520         Add the optional argument `encoding' that overrides the default.
5521
5522         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5523         mm-encode-buffer.
5524
5525 2009-09-04  Glenn Morris  <rgm@gnu.org>
5526
5527         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5528         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5529         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5530         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5531         * mm-util.el (mm-with-unibyte-current-buffer)
5532         (mm-find-buffer-file-coding-system):
5533         * yenc.el (yenc-decode-region): Use default-value rather than
5534         default-enable-multibyte-characters.
5535
5536 2009-09-03  Glenn Morris  <rgm@gnu.org>
5537
5538         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5539         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5540         than default-enable-multibyte-characters.
5541
5542 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5543
5544         * gnus-art.el (gnus-article-read-summary-keys):
5545         Fix gnus-buffer-configuration's value temporarily used.
5546
5547 2009-09-02  Glenn Morris  <rgm@gnu.org>
5548
5549         * gnus-util.el (gnus-float-time): New function.
5550         * gnus-delay.el (gnus-delay-article):
5551         * gnus-sum.el (gnus-thread-latest-date):
5552         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5553         * nnspool.el (nnspool-request-newgroups):
5554         Use gnus-float-time rather than time-to-seconds.
5555         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5556
5557         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5558         (gnus-header-subject-face, gnus-header-newsgroups-face)
5559         (gnus-header-name-face, gnus-header-content-face):
5560         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5561         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5562         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5563         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5564         (gnus-cite-face-11):
5565         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5566         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5567         (gnus-server-closed-face, gnus-server-denied-face)
5568         (gnus-server-offline-face):
5569         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5570         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5571         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5572         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5573         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5574         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5575         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5576         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5577         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5578         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5579         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5580         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5581         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5582         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5583         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5584         (gnus-summary-high-undownloaded-face)
5585         (gnus-summary-low-undownloaded-face)
5586         (gnus-summary-normal-undownloaded-face)
5587         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5588         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5589         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5590         (gnus-splash-face):
5591         * message.el (message-header-to-face, message-header-cc-face)
5592         (message-header-subject-face, message-header-newsgroups-face)
5593         (message-header-other-face, message-header-name-face)
5594         (message-header-xheader-face, message-separator-face)
5595         (message-cited-text-face, message-mml-face):
5596         * sieve-mode.el (sieve-control-commands-face)
5597         (sieve-action-commands-face, sieve-test-commands-face)
5598         (sieve-tagged-arguments-face):
5599         * spam.el (spam-face):
5600         Mark face aliases with "-face" in the name as obsolete.
5601
5602 2009-09-01  Glenn Morris  <rgm@gnu.org>
5603
5604         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5605         than goto-line.
5606
5607 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5610         Don't move point if the command is invoked inside the message header.
5611
5612 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5613
5614         * imap.el (imap-send-command): Simplify.
5615         (imap-wait-for-tag): point-max -> buffer-size.
5616
5617 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5618
5619         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5620         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5621         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5622         * nnir.el (nnir-swish-e-index-file):
5623         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5624         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5625         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5626         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5627         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5628         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5629
5630 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5631
5632         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5633         Don't save excursion.
5634
5635 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5636
5637         * nnheader.el (nnheader-find-file-noselect):
5638         * mm-util.el (mm-insert-file-contents):
5639         Use (default-value 'major-mode) instead of default-major-mode.
5640
5641 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5642
5643         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5644
5645 2009-08-26  Glenn Morris  <rgm@gnu.org>
5646
5647         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5648         than placing in files.el.
5649
5650 2009-08-25  Glenn Morris  <rgm@gnu.org>
5651
5652         * nnir.el (top-level): Don't require cl at run-time.
5653         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5654         Replace cl-function substitute with gnus-replace-in-string.
5655         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5656         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5657         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5658         simplified expansions.
5659
5660 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5661
5662         * dig.el (dig): Add autoload cookie.
5663
5664 2009-08-22  Glenn Morris  <rgm@gnu.org>
5665
5666         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5667         goto-line.
5668
5669 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5670
5671         * parse-time.el (parse-time-string-chars): Save match data.
5672
5673 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5674
5675         * parse-time.el (parse-time-string-chars): Compute using character
5676         classes, to handle non-ascii characters (Bug#3190).
5677
5678 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5679
5680         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5681
5682         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5683         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5684         (gnus-mm-display-part, gnus-mime-display-single)
5685         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5686         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5687
5688         * gnus-sum.el
5689         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5690         (gnus-summary-move-article): Add expirable mark to articles copied or
5691         moved to group that has auto-expire turned on if the option is non-nil.
5692
5693 2009-07-24  Glenn Morris  <rgm@gnu.org>
5694
5695         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5696         Fix typo.  (Bug#3903)
5697
5698 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5701         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5702         that should not be used for draft articles.
5703         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5704         that has no concern in minor mode keys.
5705         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5706         Abolish.
5707
5708 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5709
5710         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5711         article without making inquiry to a user for unknown encoding.
5712
5713         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5714         (nnmaildir--scan): Assume i-node and device number that file-attributes
5715         returns might be cons-cell.
5716
5717         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5718
5719         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5720
5721 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5722
5723         * auth-source.el: Remove docs now in auth.texi.  Don't use
5724         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5725         `auth-source-hide-passwords' and use them.
5726
5727 2009-07-15  Glenn Morris  <rgm@gnu.org>
5728
5729         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5730
5731 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5734         excessive whitespace from the default values of title and description.
5735
5736 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5737
5738         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5739         mail-fetch-field to fetch Content-Description header in order to
5740         exclude newlines.
5741
5742 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5743
5744         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5745         format used by GnuPG 2.0.11.
5746
5747 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5750         to deleted part.
5751
5752 2009-05-30  David Engster  <dengste@eml.cc>
5753
5754         * nnmairix.el: Remove old documentation in the commentary block.
5755         (nnmairix-request-group): Do not update active file for nnml back ends.
5756         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5757         end so that overview files are ignored.
5758         (nnmairix-update-groups): Make updating the groups more robust by using
5759         marks.
5760         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5761         with dollar characters in message-id.
5762
5763 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5764
5765         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5766         2008-12-25 in dns.el.
5767
5768 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5769
5770         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5771         could happen if the text is only composed of spaces and/or tabs.
5772
5773 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5774
5775         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5776         when sending a queued message to avoid extra mml tags.
5777
5778 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5779
5780         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5781
5782 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5783
5784         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5785         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5786         rmail-toggle-header for XEmacs;
5787         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5788
5789 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5790
5791         * gnus-dired.el: Remove autoload for gnus-setup-message.
5792         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5793         displaying Gnus logo; always use compose-mail.
5794
5795 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5798
5799 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5802         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5803         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5804         available.
5805         (gnus-nocem-epg-verify): New function.
5806
5807 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5808
5809         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5810
5811 2009-02-15  Glenn Morris  <rgm@gnu.org>
5812
5813         * gnus-util.el (rmail-insert-rmail-file-header)
5814         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5815         autoloads.
5816         (rmail-default-rmail-file): Remove unnecessary declaration.
5817         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5818
5819 2009-02-14  Glenn Morris  <rgm@gnu.org>
5820
5821         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5822         variable (only used in gnus-util, which declares it anyway).
5823         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5824         which was only needed by gnus-art (changed to not use it any more).
5825         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5826         only used in gnus-util, which autoloads it itself.
5827         (rmail-update-summary): Fix autoload.
5828
5829         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5830         rather than rmail-output-to-rmail-file.
5831
5832 2009-02-07  Glenn Morris  <rgm@gnu.org>
5833
5834         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5835         autoload of function that no longer exists.
5836         (rmail-toggle-header): Declare.
5837         (message-forward-rmail-make-body): Handle mbox Rmail.
5838
5839 2009-01-31  Glenn Morris  <rgm@gnu.org>
5840
5841         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5842         2009-01-09 change.
5843
5844 2009-01-31  Dave Love  <fx@gnu.org>
5845
5846         * imap.el (imap-fetch-safe): Bind debug-on-error.
5847         (imap-debug): Add imap-fetch-safe.
5848
5849 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5850
5851         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5852         (auth-source-forget-all-cached): New convenience function.
5853         (auth-source-user-or-password): Accept list of modes or a single mode.
5854
5855         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5856         auth-source modes.
5857
5858         * netrc.el (netrc-machine-user-or-password): Use list of
5859         auth-source modes.
5860
5861         * nnimap.el (nnimap-open-connection): Use list of
5862         auth-source modes.
5863
5864         * nntp.el (nntp-send-authinfo): Use list of
5865         auth-source modes.
5866
5867 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5868
5869         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5870         now.
5871
5872 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5873
5874         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5875         coding system in XEmacs; add a workaround for XEmacs.
5876
5877         * lpath.el: Fbind coding-system-aliasee.
5878
5879 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5882         of current-language-environment.
5883
5884 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5885
5886         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5887         available at runtime.
5888
5889 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5892
5893 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5894
5895         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5896         the greatest positive fixnum value doesn't work under an XEmacs with
5897         bignum support; use the most-positive-fixnum constant instead,
5898         available since Emacs 21.1 with cl and XEmacs 21.1.
5899
5900 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5901
5902         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5903         XEmacs gets not to work.
5904
5905 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5906
5907         * mm-util.el (mm-coding-system-priorities): Allow the value like
5908         "Japanese (UTF-8)" of current-language-environment.
5909
5910 2009-01-09  Glenn Morris  <rgm@gnu.org>
5911
5912         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5913         with last-command-event.
5914
5915 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5916
5917         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5918         in the doc string.
5919
5920         * message.el (message-fix-before-sending): Amend comment.
5921
5922 2009-01-08  Dave Love  <fx@gnu.org>
5923
5924         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5925
5926 2009-01-07  David Engster  <dengste@eml.cc>
5927
5928         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5929         simplified server definitions by converting it via
5930         gnus-server-to-method.
5931
5932 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5933
5934         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5935         parameter's operands.
5936
5937 2009-01-06  David Engster  <dengste@eml.cc>
5938
5939         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5940         primary select method (for gnus-group-mark-article-as-read).
5941
5942 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5943
5944         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5945         `(gnus)Face', not `(gnus)X-Face'.
5946
5947 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5948
5949         * mm-util.el (mm-ucs-to-char): New function.
5950
5951         * mm-url.el (mm-url-decode-entities): Use it.
5952
5953         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5954         unicode-to-char.
5955
5956 2009-01-05  Dave Love  <fx@gnu.org>
5957
5958         * time-date.el: Require cl for `declare'.
5959
5960 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5961
5962         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5963         Dave Love.
5964
5965 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5966
5967         * message.el (message-fix-before-sending): Add `eight-bit' to
5968         illegible-text check.
5969
5970 2009-01-03  Michael Olson  <mwolson@gnu.org>
5971
5972         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5973         `headers' is nil.  This can occur if the IMAP server does not have
5974         permissions to read messages from a folder, but can write new messages
5975         to the folder.
5976         (nnimap-request-article-part): Do not insert `data' if it is nil.
5977
5978         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5979         characters which will confuse `read', so skip past them.
5980
5981 2009-01-01  Dave Love  <fx@gnu.org>
5982
5983         * imap.el (imap-string-to-integer): Fix typo.
5984         (imap-fetch-safe): New function.
5985         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5986
5987         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5988
5989         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5990         (imap-parse-greeting): Fix doc strings.
5991         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5992         (imap-parse-flag-list): Make messages unique.
5993         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5994
5995         * nnimap.el: Fix author email.
5996         (nnimap-split-rule): Add FIXME comment.
5997         (nnimap-debug): Fix doc string.
5998
5999 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6000
6001         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6002
6003 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6004
6005         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6006         nslookup if resolv.conf isn't available.
6007         (dns-query): Rename from query-dns.
6008         (dns-query-cached): Rename from query-dns-cached.
6009
6010 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6013         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6014         to check if those variables exist (first appeared in Emacs 18.50).
6015
6016 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6017
6018         * mm-util.el (mm-line-number-at-pos): New function.
6019
6020         * spam-report.el (spam-report-process-queue): Use it.
6021
6022 2008-12-24  David Engster  <dengste@eml.cc>
6023
6024         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6025         parameters that haven't existed as variables as buffer-local variables.
6026
6027 2008-12-23  Dave Love  <fx@gnu.org>
6028
6029         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6030         cadar.
6031
6032         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6033         imap-starttls-p.
6034         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6035
6036 2008-12-22  Dave Love  <fx@gnu.org>
6037
6038         * imap.el: Fix author email.  Doc fixes.
6039         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6040         reply.
6041
6042 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6043
6044         * spam-report.el (spam-report-gmane-max-requests): New constant.
6045         (spam-report-gmane-wait): New variable.
6046         (spam-report-gmane-ham, spam-report-gmane-spam)
6047         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6048         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6049         the server.
6050
6051         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6052         Add explanations.
6053
6054         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6055         nnheader-accept-process-output and nnheader-read-timeout if available.
6056         (pop3-movemail): Use it.
6057
6058         * message.el (message-check-news-body-syntax): Fix signature check if
6059         there's an attachment.
6060
6061 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6062
6063         * mm-util.el: Add comments to the mm- emulating functions.
6064
6065 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6066
6067         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6068         Reported by Stephen Berman <stephen.berman@gmx.net>.
6069
6070 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6071
6072         * mm-util.el (mm-substring-no-properties): New function.
6073         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6074         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6075         (mm-string-to-multibyte): Doc fix.
6076
6077         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6078
6079 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6080
6081         * mml.el (mml-attach-file): Strip text properties from file name.
6082         (Bug#1574)
6083
6084 2008-12-16  Glenn Morris  <rgm@gnu.org>
6085
6086         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6087
6088 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6091         knows since the charset specified might be a bogus alias that
6092         mm-charset-synonym-alist provides.
6093
6094 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6095
6096         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6097         "ISO_8859-1".
6098
6099         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6100
6101 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6102
6103         * mm-util.el (mm-charset-eval-alist):
6104         Define it before mm-charset-to-coding-system.
6105         (mm-charset-to-coding-system): Add optional argument `silent';
6106         define it before mm-charset-override-alist.
6107         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6108         default value if it can be used in Emacs currently running;
6109         silence mm-charset-to-coding-system.
6110
6111 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6112
6113         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6114         `allow-override' which says whether to use `mm-charset-override-alist'.
6115         (rfc2047-decode-encoded-words): Use it.
6116
6117         * mm-util.el (mm-charset-override-alist): Fix custom type;
6118         add `(gb2312 . gbk)' to choices.
6119
6120 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6121
6122         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6123         fast.
6124
6125         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6126
6127         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6128
6129 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6130
6131         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6132         on links.
6133
6134         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6135
6136 2008-12-03  Lute Kamstra  <lute@gnu.org>
6137
6138         * sha1.el: Remove leading * from docstrings of defcustoms,
6139         deffaces, defconsts and defuns.
6140
6141 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6142
6143         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6144         users' addresses that don't have domain parts.
6145         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6146         rather than message-narrow-to-head since there will be the message
6147         header separator.
6148
6149 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6150
6151         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6152         since the result is inserted in a unibyte buffer anyway.
6153         (nnimap-demule-use-string-to-multibyte): Remove.
6154         (nnimap-demule): Alias it to mm-string-to-multibyte.
6155
6156 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6157
6158         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6159         variable for debugging bug#464 and bug#1174.
6160         (nnimap-demule): Use it.
6161
6162 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6163
6164         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6165         score calculation correctly.
6166
6167 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6168
6169         * message.el (message-send-mail): Just set the buffer to unibyte
6170         rather than use mm-with-unibyte-current-buffer which does a lot more.
6171         (message-send-mail-partially): Don't bother with
6172         mm-with-unibyte-current-buffer since it's already been made unibyte by
6173         message-send-mail.
6174
6175 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6176
6177         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6178
6179 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6180
6181         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6182
6183 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6184
6185         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6186         require itself and to remove `with-no-warnings'.
6187
6188 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6189
6190         * starttls.el (starttls-any-program-available): Get the name of the
6191         available TLS layer program.
6192         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6193         well as the host name in the "opening" message.
6194
6195         * auth-source.el (auth-source-cache, auth-source-do-cache)
6196         (auth-source-user-or-password): Cache passwords and logins by default,
6197         allow override with `auth-source-do-cache'.
6198         (auth-source-forget-user-or-password): Allow users to remove cache
6199         entries if needed.
6200
6201 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6202
6203         * md4.el (md4-buffer): Fix typo in docstring.
6204         (md4, md4-64): Doc fixes.
6205         (md4-pack-int32): Reflow docstring.
6206
6207 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6208
6209         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6210         condition-case to only the forward-sexp call.
6211
6212 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6213
6214         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6215         quotes contained.  Make it more robust regardless by an extra
6216         condition-case wrapper.
6217
6218 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6219
6220         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6221
6222 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * nnml.el (nnml-request-expire-articles): Check if the function set to
6225         `nnmail-expiry-target' returns the symbol `delete'.
6226
6227         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6228
6229         * nnmail.el (nnmail-expiry-target): Fix custom type.
6230
6231 2008-10-02  Glenn Morris  <rgm@gnu.org>
6232
6233         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6234         Silence compiler warning.
6235
6236 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6237
6238         * tls.el (open-tls-stream): Show the actual command being
6239         executed, instead of the format string.
6240
6241 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * lpath.el: Fbind codepage-setup for Emacs 23.
6244
6245 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6246
6247         * mml.el (mml-menu): Don't assume mml2015 is bound.
6248
6249 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6250
6251         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6252         exists.
6253
6254 2008-09-27  Glenn Morris  <rgm@gnu.org>
6255
6256         * gnus-util.el (mail-header-remove-comments): Autoload it.
6257
6258 2008-09-27  Andreas Schwab  <schwab@suse.de>
6259
6260         * gnus-util.el (gnus-split-references): Strip comments.
6261         (gnus-parent-id): Likewise.
6262
6263 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6264
6265         * message.el (message-confirm-send): Fix version.
6266
6267 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * message.el (message-idna-to-ascii-rhs-1): Use
6270         mail-extract-address-components rather than mail-header-parse-addresses
6271         that is an alias by default to ietf-drums-parse-addresses that does not
6272         support non-ASCII names in headers' contents.
6273
6274 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6275
6276         * message.el (message-confirm-send): Fix variable documentation to
6277         avoid the "y/n" wording.
6278
6279 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6280
6281         * message.el (message-set-auto-save-file-name): Save to a different
6282         filename so multiple messages (especially drafts) can be recovered.
6283
6284 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6285
6286         * message.el (message-confirm-send): Add appropriate version.
6287
6288 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6289
6290         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6291         defvar.
6292
6293 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6294
6295         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6296         (mm-pkcs7-enveloped-magic): Ditto.
6297
6298 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6299
6300         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6301         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6302
6303 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6304
6305         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6306         default, it's better.
6307
6308 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6309
6310         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6311         summary line gnus-number property and ignore them (with a warning
6312         message).
6313
6314 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6315
6316         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6317         macro caddr in the interactive form since it won't be expanded.
6318
6319 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6320
6321         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6322         `charset'; fix name of function called recursively.
6323         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6324
6325 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6328         (gnus-mime-set-charset-parameters): New function.
6329         (gnus-mime-view-part-as-charset): Use it to correctly display part
6330         specifying wrong charset.
6331
6332 2008-09-08  David Engster  <dengste@eml.cc>
6333
6334         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6335         in completing-read for back end server.
6336
6337 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6338
6339         * message.el (message-confirm-send): New variable to confirm sending a
6340         message.
6341         (message-send): Use it.
6342
6343 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6344
6345         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6346
6347 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6348
6349         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6350
6351 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6352
6353         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6354         prevent tracking too many groups.
6355         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6356         Use it.
6357
6358 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6359
6360         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6361         moving point to the bottom of the window in order to avoid recentering.
6362
6363 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6364
6365         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6366
6367         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6368         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6369         (gnus-article-beginning-of-window): Fix calculation.
6370
6371 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * gnus-msg.el (gnus-summary-supersede-article)
6374         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6375         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6376         message header.
6377
6378 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6379
6380         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6381         pending output coming after the status change.
6382
6383 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6384
6385         * message.el:
6386         * gnus-start.el:
6387         * gnus-registry.el: Remove VMS support.
6388
6389 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6390
6391         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6392         macro.
6393         (rfc2104-hash): Use it.
6394
6395 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6396
6397         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6398         (gnus-summary-sort-by-most-recent-date): New commands.
6399         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6400         and menu entries.
6401
6402 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6403
6404         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6405         don't redisplay article for raw contents; remove plural articles stuff.
6406
6407         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6408         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6409         on gnus-summary-save-article; display results properly.
6410
6411 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6412
6413         * lpath.el: No need to fbind ns-focus-frame.
6414
6415 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6418
6419 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6420
6421         * gnus-art.el (gnus-summary-save-in-pipe):
6422         Consider gnus-save-all-headers.
6423
6424 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6425
6426         * gnus-util.el (ns-focus-frame): Remove declaration.
6427         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6428         like x.
6429
6430 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6431
6432         * rfc2104.el (rfc2104-zero): Delete defconst.
6433         (rfc2104-hex-alist): Likewise.
6434         (rfc2104-hex-to-int): Delete func.
6435         (rfc2104-hexstring-to-bitstring): Likewise.
6436         (rfc2104-nybbles): New defconst.
6437         (rfc2104-hash): Rewrite for speed.
6438
6439 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6440
6441         * tls.el (open-tls-stream): Make it work with the 2nd argument
6442         BUFFER that is a string but does not exist as a buffer object, as
6443         mentioned in the doc-string.
6444
6445 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6448         SXEmacs.
6449
6450 2008-07-16  Glenn Morris  <rgm@gnu.org>
6451
6452         * gnus-util.el (ns-focus-frame): Declare for compiler.
6453
6454 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6455
6456         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6457         set as a group parameter.
6458         (gnus-summary-save-in-pipe): Work when it is called independently.
6459         (gnus-summary-pipe-to-muttprint): Don't modify
6460         gnus-summary-pipe-output-default-command.
6461
6462 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6463
6464         * message.el (message-send-mail-with-sendmail):
6465         Display the error message.
6466
6467 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * gnus-art.el (gnus-default-article-saver):
6470         Add gnus-summary-save-in-pipe to choices.
6471         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6472         gnus-summary-pipe-output-default-command as the default command.
6473         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6474         instead of gnus-last-shell-command.
6475
6476         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6477         New user option.
6478         (gnus-summary-muttprint-program): Mention the value will be changed.
6479         (gnus-summary-save-article): Force showing of all headers.
6480         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6481
6482 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6483
6484         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6485
6486 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6487
6488         * nnimap.el (nnimap-id):
6489         * sieve-manage.el (sieve-manage-open): Doc fixes.
6490
6491 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6492
6493         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6494         if available.
6495
6496 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6497
6498         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6499
6500         * nnkiboze.el (nnkiboze-generate-group):
6501         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6502
6503         * nnmairix.el: Require CL.
6504
6505 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * dgnushack.el: Autoload get-display-table and put-display-table for
6508         XEmacs 21.5.
6509
6510         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6511         21.4 and SXEmacs.
6512
6513 2008-06-15  David Engster  <dengste@eml.cc>
6514
6515         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6516
6517 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6518
6519         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6520         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6521         runtime choice under XEmacs.
6522
6523         * gnus-sum.el (gnus-summary-set-display-table):
6524         Use `gnus-put-display-table', `gnus-get-display-table',
6525         `gnus-set-display-table' for the display table, instead of `aset'.
6526
6527         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6528         Use `gnus-put-display-table', `gnus-get-display-table',
6529         `gnus-set-display-table' for the display table.
6530
6531 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6532
6533         * nnmairix.el: Add autoloads.
6534
6535 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6536
6537         * nnmairix.el (nnmairix-delete-recreate-group)
6538         (nnmairix-update-and-clear-marks): Fix error messages.
6539
6540 2008-06-14  David Engster  <dengste@eml.cc>
6541
6542         * nnmairix.el: Upgrade to version 0.6.
6543         (nnmairix-group-toggle-propmarks-this-group)
6544         (nnmairix-group-toggle-readmarks-this-group)
6545         (nnmairix-group-delete-recreate-this-group)
6546         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6547         (nnmairix-remove-tick-mark-original-article): New commands.
6548         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6549         (nnmairix-propagate-marks-to-nnmairix-groups)
6550         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6551         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6552         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6553         functions needed for marks propagation and manipulation of read marks.
6554         (nnmairix-update-groups): New function.
6555         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6556         (nnmairix-determine-original-group-from-registry)
6557         (nnmairix-determine-original-group-from-path)
6558         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6559         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6560         New helper functions.
6561         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6562         keystrokes for new commands.
6563         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6564         (nnmairix-request-group): Check allow-fast group parameter.
6565         (nnmairix-request-create-group): Set allow-fast group parameter if
6566         nnmairix-allowfast-default is set.
6567         (nnmairix-close-group): Propagate marks upon closing if needed.
6568         (nnmairix-group-toggle-threads-this-group): Use new.
6569         nnmairix-group-toggle-parameter helper function.
6570         (nnmairix-search): Better check for empty search result.
6571         (nnmairix-goto-original-article): Use new helper functions for
6572         determining original article.
6573         (nnmairix-show-original-article): Make sure message-id is in brackets.
6574         (nnmairix-call-mairix-binary): Change variable name.
6575         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6576         helper function.
6577         (nnmairix-widget-toggle-activate): Fix doc string.
6578
6579 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * nnir.el: Require edmacro when compiling with XEmacs.
6582         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6583         available in Emacs 21.
6584
6585 2008-06-11  Glenn Morris  <rgm@gnu.org>
6586
6587         * gnus-util.el (x-focus-frame):
6588         * gnus.el (image-size):
6589         * mm-decode.el (image-size): Declare.
6590
6591         * gnus-picon.el (declare-function): Add compat definition.
6592         (image-size): Declare.
6593
6594         * gnus-group.el (tool-bar-map):
6595         * gnus-sum.el (tool-bar-map): Define for compiler.
6596
6597         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6598
6599         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6600
6601         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6602         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6603         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6604         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6605         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6606         * sieve-manage.el, spam-report.el, spam.el:
6607         Remove unnecessary eval-and-compile of autoloads.
6608
6609 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6610
6611         * auth-source.el: Precise Tramp doc.
6612
6613 2008-06-07  Glenn Morris  <rgm@gnu.org>
6614
6615         * nnmairix.el: Remove unnecessary eval-when-compile.
6616
6617 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6618
6619         * lpath.el: Fbind propertize for XEmacs 21.4.
6620
6621 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6622
6623         * nnir.el: Move here from ../contrib.
6624
6625 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6626
6627         * gnus-util.el (gnus-read-shell-command): New function.
6628         * mm-decode.el (mm-pipe-part):
6629         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6630
6631 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6634
6635 2008-06-03  Glenn Morris  <rgm@gnu.org>
6636
6637         * pop3.el (nnheader-accept-process-output): Autoload it.
6638
6639 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6642         are not 2-digit hexadecimal characters that follow `%'s.
6643
6644 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6645
6646         * message.el (message-bogus-recipient-p): Fix type in doc string.
6647         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6648         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6649         Improve custom options.
6650         (message-bogus-recipient-p): Adjust accordingly.
6651
6652 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6653
6654         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6655         long-form month and day names.
6656
6657 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * dgnushack.el: Autoload debug, eudc-expand-inline and
6660         pgg-snarf-keys-region for XEmacs.
6661
6662         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6663
6664         * nnmairix.el: Require edmacro when compiling with XEmacs.
6665
6666 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6667
6668         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6669         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6670
6671 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6672
6673         * auth-source.el: Add more docs.
6674
6675         * netrc.el (netrc-machine): Always match if the port is not given.
6676
6677 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6678
6679         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6680         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6681         retrieval faster in some cases, but might make CPU usage larger.
6682         If this has any bad side effects, we might revert this change.
6683
6684         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6685         seems to make mail retrieval much, much faster.
6686         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6687         unconditionally.
6688
6689         * gnus-draft.el (gnus-group-send-queue):
6690         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6691
6692 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6693
6694         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6695
6696         * message.el (message-bogus-address-regexp): Fix and improve custom
6697         type.
6698         (message-setup-hook): Add message-check-recipients as custom option.
6699
6700 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6701
6702         * message.el (message-cite-function): Remove bogus autoload which crept
6703         in during merge from v5-10.
6704
6705 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6706
6707         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6708
6709         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6710
6711         * auth-source.el: Preliminary Tramp docs.
6712         (auth-sources): Change the default auth-sources to use
6713         EPA .gpg files.
6714
6715 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6716
6717         * nntp.el: Autoload `auth-source-user-or-password'.
6718         (nntp-send-authinfo): Use it.
6719
6720         * nnimap.el: Autoload `auth-source-user-or-password'.
6721         (nnimap-open-connection): Use it.
6722
6723         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6724         for the gnus-message function.
6725         (auth-source-user-or-password): Use it.
6726
6727 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6728
6729         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6730         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6731         (rfc2104-hash): Use it.
6732
6733 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6734
6735         * gnus-art.el (gnus-article-toggle-truncate-lines):
6736         Don't use `iff' in docstring.
6737
6738 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6739
6740         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6741
6742         * gnus-util.el (gnus-extract-address-component-name)
6743         (gnus-extract-address-component-email): Convenience functions around
6744         `gnus-extract-address-components'.
6745
6746         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6747         Use `gnus-extract-address-component-email' to fix bug of comparing full
6748         sender name to `user-mail-address'.
6749
6750 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6751
6752         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6753         catch/throw to optimize.
6754         (gnus-registry-find-keywords): Just use member to find a keyword.
6755
6756 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6757
6758         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6759         is current before calling gnus-server-prepare.
6760         (gnus-server-setup-buffer, gnus-server-update-server)
6761         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6762
6763 2008-05-04  Juri Linkov  <juri@jurta.org>
6764
6765         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6766         (mailcap-file-default-commands): Use mailcap-replace-in-string
6767         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6768         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6769
6770 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6771
6772         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6773
6774 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6775
6776         * gnus.el: Bump version to 0.11.
6777
6778 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6779
6780         * gnus.el: No Gnus v0.10 is released.
6781
6782 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6783
6784         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6785         hooks.
6786         (gnus-update-read-articles): Speed up non-marks-using users.
6787         (gnus-use-marks): Define gnus-use-marks.
6788         (gnus-propagate-marks): Rename variable to something more sensible.
6789
6790 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6791
6792         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6793         (gmm-image-load-path-for-library): Fix typos in docstrings.
6794         (gmm-message): Reflow docstring.
6795
6796 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6797
6798         * mail-source.el (mail-source-set-1, mail-source-bind):
6799         Move auth-source code out of the macro to clean it up and fix bugs.
6800
6801 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6802
6803         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6804         by sender if it's equal to user-mail-address, it's likely to be
6805         useless.
6806
6807         * mail-source.el (mail-source-bind): Don't use user or password if they
6808         are not bound.  Unintern them if they are nil.  Don't use server unless
6809         it's bound, and default it to empty string otherwise.
6810
6811 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6812
6813         * mail-source.el: Load auth-source.el.
6814         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6815         get user name or password, if auth-sources is set up.
6816
6817         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6818         strategy of splitting with parent.
6819         (gnus-registry-split-fancy-with-parent)
6820         (gnus-registry-post-process-groups): Use it and fix prior
6821         bug (returning a list as the split result).
6822
6823         * auth-source.el (auth-sources): Remove server parameter.
6824         (auth-source-pick, auth-source-user-or-password)
6825         (auth-source-user-or-password-imap)
6826         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6827         (auth-source-user-or-password-sftp)
6828         (auth-source-user-or-password-smtp): Remove server parameter.
6829
6830 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6831
6832         * smime.el (smime-sign-region, smime-encrypt-region)
6833         (smime-decrypt-region):
6834         Remove redundant calls to `generate-new-buffer-name'.
6835
6836 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6837
6838         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6839         Don't use QP for message/rfc822.
6840         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6841
6842 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6843
6844         * sieve-manage.el (sieve-string-bytes): Remove.
6845         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6846         correct byte-length only if the process's coding-system is the same as
6847         the one used internally by Emacs to represent strings.
6848
6849 2008-04-22  Juri Linkov  <juri@jurta.org>
6850
6851         * mailcap.el (mailcap-file-default-commands): New function.
6852
6853 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6854
6855         * message.el (message-signature-separator, message-cite-function):
6856         Change custom version.
6857
6858 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6859
6860         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6861         commands.
6862         (tls-checktrust): Ditto.
6863
6864 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6865
6866         * mm-decode.el (mm-display-external): Make temp file read-only.
6867
6868 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6869
6870         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6871         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6872         `C-c C-f d'.
6873
6874 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6875
6876         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6877
6878 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6879
6880         * gnus.el: Bump version to 0.9.
6881
6882 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6883
6884         * gnus.el: No Gnus v0.8 is released.
6885
6886 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6887
6888         * mail-source.el (mail-source-value):
6889         Prefer fboundp to functionp so it works with macros as well.
6890
6891 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6892
6893         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6894         Fix last change in case the element is not even a symbol.
6895
6896 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6897
6898         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6899         Prefer fboundp to functionp so it works with macros as well.
6900
6901 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6902
6903         * auth-source.el: Add docs.
6904         (auth-sources): Modify format to support server.
6905         (auth-source-pick, auth-source-user-or-password)
6906         (auth-source-user-or-password-imap)
6907         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6908         (auth-source-user-or-password-sftp)
6909         (auth-source-user-or-password-smtp): Add server parameter.
6910
6911 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6912
6913         * gnus-registry.el: Initialize the registry when gnus-registry-install
6914         is t.
6915
6916 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6917
6918         * compface.el (uncompface): Make buffer unibyte.
6919
6920 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6921
6922         * mail-source.el (mail-source-value):
6923         Prefer fboundp to functionp so it works with macros as well.
6924
6925 2008-04-05  Glenn Morris  <rgm@gnu.org>
6926
6927         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6928
6929 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6930
6931         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6932         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6933
6934         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6935         multibyteness after rather than before erasing it.
6936
6937         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6938         mm-with-multibyte.
6939         (gnus-request-article-this-buffer): Make sure the proper decoding is
6940         used if gnus-original-article-buffer happens to be unibyte.
6941
6942         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6943         default-enable-multibyte-characters.
6944
6945         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6946         default-enable-multibyte-characters.
6947
6948         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6949
6950         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6951
6952 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6953
6954         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6955         Fix last change in case the element is not even a symbol.
6956
6957 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6958
6959         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6960         (imap-message-copyuid-1): Use it.
6961         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6962         J. Williams in
6963         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6964
6965         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6966         imap-enable-exchange-bug-workaround.
6967         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6968
6969 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6970
6971         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6972         a 100 byte status-checks into a 2-3MB transfer for each group.
6973         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6974         to enable bug workaround or not.
6975         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6976
6977 2008-03-31  Glenn Morris  <rgm@gnu.org>
6978
6979         * message.el (mml2015-use): Declare for compiler.
6980         (message-info): Require mml2015 when appropriate.
6981
6982 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6983
6984         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6985         whitespace.
6986
6987 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6988
6989         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6990         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6991         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6992         (nntp-service-to-port): New function.
6993         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6994         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6995         (nntp-open-netcat-stream): New function.
6996         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6997
6998 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6999
7000         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7001
7002 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7003
7004         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7005
7006 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7007
7008         * dns.el (dns-write): Use set-buffer-multibyte.
7009
7010 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7011
7012         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7013
7014 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7015
7016         * message.el (message-signature-separator): Change default.
7017         Improve custom type.
7018         (message-cite-function): Change default to
7019         message-cite-original-without-signature.
7020
7021         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7022         toggle.
7023
7024         * message.el (message-check-news-body-syntax): Fix signature check.
7025         (message-setup-1): Mark buffer as unmodified _after_ running
7026         message-setup-hook and handling message-alternative-emails.
7027         (message-shorten-references): Be more strict when building list of
7028         valid references to comply with GNKSA.
7029
7030         * gnus-group.el (gnus-read-ephemeral-bug-group)
7031         (gnus-read-ephemeral-debian-bug-group)
7032         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7033
7034         * message.el (message-info): Don't use booleanp which isn't supported
7035         in Emacs 21 and XEmacs.
7036
7037 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7038
7039         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7040         gnus-group-gmane-group-download-format.
7041         (gnus-group-read-ephemeral-gmane-group): Rename from
7042         gnus-group-read-ephemeral-gmane-group.
7043         (gnus-read-ephemeral-gmane-group-url): Rename from
7044         gnus-group-read-ephemeral-gmane-group-url.
7045         (gnus-bug-group-download-format-alist): New variable.
7046         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7047         (gnus-read-ephemeral-emacs-bug-group): New commands.
7048
7049 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7050
7051         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7052         (gnus-visible-headers): Improve custom type.
7053
7054 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7055
7056         * mml.el (mml-menu): Add workarounds for XEmacs.
7057
7058         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7059         X-Boundary header.
7060
7061         * message.el (message-simplify-recipients): Fix previous commit.
7062
7063 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7064
7065         * mm-util.el (mm-set-buffer-multibyte): New function.
7066         * mm-decode.el (mm-copy-to-buffer): Use it.
7067
7068         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7069         Prefer fboundp to functionp so it works with macros as well.
7070
7071 2008-03-19  Glenn Morris  <rgm@gnu.org>
7072
7073         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7074         Accidentally removed in the sync process with Emacs.
7075
7076 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7077
7078         * message.el (message-alter-recipients-discard-bogus-full-name):
7079         New function.
7080         (message-alter-recipients-function): New variable.
7081         (message-get-reply-headers): Use it.
7082         (message-replace-header): New helper function.
7083         (message-recipients-without-full-name): New variable.
7084         (message-simplify-recipients): New command.
7085
7086         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7087
7088         * message.el (message-info): Handle EasyPG manual.
7089
7090         * mml.el (mml-menu): Add entry for EasyPG.
7091
7092 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7093
7094         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7095         parameter.
7096
7097         * message.el (message-disassociate-draft): Specify drafts group name
7098         fully.
7099
7100 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7101
7102         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7103         Eliminate unnecessary duplicates from the match list.
7104
7105 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7108
7109         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7110
7111         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7112         args of `how-many' of which the XEmacs version doesn't take; declare
7113         Info-index-next as function.
7114
7115 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7116
7117         * gnus-score.el (gnus-score-headers): Fix handling of
7118         gnus-inhibit-slow-scoring.
7119
7120         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7121         string.
7122         (gnus-button-url-regexp): Improve handling of parenthesis.
7123         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7124         (gnus-button-handle-info-keystrokes): Handle index entries.
7125
7126 2008-03-15  Glenn Morris  <rgm@gnu.org>
7127
7128         * parse-time.el (parse-time-string): Simplify.
7129
7130 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7133         Incoming* files.
7134
7135 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7136
7137         * auth-source.el (auth-sources): Rename from auth-source-choices.
7138         (auth-source-pick): Use it.
7139
7140 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7141
7142         * binhex.el (binhex-decode-region-internal):
7143         * uudecode.el (uudecode-decode-region-internal):
7144         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7145         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7146         setting default-enable-multibyte-characters.
7147
7148 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7149
7150         * auth-source.el (auth-source-protocols)
7151         (auth-source-protocols-customize, auth-source-choices): Add and
7152         modified variable customizations and defaults.
7153         (auth-source-pick, auth-source-user-or-password)
7154         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7155         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7156         (auth-source-user-or-password-sftp)
7157         (auth-source-user-or-password-smtp): Use new variables and provide an
7158         interface to netrc.el.
7159
7160 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7161
7162         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7163         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7164         Make sure the nntp port to specify is a string.
7165
7166 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7167
7168         * nntp.el: Use with-current-buffer.
7169         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7170         dubious mm-with-unibyte-current-buffer.
7171         (nntp-with-open-group-function): New function extracted from
7172         nntp-with-open-group macro.
7173         (nntp-with-open-group): Use the function, so it's easier to debug.
7174         Add indentation and debugging info.
7175         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7176         Recommend the use of the netcat alternatives.
7177
7178         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7179         Avoid mm-string-as-multibyte as well.
7180
7181         * nnweb.el (nnweb-insert-html):
7182         Remove use of nnheader-string-as-multibyte.
7183
7184         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7185         (nnheader-string-as-multibyte): Remove.
7186
7187         * mm-view.el: Use inhibit-read-only.
7188         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7189         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7190         or unibyte-string.
7191
7192         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7193         (mm-uu-yenc-extract): Use with-current-buffer.
7194
7195         * gnus-soup.el (gnus-soup-send-packet): Don't use
7196         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7197
7198         * nnmh.el: Use with-current-buffer.
7199         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7200         mm-string-as-multibyte on the output of mm-encode-coding-string.
7201
7202         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7203         (nnimap-request-move-article): Use with-current-buffer.
7204
7205         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7206         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7207         conversion uses string-make-unibyte rather than string-as-unibyte.
7208
7209         * gnus-msg.el: Use with-current-buffer.
7210
7211         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7212
7213 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7214
7215         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7216         string for caching if it is 'PIN.
7217
7218 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * lpath.el: Consider the case without Emacs/W3.
7221
7222 2008-03-08  Glenn Morris  <rgm@gnu.org>
7223
7224         * time-date.el (date-to-time, time-subtract, time-add)
7225         (safe-date-to-time): Doc fixes.
7226
7227 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7228
7229         * mail-source.el (mail-source-delete-old-incoming-confirm):
7230         Change default to nil.
7231         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7232
7233 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7234
7235         * lpath.el: Rearrange.
7236
7237         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7238         (gnus-article-goto-prev-page): Work for articles having ^L's.
7239
7240         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7241
7242         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7243
7244 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7245
7246         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7247         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7248         (gnus-bookmark-jump): Adjust some variable names.
7249
7250 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7251
7252         * auth-source.el: New package.
7253         (auth-source-choices): Add customization entry point variable.
7254
7255         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7256         bug.
7257
7258 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7259
7260         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7261         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7262         (gnus-registry-install-shortcuts): Rename from
7263         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7264         the `gnus-registry-mark-map' keymap dynamically from
7265         `gnus-registry-marks'.  The generated functions update the summary line
7266         when a registry mark is added or deleted, and will call
7267         `gnus-registry-install-p' (see the comments in the code).
7268         (gnus-registry-user-format-function-M): Use concat intelligently.
7269
7270         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7271         the registry mark functions.
7272
7273 2008-03-05  Glenn Morris  <rgm@gnu.org>
7274
7275         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7276         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7277         gnus-art.
7278         (top-level): No need to load own source when compiling.
7279
7280 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7281
7282         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7283         Suggested by <chris.anderton@zetnet.co.uk>.
7284
7285 2008-03-04  Glenn Morris  <rgm@gnu.org>
7286
7287         * gnus-sum.el (top-level): No need to require gnus when compiling,
7288         since unconditionally required near start of file.
7289         (gnus-summary-display-while-building): Move definition before use.
7290
7291 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7292
7293         * gnus-registry.el (gnus-registry-user-format-function-M):
7294         Add formatting function.
7295
7296 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7297
7298         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7299         with plists.
7300         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7301         Use new format.
7302
7303 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7306         `where-is-internal' that returns a range of key sequences.
7307
7308 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7309
7310         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7311
7312         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7313         (gnus-summary-jump-to-group): Consider windows on other displayed
7314         frames as well.  Similar changes might be needed elsewhere, but that's
7315         the one I've bumped into during my use.
7316
7317         * nndoc.el (nndoc-oe-dbx-type-p):
7318         * gnus-msg.el (gnus-debug):
7319         * gnus-group.el (gnus-update-group-mark-positions):
7320         Use mm-string-to-multibyte.
7321
7322 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7323
7324         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7325         doesn't handle NotDashEscaped.
7326
7327         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7328         (mml-dnd-attach-options): Fix typo in custom choice.
7329
7330         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7331         Change nndoc-article-type to mbox.
7332         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7333
7334         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7335         to nil, instead of html2text.
7336
7337         * imap.el (imap-debug): Add `imap-ping-server'.
7338
7339         * gnus-bookmark.el: Add FIXMEs.
7340
7341         * message.el (message-form-letter-separator)
7342         (message-send-form-letter-delay): New variables.
7343         (message-send-form-letter): Use them.  New command to send form
7344         letters.  Requested by Uwe Siart.
7345         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7346
7347 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7348
7349         * Update copyright years.
7350
7351 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7352
7353         Sync from EMACS_22_BASE.
7354
7355         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7356
7357 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7358
7359         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7360         empty author.
7361
7362 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7363
7364         * gnus-registry.el (gnus-registry-marks): Add variable for
7365         customization of marks and their appearance.
7366         (gnus-registry-read-mark): Use it.
7367         (gnus-registry-do-marks): Add utility function to loop through
7368         `gnus-registry-marks'.
7369         (gnus-registry-install-shortcuts-and-menus): Add function to install
7370         shortcuts and menus.
7371         (gnus-registry-initialize): Use it.
7372         (gnus-registry-default-mark): Clarify documentation.
7373
7374 2008-02-29  Glenn Morris  <rgm@gnu.org>
7375
7376         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7377         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7378         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7379         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7380         Change defcustom :version from 23.0 to 23.1.
7381
7382 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7383
7384         * gnus-registry.el (gnus-registry-follow-group-p)
7385         (gnus-registry-post-process-groups): Add functions to aid registry
7386         splitting and improve logging.  Clarify behavior in function
7387         documentation.
7388         (gnus-registry-split-fancy-with-parent): Use them.
7389
7390 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7391
7392         * gnus-art.el: Use with-current-buffer.
7393
7394 2008-02-27  David Engster  <dengste@eml.cc>
7395
7396         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7397         Express real group name in the response.
7398
7399 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7400
7401         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7402         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7403         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7404         autoload gnus-registry-fetch-group when compiling.
7405         (nnmairix-request-group-with-article-number-correction):
7406         Remove unreferenced argument passed to nnmairix-call-backend.
7407
7408 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7409
7410         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7411         (mm-uu-extract): Improve face for low color ttys.
7412         Reported by Sascha Wilde.
7413
7414 2008-02-27  Glenn Morris  <rgm@gnu.org>
7415
7416         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7417         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7418         variables to defconsts.  Convert comments to doc-strings.
7419         (nnmairix-last-server, nnmairix-current-server): Convert from free
7420         variables to defvars.  Convert comments to doc-strings.
7421         (gnus-registry-fetch-group): Autoload.
7422         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7423         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7424         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7425         caddr.
7426         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7427         nnmairix-request-group-with-article-number-correction call.
7428         (nnmairix-fast, nnmairix-group): New, less general names, for free
7429         variables passed from nnmairix-request-group to
7430         nnmairix-request-group-with-article-number-correction.  Declare.
7431         (nnmairix-request-group-with-article-number-correction):
7432         Use nnmairix-fast, nnmairix-group rather than fast, group.
7433
7434 2008-02-26  David Engster  <dengste@eml.cc>
7435
7436         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7437         version 0.5.
7438
7439 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7440
7441         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7442         instead of making an extra function call.  Don't add the current group
7443         to articles only when they have the group.  Use
7444         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7445         Reported by David <de_bb@arcor.de>.
7446
7447 2008-02-24  Miles Bader  <miles@gnu.org>
7448
7449         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7450         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7451         (mm-find-mime-charset-region):
7452         * mm-bodies.el (mm-encode-body):
7453         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7454
7455 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7456
7457         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7458         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7459
7460 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7461
7462         * mail-source.el (mail-source-delete-incoming): Change default.
7463         Supplement doc string.
7464
7465         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7466
7467 2008-02-14  Glenn Morris  <rgm@gnu.org>
7468
7469         * time-date.el (format-seconds): New function.
7470
7471 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7472
7473         * nnmail.el (nnmail-message-id-cache-file): Derive from
7474         `gnus-home-directory'.
7475
7476 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7477
7478         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7479         Document negative prefix.
7480
7481         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7482
7483 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7484
7485         * message.el (message-unsent-separator): Add the Exim bounce
7486         separator.
7487
7488 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7489
7490         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7491         list.
7492         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7493         recipient/signer list.
7494
7495 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7496
7497         * Makefile.in (datarootdir): Define.
7498         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7499         name that might contain whitespace.
7500
7501 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7502
7503         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7504         fbound (Emacs 23 unicode), signal an error.
7505
7506 2008-02-08  Glenn Morris  <rgm@gnu.org>
7507
7508         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7509
7510 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7511
7512         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7513         ports to the calls to `netrc-machine-user-or-password' in addition to
7514         "imap" and "imaps".
7515
7516 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7517
7518         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7519
7520         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7521
7522 2008-02-01  Kenichi Handa  <handa@m17n.org>
7523
7524         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7525         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7526         (rfc2104-hash): Convert the result of concat to unibyte string.
7527
7528 2008-02-01  Dave Love  <fx@gnu.org>
7529
7530         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7531         coding-system-for-read.
7532         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7533
7534 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7535
7536         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7537         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7538         <hanche@math.ntnu.no>.
7539
7540 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7543
7544         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7545
7546 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7547
7548         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7549         * message.el (message-beginning-of-line): Use featurep instead of bound
7550         tests in order to resolve conditionals at compile time.
7551
7552 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7553
7554         * mail-source.el (mail-sources): Add `group' choice.
7555
7556         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7557         parameter `in-group' to control into which group the articles go.
7558         Add treatment of `group' mail-source.
7559
7560 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7561
7562         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7563
7564         * mm-decode.el (mm-dissect-buffer): Decode description.
7565
7566         * mml.el (mml-to-mime): Encode message header first.
7567
7568 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7569
7570         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7571         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7572
7573         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7574         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7575
7576 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7577
7578         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7579
7580 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7581
7582         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7583         prefix keys.
7584         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7585         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7586         gnus-xmas.el.
7587
7588         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7589         (gnus-xmas-article-describe-bindings): New function.
7590         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7591         gnus-xmas-article-describe-bindings.
7592
7593         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7594
7595 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7596
7597         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7598         Add new variables for article mark management.
7599         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7600         list of extra data entries which, when present, will indicate that the
7601         article ID should not be trimmed from the registry.
7602         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7603         functions.
7604         (gnus-registry-read-mark): New function to read a mark name from the
7605         user.
7606         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7607         (gnus-registry-set-article-mark-internal): New functions to add and
7608         remove marks.
7609         (gnus-registry-get-article-marks): New function to show the marks for
7610         an article, or retrieve them for further use.
7611
7612 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7613
7614         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7615         keys when no argument is given.
7616
7617 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7618
7619         * imap.el (imap-ping-server): New variable.
7620         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7621         (imap-ping-server): Minor doc string fixes.
7622
7623 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7624
7625         * imap.el (imap-ping-server): New function.
7626         (imap-opened): Call imap-ping-server.
7627
7628 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7629
7630         * gnus-sum.el (gnus-article-sort-by-random)
7631         (gnus-thread-sort-by-random): Fix doc strings.
7632         Reported by jidanni@jidanni.org.
7633
7634 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7635
7636         * gnus-art.el (gnus-article-describe-bindings): New function.
7637         (gnus-article-read-summary-keys): Use it.
7638         (gnus-article-mode-map): Bind `C-h b' to it.
7639
7640 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7641
7642         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7643         XEmacs.
7644         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7645         Protect against non-character events.
7646
7647         * lpath.el: Fbind map-keymap for Emacs 21.
7648
7649 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7650
7651         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7652         New command.
7653         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7654         instead of END.  Change name of the temp file.
7655         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7656         customizable.
7657
7658 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7661         bind `S W' to gnus-article-wide-reply-with-original; set default
7662         binding to gnus-article-read-summary-send-keys.
7663         (gnus-article-read-summary-keys): Fix the order of keys; display
7664         continuation keys correctly in the echo area; describe bindings
7665         correctly when keys end with `C-h'.
7666         (gnus-article-read-summary-send-keys): New function.
7667         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7668         Work for gnus-article-read-summary-send-keys; display continuation keys
7669         correctly in the echo area.
7670         (gnus-article-reply-with-original): Ignore prefix argument.
7671         (gnus-article-wide-reply-with-original): New function.
7672
7673         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7674         Emacs 21.
7675
7676 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7677
7678         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7679         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7680
7681 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7682
7683         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7684         (gnus-group-read-ephemeral-gmane-group): New command.
7685
7686 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7687
7688         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7689
7690 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7691
7692         * message.el (message-send-mail-function): Increase custom version.
7693
7694         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7695         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7696
7697 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7698
7699         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7700         for the cases where imap-authenticate is called with a nil buffer
7701         parameter.
7702
7703 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7704
7705         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7706         html parts correctly; support forwarded messages.
7707         (gnus-article-browse-html-article): Remove work buffers.
7708
7709         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7710         compiling.
7711         (netrc-bound-and-true-p): New macro.
7712         (netrc-parse): Use it instead of bound-and-true-p that is not available
7713         in XEmacs 21.4.
7714
7715 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7716
7717         * gnus-registry.el (gnus-registry-mark-article)
7718         (gnus-registry-article-marks): Add functionality to mark articles
7719         through the Gnus registry.
7720
7721         * encrypt.el: Clarify documentation for the new pgg method.
7722         (encrypt-file-alist): Add PGG option.
7723         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7724         functionality.  Abstract password key and messaging to external
7725         functions.
7726         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7727         (encrypt-message-method-and-cipher): Add new convenience external
7728         functions.
7729         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7730         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7731
7732         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7733         (netrc-parse): Use encrypt-file-alist to determine if
7734         encrypt-find-model or encrypt-insert-file-contents should be used.
7735
7736         * encrypt.el: Clarify documentation.  Load password-cache or
7737         password, whichever one is found first, instead of autoloading.
7738
7739 2007-12-19  Glenn Morris  <rgm@gnu.org>
7740
7741         * mml.el (message-options-set, message-narrow-to-head)
7742         (message-in-body-p, message-mail-p, message-encode-message-body):
7743         Autoload.
7744         (message-remove-header, message-narrow-to-headers-or-head)
7745         (message-subscribed-p, message-make-mail-followup-to)
7746         (message-position-on-field, message-news-p)
7747         (message-options-set-recipient, message-generate-headers)
7748         (message-sort-headers): Declare as functions.
7749
7750 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7751
7752         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7753         convention in doc string.
7754
7755 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7756
7757         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7758         title to html parts.
7759         (gnus-article-browse-html-article): Pass message header to it.
7760
7761         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7762
7763 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7764
7765         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7766         or password compatible with XEmacs.
7767
7768 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7769
7770         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7771         format document.
7772         (gnus-mime-delete-part): Don't write description line if empty.
7773         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7774
7775 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7776
7777         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7778         (gnus-summary-mark-read-and-unread-as-read)
7779         (gnus-summary-mark-current-read-and-unread-as-read)
7780         (gnus-summary-mark-unread-as-ticked): Doc fix.
7781         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7782
7783 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7784
7785         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7786         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7787
7788 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7789
7790         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7791         yes-or-no-p.
7792
7793 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * mm-decode.el (mm-add-meta-html-tag): New function.
7796         (mm-save-part-to-file, mm-pipe-part): Use it.
7797
7798         * gnus-art.el (gnus-article-browse-delete-temp-files):
7799         Use gnus-y-or-n-p instead of y-or-n-p.
7800         (gnus-article-browse-html-parts): Work with message/external-body; use
7801         mm-add-meta-html-tag.
7802
7803 2007-12-11  Glenn Morris  <rgm@gnu.org>
7804
7805         * gnus-cache.el: Require gnus-sum not just when compiling.
7806
7807         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7808
7809         * gnus-int.el (gnus-server-opened, gnus-status-message):
7810         Move definitions before use.
7811
7812         * mm-decode.el: Require gnus-util.
7813         (mm-remove-part): Only call delete-annotation on XEmacs.
7814
7815         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7816
7817         * nnmail.el: Require gnus-int.
7818
7819         * spam.el: Move `require's before `eval-when-compile's.
7820
7821         * gnus-ems.el (gnus-alive-p):
7822         * gnus-fun.el (message-goto-eoh):
7823         * gnus-util.el (gnus-group-name-decode):
7824         * mail-source.el (gnus-compress-sequence):
7825         * message.el (Info-goto-node, format-spec):
7826         * mm-bodies.el (message-options-get):
7827         * mm-decode.el (mm-view-pkcs7):
7828         * mm-util.el (gmm-write-region):
7829         * mml-smime.el (mml-compute-boundary)
7830         (gnus-completing-read-with-default):
7831         * mml.el (widget-button-press, gnus-make-hashtable):
7832         * mml1991.el (mm-decode-content-transfer-encoding)
7833         (mm-encode-content-transfer-encoding)
7834         (message-options-get, message-options-set):
7835         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7836         * nnfolder.el (gnus-request-group):
7837         * nnheader.el (ietf-drums-unfold-fws):
7838         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7839         * smime.el (gnus-run-mode-hooks):
7840         * spam-stat.el (gnus-message): Autoload.
7841
7842         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7843         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7844         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7845         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7846         Add declare-function compatibility definition.
7847
7848         * gnus-cache.el (nnvirtual-find-group-art):
7849         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7850         (gnus-add-image, gnus-add-wash-type):
7851         * gnus-group.el (nnkiboze-score-file):
7852         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7853         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7854         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7855         (message-tokenize-header, gnus-get-buffer-create)
7856         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7857         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7858         * gnus.el (gnus-group-decoded-name):
7859         * mail-source.el (imap-capability):
7860         * mm-bodies.el (message-options-set):
7861         * mm-decode.el (gnus-configure-windows):
7862         * mm-extern.el (message-goto-body):
7863         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7864         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7865         (epg-sub-key-validity, message-options-set):
7866         * mml.el (widget-event-point, gnus-configure-windows):
7867         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7868         * mml2015.el (epg-check-configuration, epg-configuration)
7869         (message-options-set):
7870         * nndb.el (nndb-request-article):
7871         * nnfolder.el (gnus-request-create-group):
7872         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7873         * nnmaildir.el (gnus-group-mark-article-read):
7874         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7875         * rfc1843.el (message-fetch-field):
7876         * spam.el (gnus-extract-address-components):
7877         Declare as functions.
7878
7879 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7882
7883         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7884
7885         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7886         bind show-trailing-whitespace for XEmacs.
7887
7888 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7889
7890         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7891         new no-op macro for backward compatibility.
7892
7893         * imap.el (imap-string-to-integer): New function.
7894
7895 2007-12-09  Glenn Morris  <rgm@gnu.org>
7896
7897         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7898
7899         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7900         * message.el, mm-view.el, sieve-manage.el, smime.el:
7901         Add declare-function compatibility definition.
7902
7903         * gnus-art.el (w3-region, w3m-region, Info-menu):
7904         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7905         * gnus-sum.el (gnus-get-predicate):
7906         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7907         * message.el (mail-abbrev-in-expansion-header-p):
7908         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7909         (w3m-detect-meta-charset, w3m-region):
7910         * sieve-manage.el (password-read, password-cache-add)
7911         (password-cache-remove):
7912         * smime.el (password-read-and-add): Declare as functions.
7913
7914 2007-12-08  David Kastrup  <dak@gnu.org>
7915
7916         * gnus-sum.el (gnus-summary-simplify-subject-query):
7917         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7918         `message'.
7919
7920 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7921
7922         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7923         it to bind idna-program, installation-directory, defined-colors, and
7924         face-attribute for XEmacs of the version that compiles defcustom forms.
7925
7926 2007-12-07  Glenn Morris  <rgm@gnu.org>
7927
7928         * gnus-art.el (article-make-date-line): Revert previous change.
7929
7930 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7931
7932         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7933
7934 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7935
7936         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7937         Call gnus-add-to-range ranges only once with a prepared article-list.
7938
7939 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7940
7941         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7942         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7943         group names with backslashes.
7944         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7945
7946 2007-12-06  Deepak Goel  <deego3@gmail.com>
7947
7948         * gnus-art.el (article-make-date-line):
7949         * gnus-start.el (gnus-load):
7950         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7951
7952 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * gnus-art.el (gnus-use-idna)
7955         * gnus-start.el (gnus-site-init-file)
7956         * message.el (message-use-idna)
7957         * mm-uu.el (mm-uu-hide-markers)
7958         * smiley.el (smiley-style): Revert changes that suppress warnings.
7959
7960 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7961
7962         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7963         specify charset to html source.
7964         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7965
7966 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7967
7968         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7969         idna-program in order to suppress byte compile warning issued by XEmacs
7970         that came to byte compile the default value section of defcustom forms
7971         recently.
7972
7973         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7974         value of installation-directory.
7975
7976         * message.el (message-use-idna): Don't directly refer to the value of
7977         idna-program.
7978
7979         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7980
7981         * smiley.el (smiley-style): Don't directly call face-attribute.
7982
7983 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7984
7985         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7986
7987         * gnus-dired.el: Reduce Gnus dependencies.
7988         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7989         Don't require.  Use autoloads instead.
7990         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7991         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7992         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7993         (gnus-dired-mode): Adjust doc string.
7994         (gnus-dired-mail-mode): New variable.
7995         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7996         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7997         (gnus-dired-mail-buffers): New function.  Return mail or message
7998         composition buffers.
7999         (gnus-dired-attach): Use it.
8000         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8001         NO-DECODE.
8002         (gnus-dired-print): Use `gnus-print-buffer' depending on
8003         `gnus-dired-mail-mode'.
8004
8005 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8006
8007         * rfc2047.el (rfc2047-encoded-word-regexp)
8008         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8009         explaining what regexp patterns are for.
8010
8011 2007-12-04  Glenn Morris  <rgm@gnu.org>
8012
8013         * password.el: Move to password-cache.el.
8014
8015         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8016         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8017         * mml-smime.el (password-read, password-cache-add)
8018         (password-cache-remove):
8019         No need to autoload, since mml-sec requires password.
8020
8021         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8022         * message.el (gnus-extract-address-components):
8023         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8024
8025         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8026         password.
8027
8028 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8029
8030         * mailcap.el: Reduce dependencies.
8031         (mail-header-parse-content-type): Autoload.
8032         (mailcap-delete-duplicates): New alias.
8033         (mailcap-mime-info): Add optional argument NO-DECODE.
8034         (mailcap-mime-types): Use mailcap-delete-duplicates.
8035
8036         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8037
8038 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8039
8040         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8041         (imap-parse-status): Upcase status-att for servers that sends them
8042         lower-case (e.g., MS Exchange 2007).
8043
8044 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8045
8046         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8047         function.
8048
8049         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8050         (gnus-uu-yenc-article): New function.
8051
8052         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8053
8054         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8055
8056 2007-12-02  Glenn Morris  <rgm@gnu.org>
8057
8058         * binhex.el (binhex): New custom group.
8059         (binhex-decoder-program, binhex-decoder-switches)
8060         (binhex-use-external): Move to the binhex custom group.
8061
8062         * uudecode.el (uudecode): New custom group.
8063         (uudecode-decoder-program, uudecode-decoder-switches)
8064         (uudecode-use-external): Move to the uudecode custom group.
8065
8066         * netrc.el (top-level): Don't load `encrypt' features.
8067         (netrc-parse): Don't use encrypt.
8068         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8069
8070         * encrypt.el: Remove file.
8071
8072 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8073
8074         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8075         matches on patches.
8076
8077         * gnus-art.el (gnus-article-browse-html-article):
8078         Mention `mm-text-html-renderer' in the doc string.
8079
8080         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8081         string.  Add comments.
8082
8083         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8084         if rhs is ASCII.
8085
8086 2007-12-01  Glenn Morris  <rgm@gnu.org>
8087
8088         * mail-source.el (top-level): Require format-spec before
8089         eval-when-compile.
8090
8091 2007-11-30  Glenn Morris  <rgm@gnu.org>
8092
8093         * encrypt.el: Require password, rather than autoloading password-read.
8094
8095 2007-11-29  Glenn Morris  <rgm@gnu.org>
8096
8097         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8098         (sasl-make-client, sasl-next-step, sasl-step-data)
8099         (sasl-step-set-data): Declare as functions.
8100
8101 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8102
8103         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8104
8105 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8106
8107         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8108         certs should be verified and what is to be done in the event of a
8109         verification failure.
8110
8111         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8112         caller can indicate whether the cache should be disregarded for this
8113         call.  This way the result of the call is reproducible at all times and
8114         can be considered a canonical server name for the supplied method.
8115         (gnus-agent-method-p): Canonicalize server names by pushing their
8116         method through `gnus-method-to-server' using the no-cache argument.
8117
8118         * gnus-srvr.el (gnus-server-insert-server-line):
8119         Call `gnus-method-to-server' with `no-cache' argument.
8120
8121         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8122         gnus-agent-possibly-synchronize-flags as this should be called when the
8123         server is actually being opened.
8124         (gnus-agent-possibly-synchronize-flags)
8125         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8126         flags file of an agentized server to the latter function.
8127
8128         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8129         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8130         after a connection has been established successfully.
8131
8132 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8133
8134         * gnus-art.el (article-display-face): Force to display face if called
8135         interactively; check if gnus-article-x-face-too-ugly matches author.
8136         (article-display-x-face): Display face even if From header is missing
8137         as article-display-face does.
8138
8139 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8140
8141         * hashcash.el (message-narrow-to-headers-or-head)
8142         (message-fetch-field, message-goto-eoh)
8143         (message-narrow-to-headers): Declare as functions.
8144
8145 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8146
8147         * mail-source.el (mail-sources): Default to fetch from file for
8148         compatibility with default of nnmail-spool-file.
8149
8150 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8151
8152         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8153         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8154         to look for encoded word that should be encoded again.
8155         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8156         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8157         encoding pattern.
8158         (rfc2047-decode-region): Switch strict regexp and loose one according
8159         to rfc2047-allow-irregular-q-encoded-words.
8160
8161 2007-11-25  Romain Francoise  <romain@orebokech.com>
8162
8163         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8164
8165 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8166
8167         * tls.el (tls-program): Provide more custom choices from
8168         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8169         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8170
8171 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8172
8173         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8174         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8175
8176         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8177         `nnmail-spool-file'.
8178
8179         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8180         `nnmail-spool-file'.
8181
8182         * gnus-move.el (gnus-change-server): Ditto.
8183
8184         * gnus-kill.el (gnus-batch-score): Ditto.
8185
8186         * gnus-cache.el (gnus-jog-cache): Ditto.
8187
8188         * gnus-msg.el (gnus-summary-reply):
8189         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8190
8191 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8192
8193         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8194         version.  Minor improvement to doc strings.
8195         (tls-program): Add comment.
8196
8197 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8198
8199         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8200         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8201         mismatch between the hostname provided in the certificate and the name
8202         of the host connnecting to.
8203         (open-tls-stream): Use them.  Check certificates against trusted root
8204         certificates.
8205
8206 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8207
8208         * gnus-cache.el (gnus-cache-generate-nov-databases):
8209         Use nnml-generate-nov-databases-directory instead of
8210         nnml-generate-nov-databases-1.
8211
8212 2007-11-24  Glenn Morris  <rgm@gnu.org>
8213
8214         * message.el (message-tool-bar-retro): Update for rename
8215         mail_send.xpm->mail-send.xpm.
8216
8217 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8218
8219         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8220         `smime-ldap-search' for Emacs 22 and up.
8221
8222 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8223
8224         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8225
8226         * message.el (message-send-mail-function): Fix error convention.
8227         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8228         (message-widen-reply, message-send-mail, message-talkative-question)
8229         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8230         (message-clone-locals, message-send-news): Use with-current-buffer.
8231         (message-insert-or-toggle-importance): Remove unused var `valid'.
8232         (message-make-references): Remove unused var `new-references'.
8233         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8234
8235 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8236
8237         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8238         (spam-split-symbolic-return-positive): Reflow docstring.
8239         (spam-backends, spam-summary-exit-behavior)
8240         (spam-mark-ham-unread-before-move-from-spam-group)
8241         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8242         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8243         (spam-clear-cache, spam-backend-check, spam-install-backend)
8244         (spam-install-statistical-backend, spam-list-of-processors)
8245         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8246         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8247         (spam-check-crm114, spam-initialize, spam-unload-hook):
8248         Fix typos in docstrings.
8249
8250 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8251
8252         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8253         been checked if they have never been read and those group levels are
8254         higher than the one that a user specified.
8255
8256 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8259         foreign groups unless a group level is specified by a user.
8260         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8261
8262 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8263
8264         * message.el (message-send-mail-function): Require sendmail.
8265
8266 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8267
8268         * message.el (message-send-mail-function): Check for smtpmail too.
8269
8270         * utf7.el (utf7-encode, utf7-decode): Use coding system
8271         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8272
8273         * message.el (message-send-mail-function): New function.
8274         (message-send-mail-function): Set default using
8275         message-send-mail-function.  Adjust doc string.
8276         (message-send-mail-with-mailclient): New function.
8277
8278 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8279
8280         * smime.el (from):
8281         * rfc2047.el (message-posting-charset):
8282         * qp.el (mm-use-ultra-safe-encoding):
8283         * pop3.el (parse-time-months):
8284         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8285         * nnml.el (files):
8286         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8287         (jka-compr-compression-info-list, ange-ftp-path-format)
8288         (efs-path-regexp):
8289         * nndiary.el (files):
8290         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8291         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8292         (epg-digest-algorithm-alist, inhibit-redisplay)
8293         (password-cache-expiry):
8294         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8295         (pgg-output-buffer, password-cache-expiry):
8296         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8297         (efs-path-regexp):
8298         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8299         (inhibit-redisplay):
8300         * mm-uu.el (file-name, start-point, end-point, entry)
8301         (gnus-newsgroup-name, gnus-newsgroup-charset):
8302         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8303         (latin-unity-ucs-list):
8304         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8305         (mm-uu-binhex-decode-function):
8306         * message.el (gnus-message-group-art, gnus-list-identifiers)
8307         (rmail-enable-mime-composing, gnus-local-organization)
8308         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8309         (gnus-read-active-file, facemenu-add-face-function)
8310         (facemenu-remove-face-function, gnus-article-decoded-p)
8311         (tool-bar-mode):
8312         * mail-source.el (display-time-mail-function):
8313         * gnus-util.el (nnmail-pathname-coding-system)
8314         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8315         (gnus-original-article-buffer, gnus-user-agent)
8316         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8317         (xemacs-codename, sxemacs-codename, emacs-program-version):
8318         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8319         * gnus-start.el (gnus-agent-covered-methods)
8320         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8321         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8322         (gnus-newsgroup-headers, gnus-group-list-mode)
8323         (gnus-group-mark-positions, gnus-newsgroup-data)
8324         (gnus-newsgroup-unreads, nnoo-state-alist)
8325         (gnus-current-select-method, mail-sources)
8326         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8327         (nnmail-spool-file, gnus-cache-active-hashtb):
8328         * gnus-mh.el (mh-lib-progs):
8329         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8330         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8331         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8332         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8333         (gnus-group-buffer):
8334         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8335         (font-lock-set-defaults):
8336         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8337         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8338         (gnus-summary-post-menu, total-parts, type, condition, length):
8339         * gnus-agent.el (gnus-agent-read-agentview):
8340         * flow-fill.el (show-trailing-whitespace):
8341         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8342         eval-and-compile wrappers for byte compiler pacifiers.
8343
8344         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8345         (mm-display-inline-fontify): Check for featurep 'xemacs not
8346         extent-list.
8347
8348         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8349         itimer-list.
8350         (mm-create-image-xemacs): Only do something for XEmacs.
8351         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8352
8353         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8354
8355         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8356         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8357
8358 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8359
8360         * nnimap.el (nnimap-split-download-body):
8361         * gnus-demon.el (gnus-demon):
8362         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8363
8364 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8365
8366         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8367         New macros.
8368         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8369         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8370         copy data from unibyte buffer to multibyte current buffer.
8371         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8372         to copy data from unibyte current buffer to multibyte buffer.
8373         (nntp-make-process-buffer): Make process buffer unibyte.
8374
8375         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8376
8377 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8378
8379         * pop3.el (pop3-open-server): Accept and process data more robustly at
8380         connexion start to avoid spurious "POP SSL connexion failed" errors.
8381
8382 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8383
8384         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8385         read group names.
8386
8387 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8388
8389         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8390
8391 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8392
8393         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8394         (nnmail-save-active): Use a unibyte buffer when saving active file,
8395         which may contain non-ASCII group names.
8396
8397         * nnml.el (nnml-request-group): Decode group names in messages.
8398
8399 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8400
8401         * message.el (message-citation-line-function)
8402         (message-insert-formatted-citation-line): Fix spelling of
8403         `message-insert-formated-citation-line'.
8404
8405 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8406
8407         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8408
8409 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8410
8411         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8412         nnmail-pathname-coding-system.
8413
8414         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8415         that a user enters; decode group names in messages.
8416
8417         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8418
8419 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8420
8421         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8422
8423         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8424
8425         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8426         risky local variable.
8427
8428         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8429
8430 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8431
8432         * encrypt.el: Improve documentation to fix function name typo.
8433         Reported by Daiki Ueno <ueno@unixuser.org>.
8434
8435 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8436
8437         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8438         even if the point is not in the last page of an article.
8439         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8440         back to the previous page.
8441
8442 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8443
8444         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8445
8446 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8449
8450 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8451
8452         * message.el (message-check-news-body-syntax):
8453         Avoid mm-string-as-multibyte.
8454         (message-hide-headers): Don't assume (point-min)==1.
8455
8456 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8457
8458         * message.el (message-remove-blank-cited-lines): Fix if remove is
8459         given.
8460         (message-bogus-address-regexp): New variable.
8461         (message-bogus-recipient-p): New function.
8462         (message-check-recipients): New command.
8463         (message-syntax-checks): Add `bogus-recipient'.
8464         (message-fix-before-sending): Add `bogus-recipient'.
8465
8466         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8467         (gnus-treat-body-boundary): Don't test window-system.
8468
8469 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8470
8471         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8472
8473 2007-10-28  Miles Bader  <miles@gnu.org>
8474
8475         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8476         at compile-time too.
8477
8478 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8479
8480         * gnus-msg.el (gnus-message-setup-hook):
8481         Add `message-remove-blank-cited-lines' to options.
8482
8483 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8484
8485         * message.el (message-remove-blank-cited-lines): New function.
8486         Suggested by Karl Plästerer.
8487
8488 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8489
8490         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8491         mapc.
8492
8493         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8494         (top-level): Use mapc to set functions to be traced for debugging.
8495
8496         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8497         called for effect with while loop.
8498
8499         * message.el (message-talkative-question): Replace mapcar called for
8500         effect with mapc.
8501
8502         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8503         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8504         called for effect with dolist.
8505
8506         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8507
8508         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8509         gnus-extra-headers and nnmail-extra-headers.
8510
8511         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8512         called for effect with dolist.
8513         (top-level): Use mapc to set functions to be traced for debugging.
8514
8515         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8516         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8517         dolist.
8518
8519         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8520         Replace mapcar called for effect with mapc.
8521         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8522         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8523         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8524         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8525
8526         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8527         remove-if that's a cl function.
8528
8529         * webmail.el (webmail-debug): Replace mapcar called for effect with
8530         dolist.
8531
8532         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8533         with mapc.
8534
8535 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8536
8537         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8538         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8539         with while loop.
8540
8541         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8542         functions from article-* functions.
8543         (gnus-multi-decode-header): Replace mapcar called for effect with
8544         dolist.
8545
8546         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8547         (gnus-bookmark-show-details): Replace mapcar called for effect with
8548         while loop.
8549
8550         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8551         called for effect with while loop.
8552
8553         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8554         with dolist.
8555
8556         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8557         Replace mapcar called for effect with dolist.
8558
8559         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8560
8561         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8562         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8563         Replace mapcar called for effect with dolist.
8564         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8565         mapc.
8566
8567         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8568         Replace mapcar called for effect with dolist.
8569         (gnus-topic-list): Replace mapcar called for effect with mapc.
8570
8571         * gnus.el: Use mapc instead of mapcar to add autoloads.
8572
8573 2007-10-23  Richard Stallman  <rms@gnu.org>
8574
8575         * gnus-group.el (gnus-group-highlight): Mark as risky.
8576
8577 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * gnus.el (gnus-server-to-method): Return method found first in
8580         gnus-newsrc-alist.
8581
8582         * gnus-art.el (gnus-article-highlight-signature)
8583         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8584         button overlay without the front stickiness.
8585
8586 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8587
8588         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8589         overview buffer needed a catch to receive its throw.
8590         (gnus-agent-flush-cache): Declare as interactive to make this function
8591         easier to use.
8592
8593 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8594
8595         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8596         `next-line'.
8597
8598 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8601         exclude address matching message-dont-reply-to-names.
8602
8603 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8604
8605         * gnus-util.el (gnus-string<): New function.
8606
8607         * gnus-sum.el (gnus-article-sort-by-author)
8608         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8609
8610 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8611
8612         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8613         the frame-focus tag is set in gnus-buffer-configuration.
8614
8615 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8616
8617         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8618         the front stickiness.
8619
8620 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8621
8622         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8623         url pattern; remove duplicate one.
8624         (gnus-article-extend-url-button): New function.
8625         (gnus-article-add-buttons): Use it.
8626         (gnus-button-push): Use concatenated url that it makes.
8627
8628 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8629
8630         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8631
8632 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8633
8634         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8635         Don't hardcode point-min==1.
8636
8637 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8638
8639         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8640         Fix comment about "iso8859-1".
8641
8642 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8643
8644         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8645         ones returned from the verify-function.
8646
8647         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8648         Call mml2015-extract-cleartext-signature if extraction failed.
8649
8650 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8651
8652         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8653         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8654         failed.
8655
8656 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8657
8658         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8659
8660 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8661
8662         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8663         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8664         recommends to use EasyPG instead of PGG.
8665
8666         * pgg.el: Revert to revision 6.23.2.16.
8667
8668         * pgg-def.el: Revert to revision 6.6.2.14.
8669
8670         * pgg-gpg.el: Revert to revision 6.23.2.34.
8671
8672 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8673
8674         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8675         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8676         thread for both the null and zero (kill/expire thread) universal prefix
8677         cases.
8678         (gnus-summary-expire-thread): Add new function to expire a thread,
8679         using gnus-summary-kill-thread.
8680         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8681         shortcuts for gnus-summary-expire-thread.
8682         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8683         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8684
8685 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8686
8687         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8688         extras value, so an extras entry can be deleted.
8689         (gnus-registry-delete-extra-entry): Use it.
8690         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8691         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8692         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8693         storage through the gnus-registry, and provide an appropriate API for
8694         it.
8695
8696 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8697
8698         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8699         Suggested by Leo <sdl.web@gmail.com>.
8700
8701         * gnus.el: Do.
8702
8703 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8704
8705         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8706         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8707
8708         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8709
8710         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8711         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8712
8713 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8716         newline.
8717         (nnmbox-request-accept-article): Don't change article in source buffer;
8718         narrow to header to use message-fetch-field rather than
8719         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8720         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8721         as delimiters; make sure article ends with newline.
8722         (nnmbox-delete-mail): Correct last position of article to be deleted;
8723         ignore X-Gnus-Newsgroup header in article body.
8724         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8725         positions; make sure article ends with newline.
8726
8727         * message.el (message-display-abbrev): Don't infloop when a user
8728         inserts SPC in the beginning of header.
8729
8730         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8731         coding-system-for-read and coding-system-for-write for XEmacs having no
8732         file-coding feature.
8733
8734         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8735
8736 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8737
8738         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8739         list of groups not followed by default.  Fix type to be regexp.
8740         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8741
8742 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8743
8744         * hmac-def.el (define-hmac-function): Switch from old-style to
8745         new-style backquotes.
8746
8747         * md4.el (md4-make-step): Likewise.
8748
8749 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8750
8751         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8752         raw-text coding system when saving .newsrc file, which may contain
8753         non-ASCII group names.
8754
8755 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8756
8757         * gnus-cus.el (gnus-score-extra): New widget.
8758         (gnus-score-extra-convert): New function.
8759         (gnus-score-customize): Use it for Extra.
8760
8761 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8762
8763         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8764         (mml2015-mailcrypt-clear-verify): Use it.
8765         (mml2015-gpg-clear-verify): Use it.
8766         (mml2015-pgg-clear-verify): Use it.
8767         (mml2015-epg-clear-verify): Replace the current part with the output
8768         from GnuPG; don't extract the plaintext by itself.
8769
8770         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8771         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8772         mml2015-clear-verify-function; don't touch the armor headers or
8773         dash-escaped text here.
8774
8775 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8776
8777         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8778         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8779         parts, or application/octet-stream as a last resort.
8780         (gnus-mime-view-part-as-type): Don't toggle display.
8781         (gnus-mime-view-part-as-charset): Don't turn off display before
8782         querying charset.
8783
8784         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8785         stuff to undisplayer function in Emacs.
8786         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8787
8788         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8789         text/calendar parts.
8790
8791 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8794         decoding text/calendar parts.
8795
8796         * message.el (message-forward-make-body-mime): Always mark body as
8797         having no illegible text; remove signed-or-encrypted argument.
8798         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8799
8800         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8801         (mml-generate-mime-1): Don't encode body if it is specified to be in
8802         raw form; don't make buffer be unibyte when inserting multibyte string.
8803
8804 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8805
8806         * sha1.el: Fix up comment style.
8807         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8808         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8809
8810         * hex-util.el: Fix up comment style.
8811         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8812
8813         * gnus-salt.el: Use with-current-buffer.
8814         (gnus-pick-setup-message): Fix long-standing typo.
8815
8816 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8817
8818         * imap.el (imap-logout-timeout): New variable.
8819         (imap-logout, imap-logout-wait): New functions.
8820         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8821
8822         * nnimap.el (nnimap-logout-timeout): New server variable.
8823         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8824         nnimap-logout-timeout.
8825
8826         * gnus-art.el (gnus-article-summary-command-nosave)
8827         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8828
8829 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8830
8831         * gnus.el (gnus-maximum-newsgroup): New variable.
8832
8833         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8834         according to gnus-maximum-newsgroup.
8835
8836         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8837         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8838         Limit the range of articles according to gnus-maximum-newsgroup.
8839
8840 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8841
8842         * gnus-art.el (gnus-sticky-article): Fix problems described in
8843         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8844         Don't perform gnus-configure-windows here; reuse existing sticky
8845         article buffer.
8846
8847         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8848         it doesn't exist in gnus-article-mode.
8849
8850 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8851
8852         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8853         (gnus-agent-decoded-group-name): New function.
8854         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8855         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8856
8857 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8858
8859         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8860         Add binding for gnus-sticky-article.
8861         (gnus-summary-exit): Don't kill sticky article buffers.
8862
8863         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8864         article buffer.
8865         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8866         (gnus-kill-sticky-article-buffers): New commands.
8867
8868 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8869
8870         * nntp.el (nntp-xref-number-is-evil): New server variable.
8871         (nntp-find-group-and-number): If it is non-nil, don't trust article
8872         numbers in the Xref header.
8873
8874 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8875
8876         * gnus-agent.el (gnus-agent-read-group): New function.
8877         (gnus-agent-flush-group, gnus-agent-expire-group)
8878         (gnus-agent-regenerate-group): Use it.
8879         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8880         nnmail-pathname-coding-system.
8881
8882 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8883
8884         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8885
8886         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8887         that are unread as unread, and also as selected so that information of
8888         marks having been changed by a user may be updated when exiting group.
8889
8890 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8891
8892         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8893
8894 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8895
8896         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8897         calculated ignoring signature parts to gnus-treat-article.
8898
8899 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8900
8901         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8902         a point here in order to keep the window start.
8903         (gnus-insert-mime-security-button): Make a button overlay without the
8904         front stickiness.
8905         (gnus-mime-display-security): Goto the end of a button.
8906
8907         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8908
8909 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8912         group-name-at-point.
8913         (gnus-group-completing-read): New function that offers decoded
8914         non-ASCII group names for completion.
8915         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8916         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8917         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8918         (gnus-group-fetch-control): Use it.
8919         (gnus-fetch-group): Use group-name-at-point for the initial value
8920         rather than the default value; use gnus-alive-p.
8921
8922         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8923         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8924         (gnus-summary-post-news): Use gnus-group-completing-read.
8925
8926         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8927         (gnus-read-move-group-name): Decode group name for completion.
8928
8929 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8930
8931         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8932         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8933         Yamaoka slightly modified the code).
8934
8935 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8936
8937         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8938         (nnmail-split-incoming): Bind it.
8939
8940         * nnml.el (nnml-group-name-charset): New function.
8941         (nnml-decoded-group-name): Use it; don't decode group name if
8942         nnmail-group-names-not-encoded-p is non-nil.
8943         (nnml-encoded-group-name): New function.
8944         (nnml-group-pathname): Inline nnml-decoded-group-name.
8945         (nnml-request-expire-articles): Decode group name in message.
8946         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8947         nnmail-pathname-coding-system.
8948         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8949         not decoded ones according to nnmail-group-names-not-encoded-p.
8950         (nnml-generate-active-info): Use nnml-encoded-group-name.
8951
8952 2007-08-08  Glenn Morris  <rgm@gnu.org>
8953
8954         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8955         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8956         doc-strings and comments.
8957
8958 2007-07-25  Glenn Morris  <rgm@gnu.org>
8959
8960         * Relicense all FSF files to GPLv3 or later.
8961
8962 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8963
8964         * gnus-sum.el (gnus-summary-move-article):
8965         Make gnus-summary-respool-article work.
8966
8967 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8968
8969         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8970         string.
8971
8972 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8973
8974         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8975         that should be ignored when comparing distant RSS articles with local
8976         ones.
8977         (nnrss-make-hash-index): New function.  Create a hash index according
8978         to the ignored fields.
8979         (nnrss-check-group): Use it.
8980
8981 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8982
8983         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8984
8985         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8986
8987         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8988         the new optional argument ENCODED is non-nil.
8989         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8990         coding system for encoding group name.
8991         (gnus-group-make-rss-group): Pass un-encoded group name to
8992         gnus-group-make-group.
8993         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8994         encoded.
8995
8996         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8997         Encode group name to which articles are moved or copied.
8998         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8999         coding system for encoding Newsgroup, Followup-To and Xref headers.
9000
9001         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9002         marks; use nnheader-file-coding-system to write a file.
9003         (nnagent-retrieve-headers): Bind file-name-coding-system to
9004         nnmail-pathname-coding-system.
9005
9006         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9007
9008         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9009         (nnml-request-article, nnml-request-create-group)
9010         (nnml-request-rename-group, nnml-find-id)
9011         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9012         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9013         (nnml-save-marks): Use nnml-group-pathname instead of
9014         nnmail-group-pathname.
9015
9016         (nnml-request-create-group, nnml-request-expire-articles)
9017         (nnml-request-move-article, nnml-request-delete-group)
9018         (nnml-deletable-article-p, nnml-possibly-create-directory)
9019         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9020         (nnml-open-marks): Bind file-name-coding-system to
9021         nnmail-pathname-coding-system.
9022
9023         (nnml-request-article): Pass server argument to nnml-find-group-number.
9024         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9025         Pass server argument to nnml-possibly-create-directory.
9026         (nnml-request-accept-article): Pass server argument to
9027         nnml-active-number and nnml-save-mail.
9028         (nnml-find-group-number): Pass server argument to nnml-find-id.
9029         (nnml-request-update-info): Pass server argument to
9030         nnml-marks-changed-p.
9031
9032         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9033         (nnml-save-mail, nnml-active-number): Add server argument.
9034
9035         (nnml-request-delete-group): Warn if group is missing.
9036         (nnml-get-nov-buffer): Decode group name.
9037         (nnml-generate-active-info): Encode group name.
9038         (nnml-open-marks): Decode group name in messages.
9039
9040 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9041
9042         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9043         if it is not specified.
9044         (gnus-article-pipe-part, gnus-article-save-part)
9045         (gnus-article-interactively-view-part, gnus-article-copy-part)
9046         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9047         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9048         (gnus-article-replace-part, gnus-article-delete-part)
9049         (gnus-article-view-part-as-type): Pass raw prefix argument to
9050         gnus-article-part-wrapper.
9051
9052 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9053
9054         * gnus-agent.el (gnus-agent-save-active):
9055         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9056
9057         * gnus-cache.el (gnus-cache-save-buffers)
9058         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9059         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9060         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9061         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9062         (gnus-cache-generate-active, gnus-cache-rename-group)
9063         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9064         (gnus-cache-update-overview-total-fetched-for):
9065         Bind file-name-coding-system to nnmail-pathname-coding-system.
9066         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9067         New variables.
9068         (gnus-cache-decoded-group-name): New function.
9069         (gnus-cache-file-name): Use it.
9070         (gnus-cache-generate-active): Use non-decoded group name for active.
9071
9072         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9073         right place.
9074         (gnus-write-active-file): Don't break non-ASCII group names.
9075
9076         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9077         nnmail-pathname-coding-system.
9078
9079         * lpath.el: Bind default-file-name-coding-system,
9080         file-name-coding-system and language-info-alist for XEmacs.
9081
9082         * gnus-uu.el (gnus-uu-decode-save): Typo.
9083
9084 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9087
9088 2007-07-14  David Kastrup  <dak@gnu.org>
9089
9090         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9091         finishing actions if we did not edit the article.
9092
9093 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9094
9095         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9096         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9097         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9098         (gnus-agent-flush-group, gnus-agent-flush-cache)
9099         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9100         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9101         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9102         (gnus-agent-regenerate-group)
9103         (gnus-agent-update-files-total-fetched-for)
9104         (gnus-agent-update-view-total-fetched-for):
9105         Bind file-name-coding-system to nnmail-pathname-coding-system.
9106         (gnus-agent-group-pathname): Don't encode file names by
9107         nnmail-pathname-coding-system.
9108         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9109         coding-system-for-write instead of buffer-file-coding-system to
9110         gnus-agent-file-coding-system.
9111
9112         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9113         Decode group name.
9114
9115         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9116
9117         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9118         (gnus-read-newsrc-el-file): Make group names unibyte.
9119
9120         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9121         nnmail-pathname-coding-system.
9122
9123         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9124         (nnrss-request-delete-group): Bind file-name-coding-system to
9125         nnmail-pathname-coding-system.
9126         (nnrss-read-server-data, nnrss-read-group-data):
9127         Bind file-name-coding-system correctly.
9128         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9129
9130         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9131         (nntp-server-to-method-cache): New variable.
9132         (nntp-group-pathname): New function that decodes non-ASCII group names.
9133         (nntp-possibly-create-directory, nntp-marks-changed-p)
9134         (nntp-save-marks, nntp-open-marks): Use it.
9135         (nntp-possibly-create-directory, nntp-open-marks):
9136         Bind file-name-coding-system to nnmail-pathname-coding-system.
9137         (nntp-open-marks): Decode group names when bootstrapping marks.
9138
9139         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9140         Newsgroups and Folowup-To headers.
9141
9142 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9143
9144         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9145         (gnus-server-closed-face, gnus-server-denied-face)
9146         (gnus-server-offline-face): Remove variable.
9147         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9148
9149         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9150         of modifying message-stack directly for XEmacs.
9151
9152         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9153         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9154         if the coding-system argument is nil for XEmacs.
9155
9156         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9157         mm-charset-override-alist.
9158
9159         * rfc2047.el: Don't require base64; require rfc2045 for the function
9160         rfc2045-encode-string.
9161         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9162         to quote the parameter value.
9163
9164 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9167         form in gnus-group-name-charset-method-alist.
9168
9169         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9170         overrides the default layout edit-form.
9171
9172         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9173
9174         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9175
9176 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9179         as unfetched articles.
9180
9181 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9182
9183         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9184
9185 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9186
9187         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9188         original back end that keeps marks in the local system.
9189
9190 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9191
9192         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9193         arg of pop-to-buffer for XEmacs.
9194         (gnus-article-read-summary-keys): Ditto; don't restore window
9195         configuration if summary command ends up with neither article buffer
9196         nor summary buffer; describe bindings if summary keys end with C-h.
9197
9198 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * message.el (message-fix-before-sending): Skip raw message part to be
9201         forwarded while checking illegible text.
9202         (message-forward-make-body-mime, message-forward-make-body):
9203         Mark signed or encrypted raw message as having no illegible text.
9204
9205 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9206
9207         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9208         (gnus-message-with-timestamp-1): New macro.
9209         (gnus-message-with-timestamp): New function.
9210         (gnus-message): Use them.
9211
9212         * nnheader.el (nnheader-message): Use them.
9213
9214 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9215
9216         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9217         .newsrc.eld file.
9218
9219 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9220
9221         * gnus-agent.el (gnus-agent-fetch-headers)
9222         (gnus-agent-retrieve-headers):
9223         Bind gnus-decode-encoded-address-function to identity.
9224
9225         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9226         available also when the server returns simply a dot.
9227
9228         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9229
9230 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9231
9232         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9233
9234 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * gnus-ems.el (gnus-x-splash): Make it work.
9237
9238         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9239         from being used.
9240
9241         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9242
9243 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9246         4th and the 5th arguments.
9247
9248         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9249         the front stickiness.
9250         (gnus-article-summary-command-nosave): Correct the order of the
9251         arguments passed to pop-to-buffer.
9252         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9253         summary command ends up with the article buffer.
9254
9255         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9256         the same faces.
9257
9258 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9259
9260         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9261
9262 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9263
9264         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9265         * gnus-sum.el (gnus-summary-highlight):
9266         * pgg.el (pgg-sign-region, pgg-sign):
9267         * mail-source.el (mail-source-delete-old-incoming-confirm):
9268         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9269
9270 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9271
9272         * gnus-art.el (gnus-mime-view-part-externally)
9273         (gnus-mime-view-part-internally): Fix predicate function passed to
9274         completing-read.
9275
9276         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9277
9278         * gnus.el (gnus-update-message-archive-method): Add :version.
9279
9280 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * gnus.el (gnus-update-message-archive-method): New variable.
9283
9284         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9285         according to gnus-message-archive-method if
9286         gnus-update-message-archive-method is non-nil.
9287
9288 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9289
9290         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9291         Suggested by Loic Dachary <loic@dachary.org>.
9292         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9293
9294 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9295
9296         * message.el (message-pop-to-buffer): Add switch-function argument.
9297         (message-mail): Pass switch-function argument to it.
9298
9299 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9300
9301         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9302         Improve doc string.
9303
9304 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9305
9306         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9307         (gnus-header-content)
9308         * gnus-cite.el (gnus-cite-10)
9309         * gnus-srvr.el (gnus-server-closed)
9310         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9311         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9312         (gnus-group-mail-3-empty, gnus-group-mail-low)
9313         (gnus-group-mail-low-empty, gnus-splash)
9314         * message.el (message-header-to, message-header-cc)
9315         (message-header-subject, message-header-other, message-header-name)
9316         (message-header-xheader, message-separator, message-cited-text)
9317         (message-mml): Lighten colors of faces used for dark background.
9318
9319 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9320
9321         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9322         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9323
9324 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9325
9326         * message.el (message-narrow-to-headers-or-head):
9327         Ignore mail-header-separator in the body.
9328
9329 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9330
9331         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9332         same as window size.
9333
9334 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9335
9336         * message.el (message-font-lock-keywords): Use message-header-xheader
9337         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9338         ahead of the anything pattern, to get it recognised.
9339
9340 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9341
9342         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9343         spam.el loads uses it in the compiled defadvice form.
9344
9345 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9346
9347         * gnus-sum.el (gnus-articles-to-read)
9348         (gnus-summary-insert-old-articles): Don't truncate group name for
9349         `read-string'.
9350
9351         * gnus-util.el (gnus-limit-string): Delete this function.
9352
9353         * gnus-sum.el (gnus-simplify-subject-fully):
9354         Use `truncate-string-to-width' instead.
9355
9356 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9357
9358         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9359         Tell if, on summary exit, the next group has to be selected.
9360         (gnus-summary-exit): Use it.
9361
9362 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9363
9364         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9365         non-break space.
9366
9367 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9368
9369         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9370         Check if group is not a directory.
9371         (nnfolder-request-expire-articles): Don't delete articles if the target
9372         group is not available.
9373
9374         * nnml.el (nnml-request-create-group): Properly check if group is not a
9375         file.
9376         (nnml-request-expire-articles): Don't delete articles if the target
9377         group is not available.
9378
9379         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9380         Don't quote characters that are within parentheses.
9381
9382 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9383
9384         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9385         (gnus-handle-ephemeral-exit): Select article according to it.
9386
9387 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9388
9389         * message.el (message-insert-formated-citation-line): Remove newline.
9390         (message-citation-line-format): Add final \n here so that the user can
9391         avoid a blank line.
9392
9393 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9394
9395         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9396         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9397         Update lanl/arXiv support.
9398
9399 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9400
9401         * gnus.el: Bump version number.
9402
9403 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9404
9405         * gnus.el (gnus-version-number): Bump version.
9406
9407 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9408
9409         * gnus.el: No Gnus v0.6 is released.
9410
9411 2007-04-27  Didier Verna  <didier@xemacs.org>
9412
9413         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9414         * gmm-utils.el (gmm-regexp-concat): ... here.
9415         * message.el: Don't require 'gnus-util.
9416         (message-dont-reply-to-names): Handle name change above.
9417         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9418
9419 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9420
9421         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9422         since the initial value varies according to the system.
9423
9424 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9425
9426         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9427
9428 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9429
9430         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9431
9432 2007-04-24  Didier Verna  <didier@xemacs.org>
9433
9434         Improve the type of gnus-ignored-from-addresses.
9435         * gnus-util.el (gnus-orify-regexp): New function.
9436         * message.el (gnus-util): Require it.
9437         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9438         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9439         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9440
9441 2007-04-24  Didier Verna  <didier@xemacs.org>
9442
9443         * gnus-sum.el:
9444         * gnus-utils.el: Fix some trailing whitespaces.
9445
9446 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9447
9448         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9449         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9450         article's Message-ID; refer parent article in summary buffer.
9451
9452         * message.el (message-bounce): Call mime-to-mml.
9453
9454         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9455         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9456         optimize and/or forms properly.
9457
9458 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9459
9460         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9461         URL.
9462
9463 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9464
9465         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9466
9467 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9468
9469         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9470         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9471         displayed of multipart/alternative part if it is invoked from summary
9472         buffer.
9473
9474         * mm-view.el (mm-inline-text-html-render-with-w3m)
9475         (mm-inline-text-html-render-with-w3m-standalone)
9476         (mm-inline-render-with-function): Use mail-parse-charset by default.
9477
9478 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9479
9480         * parse-time.el (parse-time-string-chars): Check if CHAR
9481         is less than the length of parse-time-syntax.
9482
9483 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9484
9485         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9486         from gnus-newsgroup-processable.
9487
9488 2007-04-16  Didier Verna  <didier@xemacs.org>
9489
9490         * gnus-msg.el (gnus-configure-posting-styles):
9491         Handle message-signature-directory properly with :file syntax.
9492         Reported by "Leo".
9493
9494 2007-04-11  Didier Verna  <didier@xemacs.org>
9495
9496         New user option: message-signature-directory.
9497         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9498         * message.el (message-insert-signature): Ditto.
9499         * message.el (message-signature-file): Doc update.
9500         * message.el (message-signature-directory): New.
9501
9502 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9503
9504         * gnus-msg.el (gnus-inews-yank-articles):
9505         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9506
9507 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9508
9509         * message.el (message-yank-original): Make sure cited text ends with
9510         newline; don't exchange point and mark.
9511
9512 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9513
9514         * tls.el (open-tls-stream): Properly handle case where there
9515         is no associated buffer.
9516
9517 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9518
9519         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9520         message-yank-original, make sure (< mark TEXT point).
9521
9522 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9523
9524         * message.el (message-fill-column): New variable.
9525         (message-mode): Use it.  Add comment on a possible new hook.
9526
9527         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9528         (nnmail-get-new-mail): Reformat.
9529
9530         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9531
9532         * gmm-utils.el: Fix Commentary.
9533         (gmm-tool-bar-from-list): Fix typo in doc string.
9534
9535 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9536
9537         * message.el (message-yank-original): Don't switch point and mark
9538         unnecessarily to put point and mark as documented.
9539
9540 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9541
9542         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9543         from the message heads.
9544
9545 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9546
9547         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9548         article buffer does not have a window.  This may not be the best
9549         solution but is certainly better than setting the start of the null,
9550         that is the current, window.
9551
9552 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9553
9554         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9555         (gnus-draft-setup): Run it.
9556
9557         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9558         gnus-score-fast-scoring.  Allow regexp.
9559         (gnus-score-headers): Use it.
9560
9561         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9562         XEmacs.
9563
9564         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9565         string.
9566         (gnus-button-alist): Also catch `<f1> k ...'.
9567         (gnus-treat-display-x-face): Fix doc string.
9568
9569 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9570
9571         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9572         evaluation of gnus-extended-version to ensure correct generation of the
9573         User-Agent header when message-generate-headers-first is used.
9574
9575 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9576
9577         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9578         hashcash-path is nil.  Don't call callback with incorrect number of
9579         parameters if val is 0.
9580
9581 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9582
9583         * message.el (message-required-news-headers):
9584         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9585
9586 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9587
9588         * tls.el (open-tls-stream): In handshake-waiting loop,
9589         don't wait more if there is output available to process.
9590
9591 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9592
9593         * tls.el (tls-program): Doc fix.
9594
9595 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9596
9597         * message.el (message-generate-new-buffers): Change the meaning of the
9598         nil value; add `standard' to the choices; treat t as `unique'; improve
9599         doc string.
9600         (gnus-select-frame-set-input-focus): Autoload.
9601         (message-buffer-name): Search for the existing message buffer if
9602         message-generate-new-buffers is nil or `standard'; treat the value t of
9603         message-generate-new-buffers as `unique'.
9604         (message-pop-to-buffer): Raise the frame already displaying the message
9605         buffer; clear the echo area after querying.
9606         (message-setup): Pass the `continue' argument to compose-mail.
9607         (message-mail): Prefer `switch-function' if it is given; search for the
9608         existing message buffer if the `continue' argument is non-nil; pass
9609         continue and switch-function arguments to compose-mail by way of
9610         message-setup.
9611         (message-mail-other-window): Adjust argument of message-setup.
9612         (message-mail-other-frame): Ditto.
9613
9614 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9615
9616         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9617         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9618         to turn font-lock on when turning gnus-message-citation-mode on.
9619
9620 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9621
9622         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9623         (mml-smime-function-alist): New variable; add epg as the backend.
9624         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9625         mml-smime- functions instead.
9626         * mm-view.el: Require smime.
9627
9628 2007-03-05  Didier Verna  <didier@xemacs.org>
9629
9630         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9631         instead of just inheritance for posting styles.
9632         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9633
9634 2007-02-24  Chris Moore  <dooglus@gmail.com>
9635
9636         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9637         * pgg-pgp.el (pgg-pgp-encrypt-region):
9638         * pgg-gpg.el (pgg-gpg-encrypt-region):
9639         Check pgg-encrypt-for-me if no other recipients.
9640
9641 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9642
9643         * tls.el (tls-certtool-program): Fix custom type.
9644
9645 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9646
9647         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9648         and point-at-eol instead of line-(beginning|end)-position.
9649
9650         * assistant.el (assistant-parse-buffer): Ditto.
9651
9652         * netrc.el (netrc-parse-services): Ditto.
9653
9654 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9655
9656         * mml2015.el (mml2015-epg-find-usable-key): New function.
9657         (mml2015-epg-sign): Use it.
9658         (mml2015-epg-encrypt): Use it.
9659
9660 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9661
9662         * message.el (message-make-in-reply-to): Quote name containing
9663         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9664         if there are special characters.  Reported by NAKAJI Hiroyuki
9665         <nakaji@jp.freebsd.org>.
9666
9667 2007-02-27  Didier Verna  <didier@xemacs.org>
9668
9669         Include the group parameters as well as the topic ones in the
9670         inheritance filter process.
9671         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9672         argument GROUP-PARAMS-LIST.
9673         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9674
9675 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * nntp.el (nntp-never-echoes-commands)
9678         (nntp-open-connection-functions-never-echo-commands): New variables.
9679         (nntp-send-command): Use them.
9680
9681 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9682
9683         * mml2015.el (mml2015-epg-verify): Simplify.
9684
9685 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9686
9687         * mml.el (mml-content-disposition-alist): New user option.
9688         (mml-content-disposition): New function.
9689         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9690         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9691
9692 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9693
9694         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9695         verification.
9696
9697 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9698
9699         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9700         articles posted in the last 24 hours.
9701
9702 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9703
9704         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9705
9706 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9707
9708         * nntp.el (nntp-send-command): Don't wait for echoes when
9709         nntp-open-ssl-stream is used.
9710
9711 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9712
9713         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9714         (gnus-message-add-citation-keywords)
9715         (gnus-message-remove-citation-keywords): Remove.
9716         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9717         directly, make the variables in font-lock-defaults buffer-local, add
9718         gnus-message-citation-keywords to them and then update the value of
9719         font-lock-keywords.
9720
9721 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9722
9723         * message.el (message-cite-original-1): Don't call
9724         gnus-article-highlight-citation.
9725
9726         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9727         citations; fix line count.
9728
9729 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9730
9731         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9732         (gnus-message-add-citation-keywords)
9733         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9734         versions of font-lock-add-keywords and font-lock-remove-keywords to
9735         work with XEmacs correctly.
9736
9737 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * gnus-cite.el (gnus-cite-face-list): Set the values of
9740         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9741         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9742         (gnus-message-cite-prefix-regexp): New variable.
9743         (gnus-message-search-citation-line): Use it; protect against long
9744         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9745         the 0th match data for Emacs.
9746         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9747         (gnus-message-add-citation-keywords): Append keywords rather than
9748         prepending; emulate font-lock-add-keywords if it is not available.
9749         (gnus-message-remove-citation-keywords):
9750         Emulate font-lock-remove-keywords if it is not available.
9751
9752         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9753
9754         * message.el (message-cite-prefix-regexp): Set the value of
9755         gnus-message-cite-prefix-regexp.
9756
9757 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9758
9759         * nnweb.el (nnweb-google-parse-1): Update parser.
9760
9761 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9762
9763         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9764
9765 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9766
9767         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9768         regexp.
9769
9770 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9771
9772         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9773         string-to-multibyte.
9774         (uudecode-decode-region-internal): Use it.
9775
9776         * lpath.el: Fbind string-as-multibyte for XEmacs.
9777
9778 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9779
9780         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9781         Fix custom choice.
9782
9783         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9784
9785 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9786
9787         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9788
9789         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9790         `write-region' to respect `mm-inhibit-file-name-handlers'.
9791
9792 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9793
9794         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9795         Use gnus-home-directory instead of "~/" or "$HOME".
9796
9797 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9798
9799         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9800         to mention filename.
9801         Add comments at beginning regarding usage.
9802         (encrypt-write-file-contents): Change interactive so a string is
9803         acceptable.  If the file has no associated model, show an error instead
9804         of a nonsense prompt.
9805
9806 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9807
9808         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9809         Thanks to Yoshihiko Yamada for kind notification of this typo.
9810
9811 2007-01-12  Kenichi Handa  <handa@m17n.org>
9812
9813         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9814         multibyte buffer.
9815
9816 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9817
9818         * gnus-score.el (gnus-score-fast-scoring): New variable.
9819         (gnus-score-headers): Use it.
9820
9821         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9822
9823         * message.el (message-cite-original-1):
9824         Call gnus-article-highlight-citation if requested.
9825         (message-make-from): Allow name and address as optional arguments.
9826
9827         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9828
9829         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9830         bugs to doc string.
9831         (gnus-button-alist): Add mid\\|message-id.
9832         (gnus-button-fetch-group): Extend for use in
9833         `browse-url-browser-function'.
9834         (gnus-button-url-regexp): Try to catch paired parentheses like in
9835         Wikipedia URLs.
9836
9837         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9838         Suggested by Simon Krahnke <overlord@gmx.li>.
9839
9840 2007-01-13  Romain Francoise  <romain@orebokech.com>
9841
9842         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9843         Update copyright.
9844
9845 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9846
9847         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9848
9849 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9850
9851         * gnus-registry.el (gnus-registry-unfollowed-groups)
9852         (gnus-registry-split-fancy-with-parent): Fix documentation.
9853
9854 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9855
9856         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9857         from nnweb groups.
9858
9859 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9860
9861         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9862         Xref urls.  Erase buffer before requesting head.
9863
9864         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9865
9866 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9867
9868         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9869         customizable.
9870
9871 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9872
9873         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9874         no signing key is found.
9875         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9876         no encrypting and/or signing key is found.
9877
9878 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9879
9880         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9881
9882 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9883
9884         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9885         headers read from disk with the ones newly found in the current search.
9886         This should no longer cause problems, because the article numbers in
9887         Gmane's `nov.php' output are ignored since the previous change.
9888
9889 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9890
9891         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9892
9893 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9896         replace-regexp-in-string; bind url-version; fbind display-images-p and
9897         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9898         find-face and set-itimer-function for Emacs; bind itimer-list for
9899         Emacs.
9900
9901         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9902
9903 2007-01-01  Romain Francoise  <romain@orebokech.com>
9904
9905         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9906
9907 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9908
9909         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9910         `define-minor-mode' macro definition expanded properly.
9911         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9912         exclude it there.
9913
9914         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9915         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9916         `fboundp' test.
9917         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9918         This is OK to autoload in (S)XEmacs now.
9919
9920 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9921
9922         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9923         keystroke.
9924         (gnus-summary-limit-to-singletons): Fix typo.
9925
9926         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9927         else fails.
9928
9929 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9930
9931         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9932         docstring.
9933
9934         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9935         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9936         (gnus-summary-insert-dormant-articles): Fix typo in message.
9937
9938 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9939
9940         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9941         nil for XEmacs.
9942         (gnus-message-citation-mode): Don't autoload in XEmacs.
9943
9944         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9945
9946 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9947
9948         * nnimap.el (nnimap-expunge-search-string):
9949         Mention nnimap-search-uids-not-since-is-evil in docstring.
9950
9951 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9952
9953         * spam.el: Revert to make-obsolete-variable because
9954         define-obsolete-variable-alias is not supported in Emacs 21.
9955
9956         * spam.el (spam-ifile-path, spam-ifile-database-path)
9957         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9958         make-obsolete-variable.
9959         (spam-bsfilter-path, spam-bsfilter-program)
9960         (spam-spamassassin-path, spam-spamassassin-program)
9961         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9962         Don't use "path" inappropriately.
9963         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9964         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9965         variable names.
9966
9967 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9968
9969         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9970         summary buffer.
9971
9972         * password.el (password-cache-remove): Use clear-string to burn
9973         password, if available.
9974
9975 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9976
9977         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9978
9979         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9980
9981         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9982         (gnus-message-highlight-citation): Move defcustom here from
9983         gnus-cite.el.
9984         (gnus-message-citation-mode): Autoload.
9985
9986         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9987         checks to make it compile with XEmacs.
9988         (gnus-message-citation-mode): New minor mode.
9989         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9990         (gnus-message-highlight-citation): New variables.
9991         (gnus-message-search-citation-line)
9992         (gnus-message-add-citation-keywords)
9993         (gnus-message-remove-citation-keywords)
9994         (turn-on-gnus-message-citation-mode)
9995         (turn-off-gnus-message-citation-mode): New functions.
9996
9997 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9998
9999         * gnus-cite.el: Enable highlighting of different citation levels in
10000         message-mode.
10001
10002 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10003
10004         * message.el (message-make-fqdn): Fix comment.
10005         (message-bogus-system-names): Add ".local".
10006
10007         * spam.el (spam-ifile-path, spam-ifile-program)
10008         (spam-ifile-database-path, spam-ifile-database)
10009         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10010         Don't use "path" inappropriately.
10011         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10012         strings.
10013         (spam-check-ifile, spam-ifile-register-with-ifile)
10014         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10015         Use new variable names.
10016
10017         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10018         (gnus-treat-display-smileys): Simplify using
10019         gnus-image-type-available-p.
10020
10021         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10022         available.
10023
10024         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10025         Use `display-images-p' if available.
10026
10027 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10028
10029         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10030         one after turning on the buffer's multibyteness instead of decoding
10031         them directly in the unibyte buffer that causes unexpected conversion
10032         in Emacs 23 (unicode).
10033
10034 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10035
10036         * message.el (message-generate-hashcash): Fix custom type.
10037
10038 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10039
10040         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10041
10042 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10043
10044         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10045         disconnect icons.  Add help text.
10046
10047 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10048
10049         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10050         negated to be consistent with the others we handle.
10051
10052 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10053
10054         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10055         version of gnus-summary-buffer to something, so that we can use two
10056         article buffers at the same time.
10057
10058 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10059
10060         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10061         trigger all the extra headers.
10062         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10063         sorting.
10064
10065 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10066
10067         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10068         solid groups.
10069
10070 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10071
10072         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10073
10074 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10075
10076         * legacy-gnus-agent.el: Add Copyright notice.
10077
10078 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10079
10080         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10081
10082 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10083
10084         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10085
10086         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10087         to make it work reliably in CVS Emacs.
10088         (gnus-summary-limit-strange-charsets-predicate)
10089         (gnus-summary-limit-to-predicate): New functions.
10090
10091 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10092
10093         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10094         specifying array size.
10095         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10096         array if it is too small.
10097         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10098         (gnus-sort-threads-loop): New function.
10099
10100 2006-12-06  Chris Moore  <dooglus@gmail.com>
10101
10102         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10103         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10104
10105 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10106
10107         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10108         options.
10109
10110 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10111
10112         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10113         DOS-ing the recipient.
10114
10115         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10116         the headers when creating the mapping to avoid mismappings.
10117         (nnweb-gmane-create-mapping): Always nix out old mapping.
10118
10119 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10122         and mm-verify-option to never.
10123
10124 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10125
10126         * message.el (message-signed-or-encrypted-p): New function.
10127         (message-forward-make-body): Use it.
10128
10129         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10130         Replace encode-coding-string with mm-encode-coding-string.
10131
10132 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * nneething.el (nneething-decode-file-name):
10135         Replace decode-coding-string with mm-decode-coding-string.
10136
10137         * gnus-int.el (gnus-open-server): Say failed server's name.
10138
10139 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10140
10141         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10142         strings to a single string.  Quote `errors-file-name'.
10143         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10144         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10145         Adjust calls.  Use `shell-quote-argument'.
10146
10147 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10148
10149         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10150         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10151
10152         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10153         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10154         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10155         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10156         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10157         (gnus-subscribe-newsgroup, gnus-1):
10158         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10159         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10160         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10161         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10162
10163 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10164
10165         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10166         keystroke.
10167         (gnus-summary-limit-to-bodies): Implement headersp.
10168
10169 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10170
10171         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10172
10173 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10174
10175         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10176
10177 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10178
10179         * message.el (message-generate-hashcash): Expand range of values to
10180         include `opportunistic'.
10181         (message-send-mail): Use it.
10182
10183 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10184
10185         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10186         and comment it.
10187
10188         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10189
10190 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10191
10192         * gnus-util.el (gnus-extract-address-components): Improve comment.
10193
10194 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10195
10196         * gnus-util.el (gnus-extract-address-components): Work with address in
10197         which the name portion contains @.
10198
10199         * lpath.el: Fbind custom-autoload.
10200
10201 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10202
10203         * gnus.el (gnus-start): Move custom group up.
10204         (gnus-select-method): Don't autoload, but make it available for
10205         `customize-variable'.
10206         (gnus-getenv-nntpserver): Don't autoload.
10207
10208 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10209
10210         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10211
10212 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10213
10214         * message.el (message-sendmail-extra-arguments): New variable.
10215         (message-send-mail-with-sendmail): Use it.
10216
10217 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10218
10219         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10220         mm-with-unibyte-current-buffer to make string unibyte.
10221
10222         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10223         mm-string-as-multibyte.
10224
10225 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10226
10227         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10228         Reported by Werner Koch <wk@gnupg.org>.
10229
10230 2006-11-14  Daiki Ueno  <ueno@p360>
10231
10232         * mml2015.el: Autoload epa-select-keys when compiling.
10233
10234 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10235
10236         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10237         message-options.
10238         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10239
10240 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10241
10242         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10243         EasyPG (< 0.0.6).
10244         (mml2015-always-trust): New user option.
10245         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10246         prompt.
10247
10248 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10249
10250         * nntp.el (nntp-authinfo-force): New variable.
10251         (nntp-send-authinfo): Use it.
10252
10253 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10254
10255         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10256         decode encoded words.  Improve prompt.  Add comment about forwarding.
10257         (message-replacement-char): Move up.
10258
10259 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10260
10261         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10262         instead of gnus-intersection because arguments of gnus-sorted-nunion
10263         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10264
10265 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10266
10267         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10268         (message-simplify-subject-functions):
10269         Enable message-strip-subject-encoded-words by default.
10270
10271 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10272
10273         * message.el (message-strip-subject-encoded-words): New function.
10274         (message-simplify-subject-functions): New variable.
10275         (message-simplify-subject): Use it.  Fix typo in doc string.
10276         Support message-strip-subject-encoded-words.
10277
10278 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10279
10280         * gnus-diary.el (gnus-diary-delay-format-function):
10281         * nndiary.el (nndiary-reminders):
10282         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10283
10284 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10285
10286         * gnus-art.el (article-hide-boring-headers): Fetch date from
10287         gnus-original-article-buffer to avoid problems with localized date
10288         strings.
10289
10290 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10291
10292         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10293
10294 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10295
10296         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10297         New variables.
10298         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10299         (mm-charset-synonym-alist): Move some entries to
10300         mm-codepage-iso-8859-list.
10301         (mm-charset-synonym-alist, mm-charset-override-alist):
10302         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10303
10304 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10305
10306         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10307
10308 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10309
10310         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10311         with Emacs 21 and XEmacs.
10312
10313 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10314
10315         * spam.el (spam-parse-address): New function for better parsing,
10316         catching errors, etc.
10317         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10318
10319 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10320
10321         * mm-view.el: Add interactive arg to html2text autoload.
10322
10323 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10326
10327 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10328
10329         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10330         New variables.
10331         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10332         (mm-charset-synonym-alist): Move some entries to
10333         mm-codepage-iso-8859-list.
10334
10335         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10336
10337 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10338
10339         * message.el (message-citation-line-format)
10340         (message-insert-formated-citation-line): Fix implementation of %E, %N
10341         and %n according to the doc string.
10342
10343 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10344
10345         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10346         Use car-safe to avoid bad parses.
10347
10348 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10351         names.
10352
10353         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10354
10355 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10356
10357         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10358         header.
10359
10360         * message.el (message-draft-headers): Add Date.
10361         (message-headers-to-generate): Fix typo in docstring.
10362
10363         * nndraft.el (nndraft-required-headers): New variable.
10364         (nndraft-generate-headers): Use it.
10365
10366         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10367
10368 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10369
10370         * gnus-registry.el (gnus-registry-wash-for-keywords)
10371         (gnus-registry-find-keywords): New functions to allow easy searching of
10372         articles that are in the registry.
10373
10374 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10375
10376         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10377         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10378         Reported by Damien Elmes <damien@repose.cx>.
10379
10380 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10381
10382         * gnus.el (gnus-mime): Remove unused custom group.
10383
10384 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10385
10386         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10387         "blank line" when searching for end of armor headers.
10388
10389 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10390
10391         * gmm-utils.el (gmm-write-region): Fix variable name.
10392
10393 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10394
10395         * gmm-utils.el (gmm-write-region): New function based on compatibility
10396         code from `mm-make-temp-file'.
10397
10398         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10399
10400         * nnmaildir.el (nnmaildir--update-nov)
10401         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10402         Use `gmm-write-region'.
10403
10404 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10405
10406         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10407         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10408
10409         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10410
10411         * message.el (message-replacement-char): New variable.
10412         (message-fix-before-sending): Use it.
10413         (message-simplify-subject): New function to remove duplicate code.
10414         (message-reply, message-followup): Use it.
10415
10416         * gnus-sum.el (gnus-summary-make-menu-bar):
10417         Clarify gnus-summary-limit-to-articles.
10418
10419 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * gnus-util.el (gnus-with-local-quit): New macro.
10422
10423         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10424
10425 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10426
10427         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10428         ignore non-string data.
10429
10430 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10431
10432         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10433         non-string data (needs to be done in the registry too).
10434
10435 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10436
10437         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10438         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10439         (gnus-registry-split-fancy-with-parent)
10440         (gnus-registry-fetch-simplified-message-subject-fast)
10441         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10442         Remove text properties on ingress into the registry and when it's saved.
10443         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10444         registry from entries with no groups.
10445
10446 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10447
10448         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10449         function to remove string properties.
10450
10451 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10452
10453         * gmm-utils.el (gmm): Adjust custom version.
10454
10455         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10456         Adjust custom version.
10457
10458         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10459
10460 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10461
10462         * gnus-art.el (gnus-insert-prev-page-button)
10463         (gnus-insert-next-page-button): Simplify.  Reformat.
10464
10465 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10466
10467         * gnus-art.el (gnus-insert-prev-page-button)
10468         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10469
10470 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10471
10472         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10473
10474 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10475
10476         * gnus-art.el (gnus-insert-mime-button)
10477         (gnus-insert-mime-security-button):
10478         Apply gnus-article-button-face to MIME and security buttons.
10479
10480 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10481
10482         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10483         readable.
10484
10485 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10486
10487         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10488
10489 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10490
10491         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10492         `browse-url-of-file' instead of `browse-url'.
10493
10494 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10495
10496         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10497         regexp.  Articles containing quotation were cut prematurely.
10498
10499 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10500
10501         * message.el (message-cite-original-1): Use nobody by default for the
10502         value of From header.
10503         (message-reply): Ditto.
10504
10505 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10506
10507         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10508         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10509         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10510
10511 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10512
10513         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10514         mails in the doc string.  Add some URLs in comment.
10515         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10516
10517 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10520         backslashes handling and the way to find boundaries of quoted strings.
10521
10522 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10523
10524         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10525         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10526         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10527         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10528
10529 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10530
10531         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10532         doc string.
10533         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10534
10535 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10536
10537         * lpath.el: Fbind epg-check-configuration.
10538
10539 2006-09-06  Simon Josefsson  <jas@extundo.com>
10540
10541         * mml2015.el (mml2015-use): Doc fix, mention epg.
10542
10543 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10544
10545         * mml2015.el (mml2015-use): Default to epg, if available.
10546
10547 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10548
10549         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10550         message-sender.
10551         (mml1991-epg-encrypt): Ditto.
10552         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10553         message-sender.
10554         (mml2015-epg-encrypt): Ditto.
10555
10556 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10557
10558         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10559         several common directories.
10560
10561 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10562
10563         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10564         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10565
10566 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * gnus-art.el (article-decode-encoded-words): Make it fast.
10569
10570 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10571
10572         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10573
10574         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10575         in quoted string into `\'.
10576
10577 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10578
10579         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10580         Use standard-syntax-table.
10581
10582 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10583
10584         * gnus-art.el (gnus-decode-address-function): New variable.
10585         (article-decode-encoded-words): Use it to decode headers which are
10586         assumed to contain addresses.
10587         (gnus-mime-delete-part): Remove useless `or'.
10588
10589         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10590         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10591         (gnus-nov-parse-line): Use it to decode From header.
10592         (gnus-get-newsgroup-headers): Ditto.
10593         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10594
10595         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10596         (mail-decode-encoded-address-string): New alias.
10597
10598         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10599         New function.
10600         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10601         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10602         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10603         (rfc2047-decode-string): Ditto.
10604         (rfc2047-decode-address-region): New function.
10605         (rfc2047-decode-address-string): New function.
10606
10607 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10608
10609         * message.el (message-caesar-buffer-body): Allow rotating headers.
10610
10611         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10612
10613         * message.el (message-insert-formated-citation-line): Fix %f.
10614         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10615
10616 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10617
10618         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10619         (gnus-bookmark-mouse-available-p): New macro.
10620         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10621         (gnus-bookmark-bmenu-show-infos): Use it.
10622         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10623         (gnus-bookmark-bmenu-hide-infos): Ditto.
10624         (gnus-bookmark-remove-properties): New function.
10625         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10626         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10627         (gnus-bookmark-write-file): Bind coding-system-for-write.
10628         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10629         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10630         group before selecting it.
10631         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10632         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10633         quit-window if it is not available; use gnus-mouse-2 and bind it to
10634         gnus-bookmark-bmenu-select-by-mouse.
10635         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10636         (gnus-bookmark-bmenu-select-by-mouse): New function.
10637
10638 2006-08-13  Romain Francoise  <romain@orebokech.com>
10639
10640         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10641         space.
10642
10643 2006-08-10  Romain Francoise  <romain@orebokech.com>
10644
10645         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10646         (dns-mode-soa-auto-increment-serial): New user option.
10647         (dns-mode-soa-maybe-increment-serial): New function.
10648         (dns-mode): Add the latter to `write-contents-functions'.
10649
10650 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10651
10652         * compface.el (uncompface): Use binary rather than raw-text-unix.
10653
10654 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10655
10656         * compface.el (uncompface): Make sure the eol conversion doesn't take
10657         place when communicating with the external programs.
10658         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10659
10660 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10661
10662         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10663
10664 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10665
10666         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10667         Make it more robust by parsing author and date independently.
10668
10669 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10670
10671         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10672
10673 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10674
10675         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10676         first matching secret key.
10677         (mml2015-epg-encrypt): Ditto.
10678
10679         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10680         first matching secret key.
10681         (mml1991-epg-encrypt): Ditto.
10682
10683         * mml2015.el (mml2015-encrypt-to-self): New user option.
10684         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10685         mml2015-epg-encrypt-to-self is set.
10686
10687         * mml1991.el (mml1991-encrypt-to-self): New variable.
10688         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10689         mml1991-epg-encrypt-to-self is set.
10690
10691         * mml2015.el (mml2015-signers): New user option.
10692         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10693         (mml2015-epg-encrypt): Allow to select signing keys.
10694
10695         * mml1991.el (mml1991-signers): New variable.
10696         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10697         (mml1991-epg-encrypt): Allow to select signing keys.
10698
10699 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10700
10701         * nnheader.el (nnheader-insert-head): Make it work even if the file
10702         uses CRLF for the line-break code.
10703
10704 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10705
10706         * mml2015.el: Require mml-sec instead of password.
10707         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10708         (mml2015-cache-passphrase): Inherit the default value from
10709         mml-secure-cache-passphrase.
10710         (mml2015-passphrase-cache-expiry): Inherit the default value from
10711         mml-secure-passphrase-cache-expiry.
10712
10713         * mml1991.el: Require mml-sec instead of password.
10714         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10715         (mml1991-cache-passphrase): Inherit the default value from
10716         mml-secure-cache-passphrase.
10717         (mml1991-passphrase-cache-expiry): Inherit the default value from
10718         mml-secure-passphrase-cache-expiry.
10719
10720         * mml-sec.el: Require password.
10721         (mml-secure-verbose): New user option.
10722         (mml-secure-cache-passphrase): New user option.
10723         (mml-secure-passphrase-cache-expiry): New user option.
10724
10725 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10726
10727         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10728         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10729         andreas@altroot.de (Andreas Vögele).
10730
10731         FIXME: Use `tiny change'?
10732
10733 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10734
10735         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10736         workaround for the url package included with Emacs.
10737
10738         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10739
10740 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10741
10742         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10743         correctly.  This fixes a bug caused by the 2006-05-12 change.
10744
10745 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10746
10747         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10748         some information about the error when saying that the `bogus' mail
10749         group will be used.
10750
10751 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10752
10753         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10754         string.
10755
10756 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10757
10758         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10759
10760 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10761
10762         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10763
10764 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10765
10766         * mml1991.el (mml1991-function-alist): Add epg.
10767         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10768         (mml1991-epg-encrypt): New functions.
10769
10770 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10771
10772         * mml2015.el (mml2015-verbose): New variable.
10773         (mml2015-cache-passphrase): Ditto.
10774         (mml2015-passphrase-cache-expiry): Ditto.
10775         (mml2015-function-alist): Add epg.
10776         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10777         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10778         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10779         New functions.
10780
10781 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10782
10783         * message.el (message-cite-original-1): Preserve region when removing
10784         quoted text due to X-No-Archive in order to avoid bogus attribution
10785         when citing multiple messages.
10786
10787 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10788
10789         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10790         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10791
10792 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10793
10794         * gnus-diary.el (gnus-user-format-function-d)
10795         (gnus-user-format-function-D): Autoload.
10796
10797         * imap.el (Commentary): Fix typo.
10798
10799         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10800         2006-04-22 contribution.
10801
10802 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10803
10804         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10805         It didn't really fix the bogosity I'm seeing with solid web groups.
10806
10807 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10808
10809         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10810         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10811         created using server names.  If we use the feature without declaring
10812         it, Gnus does not properly manage server and group state.
10813
10814         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10815         bound.
10816
10817 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10818
10819         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10820         looking up the method using GROUP's prefix before inventing a new one.
10821         It is used on killed/unknown groups in various places where returning
10822         an all-new method isn't expected by the caller.
10823
10824         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10825         and match semantics of gnus-group-real-prefix.
10826
10827 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10828
10829         * nnmail.el (nnmail-broken-references-mailers): New variable.
10830         (nnmail-ignore-broken-references): New function generalizing
10831         nnmail-fix-eudora-headers.
10832         (nnmail-fix-eudora-headers): Now obsolete.
10833
10834         * gnus-art.el (gnus-button-handle-custom):
10835         Support `customize-apropos*'.
10836
10837 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10838
10839         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10840
10841         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10842         articles.
10843
10844 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10845
10846         * message.el (message-cite-reply-above): New variable.
10847         (message-yank-original): Use it.
10848
10849 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10850
10851         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10852
10853 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10854
10855         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10856         as read.
10857
10858         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10859
10860 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10861
10862         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10863         (gnus-bookmark-default-file): Use gnus-directory.
10864         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10865         Remove "*" in doc string.
10866         (gnus-bookmark-write-file): Simplify.
10867         (gnus-bookmark-maybe-sort-alist): Use `when'.
10868         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10869         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10870         Add FIXME about Emacs 21 and XEmacs compatibility.
10871         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10872         compatibility.
10873         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10874         compatibility.
10875         (gnus-bookmark-menu-heading): Fix version.
10876
10877 2006-06-19  Bastien Guerry  <bzg@altern.org>
10878
10879         * gnus-bookmark.el: New file.
10880
10881 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10882
10883         * message.el (message-syntax-checks): Doc fix.
10884
10885 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10886
10887         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10888         unsubscribed groups as if they were killed ones.  It causes duplicate
10889         entries in gnus-newsrc-alist.
10890
10891 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10892
10893         * message.el (message-syntax-checks): Doc fix.
10894         (message-send-mail): Add check for continuation headers.
10895         (message-check-news-header-syntax): Fix regexp used to check for
10896         continuation headers.
10897
10898 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10899
10900         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10901
10902 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10903
10904         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10905
10906 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10907
10908         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10909         default-truncate-lines.
10910
10911 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10912
10913         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10914         to fill the utf-8 entry.
10915
10916         * lpath.el: Fbind unicode-precedence-list.
10917
10918 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10919
10920         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10921
10922 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10923
10924         * gnus-agent.el (directory-files-and-attributes): Move all the way
10925         forward (the third and final move).
10926         (gnus-agent-read-agentview): Trap reconstruction errors due to
10927         nonexistent directory.  Handle by returning nil.
10928
10929 2006-05-30  Didier Verna  <didier@xemacs.org>
10930
10931         * message.el (message-dont-reply-to-names): Update the custom type.
10932         * message.el (message-dont-reply-to-names): New defsubst: potentially
10933         convert a list of regexps into a single one.
10934         * message.el (message-get-reply-headers): Use it.
10935         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10936
10937 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10938
10939         * gnus-agent.el (directory-files-and-attributes): Move forward.
10940
10941 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10942
10943         * gnus-ml.el (gnus-mailing-list-subscribe)
10944         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10945         (gnus-mailing-list-message): Fix doc strings.
10946
10947 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10948
10949         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10950         of doing it manually.
10951
10952 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10953
10954         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10955         comment.
10956
10957 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10958
10959         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10960         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10961         (gnus-agent-read-local): All symbols allocated in my-obarray.
10962         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10963         (gnus-agent-regenerate-group): Check numeric names to see if they are
10964         messages or groups.
10965         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10966         better way of do this...)
10967
10968         * gnus-cache.el (gnus-agent-total-fetched-for):
10969         Ignore 'dummy.group' (there should be a better way of do this...)
10970
10971 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10972
10973         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10974         (gnus-saved-headers): Ditto.
10975         (gnus-default-article-saver): Mention functions may have properties.
10976         (gnus-article-save): Override gnus-save-all-headers and
10977         gnus-saved-headers by :headers property which saver function may have.
10978         (gnus-summary-save-in-file): Add :headers property.
10979         (gnus-summary-write-to-file): Ditto.
10980
10981         * gnus-sum.el (gnus-summary-save-article): Bind
10982         gnus-prompt-before-saving to t when saving many articles in a file;
10983         always show all headers.
10984
10985         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10986
10987 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10988
10989         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10990         marks.
10991
10992         * message.el (message-indent-citation): Add optional arguments to allow
10993         using it outside of message buffers.
10994
10995         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10996         (gnus-article-treat-unfold-headers): Use it.
10997         (gnus-article-truncate-lines): New variable.
10998         (gnus-article-mode): Use it.
10999         (gnus-article-toggle-truncate-lines): New function.
11000
11001         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11002         Add gnus-article-toggle-truncate-lines.
11003
11004         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11005         coding system in XEmacs, use binary.
11006
11007 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11008
11009         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11010         after-load-alist.
11011
11012         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11013         this function should save decoded articles.
11014         (gnus-summary-write-to-file): Use property to specify this function
11015         should save decoded articles and specify gnus-summary-save-in-file
11016         should be used to save articles other than the first one when saving
11017         many articles.
11018         (gnus-summary-save-body-in-file): Use property to specify this
11019         function should save decoded articles.
11020         (gnus-summary-write-body-to-file): Use property to specify this
11021         function should save decoded articles and specify
11022         gnus-summary-save-body-in-file should be used to save articles other
11023         than the first one when saving many articles.
11024
11025         * gnus-sum.el (gnus-summary-save-article): Simplify.
11026
11027 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * gnus-art.el (gnus-default-article-saver):
11030         Add gnus-summary-write-body-to-file.
11031         (gnus-article-save-coding-system): Don't use coding system object
11032         in XEmacs.
11033         (gnus-read-save-file-name): Add optional `dir-var' argument which
11034         specifies directory in which files are saved; work even if optional
11035         `variable' argument is not specified.
11036         (gnus-summary-write-to-file): Read file name.
11037         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11038         (gnus-summary-write-body-to-file): New function.
11039
11040         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11041         (gnus-summary-local-variables): Add it.
11042         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11043         (gnus-summary-save-article): Remove optional `decode' argument;
11044         determine whether to decode articles by the value of
11045         gnus-default-article-saver; when saving many files using
11046         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11047         it first and use gnus-summary-save-in-file or
11048         gnus-summary-save-body-in-file thereafter unless
11049         gnus-prompt-before-saving is always; move point to article which
11050         will be saved.
11051         (gnus-summary-save-article-file): Revert.
11052         (gnus-summary-write-article-file): Revert.
11053         (gnus-summary-save-article-body-file): Revert.
11054         (gnus-summary-write-article-body-file): New function.
11055
11056 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11057
11058         * gnus-art.el (gnus-default-article-saver): Doc fix.
11059         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11060         from gnus-summary-save-article-coding-system, and default to a
11061         certain coding system.
11062         (gnus-output-to-file): Add coding cookie and encode text according
11063         to gnus-article-save-coding-system; don't use mm-append-to-file.
11064
11065         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11066         gnus-art.el and rename to gnus-article-save-coding-system.
11067         (gnus-summary-save-article): Require gnus-art; don't show all
11068         headers if it decodes articles; don't add coding cookie here;
11069         don't bind mm-text-coding-system-for-write.
11070         (gnus-summary-save-article-file): Save decoded articles.
11071         (gnus-summary-write-article-file): When saving many files, use
11072         gnus-summary-write-to-file first and gnus-summary-save-in-file
11073         thereafter unless gnus-prompt-before-saving is always.
11074         (gnus-summary-save-article-body-file): Save decoded articles.
11075
11076         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11077
11078 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11079
11080         * nnrss.el (nnrss-check-group): Bind hash-index.
11081
11082 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11083
11084         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11085         its hash index.  Store this hash in `nnrss-group-data'.
11086         (nnrss-read-group-data): Update accordingly.
11087
11088 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11089
11090         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11091         entry.
11092
11093         * gnus-sum.el (gnus-summary-make-menu-bar):
11094         Add gnus-article-browse-html-article.
11095
11096 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11097
11098         * gnus-sum.el (gnus-summary-mime-map):
11099         Add gnus-article-browse-html-article.
11100
11101         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11102
11103 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11104
11105         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11106         suitable coding systems in customize.
11107
11108 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11109
11110         * mail-source.el (mail-sources): Fix custom type.
11111
11112 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11113
11114         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11115         (gnus-summary-expire-articles-now): Shorten prompt.
11116
11117         * gmm-utils.el (wid-edit): Require.
11118         (defun-gmm): Rename from `gmm-defun-compat'.
11119         (gmm-image-search-load-path): Use it.
11120         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11121
11122 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11123
11124         * gnus-sum.el (gnus-summary-save-article-coding-system):
11125         New variable.
11126         (gnus-summary-save-article): Add optional `decode' argument.
11127         If it is set and gnus-summary-save-article-coding-system is non-nil,
11128         save decoded article.
11129         (gnus-summary-write-article-file): Save decoded article if
11130         gnus-summary-save-article-coding-system is non-nil.
11131
11132         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11133         type.
11134
11135 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11138
11139 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11140
11141         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11142         first to test gnus-single-article-buffer which may be buffer-local.
11143
11144         * gnus-sum.el (gnus-summary-setup-buffer):
11145         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11146         group; make gnus-article-buffer, gnus-article-current, and
11147         gnus-original-article-buffer always buffer-local.
11148         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11149         group.
11150         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11151
11152 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11153
11154         * nnml.el (nnml-request-compact-group): Compressed files might not
11155         have .gz extension.
11156
11157 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11158
11159         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11160         (mm-copy-to-buffer): Use with-current-buffer.
11161         (mm-display-part): Simplify.
11162         (mm-inlinable-p): Add optional arg `type'.
11163
11164 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11165
11166         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11167         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11168         Try harder to show the attachment internally or externally using
11169         gnus-mime-view-part-as-type.
11170
11171 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11172
11173         * message.el (message-from-style, message-signature-separator)
11174         (message-user-organization-file, message-send-mail-function)
11175         (message-citation-line-function, message-yank-prefix)
11176         (message-indent-citation-function, message-signature)
11177         (message-signature-file, message-signature-insert-empty-line):
11178         Remove autoloads.
11179
11180         * gnus-art.el (gnus-buttonized-mime-types):
11181         Remove "multipart/signed".  Revert 2006-04-26 change.
11182
11183 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11184
11185         * gnus.el (gnus-version-number): Bump version.
11186
11187 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11188
11189         * gnus.el: No Gnus v0.5 is released.
11190
11191 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11192
11193         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11194         fetching articles by message-id.
11195
11196 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11197
11198         * message.el (hashcash): Require hashcash as normal.
11199
11200         * ecomplete.el (ecomplete-highlight-match-line):
11201         Use point-at-eol.
11202         (ecomplete-highlight-match-line): Use `highlight', because that
11203         face exists in both Emacs and XEmacs.
11204
11205         * message.el (message-display-abbrev): Use point-at-bol.
11206
11207         * mail-source.el: Don't require timer/timer-funcs.
11208
11209         * gnus-async.el: Ditto.
11210
11211         * password.el: Ditto.
11212
11213         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11214
11215         * mm-url.el: Ditto.
11216
11217         * gnus-xmas.el: Don't require timer-funcs.
11218
11219         * mm-util.el: Require timer/timer-funcs.
11220
11221 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11222
11223         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11224         Close.
11225
11226 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11227
11228         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11229         unibyte after clear-decrypt function runs.
11230
11231         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11232         returns as a unibyte string.
11233
11234 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11235
11236         * lpath.el: Revert.
11237
11238         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11239         (pgg-gpg-process-sentinel): Revert.
11240
11241         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11242         (pgg-pgp-lookup-key): Revert.
11243
11244         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11245         (pgg-pgp5-lookup-key): Revert.
11246
11247         * pgg.el (pgg-fetch-key): Revert.
11248
11249 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11250
11251         * lpath.el: Fbind string-as-multibyte for XEmacs.
11252
11253         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11254         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11255         (mml1991-pgg-encrypt): Ditto.
11256
11257         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11258         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11259         a multibyte buffer.
11260
11261         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11262         (pgg-pgp-lookup-key): Ditto.
11263
11264         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11265         (pgg-pgp5-lookup-key): Ditto.
11266
11267         * pgg.el (pgg-fetch-key): Ditto.
11268
11269 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11270
11271         * message.el (message-user-organization-file): Check several
11272         locations of the organization file.
11273
11274         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11275         Add gnus-article-view-part-as-type.
11276
11277         * gnus-art.el (gnus-article-view-part-as-type): New function.
11278
11279         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11280         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11281
11282         * mml.el: Simplify autoload.
11283         (mml-mode): defvar dnd-protocol-alist instead of using
11284         symbol-value.
11285         (mml-default-directory): New variable.
11286         (mml-minibuffer-read-file): Use it.
11287         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11288
11289         * message.el (message-citation-line-format): New variable.
11290         (message-insert-formated-citation-line): New function.
11291         (message-citation-line-function):
11292         Add `message-insert-formated-citation-line' to custom type.
11293
11294         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11295         to doc string.
11296
11297         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11298         depending on mm-verify-option.
11299
11300 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11301
11302         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11303         binding pgg-* variables; reimplement the section which prevents
11304         MIME header from being signed.
11305         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11306         pgg-text-mode; remove a blank line at the top of body.
11307
11308         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11309         lines at the top of body; use gnus-newsgroup-charset if there's no
11310         Charset header.
11311
11312 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11313
11314         * message.el (message-self-insert-commands): Doc fix.
11315
11316         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11317         (mm-uu-pgp-encrypted-test): Ditto.
11318         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11319         between header and body; return application/pgp-encrypted handle
11320         if decryption failed; decode decrypted body by charset.
11321
11322         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11323         element match to application/pgp-*.
11324
11325 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11326
11327         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11328         HTML.
11329
11330 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11331
11332         * mail-source.el (mail-source-call-script): Message the error
11333         string.
11334
11335 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11336
11337         * gnus-util.el (gnus-byte-compile): Use it.
11338
11339 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11340
11341         * gnus-util.el (kill-empty-logs): New function.
11342
11343 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11344
11345         * message.el (message-mail-alias-type): Doc fix.
11346         (message-mail-alias-type-p): New function.
11347         (message-send): Use it.
11348         (message-mode): Ditto.
11349         (message-strip-forbidden-properties): Ditto.
11350
11351         * ecomplete.el (ecomplete-database-file-coding-system):
11352         New variable.
11353         (ecomplete-save): Use it.
11354         (ecomplete-setup): Use it.
11355
11356 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11357
11358         * message.el (message-self-insert-commands): New variable.
11359         (message-strip-forbidden-properties): Use it.
11360
11361 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11362
11363         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11364         that doesn't make XEmacs choke.
11365
11366 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11367
11368         * gnus-util.el (gnus-replace-in-string):
11369         Prefer replace-regexp-in-string over of replace-in-string.
11370
11371 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11372
11373         * gnus-util.el (gnus-select-frame-set-input-focus):
11374         Use select-frame-set-input-focus if it is available in XEmacs; use
11375         definition defined in Emacs 22 for old Emacsen.
11376
11377         * dgnushack.el: Autoload unmorse-region for XEmacs.
11378
11379         * lpath.el: Bind cursor-in-non-selected-windows and
11380         select-frame-set-input-focus for XEmacs.
11381
11382 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11383
11384         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11385
11386 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11387
11388         * gnus-registry.el (gnus-registry-cache-save): Remove text
11389         properties when saving via the temp buffer.
11390
11391 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11392
11393         * message.el (message-generate-hashcash): Honor custom type.
11394
11395 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11396
11397         * message.el (message-generate-hashcash): Default to non-nil when
11398         hashcash is found.
11399
11400         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11401         (gnus-refer-thread-limit): Increase default to 500.
11402
11403         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11404
11405         * flow-fill.el (fill-flowed): Allow delete-space.
11406
11407 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11408
11409         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11410         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11411         Remove autoloads.
11412
11413 2006-04-18  Simon Josefsson  <jas@extundo.com>
11414
11415         * message.el (message-generate-hashcash): Default to.
11416
11417 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11418
11419         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11420         concatenating segments rather than before concatenating them.
11421
11422 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11423
11424         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11425
11426 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11427
11428         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11429
11430         * message.el (message-forward-make-body-plain):
11431         Allow message-forward-ignored-headers to be a list.
11432         (message-remove-ignored-headers): Factor out into function.
11433         (message-forward-make-body-mml): Use it.
11434
11435         * imap.el (imap-quote-specials): New function.
11436         (imap-login-auth): Quote specials.
11437
11438         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11439         (rfc2231-parse-string): Allow concatanation of parameters that
11440         aren't contiguous.  The test case is
11441           (mail-header-parse-content-type "message/external-body;
11442             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11443             access-type=LOCAL-FILE;
11444             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11445
11446 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11447
11448         * nntp.el (nntp-accept-process-output): Return the value of
11449         `nnheader-accept-process-output'.
11450
11451 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11452
11453         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11454         (gnus-button-alist): Recognize more diff formats.
11455         (gnus-button-patch): Strip directory.
11456
11457 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11458
11459         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11460         Emacs 22 when setting focus.
11461
11462 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11463
11464         * gnus-art.el (gnus-article-treat-types): Do treatment of
11465         text/x-verbatim parts.
11466         (gnus-button-patch): New command.
11467
11468         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11469         addresses that contain invalid characters.
11470
11471 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11472
11473         * message.el (message-put-addresses-in-ecomplete):
11474         Use gnus-replace-in-string.
11475         (message-is-yours-p): Use the more correct
11476         mail-header-parse-address instead of
11477         mail-extract-address-components.
11478         (message-put-addresses-in-ecomplete): Fix typo.
11479
11480         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11481         keystroke.
11482
11483         * gnus-art.el (gnus-treatment-function-alist): Change order of
11484         newsgroups/generic header folding to avoid double-folding.
11485
11486         * message.el (message-hidden-headers): Add X-Draft-From.
11487
11488         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11489         New command.
11490         (gnus-summary-repeat-search-article-backward): New command.
11491
11492         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11493         groups in the parent topic.
11494
11495 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11496
11497         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11498         (spam-extra-header-to-number): Return the CRM114 number as a
11499         number instead of a string.
11500
11501 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11502
11503         * gnus-art.el (gnus-face-properties-alist): Move here from
11504         gnus-fun.
11505
11506         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11507
11508 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11509
11510         * message.el (message-strip-forbidden-properties): Only display on
11511         self-insert-command.
11512
11513         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11514         reindent.
11515         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11516
11517 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11518
11519         * smiley.el (smiley-style): Fix typo.
11520
11521 2006-03-23  Kenichi Handa  <handa@m17n.org>
11522
11523         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11524         instead of set-buffer-multibyte.
11525
11526 2006-03-23  Kenichi Handa  <handa@m17n.org>
11527
11528         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11529         buffer and then decode the buffer text if necessary.
11530         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11531         first, and after mm-encode-body, change the buffer to unibyte.
11532
11533 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11534
11535         * hashcash.el (hashcash-insert-payment-async-2):
11536         Use message-goto-eoh instead of doing it manually.
11537         (mail-add-payment): Use message-narrow-to-header instead of trying
11538         to do the same itself.
11539
11540         * message.el (message-hidden-headers): Add Face.
11541
11542         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11543         reparenting code.
11544         (gnus-summary-reparent-children): Refactored out code.
11545         (gnus-summary-thread-map): New keystroke.
11546         (gnus-summary-reparent-children): Make into command.
11547
11548         * smiley.el (smiley-style): Default to `medium' if using a large
11549         font.
11550
11551         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11552         does it itself.
11553
11554         * message.el (message-point-in-header-p): Simplify definition.
11555
11556 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11557
11558         * nnagent.el (nnagent-request-set-mark): Silence log file
11559         writing.
11560         (nnagent-request-set-mark): Use write-region instead of
11561         append-to-file.
11562
11563         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11564         strange select method.
11565
11566         * ecomplete.el (ecomplete-display-matches): Get highlightling
11567         right.
11568         (ecomplete-display-matches): Use literals.
11569         (ecomplete-display-matches): Disable message logging.
11570
11571         * message.el (message-display-abbrev): Small optimization.
11572
11573         * ecomplete.el (ecomplete-display-matches): Allow automatic
11574         display.
11575
11576         * message.el (message-strip-forbidden-properties):
11577         Display abbrevs.
11578         (message-display-abbrev): Get automatic display right.
11579
11580         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11581         keystrokes.
11582
11583 2006-04-13  Romain Francoise  <romain@orebokech.com>
11584
11585         TODO: Backport to v5-10!
11586
11587         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11588         Move here (and rename) from gnus-registry.el.
11589
11590         * gnus-registry.el: Require gnus-util.
11591         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11592
11593 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11594
11595         * gnus-group.el (gnus-group-catchup-current):
11596         Change if-then-else-if-then-else into cond.
11597         (gnus-group-catchup): Indent.
11598         (group-name-at-point): New function.
11599         (gnus-fetch-group): Provide default from thing at point.
11600
11601 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11602
11603         * message.el (message-display-abbrev): Fix regexp.
11604
11605         * ecomplete.el (ecomplete-highlight-match-line):
11606         Reimplement choosing.
11607         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11608         dead variables.
11609
11610         * message.el (message-newline-and-indent): Remove debugging.
11611         (message-display-abbrev): Use new implementation.
11612
11613 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11614
11615         * gnus-art.el (gnus-article-mode):
11616         Set cursor-in-non-selected-windows to nil.
11617
11618         * smiley.el: Revert previous change.
11619         (smiley-data-directory): defvar it before using it in the
11620         defcustom of `smiley-style'.
11621
11622 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11623
11624         * message.el (message-newline-and-indent): New function.
11625
11626         * ecomplete.el: Implement more bits.
11627
11628         * message.el (message-put-addresses-in-ecomplete): Clean up the
11629         string.
11630
11631         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11632
11633         * gnus-sum.el (gnus-summary-save-parts):
11634         Bind gnus-summary-save-parts-counter and use it to make unique file
11635         names.
11636
11637         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11638
11639         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11640         parameter to say whether to actually parse the individual
11641         addresses.
11642
11643         * message.el (message-put-addresses-in-ecomplete): New function.
11644         (ecomplete): Require.
11645         (message-mail-alias-type): Add ecomplete as an option.
11646
11647 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11648
11649         * flow-fill.el (fill-flowed): Remove trailing space from blank
11650         quoted lines.
11651
11652 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11653
11654         * smiley.el (smiley-style): Move definition later to avoid a
11655         compilation warning.
11656
11657 2006-04-12  Kenichi Handa  <handa@m17n.org>
11658
11659         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11660         buffer and then decode the buffer text if necessary.
11661         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11662         first, and after mm-encode-body, change the buffer to unibyte.
11663         Use mm-disable-multibyte instead of set-buffer-multibyte.
11664
11665 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11666
11667         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11668         Content-Type header instead of Content-Disposition header.
11669         (gnus-mime-inline-part): Ditto.
11670         (gnus-mime-view-part-as-charset): Ignore charset that the part
11671         specifies.
11672
11673         * mm-decode.el (mm-display-part): Work with external parts and
11674         usual parts similarly.
11675
11676         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11677         instead of gnus-display-mime.
11678
11679         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11680         instead of with-temp-buffer.
11681
11682         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11683         tag to summarized topics part in order to encode non-ASCII text.
11684
11685 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11686
11687         * smiley.el (smiley-style): New variable.
11688         (smiley-directory): New function.
11689         (smiley-data-directory): Derive from `smiley-style' using
11690         `smiley-directory'.
11691         (smiley-regexp-alist): Add new entries.
11692
11693         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11694         (gnus-article-browse-delete-temp): Add :version.
11695
11696 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11697
11698         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11699         the sieve region.
11700
11701 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11702
11703         * gnus.el (gnus-version-number): Bump version.
11704
11705 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11706
11707         * gnus.el: No Gnus v0.4 is released.
11708
11709 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11710
11711         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11712         layout.
11713
11714         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11715         unknown charset.
11716
11717         * message.el (message-header-synonyms): Add Original-To to the
11718         default.
11719
11720         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11721         optional parameter.
11722
11723 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11724
11725         * gnus-fun.el (gnus): Require it for gnus-directory.
11726
11727 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11730
11731 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11732
11733         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11734
11735 2006-04-05  Simon Josefsson  <jas@extundo.com>
11736
11737         * password.el (password-reset): New function.
11738
11739 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11740
11741         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11742         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11743
11744 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11745
11746         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11747         Some whitespace was matched into the url, which broke browsing hits
11748         > 100 when mm-url-use-external was nil.
11749
11750 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11751
11752         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11753         Check gnus-extra-headers for 'Newsgroups.
11754
11755         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11756         bound.
11757
11758 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11759
11760         * pgg-gpg.el: Clean up process buffers every time gpg processes
11761         complete.
11762
11763 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11764
11765         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11766         doc string.
11767
11768 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11769
11770         * pgg-gpg.el (pgg-gpg-process-filter)
11771         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11772
11773         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11774         lines, temporary fix.
11775
11776 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11777
11778         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11779
11780 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11781
11782         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11783         default-enable-multibyte-characters.  This reverts the change from
11784         revision 6.17 which is no longer necessary because the passphrase
11785         is sent separately now.  GnuPG messages are unreadable under
11786         multibyte locales with default-enable-multibyte-characters set to
11787         nil.
11788
11789 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11790
11791         * message.el (message-tool-bar-gnome): Move "spell".
11792
11793 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11794
11795         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11796         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11797         instead.
11798
11799 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11800
11801         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11802         Improve newsgroups handling for NNTP overviews which don't include
11803         Newsgroups.
11804
11805 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11806
11807         * message.el (message-resend): Bind message-generate-hashcash to nil.
11808
11809 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11810
11811         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11812         when searching for already-paid recipients.
11813
11814 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11815
11816         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11817         passphrases when it is not needed.
11818         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11819         passphrase stuff from gpg, should only be necessary when you use
11820         gpg with a smartcard.
11821
11822 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11823
11824         * mml.el (mml-insert-mime): Ignore cached contents of
11825         message/external-body part.
11826
11827         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11828         (mm-insert-part): Ditto.
11829
11830 2006-03-23  Simon Josefsson  <jas@extundo.com>
11831
11832         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11833         Reiner.
11834         (pgg-gpg-use-agent-p): Use it again.
11835
11836 2006-03-23  Simon Josefsson  <jas@extundo.com>
11837
11838         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11839         older emacsen.
11840         (pgg-gpg-use-agent-p): Don't use it.
11841
11842 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11843
11844         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11845         if we can.
11846
11847 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11848
11849         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11850         (pgg-gpg-update-agent): New function.
11851         (pgg-gpg-use-agent-p): New function.
11852         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11853         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11854         (pgg-gpg-sign-region): Use it.
11855
11856 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11859         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11860
11861 2006-03-21  Simon Josefsson  <jas@extundo.com>
11862
11863         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11864         <wilde@sha-bang.de>.
11865         (pgg-gpg-use-agent): New variable.
11866         (pgg-gpg-process-region): Use it.
11867         (pgg-gpg-encrypt-region): Likewise.
11868         (pgg-gpg-encrypt-symmetric-region): Likewise.
11869         (pgg-gpg-decrypt-region): Likewise.
11870         (pgg-gpg-sign-region): Likewise.
11871         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11872
11873 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11874
11875         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11876
11877         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11878         Add comment on version.
11879
11880 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11881
11882         * smiley.el: Add missing test smiley.
11883
11884 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11885
11886         * mm-decode.el (mm-with-part): New macro.
11887         (mm-get-part): Use it; work with message/external-body as well.
11888         (mm-save-part): Treat name and filename equally.
11889
11890         * mm-extern.el (mm-extern-cache-contents): New function.
11891         (mm-inline-external-body): Use it; force the part to be displayed;
11892         move undisplayer added to the cached handle to the parent.
11893
11894         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11895         (gnus-mime-view-part-as-type): Work with message/external-body.
11896
11897         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11898
11899 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11900
11901         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11902         images in image-load-path.  [Sync with image.el, revision 1.60, in
11903         Emacs.]
11904
11905 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11906
11907         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11908         path rather than symbol.  Always return list of directories.
11909         Guarantee that image directory comes first.  [Sync with image.el,
11910         revision 1.59, in Emacs.]
11911
11912         * message.el (message-make-tool-bar): Adjust to new API of
11913         `gmm-image-load-path-for-library'.
11914
11915         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11916
11917         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11918
11919 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11920
11921         * gnus-art.el (gnus-article-only-boring-p):
11922         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11923         intangible text.
11924         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11925
11926 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11927
11928         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11929         Use `defun' instead of `gmm-defun-compat'.
11930
11931 2006-03-14  Simon Josefsson  <jas@extundo.com>
11932
11933         * message.el (message-unique-id): Don't use message-number-base36
11934         if (user-uid) is a float.
11935         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11936
11937 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11938
11939         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11940
11941         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11942         empty line between a part and a message part.
11943
11944 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11945
11946         * smiley.el: Add more test smileys.
11947         (smiley-data-directory, smiley-regexp-alist)
11948         (gnus-smiley-file-types): Fix doc strings.
11949         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11950         adding new elements.
11951         (smiley-mouse-map): Unused code.  Make it a comment.
11952
11953 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11954
11955         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11956         scan latest NoCeM messages instead of old ones.
11957         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11958         delimiters that are recently used.
11959         (gnus-nocem-load-cache): Add autoload cookie.
11960
11961         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11962
11963         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11964         level which is larger than gnus-use-nocem is specified.
11965
11966         * gnus-group.el (gnus-group-get-new-news): Ditto.
11967
11968 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11969
11970         * gnus-util.el (gnus-tool-bar-update): New function.
11971
11972         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11973         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11974
11975         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11976
11977         * gnus-group.el (gnus-group-redraw-when-idle)
11978         (gnus-group-redraw-check): Remove.
11979         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11980
11981 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11982
11983         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11984         if optional last element is specified in splits (FIELD VALUE...).
11985
11986 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11987
11988         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11989         to gmm-image-load-path-for-library.  Call with no-error argument.
11990         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11991
11992         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11993
11994         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11995
11996         * gmm-utils.el (gmm-image-load-path): Remove alias.
11997
11998 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11999
12000         * gmm-utils.el (gmm-image-load-path): Add alias.
12001
12002         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12003         nnml-generate-nov-databases-1.
12004         (nnml-generate-nov-databases): Use it.
12005         (nnml-generate-nov-databases-directory): Document no-active
12006         argument.
12007
12008         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12009         directory if path is t.  Add no-error.
12010
12011         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12012         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12013
12014         * gnus-art.el (gnus-article-browse-delete-temp-files):
12015         Simplify resetting gnus-article-browse-html-temp-list.
12016
12017         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12018         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12019         Add example to docstring.  Rename local variables.  Move error
12020         checks to default case in cond and simplify.
12021
12022 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12023
12024         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12025         handle is multipart when calling it recursively.
12026         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12027
12028 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12029
12030         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12031         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12032
12033 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12034
12035         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12036         is loaded.
12037
12038         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12039         loaded.
12040
12041 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12042
12043         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12044         to "Emacs 23 (unicode)" in doc string.
12045
12046         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12047         "Emacs 23 (unicode)" in comment.
12048
12049 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12050
12051         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12052
12053         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12054         characters 160 through 255 in Emacs 23.
12055
12056 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12057
12058         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12059         gnus-article-browse-html-temp.
12060         (gnus-article-browse-delete-temp): Make it customizable.
12061         Add `file'.  Adjust doc string.
12062         (gnus-article-browse-delete-temp-files): Add argument.
12063         Allow query for each file.  Adjust doc string.
12064         (gnus-article-browse-html-parts):
12065         Add `gnus-article-browse-delete-temp-files' to
12066         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12067
12068 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12069
12070         * gnus-art.el (gnus-article-browse-html-temp)
12071         (gnus-article-browse-delete-temp): New variables.
12072         (gnus-article-browse-delete-temp-files): New function.
12073         (gnus-article-browse-html-parts): Use it.
12074
12075 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12076
12077         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12078
12079         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12080         string.
12081
12082         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12083         gnus-summary-insert-new-articles when unplugged.
12084         Remove gnus-summary-search-article-forward.
12085
12086         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12087         display-visual-class instead of display-color-cells.
12088
12089 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12090
12091         * dgnushack.el: Autoload customize-group for XEmacs.
12092
12093         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12094         message/* containing non-ASCII text properly.
12095
12096 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12097
12098         * message.el: Require gmm-utils, remove autoloads.
12099         (message-tool-bar): Set default based on
12100         gmm-tool-bar-style.
12101         (message-tool-bar-gnome): Add gmm-customize-mode.
12102
12103         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12104         gmm-tool-bar-style.
12105         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12106
12107         * gnus-group.el (gnus-group-tool-bar): Set default based on
12108         gmm-tool-bar-style.
12109         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12110
12111         * gmm-utils.el (gmm-image-directory): Rename variable from
12112         gmm-image-load-path.
12113         (gmm-image-load-path): Use gmm-image-directory.
12114         (gmm-customize-mode): New function.
12115         (gmm-tool-bar-style): New variable.
12116
12117         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12118         gnus-group-redraw-line-number.
12119         (gnus-group-redraw-check): Simplify.
12120         (gnus-group-tool-bar-update): Remove redraw check.
12121         (gnus-group-make-tool-bar): Add redraw check.
12122
12123 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12124
12125         * gnus-art.el (gnus-button): Add missing parentheses.
12126
12127 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12128
12129         * lpath.el: Fbind line-number-at-pos.
12130
12131 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12132
12133         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12134
12135 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12136
12137         * gnus-art.el (gnus-button): New face.
12138         (gnus-article-button-face): Use it.
12139
12140         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12141         Add gnus-summary-next-page.  Re-order.
12142
12143         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12144         next-node are now included.
12145         (gnus-group-redraw-line-number): New internal variable.
12146         (gnus-group-redraw-check): Helper function for updating the tool
12147         bar.
12148         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12149
12150         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12151
12152         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12153         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12154         Use it to match format of Spamassassin 3.0 and later.
12155         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12156         (spam-check-bogofilter)
12157         (spam-bogofilter-register-with-bogofilter): Fix args of
12158         `gnus-error' calls.
12159
12160 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12161
12162         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12163         unnecessary interaction when sending queued mails.
12164         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12165
12166 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12167
12168         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12169         first or last are nil.
12170
12171 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12172
12173         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12174
12175 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12176
12177         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12178
12179 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12180
12181         * dns.el (query-dns): Protect more against buggy tcp output.
12182
12183 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12184
12185         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12186         nov.php.
12187
12188 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12189
12190         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12191         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12192         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12193         output on the server side.
12194         (nnweb-google-create-mapping): Update regexps and add some
12195         progress indication.
12196
12197 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12198
12199         * gnus-group.el (gnus-group-tool-bar-gnome):
12200         Fix gnus-agent-toggle-plugged.  Re-order icons.
12201         (gnus-group-tool-bar-gnome):
12202         Add gnus-group-{prev,next}-unread-group.
12203         (gnus-group-tool-bar-gnome): Re-order icons.
12204
12205         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12206         Move gnus-summary-insert-new-articles.
12207
12208         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12209         Fix comments.
12210
12211         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12212         also available in Emacs 21.3.
12213
12214         * message.el (message-fix-before-sending): Change "Emacs 22" to
12215         "Emacs 23 (unicode)" in comment.
12216
12217         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12218         "Emacs 23 (unicode)" in comment.
12219
12220         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12221         comment.
12222         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12223
12224         * mm-view.el (mm-fill-flowed): Add :version.
12225
12226 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12227
12228         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12229         and load-path.
12230
12231 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12232
12233         * message.el: Autoload gmm-image-load-path.
12234         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12235         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12236         consitency.
12237
12238         * gmm-utils.el (gmm-image-load-path): Also search in
12239         "../etc/images".  Don't set gmm-image-load-path if we don't find
12240         the image.
12241
12242 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * gmm-utils.el (gmm-image-load-path): Don't make
12245         `gmm-image-load-path' include subdirectories which the second arg
12246         `image' might specify.
12247
12248         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12249         subdirectory to icon file names.
12250
12251         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12252
12253 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12254
12255         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12256         gmm-image-load-path calls.
12257
12258         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12259
12260         * message.el (message-make-tool-bar): Ditto.
12261
12262         * mml.el (mml-preview): Add comment concerning tool bar icons.
12263
12264         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12265         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12266
12267         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12268         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12269
12270         * message.el (message-tool-bar-gnome): Use new icon names.
12271         (message-make-tool-bar): Use `gmm-image-load-path'.
12272
12273         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12274         New functions from MH-E.
12275         (gmm-image-load-path): New variable from MH-E.
12276         (gmm-image-load-path): New function from MH-E.  Add arguments
12277         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12278         *-image-load-path-called-flag.
12279
12280 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12281
12282         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12283
12284 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12285
12286         * nnimap.el (nnimap-request-move-article): Change folder back to
12287         source group before deleting.
12288
12289 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12290
12291         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12292
12293         * gnus-art.el (mm-url-insert-file-contents-external):
12294         Autoload mm-url.
12295
12296         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12297
12298 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12299
12300         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12301         coding system which mm-charset-to-coding-system returns for a
12302         given charset is valid.
12303
12304 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12305
12306         * html2text.el (html2text-remove-tag-list):
12307         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12308
12309 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12310
12311         * gnus-cus.el: Revert 2005-10-17 change.
12312
12313 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12314
12315         * gnus-art.el (article-strip-banner):
12316         Call article-really-strip-banner only when the regexp match is made.
12317
12318 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * gnus-art.el (article-strip-banner):
12321         Use gnus-extract-address-components instead of
12322         mail-header-parse-addresses to make it work with non-ASCII text;
12323         remove mail-encode-encoded-word-string.
12324
12325         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12326         values which are surrounded with \"...\"; make it never cause a
12327         Lisp error; give up parsing of parameters if it failed in
12328         extracting type.
12329
12330 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12331
12332         * smime.el (smime-cert-by-ldap-1): Fix bug where
12333         `smime-ldap-search' returns results without userCertificates.
12334
12335 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12336
12337         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12338
12339 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12340
12341         * spam.el (spam-check-spamassassin-headers): Adapt format for
12342         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12343         <ari@mbf.ocn.ne.jp>.
12344         (spam-list-of-processors): Add spam-use-gmane.
12345
12346 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12347
12348         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12349         make-temp-file; make it work with XEmacs as well.
12350
12351         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12352         mm-make-temp-file.
12353
12354         * mm-decode.el (mm-display-external): Use the 3rd arg of
12355         mm-make-temp-file.
12356         (mm-create-image-xemacs): Ditto.
12357
12358 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12359
12360         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12361         with message-narrow-to-headers.
12362         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12363         (gnus-draft-check-draft-articles): New function.
12364         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12365
12366 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12367
12368         * gnus-art.el (gnus-article-browse-html-parts):
12369         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12370         Don't use suffix argument for mm-make-temp-file for Emacs 21
12371         compatibility.  Remove useless `format'.
12372
12373 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12374
12375         * nnweb.el (nnweb-google-wash-article): Update regexps.
12376         (nnweb-group-alist): Use defvoo instead of defvar.
12377
12378 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12379
12380         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12381         re-loading nn* modules.
12382
12383 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12384
12385         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12386         for `tool-bar-mode' and don't check it's default-value.
12387
12388         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12389
12390         * message.el (message-make-tool-bar): Ditto.
12391
12392         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12393         `substring'.  Shorten tmp-file name.
12394
12395         * gnus.el: Remove bogus comment.
12396
12397 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12398
12399         * gnus-art.el (gnus-article-browse-html-parts): New function.
12400         (gnus-article-browse-html-article): New function for viewing html
12401         articles with a browser.
12402
12403 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12404
12405         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12406         in elisp.
12407         (pgg-gpg-encrypt-symmetric-region): Ditto.
12408         (pgg-gpg-sign-region): Ditto.
12409
12410         * pgg-def.el (pgg-text-mode): New variable.
12411
12412         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12413         (mml2015-pgg-encrypt): Ditto.
12414
12415         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12416         (mml1991-pgg-encrypt): Ditto.
12417
12418 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12419
12420         * nnfolder.el (nnfolder-insert-newsgroup-line):
12421         Use message-make-date instead of current-time-string.
12422
12423         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12424         to gnus-decoded which mm-uu might set.
12425
12426 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12427
12428         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12429         don't decode quoted parameters; remove misimported Emacs code.
12430         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12431         (rfc2231-decode-encoded-string): Don't use split-string which
12432         behaves differently according to Emacs version; use
12433         mm-decode-coding-region to convert charset to coding-system.
12434         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12435         (rfc2231-encode-string): Remove misimported Emacs code.
12436
12437 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12440         when calling mail-header-parse-content-type.
12441         (article-de-quoted-unreadable): Ditto.
12442         (article-de-base64-unreadable): Ditto.
12443         (article-wash-html): Ditto.
12444
12445         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12446         calling mail-header-parse-content-type and
12447         mail-header-parse-content-disposition.
12448         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12449         mail-header-parse-content-type.
12450
12451         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12452         insert charset and format parameters; encode description after
12453         inserting it to buffer.
12454         (mml-insert-parameter): Fold lines properly even if a parameter is
12455         segmented into two or more lines; change the max column to 76.
12456
12457         * rfc1843.el (rfc1843-decode-article-body): Don't use
12458         ignore-errors when calling mail-header-parse-content-type.
12459
12460         * rfc2231.el (rfc2231-parse-string): Return at least type if
12461         possible; don't cause an error even if it fails in parsing of
12462         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12463         (rfc2231-encode-string): Don't break lines at the beginning, leave
12464         it to mml-insert-parameter.
12465
12466         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12467         calling mail-header-parse-content-type.
12468
12469 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12470
12471         * spam-report.el (spam-report-gmane-use-article-number):
12472         Improve doc string.
12473         (spam-report-gmane-internal): Check if a suitable header was found
12474         in the article.
12475
12476 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12477
12478         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12479         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12480
12481 2006-02-05  Romain Francoise  <romain@orebokech.com>
12482
12483         Update copyright notices of all files in the gnus directory.
12484
12485 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12486
12487         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12488
12489 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12490
12491         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12492         segmented lines of parameter value to cope with Thunderbird 1.5
12493         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12494         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12495         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12496
12497 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12498
12499         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12500         parts.
12501
12502 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12503
12504         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12505         there's only one active file for all servers.
12506         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12507         solid groups.  Gnus might have used a FAST request to select the group.
12508         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12509         and nnweb-search redundantly in the active file.
12510         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12511         (nnweb-request-create-group): Don't use ARGS.
12512         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12513         initialisations.  Let nnoo do the work.
12514
12515 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12516
12517         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12518         Say the part has been decoded.
12519
12520         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12521
12522 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12523
12524         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12525         mailcap-viewer-test-cache when there's no 'test clause, since that
12526         will invert the meaning of a "nil" test previously determined by
12527         mailcap-mailcap-entry-passes-test.
12528
12529 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12530
12531         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12532         compiling.
12533
12534         * gnus-sum.el: Ditto.
12535
12536         * message.el: Don't bind tool-bar-map when compiling.
12537
12538 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12539
12540         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12541
12542 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12543
12544         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12545         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12546         current Google Groups.
12547
12548 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12549
12550         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12551         and tool-bar-mode.
12552
12553         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12554         and tool-bar-mode.
12555
12556         * message.el (message-tool-bar-update): Simplify.
12557         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12558
12559         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12560         gnus-summary-buffer.
12561         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12562         gnus-summary-reply.
12563
12564         * gmm-utils.el (gmm): Add :version.
12565
12566 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * Makefile.in (clean): New rule.
12569         (distclean): Use it.
12570
12571 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12572
12573         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12574         Don't autoload.
12575
12576 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12577
12578         * gmm-utils.el (gmm-verbose): Add :group.
12579
12580 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12581
12582         * message.el: Change some comments WRT tool-bars.
12583
12584         * gnus-sum.el (gnus-summary-tool-bar)
12585         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12586         (gnus-summary-tool-bar-zap-list): New variables.
12587         (gnus-summary-make-tool-bar): Complete rewrite using
12588         `gmm-tool-bar-from-list'.
12589
12590         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12591         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12592         New variables.
12593         (gnus-group-make-tool-bar): Complete rewrite using
12594         `gmm-tool-bar-from-list'.
12595         (gnus-group-tool-bar-update): New function.
12596
12597         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12598
12599 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12600
12601         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12602         is dissected into a single part of which the type is the same as
12603         the given one; decode charset.
12604
12605 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12606
12607         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12608         into alists as symbol not string, since that's what
12609         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12610         look for.
12611
12612 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12613
12614         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12615         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12616
12617         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12618
12619 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12620
12621         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12622         (gnus-xmas-mime-security-button-menu): New function.
12623
12624         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12625         (gnus-mime-security-button-menu): New definition.
12626         (gnus-mime-security-button-map): Use them.
12627         (gnus-mime-security-button-menu): New function.
12628         (gnus-insert-mime-security-button): Addition to help echo.
12629         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12630         (gnus-mime-security-pipe-part): New functions.
12631
12632         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12633         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12634
12635         * mm-decode.el (mm-handle-set-disposition): Remove.
12636         (mm-handle-set-description): Remove.
12637
12638 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12639
12640         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12641         (mm-w3m-standalone-supports-m17n-p): New function.
12642         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12643         w3m usage.
12644
12645         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12646         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12647
12648 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12649
12650         * message.el (message-tool-bar-zap-list):
12651         Use gmm-tool-bar-zap-list as custom type.
12652         (message-tool-bar-update): New function.
12653         (message-tool-bar, message-tool-bar-gnome)
12654         (message-tool-bar-retro): Add message-tool-bar-update.
12655         (message-tool-bar-gnome): Add flyspell-buffer.
12656
12657         * gnus-util.el (gnus-error): Describe `args'.
12658
12659         * gmm-utils.el (gmm-error): Describe `args'.
12660         (gmm-tool-bar-zap-list): New widget.
12661         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12662
12663 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12664
12665         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12666         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12667         the number of recursive calls.
12668
12669         * mm-decode.el (mm-handle-set-disposition): New macro.
12670         (mm-handle-set-description): New macro.
12671
12672 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12673
12674         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12675         encoding.
12676
12677 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12678
12679         * message.el (message-tool-bar-zap-list, message-tool-bar)
12680         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12681         (message-tool-bar-local-item-from-menu): Remove.
12682         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12683         (message-make-tool-bar): New function.
12684         (message-mode): Use `message-make-tool-bar'.
12685
12686         * gmm-utils.el: New file.
12687         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12688         (gmm-lazy): New widget copied from `nnmail.el'.
12689         (gmm-tool-bar-from-list): New function for creating customizable
12690         tool bars.
12691         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12692         output.
12693         (gmm): Add :prefix to defgroup.
12694
12695 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12696
12697         * gmm-utils.el (gmm-widget-p): New function.
12698
12699 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12700
12701         * mml.el (mml-attach-file): Describe `description' in doc string.
12702         (mml-menu): Add Emacs MIME manual and PGG manual.
12703
12704 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12705
12706         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12707
12708 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12709
12710         * nntp.el (nntp-end-of-line): Doc fix.
12711
12712 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12713
12714         * imap.el (imap-open): Handle case where buffer is a buffer
12715         object.
12716
12717 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12718
12719         * gnus-delay.el (gnus-delay): Don't autoload.
12720         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12721         to be re-loaded when customizing the `gnus-delay' group.
12722
12723 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12724
12725         * message.el (message-insert-citation-line): Use newlines.
12726
12727 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12728
12729         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12730         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12731         these routines, so the passphrase can be managed externally and
12732         passed in to the system.
12733         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12734         pgg-add-passphrase-to-cache function.
12735
12736         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12737         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12738         these routines, so the passphrase can be managed externally and
12739         passed in to the system.
12740         (pgg-pgp5-sign-region): Use new name of
12741         pgg-add-passphrase-to-cache function.
12742
12743 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12744
12745         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12746         part of the decoded armor to find the key-identifier.
12747         (pgg-gpg-lookup-key-owner): New function to return the
12748         human-readable identifier of a key owner.
12749         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12750         itself.
12751         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12752         the key value) if we have a key and can match it against a secret
12753         key.  Also, added a note pointing out fact that the prompt only
12754         indicates the first matching key.
12755
12756         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12757         pgg-decrypt-region.
12758         (pgg-add-passphrase-to-cache): Rename from
12759         `pgg-add-passphrase-cache' to reduce confusion (all callers
12760         changed).
12761         (pgg-remove-passphrase-from-cache): Rename from
12762         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12763         changed).
12764         (pgg-read-passphrase, pgg-add-passphrase-cache)
12765         (pgg-remove-passphrase-cache): Add informative docstrings.
12766         (pgg-decrypt): Convey provided passphrase in subordinate call to
12767         pgg-decrypt-region.
12768
12769 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12770
12771         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12772         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12773         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12774         'passphrase' argument, so the passphrase can be managed externally
12775         and then passed in to the system.
12776
12777         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12778         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12779         so the passphrase cache can be used reliably with identifiers
12780         besides a pgp packet's key id.
12781
12782         * pgg-gpg.el (pgg-gpg-encrypt-region)
12783         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12784         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12785         these routines, so the passphrase can be managed externally and
12786         passed in to the system.
12787
12788         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12789         'notruncate' argument, so the passphrase cache can be used
12790         reliably with identifiers besides a pgp packet's key id.
12791
12792 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12793
12794         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12795         symmetric encryption.
12796         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12797         encrypted session key.
12798         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12799         message ask for the passphrase in a proper way.
12800
12801         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12802         New user commands for symmetric encryption.
12803
12804 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12805
12806         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12807
12808         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12809
12810 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12811
12812         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12813
12814 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * mm-decode.el (mm-inlined-types): Add application/pgp.
12817         (mm-automatic-display): Ditto.
12818
12819         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12820         part as text.
12821
12822 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12823
12824         * nnrss.el: Update copyright.
12825         (nnrss-opml-import): Query whether to subscribe to each entry.
12826
12827         * gnus-art.el:
12828         * gnus-sum.el:
12829         * gnus-xmas.el:
12830         * messagexmas.el:
12831         * mm-uu.el:
12832         * mm-view.el: Update copyright.
12833
12834 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12835
12836         * message.el (message-info): New function.
12837         (message-mode-menu): Add it.
12838         Update copyright.
12839
12840         * ChangeLog: Fix and update copyright.
12841
12842 2006-01-13  Romain Francoise  <romain@orebokech.com>
12843
12844         * message.el (message-forward-subject-name-subject): Prefer the
12845         address to 'nowhere' if the sender has no name.
12846         Fix typo.  Update copyright year.
12847
12848 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * gnus-art.el (article-wash-html):
12851         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12852         (gnus-article-wash-html-with-w3m-standalone): New function.
12853
12854         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12855         mm-inline-text-html-render-with-w3m-standalone.
12856         (mm-text-html-washer-alist): Map w3m-standalone to
12857         gnus-article-wash-html-with-w3m-standalone.
12858         (mm-inline-text-html-render-with-w3m-standalone): New function.
12859
12860 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12861
12862         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12863         Improve LaTeX.
12864
12865 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12866
12867         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12868         (nnrss-request-article): Render text/plain parts as HTML.
12869
12870         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12871         the buffer.
12872
12873 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12874
12875         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12876         custom definition of `gnus-posting-styles'.
12877
12878         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12879         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12880
12881 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12882
12883         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12884         Use nntp for bug archive.
12885
12886 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12887
12888         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12889         parts.
12890         (nnrss-normalize-date): New function converts ISO 8601 date into
12891         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12892         (nnrss-check-group): Use it.
12893
12894 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12895
12896         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12897
12898         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12899         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12900         (nnrss-insert-w3): Ditto.
12901
12902 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12903
12904         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12905         the articles to be forwarded including the case where neither a
12906         number of articles nor a region is specified.
12907
12908 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12909
12910         * nnrss.el (nnrss-request-article): Fix last change; fill
12911         text/plain parts.
12912
12913 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12914
12915         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12916         in text/plain part.
12917         (nnrss-check-group): Don't add excessive newline to dc:subject.
12918
12919 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12920
12921         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12922         article.
12923
12924 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12925
12926         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12927         (nnml-use-compressed-files, nnml-save-mail): Support other
12928         comression programs such as bzip2.
12929
12930 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12931
12932         * dns.el (query-dns): Make sure we check the buffer size before
12933         removing tcp headers.
12934
12935 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12936
12937         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12938         remove MIME buttons associated with multipart/alternative parts.
12939         (gnus-mime-display-alternative): Tag buttons using `article-type'
12940         text property.
12941
12942         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12943         associated with multipart/alternative parts.
12944
12945         * gnus-art.el (gnus-signature-separator): Fix custom type.
12946
12947         * mm-decode.el (mm-inlined-types): Fix custom type.
12948         (mm-keep-viewer-alive-types): Ditto.
12949         (mm-automatic-display): Ditto.
12950         (mm-attachment-override-types): Ditto.
12951         (mm-inline-override-types): Ditto.
12952         (mm-automatic-external-display): Ditto.
12953
12954 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12955
12956         * spam-report.el (spam-report-user-mail-address)
12957         (spam-report-user-agent): New variables.
12958         (spam-report-url-ping-plain): Use spam-report-user-agent.
12959
12960 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12961
12962         * gnus-art.el (gnus-button-handle-custom): Do not just use
12963         `customize-apropos' for any "M-x customize-*" button but the
12964         function called for.  Accept both the function name and its
12965         argument in order to achieve this.
12966         (gnus-button-alist): Remove support for "custom:" URL's.
12967         Pass function name to `gnus-button-handle-custom' in case of "M-x
12968         customize-*" buttons.
12969
12970 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12971
12972         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12973         multipart/alternative and add xref to mm-discouraged-alternatives
12974         in doc string.
12975
12976         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12977         gnus-buttonized-mime-types in doc string.
12978
12979 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12980
12981         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12982         Suggest image/.* in the doc string.
12983
12984 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12985
12986         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12987         message-marks (Debian bug #342521).
12988
12989 2005-12-12  Simon Josefsson  <jas@extundo.com>
12990
12991         * password.el (password-read-from-cache): Add.
12992         (password-read): Use it.
12993
12994 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12995
12996         * rfc2047.el (rfc2047-charset-to-coding-system):
12997         Recognize us-ascii as a MIME charset.
12998
12999         * mm-bodies.el (mm-decode-content-transfer-encoding):
13000         Protect against the case where the 2nd arg TYPE is nil.
13001
13002 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13003
13004         * pop3.el (pop3-stream-type): Fix custom version.
13005
13006         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13007
13008 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13009
13010         * mm-decode.el (mm-display-external): Add missing cdr.
13011
13012 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13015         RFC1524) if it is in mailcap or add a suffix according to
13016         mailcap-mime-extensions when generating a temp filename; postpone
13017         deleting a temp file for 2 seconds for some wrappers, shell
13018         scripts, and so on, which might exit right after having started a
13019         viewer command as a background job.
13020
13021 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13022
13023         * nntp.el (nntp-marks-directory): Fix custom group.
13024
13025         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13026         steps when < 10.
13027
13028         * gnus-start.el (gnus-no-server-1):
13029         Mention `gnus-level-default-subscribed' in doc string.
13030
13031 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13032
13033         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13034         parens.
13035
13036 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13037
13038         * gnus-xmas.el (gnus-use-toolbar): Revert.
13039         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13040         gnus-use-toolbar is default.
13041
13042         * messagexmas.el (message-use-toolbar): Revert.
13043         (message-setup-toolbar): Use global default-toolbar if
13044         message-use-toolbar is default.
13045
13046 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13049         according to default-toolbar-visible-p.
13050
13051         * messagexmas.el (message-use-toolbar): Ditto.
13052
13053 2005-11-26  Dave Love  <fx@gnu.org>
13054
13055         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13056         (tls-program, tls-success): Provide openssl alternative.
13057
13058         * starttls.el: Doc fixes.
13059         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13060         SERVICE to PORT.
13061
13062         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13063         port null or service name.
13064         (starttls-negotiate): Autoload.
13065
13066 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13067
13068         * message.el (message-kill-to-signature): Fix interactive spec.
13069
13070 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13071
13072         * pop3.el (pop3-open-server): Recognize a string as a service name.
13073
13074 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13075
13076         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13077
13078 2005-11-23  Dave Love  <fx@gnu.org>
13079
13080         Add pop3s, pop3/starttls.
13081
13082         * pop3.el (pop3-authentication-scheme): Clarify doc.
13083         (open-tls-stream, starttls-open-stream): Autoload.
13084         (pop3-stream-type): New.
13085         (pop3-open-server): Use it.
13086
13087         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13088         for POP.
13089         (mail-source-keyword-map): Add :stream for POP.
13090         (mail-source-fetch-pop): Use pop3-stream-type.
13091
13092 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13093
13094         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13095         of current-time-string.
13096
13097 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13098
13099         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13100         date header.
13101
13102 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13103
13104         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13105         it can seriously impact performance as it bypasses the agent's
13106         local caches.
13107
13108 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13109
13110         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13111         must be explicitly online rather than "not explicitly offline" for
13112         its flags to be synchronized.
13113
13114         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13115         that gnus-uu-unmark-thread will function correctly.
13116
13117         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13118         1024K is instead displayed as 1M.
13119
13120 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13121
13122         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13123
13124 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13125
13126         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13127
13128 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13129
13130         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13131         error message to display actual error condition.
13132         (gnus-agent-save-local): Avoid saving symbols that are bound to
13133         nil as they simply result in a warning message in
13134         gnus-agent-read-local.
13135
13136 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13137
13138         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13139         rather than make-variable-buffer-local for file-precious-flag.
13140
13141 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13142
13143         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13144         for duplicates which are removed.  The invalid sort check then
13145         triggers a rescan after the sort as sorting may have moved
13146         duplicate entries such that they can be cheaply detected.
13147
13148 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13149
13150         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13151
13152 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13153
13154         * gnus-agent.el (gnus-agent-article-alist-save-format):
13155         Change internal variable to a custom variable.  Change default value
13156         from compressed(2) to uncompressed(1).
13157         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13158         support for uncompressed agentview files.  Taken together, reading
13159         the agentview file should now be 6-7 times faster.
13160
13161 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13162
13163         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13164         as a buffer-local variable.  This avoids creating truncated
13165         dribble files as a result of a hang up, eg.
13166
13167 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13168
13169         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13170         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13171         XEmacs.
13172
13173 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13174
13175         * gnus-start.el (gnus-start-draft-setup):
13176         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13177
13178         * gnus.el (gnus-splash): Change custom group.
13179         (gnus-group-get-parameter, gnus-group-parameter-value):
13180         Describe allow-list argument.
13181
13182         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13183         string.
13184
13185 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13186
13187         * gnus-art.el (gnus-default-article-saver): Add user-defined
13188         `function' to custom type.
13189
13190 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13191
13192         * imap.el (imap-open): Handle case where buffer is a buffer
13193         object.
13194
13195 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13196
13197         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13198         long lines.
13199         (gnus-cache-delete-group): Wrap doc strings.
13200
13201         * gnus-agent.el (gnus-agent-rename-group)
13202         (gnus-agent-delete-group): Wrap doc strings.
13203
13204 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13205
13206         * messagexmas.el (message-use-toolbar): Change the valid values
13207         into default, top, bottom, left, and right.
13208         (message-toolbar-thickness): New variable.
13209         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13210         well.
13211         (message-setup-toolbar): Make it work.
13212
13213         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13214         (gnus-use-toolbar): Change the valid values into default, top,
13215         bottom, left, and right.
13216         (gnus-toolbar-thickness): New variable.
13217         (gnus-xmas-setup-toolbar): New function.
13218         (gnus-xmas-setup-group-toolbar): Use it.
13219         (gnus-xmas-setup-summary-toolbar): Use it.
13220
13221 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13222
13223         * gnus-start.el (gnus-1): Add "native" to
13224         gnus-predefined-server-alist.
13225
13226         * gnus.el (gnus-method-to-server): Don't add "native" to the
13227         lists here, because that leads to problems when
13228         gnus-select-method is bound.
13229
13230 2005-11-09  Simon Josefsson  <jas@extundo.com>
13231
13232         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13233         use (not sort-by-date) instead.
13234
13235 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13236
13237         * gnus-delay.el (gnus-delay-group): Don't autoload.
13238         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13239         to be re-loaded when customizing the `gnus-delay' group.
13240
13241 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13242
13243         * message.el: Revert last changes.
13244         (message-insert-citation-line): Use newlines.
13245
13246 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13247
13248         * message.el (message-courtesy-message)
13249         (message-mark-insert-begin, message-mark-insert-end)
13250         (message-elide-ellipsis, message-cancel-message)
13251         (message-add-header, message-change-subject)
13252         (message-cross-post-followup-to-header)
13253         (message-cross-post-insert-note, message-reduce-to-to-cc)
13254         (message-widen-reply, message-delete-not-region)
13255         (message-kill-to-signature, message-insert-signature)
13256         (message-insert-importance-high, message-insert-importance-low)
13257         (message-insert-or-toggle-importance)
13258         (message-insert-disposition-notification-to)
13259         (message-indent-citation, message-yank-original)
13260         (message-cite-original-without-signature, message-cite-original)
13261         (message-insert-citation-line, message-position-on-field)
13262         (message-fix-before-sending, message-send-mail-partially)
13263         (message-send-mail, message-send-mail-with-sendmail)
13264         (message-send-mail-with-qmail, message-send-news)
13265         (message-check-news-header-syntax, message-generate-headers)
13266         (message-insert-courtesy-copy, message-fill-address)
13267         (message-fill-header, message-shorten-references)
13268         (message-setup-1, message-cancel-news)
13269         (message-forward-make-body-plain, message-forward-make-body-mime)
13270         (message-forward-make-body-mml, message-encode-message-body)
13271         (message-forward-make-body-digest-plain)
13272         (message-forward-make-body-digest-mime)
13273         (message-use-alternative-email-as-from): Insert `hard-newline'
13274         instead of ordinary newlines.
13275
13276 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * message.el (message-generate-headers): Downcase the argument
13279         given to message-check-element.
13280
13281 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13282
13283         * nntp.el (nntp-authinfo-rejected): New error condition.
13284         (nntp-wait-for): Use new error condition to signal authentication
13285         error.
13286         (nntp-retrieve-data): Rethrow new error condition to break out of
13287         recursive call to nntp-send-authinfo.
13288
13289 2005-11-08  Romain Francoise  <romain@orebokech.com>
13290
13291         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13292         (gnus-summary-exit-map): Bind to `Z p'.
13293         (gnus-summary-make-menu-bar): Add menu item.
13294
13295 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13296
13297         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13298         (gnus-treat-*): Add `first' in all doc strings.
13299
13300         * gnus-group.el (gnus-group-compact-group): Fix typo.
13301
13302 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13303
13304         * gnus.el (gnus-parameters-case-fold-search): New variable.
13305         (gnus-parameters-get-parameter): Use it.
13306
13307         * gnus-score.el (gnus-home-score-file): Doc fix.
13308
13309 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13310
13311         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13312
13313 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13314
13315         * mm-util.el (mm-special-display-p): New function.
13316
13317         * mml.el (mml-preview): Use it; doc fix.
13318
13319 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13320
13321         * imap.el (imap-open): Handle case where buffer is a buffer object.
13322
13323 2005-10-29  Romain Francoise  <romain@orebokech.com>
13324
13325         * message.el (message-fix-before-sending): Fix comment.
13326
13327 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13328
13329         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13330
13331 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13332
13333         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13334         Used in gnus-score.el.
13335
13336 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13337
13338         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13339
13340 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13341
13342         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13343         whitespace removed in revision 7.8.  Use concatenated string to
13344         protect trailing whitespace.
13345
13346 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13347
13348         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13349         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13350         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13351         Courier IMAP ("some version from 2004").  Mostly based on similar
13352         code in the same function.
13353
13354 2005-10-26  Didier Verna  <didier@xemacs.org>
13355
13356         * gnus-group.el (gnus-group-compact-group): Invalidate original
13357         article buffer.
13358         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13359         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13360         NOV database and in article itself.
13361         Invalidate article backlog.
13362
13363 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13364
13365         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13366
13367 2005-10-26  Simon Josefsson  <jas@extundo.com>
13368
13369         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13370         part of 2004-07-25 change.
13371
13372 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13373
13374         * message.el (message-display-completion-list): New function.
13375         (message-expand-group): Use it; make sure the Completions buffer
13376         is modifiable.
13377 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13378
13379         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13380         user-mail-name is an empty string.
13381
13382 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13383
13384         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13385         depending on gnus-score-decay-constant.
13386
13387         * encrypt.el (encrypt-insert-file-contents)
13388         (encrypt-write-file-contents): Don't use `gnus-message'.
13389
13390         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13391         arguments.
13392         (mm-uu-type-alist): Add message-marks and insert-marks.
13393         Pass arguments to mm-uu-verbatim-marks-extract.
13394         (mm-uu-hide-markers): New variable.
13395         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13396
13397         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13398         (gnus-convert-image-to-face-command): Use "convert" by default to
13399         allow other input image formats.
13400         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13401         accordingly.
13402
13403 2005-10-23  Simon Josefsson  <jas@extundo.com>
13404
13405         * imap.el (imap-gssapi-program): Align command line parameters
13406         with latest GNU SASL.
13407         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13408
13409 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13410
13411         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13412         HTML.
13413         (nnslashdot-request-article): Ditto.
13414
13415         * lpath.el (featurep): Add nobreak-char-display.
13416
13417 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13418
13419         * mail-source.el (mail-source-fetch-pop): Require pop3.
13420         (mail-source-check-pop): Ditto.
13421
13422 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13423
13424         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13425         errors.
13426
13427 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13428
13429         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13430         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13431
13432         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13433
13434         * mm-bodies.el (mm-decode-string):
13435         Call `mm-charset-to-coding-system' with allow-override argument.
13436
13437 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13438
13439         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13440         (rfc2047-charset-to-coding-system): New function.
13441         (rfc2047-decode-encoded-words): New function.
13442         (rfc2047-decode-region): Use them.
13443         (rfc2047-decode-cte): Remove.
13444         (rfc2047-parse-and-decode): Remove.
13445         (rfc2047-decode): Remove.
13446
13447 2005-10-15  Kenichi Handa  <handa@m17n.org>
13448
13449         * rfc2047.el (rfc2047-decode-cte): New function.
13450         (rfc2047-decode-region): Change the way to decode successive
13451         encoded-words: decode B- or Q-encoding in each encoded-word,
13452         concatenate them, and decode it as charset.
13453
13454 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13455
13456         * lpath.el: Fbind codepage-setup for XEmacs.
13457
13458 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13459
13460         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13461         widget-move-and-invoke.
13462         (gnus-custom-mode): Use gnus-custom-map.
13463
13464 2005-10-15  Bill Wohler  <wohler@newt.com>
13465
13466         * message.el (message-tool-bar-map): Rename image file from
13467         mail_send to mail/send.
13468
13469 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13470
13471         * message.el (message-expand-group): Pass the common
13472         prefix substring of completion to `display-completion-list'.
13473
13474 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13475
13476         * mml-sec.el (mml-secure-method): New internal variable.
13477         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13478         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13479         New functions using mml-secure-method.
13480
13481         * mml.el (mml-mode-map): Add key bindings for those functions.
13482         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13483         Harder <harder@myrealbox.com>.
13484         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13485         Goto end of message if point is the headers of the message.
13486
13487         * message.el (message-in-body-p): New function.
13488
13489         * assistant.el: Autoload gnus-util and netrc.
13490
13491         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13492         Use `mm-charset-override-alist' only when decoding.
13493
13494         * mm-bodies.el (mm-decode-body):
13495         Call `mm-charset-to-coding-system' with allow-override argument.
13496
13497         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13498         `filename' from Content-Disposition if Content-Type doesn't
13499         provide `name'.
13500         (gnus-mime-view-part-as-type): Set default instead of
13501         initial-input.
13502
13503 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13504
13505         * format-spec.el (format-spec): Propagate text properties of % spec.
13506
13507 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13508
13509         * gnus-art.el (gnus-treat-predicate): Add `first'.
13510
13511 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13512
13513         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13514         (mm-charset-override-alist): New variable.
13515         (mm-charset-to-coding-system): Use it.
13516         (mm-codepage-setup): New helper function.
13517         (mm-charset-eval-alist): New variable.
13518         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13519         Warn about unknown charsets.
13520
13521         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13522
13523 2005-10-04  David Hansen  <david.hansen@gmx.net>
13524
13525         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13526         (nnrss-check-group): Ditto.
13527
13528 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13529
13530         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13531         Rename x-gnus-verbatim to x-verbatim.
13532         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13533
13534         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13535         x-verbatim.
13536
13537         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13538
13539         * gnus-util.el (gnus-remove-duplicates): Remove.
13540
13541         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13542         instead of gnus-remove-duplicates.
13543
13544         * message.el (message-remove-duplicates): Remove.
13545         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13546         message-remove-duplicates.
13547
13548         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13549         available, else use implementation from `delete-dups'.
13550
13551         * message.el (message-insert-expires): New function.
13552         (message-mode-map): Add key binding.
13553         (message-mode-field-menu): Add menu entry.
13554         (message-mode): Document it.
13555         (message-make-expires-date): Use `message-make-date'.
13556
13557 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13558
13559         * message.el (message-make-expires-date): New function.
13560
13561 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13562
13563         * Makefile.in (list-installed-shadows): New entry.
13564         (install): Use it.
13565         (remove-installed-shadows): New entry.
13566
13567         * dgnushack.el (dgnushack-default-load-path): New variable.
13568         (dgnushack-find-lisp-shadows): New function.
13569         (dgnushack-remove-lisp-shadows): New function.
13570
13571 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13572
13573         * Makefile.in (install-el-elc): New entry.
13574         (install): Use it so that .el files are necessarily installed.
13575
13576 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13577
13578         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13579
13580 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13581
13582         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13583         function rather than the diff-mode.el package.
13584         (mm-display-external): Use with-current-buffer.
13585         (mm-viewer-completion-map, mm-viewer-completion-map):
13586         Move initialization inside declaration.
13587
13588 2005-09-29  Simon Josefsson  <jas@extundo.com>
13589
13590         * spam.el: Load hashcash when compiling, to avoid warnings.
13591         Don't autoload mail-check-payment.
13592         (spam-check-hashcash): Define unconditionally, since hashcash.el
13593         is part of Gnus now.  Ignore errors from payment checking.
13594
13595 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13596
13597         * message.el (message-bold-region, message-unbold-region):
13598         Rename from `bold-region' and `unbold-region'.
13599
13600         * message.el: Remove useless autoloads.
13601
13602 2005-09-28  Simon Josefsson  <jas@extundo.com>
13603
13604         * message.el (message-use-idna): Default to t.
13605         (message-use-idna): Test whether encoding works too.  Doc fix.
13606
13607 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13608
13609         * nntp.el (nntp-warn-about-losing-connection): Remove.
13610
13611 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13612
13613         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13614         customizable.  Change default value.
13615         (mm-uu-diff-groups-regexp): Change default value.
13616         (mm-uu-type-alist): Add doc string.
13617         (mm-uu-configure): Add doc string.  Make it interactive.
13618         (mm-uu-tex-groups-regexp): New variable.
13619         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13620         (mm-uu-type-alist): Add LaTeX documents.
13621         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13622         of "text/verbatim".
13623         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13624
13625         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13626         instead of "text/verbatim".
13627
13628         * message.el (message-mark-inserted-region)
13629         (message-mark-insert-file): Use slrn style marks when called with
13630         prefix argument.
13631
13632 2005-09-27  Simon Josefsson  <jas@extundo.com>
13633
13634         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13635
13636 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13637
13638         * message.el (message-remove-duplicates): New function.
13639         Implementation borrowed from `gnus-remove-duplicates'.
13640         (message-idna-to-ascii-rhs): Also encode idna addresses in
13641         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13642         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13643         only ask about the same idna domain once per header and also tell
13644         in what header to replace the idna domain.
13645
13646         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13647         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13648         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13649         a header is decoded and not just the last one.
13650
13651 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13652
13653         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13654         has been decoded.
13655
13656         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13657         (mm-insert-part): Don't modify text if it has been decoded.
13658
13659         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13660         decoded.
13661
13662         * mm-view.el (mm-inline-text): Don't strip text props unless
13663         decoding enriched or richtext parts.
13664
13665 2005-09-25  Romain Francoise  <romain@orebokech.com>
13666
13667         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13668         * gnus-start.el (gnus-subscribe-interactively):
13669         * gnus-uu.el (gnus-uu-grab-articles):
13670         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13671         space.
13672
13673 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13674
13675         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13676         * mm-view.el (mm-view-pkcs7-decrypt):
13677         * gnus-sum.el (gnus-summary-limit-to-extra)
13678         (gnus-summary-respool-article, gnus-read-move-group-name):
13679         * gnus-score.el (gnus-summary-increase-score):
13680         * gnus-util.el (gnus-completing-read-with-default):
13681         * gnus-art.el (gnus-read-save-file-name)
13682         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13683         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13684         * message.el (message-check-news-header-syntax):
13685         Follow convention for reading with the minibuffer.
13686
13687 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13688
13689         * spam-report.el (spam-report-url-ping-plain):
13690         Use gnus-extended-version as User-Agent.
13691
13692         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13693         default value is nil.
13694
13695         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13696         (mm-uu-verbatim-marks-extract): New function.
13697         (mm-uu-extract): New face.
13698         (mm-uu-copy-to-buffer): Use it.
13699
13700         * spam-report.el (spam-report-gmane-ham): Rename from
13701         `spam-report-gmane-unspam'.
13702         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13703         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13704
13705         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13706         Autoload.
13707         (spam-report-gmane-unregister-routine):
13708         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13709
13710 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13711
13712         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13713         (spam-report-gmane-unregister-routine): Add support for gmane
13714         unregistration.
13715
13716         * spam-report.el (spam-report-gmane-unspam)
13717         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13718         (spam-report-gmane): Change to take a single article and do unspam
13719         registration.
13720
13721 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13722
13723         * mm-url.el (mm-url-decode-entities): Fix regexp.
13724
13725 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13726
13727         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13728         default to nil, to be able to use Gnus at all.  If the default
13729         switches to something else, then the function should be fixed not
13730         be exceedingly slow.
13731
13732 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13733
13734         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13735         fail hard.
13736
13737         * spam-report.el: Add better Keywords line.
13738
13739         * spam.el: Add Maintainer and better Keywords line.
13740
13741 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13742
13743         * gnus-art.el (gnus-article-replace-part)
13744         (gnus-mime-replace-part): New functions.
13745         (gnus-mime-action-alist, gnus-mime-button-commands)
13746         (gnus-mime-save-part-and-strip): Add file argument.
13747         (gnus-article-part-wrapper): Add interactive argument.
13748
13749         * gnus-sum.el (gnus-summary-mime-map):
13750         Add `gnus-article-replace-part'.
13751
13752 2005-09-19  Didier Verna  <didier@xemacs.org>
13753
13754         The nnml compaction feature:
13755         * nnml.el (nnml-request-compact-group): New function.
13756         * nnml.el (nnml-request-compact): New function.
13757         * gnus-int.el (gnus-request-compact-group): New function.
13758         * gnus-int.el (gnus-request-compact): New function.
13759         * gnus-group.el (gnus-group-compact-group): New function.
13760         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13761         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13762         * gnus-srvr.el (gnus-server-compact-server): New function.
13763         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13764         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13765
13766 2005-09-18  Deepak Goel  <deego@gnufans.org>
13767
13768         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13769         format spec.
13770
13771 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13774
13775 2005-09-15  Romain Francoise  <romain@orebokech.com>
13776
13777         * message.el (message-fill-paragraph): Clarify docstring.
13778
13779 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13780
13781         * gnus-art.el (gnus-mime-display-part): Protect against broken
13782         MIME messages.
13783
13784 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13785
13786         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13787         before parsing header.
13788
13789 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13790
13791         * html2text.el (html2text-replace-list): Add new entities.
13792
13793 2005-09-11  Romain Francoise  <romain@orebokech.com>
13794
13795         * message.el (message-alternative-emails): Improve docstring.
13796         (message-setup-1): Call `message-use-alternative-email-as-from'
13797         after `message-setup-hook' to give it precedence over posting
13798         styles, etc.
13799         (message-use-alternative-email-as-from): Add docstring.
13800         Remove the original From header if present.
13801
13802         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13803         (nnml-save-mail): Use it.
13804
13805         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13806         articles.  Add new argument `silent'.
13807         (gnus-uu-mark-all): Report the total number of marked articles.
13808
13809 2005-09-10  Romain Francoise  <romain@orebokech.com>
13810
13811         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13812         (gnus-uu-mark-series): Likewise.
13813
13814 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13815
13816         * spam-report.el (spam-report-gmane): Fix generation of spam
13817         report URL.
13818
13819 2005-09-10  Simon Josefsson  <jas@extundo.com>
13820
13821         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13822         t, based on discussion on the ding list with Robert Epprecht
13823         <epprecht@solnet.ch>.
13824
13825 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13826
13827         * spam-report.el (spam-report-gmane): Make it work without
13828         X-Report-Spam header.  Gmane now only provides Archived-At.
13829         This is only used if `spam-report-gmane-use-article-number' is nil.
13830         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13831
13832         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13833         make `gnus-summary-sort-by-recipient' work with threading.
13834
13835         * nnweb.el (nnweb-google-wash-article): Print a message if article
13836         is not available.
13837
13838 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13839
13840         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13841         change.  Decode text/* parts content before displaying.
13842
13843 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13844
13845         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13846
13847 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13848
13849         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13850
13851         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13852         url-package-name, url-package-version,
13853         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13854         w3m-display-inline-images, and w3m-minor-mode-map.
13855
13856 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13857
13858         * message.el (message-tab-body-function): Fix mismatched custom type.
13859
13860         * gnus.el (gnus-group-change-level-function): Ditto.
13861
13862         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13863
13864         * gnus-art.el (gnus-signature-limit)
13865         (gnus-article-mime-part-function): Ditto.
13866
13867 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13868
13869         * mml.el (mml-mode): Silence the byte compiler.
13870
13871         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13872         using `(sit-for 0)' before moving the point to the specified part;
13873         skip unbuttonized parts.
13874         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13875         return to the summary window if gnus-auto-select-part is non-nil.
13876
13877 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13878
13879         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13880         New variables.
13881         (mml-dnd-attach-file, mml-mode): Use them.
13882
13883         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13884         Make fetching article by MID work again for Google Groups.
13885         Add FIXME concerning gnus-group-make-web-group.
13886
13887         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13888         Don't depend on Gnus by using mail-extract-address-components if
13889         gnus-extract-address-components is not bound.
13890
13891 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13892
13893         * gnus-art.el (gnus-mime-display-security): Don't display the
13894         signature, but only the signed part.
13895
13896 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13897
13898         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13899
13900         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13901         list, not listp.
13902
13903 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13904
13905         * mm-encode.el (mm-encode-content-transfer-encoding):
13906         Likewise when encoding.
13907
13908         * mm-bodies.el (mm-decode-content-transfer-encoding):
13909         De-canonicalize CRLF for all text content types, not just
13910         text/plain.
13911
13912 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13913
13914         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13915         valid article; point arrow and cursor at the MIME button.
13916
13917 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13918
13919         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13920         Suggested by Dan Christensen <jdc@uwo.ca>.
13921
13922         * mm-decode.el (mm-save-part): Enable change of prompt.
13923
13924 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13925
13926         * gnus-msg.el (gnus-inews-add-send-actions):
13927         Make `message-post-method' lambda parameter ARG `&optional'.
13928
13929 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13930
13931         * gnus-sum.el (gnus-summary-mime-map):
13932         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13933         gnus-article-jump-to-part.
13934
13935         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13936         (gnus-article-edit-part): Use it.
13937         (gnus-article-part-wrapper): Add no-handle argument.
13938         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13939         New functions.
13940
13941 2005-08-29  Romain Francoise  <romain@orebokech.com>
13942
13943         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13944         docstring.
13945         (gnus-face-from-file): Likewise.
13946
13947 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13948
13949         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13950         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13951         non-nil.
13952         (gnus-auto-select-part): New variable.
13953         (gnus-article-jump-to-part): New function.
13954         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13955         (gnus-mime-delete-part): Allow selecting specified part after
13956         deleting or stripping parts.
13957         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13958         part if argument is bogus.
13959
13960 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13961
13962         * gnus-art.el (w3m-minor-mode-map):
13963         * gnus-spec.el (gnus-newsrc-file-version):
13964         * gnus-util.el (nnmail-active-file-coding-system)
13965         (gnus-original-article-buffer, gnus-user-agent):
13966         * gnus.el (gnus-ham-process-destinations)
13967         (gnus-parameter-ham-marks-alist)
13968         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13969         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13970         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13971         * mm-decode.el (gnus-current-window-configuration):
13972         * mm-extern.el (gnus-article-mime-handles):
13973         * mm-url.el (url-current-object, url-package-name)
13974         (url-package-version):
13975         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13976         (smime-keys, w3m-cid-retrieve-function-alist)
13977         (w3m-current-buffer, w3m-display-inline-images)
13978         (w3m-minor-mode-map):
13979         * mml-smime.el (gnus-extract-address-components):
13980         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13981         (gnus-newsrc-hashtb, message-default-charset)
13982         (message-deletable-headers, message-options)
13983         (message-posting-charset, message-required-mail-headers)
13984         (message-required-news-headers):
13985         * mml1991.el (mc-pgp-always-sign):
13986         * mml2015.el (mc-pgp-always-sign):
13987         * nnheader.el (nnmail-extra-headers):
13988         * rfc1843.el (gnus-decode-encoded-word-function)
13989         (gnus-decode-header-function, gnus-newsgroup-name):
13990         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13991
13992 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13993
13994         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13995         the end of the date treatments.
13996
13997 2005-08-15  Simon Josefsson  <jas@extundo.com>
13998
13999         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14000         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14001         Capello and Romain Francoise.
14002         (pgg-fetch-key-function): Remove, not used?
14003         (pgg-insert-url-with-w3): Require url, to get
14004         url-insert-file-contents regardless of where it is defined.
14005
14006 2005-08-13  Romain Francoise  <romain@orebokech.com>
14007
14008         * message.el (message-cite-original-1): New function.
14009         (message-cite-original): Use it.
14010         (message-cite-original-without-signature): Ditto.
14011
14012 2005-08-08  Romain Francoise  <romain@orebokech.com>
14013
14014         * message.el (message-yank-empty-prefix): New variable.
14015         (message-indent-citation): Use it.
14016         (message-cite-original-without-signature): Respect X-No-Archive.
14017
14018 2005-08-08  Simon Josefsson  <jas@extundo.com>
14019
14020         * pgg.el: Autoload url-insert-file-contents instead of loading
14021         w3/url.
14022         (pgg-insert-url-with-w3): Don't load url here.
14023
14024 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14025
14026         * message.el (message-kill-to-signature): Don't insert newline at
14027         bol.
14028         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14029
14030 2005-08-06  Romain Francoise  <romain@orebokech.com>
14031
14032         * message.el (message-user-fqdn): Fix typo in docstring.
14033
14034 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14035
14036         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14037
14038         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14039
14040 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * mm-bodies.el (mm-encode-body): Use coding system rather than
14043         charset to encode text.
14044
14045         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14046         number of charsets if utf-8 is available (XEmacs).
14047
14048 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14049
14050         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14051         taken from `gnus-button-mid-or-mail-regexp'.
14052         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14053         (gnus-button-alist): Improve regexp for domain part of the MIDs
14054         for news:localpart@domain buttons.
14055         (gnus-button-ctan-directory-regexp): Update.
14056
14057 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14058
14059         * sieve-manage.el (sieve-manage-interactive-login):
14060         Use make-local-variable rather than make-variable-buffer-local.
14061         (sieve-manage-open): Ditto.
14062         (sieve-manage-authenticate): Ditto.
14063
14064         * mml.el (mml-generate-mime-1): Make the content type default to
14065         text/plain if the filename is not specified.
14066
14067 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14068
14069         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14070         instead of insert-buffer.
14071
14072         * message.el (message-yank-original): Ditto; set the mark at the
14073         end of the yanked message.
14074
14075 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14076
14077         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14078         lines to scroll rather than to stop it.
14079
14080         * mml.el (mml-generate-default-type): Add doc string.
14081         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14082         default to application/octet-stream when determining the content
14083         type if it is not specified for the part or the mml contents; add
14084         a comment about mml-generate-default-type.
14085
14086 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14087
14088         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14089         make it default to application/octet-stream when determining the
14090         content type if it is not specified for the external contents.
14091
14092 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14093
14094         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14095         segmented parameter but also other parameters might be there.
14096
14097 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * mm-decode.el (mm-display-external): Delete temp file, directory
14100         and buffer immediately if the external process is exited.
14101
14102 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14103
14104         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14105         fewer lines than that of scroll-margin.
14106         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14107
14108 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14109
14110         * gnus-art.el (gnus-article-next-page): Revert.
14111         (gnus-article-beginning-of-window): New macro.
14112         (gnus-article-next-page-1): Use it.
14113         (gnus-article-prev-page): Ditto.
14114         (gnus-article-edit-part): Use insert-buffer-substring instead of
14115         insert-buffer.
14116         (gnus-article-edit-exit): Ditto.
14117
14118         * gnus-util.el (gnus-beginning-of-window): Remove.
14119         (gnus-end-of-window): Remove.
14120
14121         * lpath.el: Don't bind header-line-format and scroll-margin.
14122
14123 2005-07-25  Simon Josefsson  <jas@extundo.com>
14124
14125         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14126         to have the url package without w3.  Reported by Daiki Ueno
14127         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14128
14129 2005-07-20  Didier Verna  <didier@xemacs.org>
14130
14131         * gnus-diary.el: Remove the description comment (nndiary is now
14132         properly documented in the Gnus manual).
14133         Fix the spelling of "Back End".
14134         * nndiary.el: Ditto.
14135         Fix the copyright notice.
14136
14137 2005-07-18  Romain Francoise  <romain@orebokech.com>
14138
14139         * gnus-sum.el (gnus-summary-to-prefix)
14140         (gnus-summary-newsgroup-prefix): New variables.
14141         (gnus-summary-from-or-to-or-newsgroups): Use them.
14142
14143 2005-07-17  Romain Francoise  <romain@orebokech.com>
14144
14145         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14146         space as it's generally not especially interesting to the user.
14147
14148 2005-07-16  Romain Francoise  <romain@orebokech.com>
14149
14150         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14151         nil to avoid prompting and file modification if one of the
14152         messages at the top of the nnfolder file contains a copyright
14153         notice.
14154         Update copyright notice.
14155
14156         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14157         instead of `current-time-string' as the latter creates a time
14158         string that is not RFC 2822 compliant (it lacks the zone).
14159         Update copyright notice.
14160
14161 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14162
14163         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14164         for text/rtf.  Display default in prompt.  Pass default for M-n.
14165
14166         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14167
14168 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14169
14170         * gnus-msg.el (gnus-button-mailto):
14171         Remove save-selected-window-window hackery because it relies on
14172         save-selected-window internals.
14173
14174 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14175
14176         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14177         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14178         (gnus-article-prev-page): Ditto.
14179
14180         * gnus-util.el (gnus-beginning-of-window): New function.
14181         (gnus-end-of-window): New function.
14182
14183         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14184
14185 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14186
14187         * gnus-score.el (gnus-score-edit-all-score):
14188         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14189         gnus-message.
14190
14191 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14192
14193         * gnus-msg.el (gnus-button-mailto):
14194         Remove save-selected-window-window hackery because it relies on
14195         save-selected-window internals.
14196
14197 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14198
14199         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14200         add-minor-mode.
14201         (gnus-binary-mode): Ditto.
14202
14203         * gnus-topic.el (gnus-topic-mode): Ditto.
14204
14205 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14206
14207         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14208         (gnus-article-prev-page): Take scroll-margin into consideration.
14209
14210 2005-07-04  Lute Kamstra  <lute@gnu.org>
14211
14212         Update FSF's address in GPL notices.
14213
14214 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14215
14216         * gnus.el (gnus-exit):
14217         * gnus-group.el (gnus-group-icons):
14218         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14219
14220         * gnus-nocem.el (gnus-nocem):
14221         * message.el (message-various, message-buffers, message-sending)
14222         (message-interface, message-forwarding, message-insertion)
14223         (message-headers, message-news, message-mail):
14224         * pgg-gpg.el (pgg-gpg):
14225         * pgg-parse.el (pgg-parse):
14226         * pgg-pgp.el (pgg-pgp):
14227         * pgg-pgp5.el (pgg-pgp5):
14228         * pop3.el (pop3): Finish `defgroup' description with period.
14229
14230 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14231
14232         * gnus-art.el (article-display-face): Improve the efficiency.
14233         (article-display-x-face): Ditto; remove grey x-face stuff.
14234
14235 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14236
14237         * gnus-art.el (article-display-face): Correct the position in
14238         which Faces are inserted.
14239
14240 2005-06-29  Didier Verna  <didier@xemacs.org>
14241
14242         * gnus-art.el (article-display-face): Display faces in correct
14243         order.
14244
14245 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14246
14247         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14248         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14249         (gnus-nocem-check-article): Fetch the Type header.
14250         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14251         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14252         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14253         make sure gnus-nocem-hashtb is initialized.
14254         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14255         (gnus-nocem-unwanted-article-p): Ditto.
14256
14257         * pgg.el (pgg-verify): Return the verification result.
14258
14259 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14260
14261         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14262         is ascii.
14263
14264 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14265
14266         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14267         `show-nonbreak-escape'.
14268
14269 2005-06-23  Lute Kamstra  <lute@gnu.org>
14270
14271         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14272
14273         * dig.el (dig-mode):
14274         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14275
14276 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14277
14278         * nnimap.el (nnimap-split-download-body): Fix spellings.
14279
14280 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14281
14282         * gnus-art.el (gnus-article-encrypt-body):
14283         * gnus-cus.el (gnus-score-customize):
14284         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14285         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14286
14287 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14288
14289         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14290         header by looking for magic "MII" at the beginnig.
14291
14292 2005-06-16  Miles Bader  <miles@gnu.org>
14293
14294         * gnus-xmas.el (gnus-xmas-group-startup-message):
14295         Use renamed gnus-splash face.
14296
14297         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14298         (assistant-field-face): New backward-compatibility alias for renamed
14299         face.
14300         (assistant-render-text): Use renamed assistant-field face.
14301
14302         * spam.el (spam): Remove "-face" suffix from face name.
14303         (spam-face): New backward-compatibility alias for renamed face.
14304         (spam-face, spam-initialize): Use renamed spam face.
14305
14306         * message.el (message-header-to, message-header-cc)
14307         (message-header-subject, message-header-newsgroups)
14308         (message-header-other, message-header-name)
14309         (message-header-xheader, message-separator, message-cited-text)
14310         (message-mml): Remove "-face" suffix from face names.
14311         (message-header-to-face, message-header-cc-face)
14312         (message-header-subject-face, message-header-newsgroups-face)
14313         (message-header-other-face, message-header-name-face)
14314         (message-header-xheader-face, message-separator-face)
14315         (message-cited-text-face, message-mml-face):
14316         New backward-compatibility aliases for renamed faces.
14317         (message-font-lock-keywords): Use renamed message faces.
14318
14319         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14320         (sieve-test-commands, sieve-tagged-arguments):
14321         Remove "-face" suffix from face names.
14322         (sieve-control-commands-face, sieve-action-commands-face)
14323         (sieve-test-commands-face, sieve-tagged-arguments-face):
14324         New backward-compatibility aliases for renamed faces.
14325         (sieve-control-commands-face, sieve-action-commands-face)
14326         (sieve-test-commands-face, sieve-tagged-arguments-face):
14327         Use renamed sieve faces.
14328
14329         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14330         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14331         (gnus-group-news-3-empty, gnus-group-news-4)
14332         (gnus-group-news-4-empty, gnus-group-news-5)
14333         (gnus-group-news-5-empty, gnus-group-news-6)
14334         (gnus-group-news-6-empty, gnus-group-news-low)
14335         (gnus-group-news-low-empty, gnus-group-mail-1)
14336         (gnus-group-mail-1-empty, gnus-group-mail-2)
14337         (gnus-group-mail-2-empty, gnus-group-mail-3)
14338         (gnus-group-mail-3-empty, gnus-group-mail-low)
14339         (gnus-group-mail-low-empty, gnus-summary-selected)
14340         (gnus-summary-cancelled, gnus-summary-high-ticked)
14341         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14342         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14343         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14344         (gnus-summary-low-undownloaded)
14345         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14346         (gnus-summary-low-unread, gnus-summary-normal-unread)
14347         (gnus-summary-high-read, gnus-summary-low-read)
14348         (gnus-summary-normal-read, gnus-splash):
14349         Remove "-face" suffix from face names.
14350         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14351         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14352         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14353         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14354         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14355         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14356         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14357         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14358         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14359         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14360         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14361         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14362         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14363         (gnus-summary-normal-ticked-face)
14364         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14365         (gnus-summary-normal-ancient-face)
14366         (gnus-summary-high-undownloaded-face)
14367         (gnus-summary-low-undownloaded-face)
14368         (gnus-summary-normal-undownloaded-face)
14369         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14370         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14371         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14372         (gnus-splash-face):
14373         New backward-compatibility aliases for renamed faces.
14374         (gnus-group-startup-message): Use renamed gnus faces.
14375
14376         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14377         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14378         (gnus-server-agent): Remove "-face" suffix from face names.
14379         (gnus-server-agent-face, gnus-server-opened-face)
14380         (gnus-server-closed-face, gnus-server-denied-face)
14381         (gnus-server-offline-face):
14382         New backward-compatibility aliases for renamed faces.
14383         (gnus-server-agent-face, gnus-server-opened-face)
14384         (gnus-server-closed-face, gnus-server-denied-face)
14385         (gnus-server-offline-face): Use renamed gnus faces.
14386
14387         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14388         Remove "-face" suffix from face names.
14389         (gnus-picon-xbm-face, gnus-picon-face):
14390         New backward-compatibility aliases for renamed faces.
14391
14392         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14393         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14394         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14395         (gnus-cite-11): Remove "-face" suffix from face names.
14396         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14397         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14398         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14399         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14400         New backward-compatibility aliases for renamed faces.
14401         (gnus-cite-attribution-face, gnus-cite-face-list)
14402         (gnus-article-boring-faces): Use renamed gnus faces.
14403
14404         * gnus-art.el (gnus-signature, gnus-header-from)
14405         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14406         (gnus-header-content): Remove "-face" suffix from face names.
14407         (gnus-signature-face, gnus-header-from-face)
14408         (gnus-header-subject-face, gnus-header-newsgroups-face)
14409         (gnus-header-name-face, gnus-header-content-face):
14410         New backward-compatibility aliases for renamed faces.
14411         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14412
14413         * gnus-sum.el (gnus-summary-selected-face)
14414         (gnus-summary-highlight): Use renamed gnus faces.
14415         * gnus-group.el (gnus-group-highlight): Likewise.
14416
14417 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14418
14419         * gnus-sieve.el (gnus-sieve-article-add-rule):
14420         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14421         * spam-stat.el (spam-stat-buffer-change-to-spam)
14422         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14423
14424         * message.el (message-is-yours-p):
14425         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14426
14427 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14428
14429         * mm-view.el (mm-inline-text): Withdraw the last change.
14430
14431 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14434         executing enriched-decode.
14435
14436 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14437
14438         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14439         charset of tar files.
14440
14441 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14442
14443         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14444
14445 2005-06-04  Lute Kamstra  <lute@gnu.org>
14446
14447         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14448         information is never recorded.
14449
14450 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14451
14452         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14453
14454 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14455
14456         * pop3.el (pop3-apop): Run md5 in the binary mode.
14457
14458         * starttls.el (starttls-set-process-query-on-exit-flag):
14459         Use eval-and-compile.
14460
14461 2005-05-31  Simon Josefsson  <jas@extundo.com>
14462
14463         * smime.el (smime-replace-in-string): Define.
14464         (smime-cert-by-ldap-1): Use it.
14465
14466 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14467
14468         * gnus-art.el (article-display-x-face): Replace
14469         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14470
14471         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14472         set-process-query-on-exit-flag or process-kill-without-query.
14473
14474         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14475         loop instead of replace-regexp.
14476
14477         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14478         instead of process-kill-without-query if it is available.
14479
14480         * lpath.el: Fbind ldap-search-entries.
14481
14482         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14483         instead of find-file-hooks if it is available.
14484
14485         * mml1991.el: Bind pgg-default-user-id when compiling.
14486
14487         * mml2015.el: Bind pgg-default-user-id when compiling.
14488
14489         * nndraft.el (nndraft-request-associate-buffer):
14490         Use write-contents-functions instead of write-contents-hooks if it is
14491         available.
14492
14493         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14494         instead of find-file-hooks if it is available.
14495
14496         * nntp.el (nntp-open-connection): Replace
14497         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14498         (nntp-open-ssl-stream): Ditto.
14499         (nntp-open-tls-stream): Ditto.
14500
14501         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14502         set-process-query-on-exit-flag or process-kill-without-query.
14503         (starttls-open-stream-gnutls): Use it instead of
14504         process-kill-without-query.
14505         (starttls-open-stream): Ditto.
14506
14507 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14508
14509         * smime.el (smime-cert-by-ldap-1): Don't use
14510         replace-regexp-in-string.
14511
14512 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14513
14514         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14515
14516         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14517         in PEM format.  Adjust to the XEmacs compability.
14518
14519 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14520
14521         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14522         by `string-to-number'.
14523         * gnus-agent.el (gnus-agent-regenerate-group)
14524         (gnus-agent-fetch-articles): Ditto.
14525         * gnus-art.el (gnus-button-fetch-group): Ditto.
14526         * gnus-cache.el (gnus-cache-generate-active)
14527         (gnus-cache-articles-in-group): Ditto.
14528         * gnus-group.el (gnus-group-set-current-level)
14529         (gnus-group-insert-group-line): Ditto.
14530         * gnus-score.el (gnus-score-set-expunge-below)
14531         (gnus-score-set-mark-below, gnus-summary-score-effect)
14532         (gnus-summary-score-entry): Ditto.
14533         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14534         (gnus-soup-pack): Ditto.
14535         * gnus-spec.el (gnus-xmas-format): Ditto.
14536         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14537         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14538         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14539         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14540         * nndb.el (nndb-get-remote-expire-response): Ditto.
14541         * nndiary.el (nndiary-parse-schedule-value)
14542         (nndiary-string-to-number, nndiary-request-replace-article)
14543         (nndiary-request-article): Ditto.
14544         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14545         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14546         * nneething.el (nneething-make-head): Ditto.
14547         * nnfolder.el (nnfolder-request-article)
14548         (nnfolder-retrieve-headers): Ditto.
14549         * nnheader.el (nnheader-file-to-number): Ditto.
14550         * nnkiboze.el (nnkiboze-request-article): Ditto.
14551         * nnmail.el (nnmail-process-unix-mail-format)
14552         (nnmail-process-babyl-mail-format): Ditto.
14553         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14554         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14555         (nnmh-request-create-group, nnmh-request-list-1)
14556         (nnmh-request-group, nnmh-request-article): Ditto.
14557         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14558         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14559         * nnsoup.el (nnsoup-make-active): Ditto.
14560         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14561         * nntp.el (nntp-find-group-and-number)
14562         (nntp-retrieve-headers-with-xover): Ditto.
14563         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14564         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14565         (pgg-format-key-identifier): Ditto.
14566         * pop3.el (pop3-last, pop3-stat): Ditto.
14567         * qp.el (quoted-printable-decode-region): Ditto.
14568
14569         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14570         of concat.
14571
14572 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14573
14574         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14575
14576         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14577
14578         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14579
14580         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14581
14582         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14583
14584         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14585
14586         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14587         (gnus-carpal-mode): Ditto.
14588
14589         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14590         (gnus-browse-mode): Ditto.
14591
14592         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14593
14594         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14595
14596 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14597
14598         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14599
14600 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14601
14602         * gnus-util.el (gnus-run-mode-hooks): New function.
14603
14604         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14605
14606         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14607         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14608
14609 2005-05-27  Lute Kamstra  <lute@gnu.org>
14610
14611         * dns-mode.el (dns-mode): Specify customization group.
14612
14613 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14614
14615         * gnus-agent.el (gnus-agent-make-mode-line-string):
14616         Use mode-line-highlight as mouse-face.
14617
14618 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14619
14620         * canlock.el (canlock): Change the parent group to news.
14621
14622         * deuglify.el (gnus-outlook-deuglify): Add :group.
14623
14624         * dig.el (dig): Add :group.
14625
14626         * dns-mode.el (dns-mode): Add :group.
14627
14628         * encrypt.el (encrypt): Add :group.
14629
14630         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14631         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14632         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14633         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14634         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14635
14636         * gnus-diary.el (gnus-diary): Add :group.
14637
14638         * gnus.el (gnus-group-news-1-face): Add :group.
14639         (gnus-group-news-1-empty-face): Ditto.
14640         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14641         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14642         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14643         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14644         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14645         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14646         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14647         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14648         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14649         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14650         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14651         (gnus-summary-high-ticked-face): Ditto.
14652         (gnus-summary-low-ticked-face): Ditto.
14653         (gnus-summary-normal-ticked-face): Ditto.
14654         (gnus-summary-high-ancient-face): Ditto.
14655         (gnus-summary-low-ancient-face): Ditto.
14656         (gnus-summary-normal-ancient-face): Ditto.
14657         (gnus-summary-high-undownloaded-face): Ditto.
14658         (gnus-summary-low-undownloaded-face): Ditto.
14659         (gnus-summary-normal-undownloaded-face): Ditto.
14660         (gnus-summary-high-unread-face): Ditto.
14661         (gnus-summary-low-unread-face): Ditto.
14662         (gnus-summary-normal-unread-face): Ditto.
14663         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14664         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14665
14666         * hashcash.el (hashcash): New custom group.
14667         (hashcash-default-payment): Add :group.
14668         (hashcash-payment-alist): Ditto.
14669         (hashcash-default-accept-payment): Ditto.
14670         (hashcash-accept-resources): Ditto.
14671         (hashcash-path): Ditto.
14672         (hashcash-extra-generate-parameters): Ditto.
14673         (hashcash-double-spend-database): Ditto.
14674         (hashcash-in-news): Ditto.
14675
14676         * message.el (message-minibuffer-local-map): Add :group.
14677
14678         * netrc.el (netrc): Add :group.
14679
14680         * sieve-manage.el (sieve-manage-log): Add :group.
14681         (sieve-manage-default-user): Diito.
14682         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14683         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14684         (sieve-manage-authenticators): Ditto.
14685         (sieve-manage-authenticator-alist): Ditto.
14686         (sieve-manage-default-port): Ditto.
14687
14688         * sieve-mode.el (sieve-control-commands-face): Add :group.
14689         (sieve-action-commands-face): Ditto.
14690         (sieve-test-commands-face): Ditto.
14691         (sieve-tagged-arguments-face): Ditto.
14692
14693         * smime.el (smime): Add :group.
14694
14695         * spam-report.el (spam-report): Add :group.
14696
14697         * spam.el (spam, spam-face): Add :group.
14698
14699 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14700
14701         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14702         return \n.\n.\n at the end of articles.  Protect against that.
14703         (nntp-with-open-group): Allow debugging.
14704
14705         * nnheader.el (mail-header-set-extra): Make into a function
14706         because I just could't understand how to quote the list properly.
14707
14708         * dns.el (query-dns-cached): New function.
14709
14710 2005-05-26  Lute Kamstra  <lute@gnu.org>
14711
14712         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14713
14714 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14715
14716         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14717
14718         * gnus-art.el: Don't autoload mail-extract-address-components.
14719
14720         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14721         eval-and-compile to evaluate it.
14722
14723         * hashcash.el: Don't autoload executable-find.
14724
14725         * nndb.el: Don't declare the nndb back end two or more times; don't
14726         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14727
14728         * nntp.el: Autoload format-spec instead of format; use
14729         eval-and-compile to evaluate autoload forms.
14730
14731 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14732
14733         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14734
14735 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14736
14737         * gnus.el (gnus-version-number): Bump version.
14738
14739 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14740
14741         * gnus.el: No Gnus v0.3 is released.
14742
14743 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14744
14745         * lpath.el (featurep): Bind show-nonbreak-escape.
14746
14747 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14748
14749         * gnus-art.el (gnus-article-edit-part): Disable undo.
14750
14751 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14752
14753         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14754         gnus-article-date-lapsed-new-header is t if date timer is active;
14755         skip headers in which the original date value is empty.
14756         (gnus-article-save-original-date): Redefine it as a macro.
14757         (gnus-display-mime): Use it.
14758
14759 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14760
14761         * gnus-art.el (article-date-ut): Support converting date in
14762         forwarded parts as well.
14763         (gnus-article-save-original-date): New function.
14764         (gnus-display-mime): Use it.
14765
14766 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14767
14768         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14769         enclosure element of <item>.
14770
14771 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14772
14773         * message.el (message-kill-buffer-query): Rename from
14774         `message-kill-buffer-query-if-modified'.  Add :version.
14775
14776 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14777
14778         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14779         window layout.
14780
14781 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14782
14783         * mml.el: Autoload dnd when compiling.
14784
14785 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14786
14787         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14788         x-dnd-*.
14789
14790 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14791
14792         * qp.el (quoted-printable-encode-region): Save excursion.
14793
14794 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14795
14796         * message.el (message-kill-buffer-query-if-modified): Add new variable
14797         so the user can kill a modified message buffer quickly.
14798         (message-kill-buffer): Use it.
14799
14800 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * lpath.el: Fbind display-time-event-handler; don't fbind
14803         string-to-multibyte.
14804
14805         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14806
14807 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14808
14809         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14810         contained in text because xml.el decodes entities) with LFs.
14811
14812 2005-04-11  Lute Kamstra  <lute@gnu.org>
14813
14814         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14815         differently.
14816
14817 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14818
14819         * mm-util.el (mm-detect-coding-region): Typo.
14820
14821 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14822
14823         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14824
14825 2005-04-06  Deepak Goel  <deego@gnufans.org>
14826
14827         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14828         user-function allow user modifications of the scores.
14829         (spam-stat-score-buffer-user): New function, to allow
14830         user-computed modifications to the score.
14831         (spam-stat-score-buffer-user-functions): List of additional
14832         scoring functions.
14833         (spam-stat-error-holder): Global temporary error holder.
14834         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14835         variable.
14836
14837 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14838
14839         * gnus-registry.el (gnus-registry-clean-empty-function)
14840         (gnus-registry-trim, gnus-registry-fetch-groups)
14841         (gnus-registry-delete-group): Groups that match
14842         `gnus-registry-ignored-groups' are removed from the registry
14843         entries, not just ignored for splitting.  This helps clean up the
14844         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14845         to get all the groups a message ID is in.
14846
14847         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14848         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14849         (spam-stat-score-buffer-user-functions): Add :number custom type.
14850
14851 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14852
14853         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14854         argument in XEmacs.
14855
14856         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14857         (nnrss-request-group): Decode group name first.
14858         (nnrss-request-article): Make a text/plain article if mml-to-mime
14859         failed.
14860         (nnrss-get-encoding): Return a compatible encoding according to
14861         nnrss-compatible-encoding-alist.
14862         (nnrss-find-el): Use consp instead of listp.
14863         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14864
14865 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14866
14867         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14868         which Emacs 20 doesn't support.
14869         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14870
14871 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14872
14873         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14874         silence the byte compiler inside the defun.
14875
14876         * gnus-demon.el (parse-time-string): Add autoload.
14877
14878         * gnus-delay.el (parse-time-string): Add autoload.
14879
14880         * gnus-art.el (parse-time-string): Add autoload.
14881
14882         * nnultimate.el (parse-time): Require for `parse-time-string'.
14883
14884 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14885
14886         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14887
14888         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14889
14890         * smime.el (smime-ldap-host-list): Add :version.
14891
14892 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14893
14894         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14895         pass it to `gnus-browse-read-group'.
14896         (gnus-browse-read-group): Add NUMBER argument and pass it to
14897         `gnus-group-read-ephemeral-group'.
14898
14899         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14900         argument and pass it to `gnus-group-read-group'.
14901
14902 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14903
14904         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14905         mm-xemacs-find-mime-charset-1 if we have the mule feature
14906         available at runtime.
14907
14908 2005-03-25  Werner Lemberg  <wl@gnu.org>
14909
14910         * nnmaildir.el: Replace `illegal' with `invalid'.
14911
14912 2005-03-23  Lute Kamstra  <lute@gnu.org>
14913
14914         * time-date.el: Add comment on time value formats.
14915         Don't require parse-time.
14916         (with-decoded-time-value): New macro.
14917         (encode-time-value): New function.
14918         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14919         (days-to-time): Return a valid time value when arg is huge.
14920         (time-since): Use time-subtract.
14921         (time-to-number-of-days): Use time-to-seconds.
14922
14923 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14924
14925         * gnus-start.el (gnus-display-time-event-handler):
14926         Check display-time-timer at runtime rather than only at load time
14927         in case display-time-mode is turned off in the mean time.
14928
14929 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14930
14931         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14932         used.
14933
14934         * nneething.el (nneething-map-file-directory): Derive from
14935         `gnus-directory'.
14936
14937         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14938         the To/Cc button.
14939
14940 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14941
14942         * nnmaildir.el (nnmaildir-request-accept-article):
14943         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14944
14945 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14946
14947         * gnus-async.el: Require timer-funcs at compile time when in
14948         XEmacs for `run-with-idle-timer'.
14949
14950 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14951
14952         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14953         autoloaded function.
14954
14955 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14956
14957         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14958
14959 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14960
14961         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14962
14963 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14964
14965         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14966         Add gnus-expert-user to default.
14967
14968 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14969
14970         * nnimap.el (nnimap-open-server): Ditto.
14971
14972         * imap.el (imap-authenticate): Fix typo.
14973
14974 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14975
14976         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14977         buffer (since IMAP server might return FETCH response out of
14978         order, and the nntp buffer must be sorted).
14979
14980 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14981
14982         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14983         comparison on string.
14984
14985         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14986         (gnus-agent-score): Rename category keywords to match gnus-cus.
14987         (gnus-agent-summary-fetch-series): Modify to protect against
14988         gnus-agent-summary-fetch-group clearing processable flags.
14989         (gnus-agent-synchronize-group-flags): Update live group buffer as
14990         synchronization may occur due to the user toggle the plugged
14991         status.
14992         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14993         successfully downloaded.
14994         (gnus-agent-expire-group-1): Avoid using markers when the overview
14995         is in ascending order; greatly improves performance.
14996         (gnus-agent-regenerate-group):
14997         Use gnus-agent-synchronize-group-flags to reset read status in both
14998         gnus and server.
14999         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15000
15001 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15002
15003         * message.el: Don't autoload former message-utils variables.
15004         (message-strip-subject-trailing-was): Change doc string.
15005
15006         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15007         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15008         (nnweb-google-search): Add "hl=en" here.
15009         (nnweb-google-parse-1, nnweb-google-create-mapping):
15010         Don't hardcode URL.
15011
15012 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15013
15014         * message.el (message-get-reply-headers, message-followup):
15015         Mention related variables `message-use-followup-to' and
15016         `message-use-mail-followup-to', in the information buffer.
15017
15018         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15019         of broken groups(-beta).google.com.
15020
15021 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15022
15023         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15024         parameter to invoked gnus-request-move-article; remove the
15025         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15026         all at once instead of once per article.
15027         (gnus-summary-remove-process-mark): Accept a list of articles as
15028         well as a single article for processing.
15029
15030         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15031         parameter.
15032
15033         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15034
15035         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15036
15037         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15038         parameter.
15039
15040         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15041         parameter.
15042
15043         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15044         parameter and remove the gnus-sum-hint-move-is-internal variable.
15045
15046         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15047         parameter.
15048
15049         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15050         parameter.
15051
15052         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15053         parameter.
15054
15055         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15056
15057         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15058         parameter.
15059
15060         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15061         parameter.
15062
15063 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15064
15065         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15066         a more conservative way.
15067
15068 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15069
15070         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15071         buffer, so it moves the window's cursor.
15072
15073 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15074
15075         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15076         `mm-dissect-multipart' and receive the from field as an (optional)
15077         argument from `mm-dissect-multipart'.
15078         (mm-dissect-multipart): Receive the from field as an argument and
15079         pass it on when we call `mm-dissect-buffer' on MIME parts.
15080         Fixes verification/decryption of signed/encrypted MIME parts.
15081
15082 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15083
15084         * gnus-sum.el (gnus-summary-move-article):
15085         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15086         whatever it calls (right now, only nnimap-request-move article
15087         respects it).
15088
15089         * nnimap.el (nnimap-request-move-article):
15090         When gnus-sum-hint-move-is-internal is set, don't do the extra
15091         nnimap-request-article.
15092
15093 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15094
15095         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15096
15097         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15098         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15099
15100         * gnus-sum.el (gnus-summary-caesar-message):
15101         Apply `gnus-treat-article' after rotation.
15102
15103         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15104         doc string.
15105
15106 2005-02-22  Simon Josefsson  <jas@extundo.com>
15107
15108         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15109         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15110         <arne@arnested.dk>.
15111         (encrypt): Add password-cache and password-cache-expiry as group
15112         members.
15113
15114 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15115
15116         * smime.el (smime-ldap-host-list): Doc fix.
15117         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15118         cache) password.
15119         (smime-sign-region): Use it.
15120         (smime-decrypt-region): Use it.
15121         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15122         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15123         fails.
15124         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15125         certificate from DER to PEM format rather than calling openssl.
15126
15127         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15128
15129         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15130         for signing/encryption.
15131
15132         * mml.el (mml-parse-1): Use them.
15133
15134 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15135
15136         * nnrss.el (nnrss-verbose): Remove.
15137         (nnrss-request-group): Use `nnheader-message' instead.
15138
15139 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15140
15141         * nnrss.el (nnrss-verbose): New variable.
15142         (nnrss-request-group): Make it say nnrss is requesting a group.
15143
15144 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15145
15146         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15147         Handle news URL with given port correctly.
15148
15149 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15150
15151         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15152         containing special characters.
15153
15154         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15155
15156         * mml.el (mime-to-mml): Ditto.
15157
15158         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15159         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15160         (rfc2047-decode-region): Quote decoded words containing special
15161         characters when rfc2047-quote-decoded-words-containing-tspecials
15162         is non-nil.
15163
15164 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15165
15166         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15167
15168         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15169
15170 2005-02-15  Simon Josefsson  <jas@extundo.com>
15171
15172         * nnimap.el (nnimap-debug): Doc fix.
15173
15174         * imap.el (imap-debug): Doc fix.
15175
15176 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15177
15178         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15179
15180 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15181
15182         * gnus.el (spam-contents): Improve docs for spam-contents
15183         parameter in its variable incarnation.
15184
15185 2005-02-14  Simon Josefsson  <jas@extundo.com>
15186
15187         * smime-ldap.el: Use require instead of load-library for ldap.
15188         (smime-ldap-search): Indent.
15189         (smime-ldap-search-internal): Shorten line.
15190
15191         * smime.el (smime-cert-by-dns): Add doc-string.
15192         (smime-cert-by-ldap-1): Indent.
15193
15194         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15195         mml-smime-get-dns-ldap.
15196         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15197
15198 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15199
15200         * smime.el: Require smime-ldap.
15201         (smime-ldap-host-list): New variable.
15202         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15203
15204         * mml-smime.el (mml-smime-encrypt-query): New function.
15205         (mml-smime-encrypt-query): Use it.
15206
15207         * smime-ldap.el: New file.
15208
15209 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15210
15211         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15212
15213 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15214
15215         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15216         argument in doc string.  Make query for type more clear.
15217
15218 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15219
15220         * gnus.el (gnus-group-startup-message): Search for gnus images in
15221         etc/images/gnus.
15222         * mm-util.el (mm-image-load-path): Likewise.
15223         * smiley.el (smiley-data-directory): Search for smilies in
15224         etc/images/smilies.
15225
15226 2005-02-09  Kim F. Storm  <storm@cua.dk>
15227
15228         Change Emacs release version from 21.4 to 22.1 throughout.
15229         Change Emacs development version from 21.3.50 to 22.0.50.
15230
15231 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15232
15233         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15234
15235         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15236         non-Mule XEmacs as well.
15237         (mm-decompress-buffer): Signal an error intentionally if it does
15238         not decompress compressed data because auto-compression-mode is
15239         disabled.
15240
15241 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15242
15243         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15244         an ID in the registry even if it has no groups.
15245
15246 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15247
15248         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15249         merge it into mm-decompress-buffer.
15250         (gnus-mime-copy-part): Use the MIME part charset, the value which
15251         a user specified or gnus-newsgroup-charset for decoding, like
15252         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15253         save-buffer what was used.  Suggested by Kevin Ryde
15254         <user42@zip.com.au>.
15255         (gnus-mime-inline-part): Allow the name parameter as well as the
15256         filename parameter; force decompressing of compressed data; always
15257         display contents being not decoded as unibyte.
15258
15259         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15260         as well as the filename parameter.
15261
15262         * mm-util.el (mm-decompress-buffer):
15263         Merge gnus-mime-jka-compr-maybe-uncompress.
15264         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15265         of compressed data.
15266
15267 2005-02-08  Simon Josefsson  <jas@extundo.com>
15268
15269         * imap.el (imap-log): Doc fix.
15270
15271 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15272
15273         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15274         the coding cookies; decompress compressed parts.
15275
15276         * mml.el (mml-generate-mime-1): Add the charset parameter according
15277         to the value which a user specified manually or the coding cookie.
15278
15279         * mm-util.el (mm-string-to-multibyte): New function.
15280         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15281         (mm-coding-system-to-mime-charset): New function.
15282         (mm-decompress-buffer): New function.
15283         (mm-find-buffer-file-coding-system): New function.
15284
15285         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15286         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15287         parts.
15288
15289 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15290
15291         * mm-view.el (mm-display-inline-fontify): Decode a part according
15292         to the charset parameter.
15293
15294 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15297         prefix arg is neither nil nor a number, as info specifies.
15298
15299 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15300
15301         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15302         timestamps.
15303
15304 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15305
15306         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15307         groups error checking and notify user.
15308
15309 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15310
15311         * message.el (message-send-mail-function): Check existence of
15312         sendmail-program first before using default value
15313         `message-send-mail-with-sendmail'.  Otherwise use more generic
15314         `smtpmail-send-it'.
15315
15316 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15317
15318         * nntp.el (nntp-request-update-info): Always return nil.
15319
15320 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15321
15322         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15323
15324 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15325
15326         * message.el (message-beginning-of-line): Change the behavior when
15327         invoked between BOL and : so that it first moves backward.
15328
15329 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15330
15331         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15332         article buffer when editing of the article is discarded.
15333         (gnus-article-prepare): Revert.
15334
15335 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15336
15337         * gnus-art.el (gnus-article-prepare):
15338         Remove message-strip-forbidden-properties from the local hook.
15339
15340 2005-01-27  Simon Josefsson  <jas@extundo.com>
15341
15342         * password.el (password-cache-add): Only start one timer per key.
15343         Reported by Derek Atkins <warlord@MIT.EDU>.
15344
15345 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15346
15347         * run-at-time.el: Remove.  It is no longer needed as
15348         timer-funcs.el in the xemacs-base package has a working version of
15349         `run-at-time'.
15350
15351         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15352
15353         * password.el: Require timer-funcs instead of run-at-time in
15354         XEmacs.
15355         Remove `password-run-at-time' macro.
15356         (password-cache-add): Use `run-at-time' instead of
15357         `password-run-at-time'.
15358
15359         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15360         Remove `nnheader-cancel-function-timers' alias,
15361         `cancel-function-timers' exists in XEmacs in timer-funcs.
15362
15363         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15364         for `run-with-idle-timer'.
15365
15366         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15367         for `run-at-time'.
15368
15369         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15370         for `with-timeout'.
15371
15372         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15373         the same as for XEmacs 21.4.
15374         No need to ignore `run-with-idle-timer', this function exists in
15375         XEmacs now in timer-funcs.el in the xemacs-base package.
15376         (dgnushack-compile): No need to delete
15377         run-at-time.el from the list of files to compile because it
15378         doesn't exist anymore.
15379
15380 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15381
15382         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15383         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15384
15385 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15386
15387         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15388         sensitively.
15389
15390 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15391
15392         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15393
15394 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15395
15396         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15397         which will be inserted according to the multibyteness of a buffer
15398         rather than the type of contents.  Suggested by ARISAWA Akihiro
15399         <ari@mbf.ocn.ne.jp>.
15400
15401         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15402         of string which old xml.el may return rather than a string.
15403
15404 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15405
15406         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15407
15408 2005-01-16  Simon Josefsson  <jas@extundo.com>
15409
15410         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15411         idn/idna.el isn't available.
15412         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15413         <michael@waxrat.com>.
15414
15415         * hashcash.el: Remove non-FSF copyright header.
15416
15417         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15418         (hashcash-generate-payment): Use it.
15419         (hashcash-generate-payment-async): Use it.
15420
15421 2005-01-15  Simon Josefsson  <jas@extundo.com>
15422
15423         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15424         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15425
15426         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15427         gnus-summary-idna-message.
15428         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15429         (gnus-summary-idna-message): New function.
15430
15431 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15432
15433         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15434         gnus-novice-user.
15435
15436 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15437
15438         * nnrss.el (nnrss-request-delete-group): Delete entries in
15439         nnrss-group-alist as well.
15440         (nnrss-save-server-data): Insert newline.
15441
15442 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15443
15444         * gnus.el (gnus-user-agent): Use list of symbols instead of
15445         symbols.  Display full version number for (S)XEmacs.
15446         Optionally display (S)XEmacs codename.
15447
15448         * gnus-util.el (gnus-emacs-version): Update for new
15449         `gnus-user-agent'.
15450
15451         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15452         Gnus version.
15453
15454 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15455
15456         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15457         which is unreadable in some setups.
15458
15459 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15460
15461         * gnus-spec.el (gnus-update-format-specifications): Flush the
15462         group format spec cache if it doesn't support decoded group names.
15463
15464 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15465
15466         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15467         Allow to apply decay on score files matching a regexp.
15468
15469 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15470
15471         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15472         compatibility in %g and %c.
15473
15474 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15475
15476         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15477         name for only %g and %c.
15478         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15479         of gnus-tmp-group to decoded group name.
15480         (gnus-group-make-rss-group): Exclude `/'s from group names.
15481
15482 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15483
15484         * nnrss.el (nnrss-get-encoding): Fix regexp.
15485
15486 2004-12-27  Simon Josefsson  <jas@extundo.com>
15487
15488         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15489         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15490         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15491
15492 2004-12-17  Kim F. Storm  <storm@cua.dk>
15493
15494         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15495
15496         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15497
15498 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15499
15500         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15501
15502 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15503
15504         * nnrss.el: Require rfc2047 and mml.
15505         (nnrss-file-coding-system): New variable.
15506         (nnrss-format-string): Redefine it as an inline function.
15507         (nnrss-decode-group-name): New function.
15508         (nnrss-string-as-multibyte): Remove.
15509         (nnrss-retrieve-headers): Decode group name; don't use
15510         nnrss-format-string.
15511         (nnrss-request-group): Decode group name.
15512         (nnrss-request-article): Decode group name; allow a Message-ID as
15513         well as an article number; don't use nnrss-format-string; encode a
15514         Message-ID string which may contain non-ASCII characters; use
15515         mml-to-mime to compose a MIME article.
15516         (nnrss-request-expire-articles): Decode group name.
15517         (nnrss-request-delete-group): Decode group name.
15518         (nnrss-fetch): Clarify error message.
15519         (nnrss-read-server-data): Use insert-file-contents instead of load;
15520         bind file-name-coding-system; use multibyte buffer.
15521         (nnrss-save-server-data): Bind coding-system-for-write to the
15522         value of nnrss-file-coding-system; bind file-name-coding-system;
15523         add coding cookie.
15524         (nnrss-read-group-data): Use insert-file-contents instead of load;
15525         bind file-name-coding-system; use multibyte buffer.
15526         (nnrss-save-group-data): Bind coding-system-for-write to the
15527         value of nnrss-file-coding-system; bind file-name-coding-system.
15528         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15529         make it work with non-ASCII text.
15530         (nnrss-find-el): Make it work with old xml.el as well.
15531
15532 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15533
15534         * nnrss.el (nnrss-get-encoding): New function.
15535         (nnrss-fetch): Use unibyte buffer initially; bind
15536         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15537         decode contents according to the encoding attribute.
15538         (nnrss-save-group-data): Add coding cookie.
15539         (nnrss-mime-encode-string): New function.
15540         (nnrss-check-group): Use it to encode subject and author.
15541
15542 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15543
15544         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15545         imaginary variable.
15546
15547 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15548
15549         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15550         correctly even if there are wide characters.
15551
15552 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15553
15554         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15555         downcased symbol names; make a new cache instead of reusing
15556         bbdb-hashtable.
15557
15558 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15559
15560         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15561         concatenating segments rather than before concatenating them.
15562         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15563
15564         * message.el (message-get-reply-headers): Bind `extra'.
15565
15566 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15567
15568         * message.el (message-extra-wide-headers): New variable.
15569         (message-get-reply-headers): Use it.
15570
15571 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15572
15573         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15574         (gnus-agent-group-pathname): Ditto.
15575
15576         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15577
15578         * gnus-group.el (gnus-group-make-group): Decode group name.
15579         (gnus-group-make-rss-group): Register the group data after opening
15580         the nnrss group.
15581
15582 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15583
15584         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15585         by expiry now get marked as read.
15586
15587 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15588
15589         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15590
15591 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15592
15593         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15594         unify Latin characters in XEmacs.
15595         (mm-find-mime-charset-region): Use it.
15596
15597 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15598
15599         * gnus-util.el (gnus-delete-directory): New function.
15600
15601         * gnus-agent.el (gnus-agent-delete-group): Use it.
15602
15603         * gnus-cache.el (gnus-cache-delete-group): Use it.
15604
15605 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15606
15607         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15608         names.
15609
15610 2004-12-16  Simon Josefsson  <jas@extundo.com>
15611
15612         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15613
15614 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15615
15616         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15617
15618         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15619         (gnus-group-set-current-level): Decode group name.
15620
15621 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15622
15623         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15624         failed.
15625
15626 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15627
15628         * gnus-group.el (gnus-group-delete-group): Decode group name.
15629         (gnus-group-make-rss-group): Encode group name.
15630         (gnus-group-catchup-current): Decode group name.
15631         (gnus-group-kill-group): Decode group name.
15632
15633 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15634
15635         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15636
15637 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15638
15639         * gnus-group.el (gnus-group-make-rss-group):
15640         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15641
15642         * gnus-start.el (gnus-setup-news): Honor user's setting to
15643         gnus-message-archive-method.  Suggested by Lute Kamstra
15644         <lute@gnu.org>.
15645
15646 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15647
15648         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15649         global counterparts of the buffer-local variables.
15650
15651 2004-11-16  Romain Francoise  <romain@orebokech.com>
15652
15653         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15654         counterparts of the buffer-local variables.
15655
15656 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15657
15658         * message.el (message-forbidden-properties): Fix typo in doc
15659         string.
15660
15661 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15662
15663         * gnus-util.el (gnus-replace-in-string): Add doc string.
15664
15665         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15666         to avoid problems when splitting mails with many recipients.
15667
15668 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15669
15670         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15671         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15672
15673 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15674
15675         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15676         if there is no hashtable in memory or file modification time is
15677         newer than cached timestamp.
15678
15679 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15680
15681         * gnus-sum.el (gnus-summary-limit-to-recipient):
15682         Implement not-matching option.
15683
15684 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15685
15686         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15687         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15688         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15689         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15690         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15691         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15692
15693 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15694
15695         * message.el (message-forward-make-body-mml): Remove headers
15696         according to message-forward-ignored-headers if a message is decoded.
15697
15698 2004-12-02  Romain Francoise  <romain@orebokech.com>
15699
15700         * message.el (message-forward-make-body-plain): Always remove
15701         headers according to message-forward-ignored-headers.
15702
15703 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15704
15705         * spam.el (spam-summary-prepare-exit): Remove the
15706         gnus-summary-limit pop for now, it has problems with ham marks for
15707         me.
15708
15709 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15710
15711         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15712         correctly.
15713
15714 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15715
15716         * format-spec.el (format-spec): Message the char.
15717
15718 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15719
15720         * gnus-art.el (gnus-split-methods): Reformat comments.
15721
15722         * spam.el (spam-summary-prepare-exit): Remove article limits
15723         before exiting the summary buffer.
15724
15725 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15726
15727         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15728         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15729
15730         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15731         order to silence the byte compiler.
15732
15733         * spam.el: Fix the way to silence the byte compiler, which
15734         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15735         bbdb-search-simple, spam-BBDB-register-routine,
15736         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15737         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15738         spam-stat-buffer-is-spam, spam-stat-load,
15739         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15740         spam-stat-save and spam-stat-split-fancy.
15741
15742 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15743
15744         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15745         which may confuse users.
15746         (canlock-password-for-verify): Ditto.
15747
15748         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15749
15750         * gnus-art.el (gnus-emphasis-alist): Ditto.
15751
15752         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15753
15754         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15755
15756         * gnus-start.el (gnus-save-killed-list): Ditto.
15757
15758         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15759         (gnus-sum-thread-tree-root): Ditto.
15760         (gnus-sum-thread-tree-false-root): Ditto.
15761         (gnus-sum-thread-tree-single-indent): Ditto.
15762
15763         * message.el (message-courtesy-message): Ditto.
15764         (message-archive-note): Ditto.
15765         (message-subscribed-address-file): Ditto.
15766         (message-user-fqdn): Ditto.
15767
15768         * spam-report.el (spam-report-gmane-regex): Ditto.
15769
15770         * spam.el (spam-blackhole-good-server-regex): Ditto.
15771
15772 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15773
15774         * mml.el (mml-preview): Widen the message buffer before copying
15775         the contents to the preview buffer; sort headers before previewing.
15776
15777         * message.el (message-hidden-headers): Fix the way to avoid a bug
15778         in the `repeat' widget in Emacs 21.3 or earlier.
15779
15780 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15781
15782         * message.el (message-hidden-headers): Default to "^References:".
15783         Improve customization type.  Suggested by Reiner Steib
15784         <Reiner.Steib@gmx.de>.
15785
15786 2004-11-25  Romain Francoise  <romain@orebokech.com>
15787
15788         * message.el (message-strip-forbidden-properties): Remove check for
15789         obsolete `message-hidden' text property, hidden headers are not
15790         accessible in the buffer anymore.
15791
15792 2004-11-22  Romain Francoise  <romain@orebokech.com>
15793
15794         * message.el (message-header-format-alist): Add `From' in list
15795         so that it can be sorted.
15796         (message-fix-before-sending): Widen and sort headers before
15797         sending.
15798         (message-hide-headers): Use narrowing to hide headers by moving
15799         them to the top of the buffer and narrowing to the region
15800         underneath.
15801
15802 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15803
15804         * message.el (message-strip-forbidden-properties):
15805         Bind buffer-read-only (etc) to nil.
15806
15807 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15808
15809         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15810         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15811
15812 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15813
15814         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15815
15816 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15817
15818         * dns.el (query-dns): Use sit-for to time instead of
15819         accept-process-output, since that doesn't seem to work on udp
15820         sockets.
15821
15822 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15823
15824         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15825
15826 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15827
15828         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15829         doc string.  Improve doc string.
15830
15831 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15832
15833         * nntp.el (nntp-request-update-info): Return nil if
15834         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15835         may not call gnus-activate-group which uselessly issues the GROUP
15836         commands for all nntp groups and wastes time.  Reported by Romain
15837         Francoise <romain@orebokech.com>.
15838
15839         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15840
15841 2004-11-15  Simon Josefsson  <jas@extundo.com>
15842
15843         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15844         headers separately.
15845         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15846         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15847
15848 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15849
15850         * gnus-start.el (gnus-convert-old-newsrc):
15851         Assign legacy-gnus-agent to 5.10.7.
15852
15853 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15854
15855         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15856         start of the lines.
15857
15858 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15859
15860         * hashcash.el (hashcash-default-payment): Change default to 20.
15861         (hashcash-default-accept-payment): Change default to 20.
15862         (hashcash-process-alist): New variable.
15863         (hashcash-generate-payment-async): Add.
15864         (hashcash-already-paid-p): Add.
15865         (hashcash-insert-payment): Don't generate payments twice.
15866         (hashcash-insert-payment-async): Add.
15867         (hashcash-insert-payment-async-2): Add.
15868         (hashcash-cancel-async): Add.
15869         (hashcash-wait-async): Add.
15870         (hashcash-processes-running-p): Add.
15871         (hashcash-wait-or-cancel): Add.
15872         (mail-add-payment): New optional argument.  Conditionally start
15873         asynchronous calculation.
15874         (mail-add-payment-async): Add.
15875
15876         * message.el (message-send-mail): Wait for asynchronous hashcash
15877         results.  Don't clobber existing X-Hashcash headers.
15878         (message-setup-1): Call mail-add-payment-async when
15879         message-generate-hashcash is non-nil.
15880
15881 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15882
15883         * message.el (message-use-alternative-email-as-from): Examine the
15884         From header as well; use message-make-from in order to include a
15885         user's full name.
15886
15887 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15888
15889         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15890         default; improve customization type.
15891         (gnus-emphasis-custom-with-format): New macro.
15892         (gnus-emphasis-custom-value-to-external): New function.
15893         (gnus-emphasis-custom-value-to-internal): New function.
15894
15895 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15896
15897         * dns.el (query-dns): Resolve reverse addresses.
15898
15899 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15900
15901         * gnus-group.el (gnus-group-get-new-news): Use it.
15902
15903         * gnus-start.el (gnus-check-reasonable-setup): New function.
15904
15905 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15908         "Args out of range" error.  Reported by Arnaud Giersch
15909         <arnaud.giersch@free.fr>.
15910
15911 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15912
15913         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15914
15915 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15916
15917         * spam.el (spam group): Add :version.
15918
15919         * pgg-def.el (pgg group): Add :version.
15920
15921 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15922
15923         * gnus-art.el (gnus-article-edit-article): Don't associate the
15924         article buffer with a draft file.  This is a temporary measure
15925         against the 2004-08-22 change to gnus-article-edit-mode.
15926
15927 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15928
15929         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15930         (html2text-format-tags): Remove unused variable `attr'.
15931
15932 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15933
15934         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15935
15936         * tls.el (tls-process-connection-type, tls-success)
15937         (tls-certtool-program): Add :version.
15938
15939         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15940         (starttls-extra-arguments, starttls-process-connection-type)
15941         (starttls-connect, starttls-failure, starttls-success): Add :version.
15942
15943         * spam-stat.el (spam-stat): Add :version.
15944
15945         * sieve.el (sieve): Add :version.
15946
15947         * sha1.el (sha1): Add :version.
15948         (sha1-use-external): Remove redundant version.
15949
15950         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15951         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15952         (nnmail-split-fancy-match-partial-words)
15953         (nnmail-split-lowercase-expanded): Add :version.
15954
15955         * nndiary.el (nndiary): Add :version.
15956
15957         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15958
15959         * mml-sec.el (mml-default-sign-method)
15960         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15961         Add :version.
15962
15963         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15964
15965         * mm-url.el (mm-url-use-external, mm-url-program)
15966         (mm-url-arguments): Add :version.
15967
15968         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15969         (mm-attachment-file-modes, mm-decrypt-option)
15970         (mm-w3m-safe-url-regexp): Add :version.
15971
15972         * message.el (message-cite-prefix-regexp)
15973         (message-sendmail-envelope-from, message-minibuffer-local-map)
15974         (message-user-fqdn, message-completion-alist): Add :version.
15975
15976         * gnus-win.el (gnus-configure-windows-hook)
15977         (gnus-use-frames-on-any-display): Add :version.
15978
15979         * gnus-art.el (gnus-article-address-banner-alist)
15980         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15981         (gnus-treat-from-picon, gnus-treat-mail-picon)
15982         (gnus-treat-x-pgp-sig): Add :version.
15983
15984         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15985         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15986         (gnus-summary-article-delete-hook)
15987         (gnus-summary-display-while-building): Add :version.
15988
15989         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15990         (gnus-get-top-new-news-hook): Add :version.
15991
15992         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15993         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15994
15995         * gnus-registry.el (gnus-registry): Add :version.
15996
15997         * gnus-spec.el (gnus-use-correct-string-widths)
15998         (gnus-make-format-preserve-properties): Add :version.
15999
16000         * gnus.el (gnus-group-charter-alist)
16001         (gnus-group-fetch-control-use-browse-url)
16002         (gnus-install-group-spam-parameters): Add :version.
16003
16004         * gnus-diary.el (gnus-diary): Add :version.
16005
16006         * gnus-delay.el (gnus-delay): Add :version.
16007
16008         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16009         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16010         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16011         Add :version.
16012
16013         * gnus-agent.el (gnus-agent-max-fetch-size)
16014         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16015         (gnus-agent-prompt-send-queue): Add :version.
16016
16017         * deuglify.el (gnus-outlook-deuglify): Add :version.
16018
16019         * html2text.el: Beautify code.  Improve doc strings.
16020         Some checkdoc cleanup.
16021         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16022
16023 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16024
16025         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16026
16027 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16028
16029         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16030         when package is loaded.
16031
16032         * spam.el (spam-summary-score-preferred-header): Add global preference
16033         for people who want to override the default SpamAssassin over
16034         Bogofilter preference (when both are set).
16035         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16036         (spam-user-format-function-S):
16037         Check spam-summary-score-preferred-header.
16038         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16039         (spam-user-format-function-S): Format the score correctly.
16040
16041 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16042
16043         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16044         signature file.  Suggested by Manoj Srivastava
16045         <srivasta@golden-gryphon.com>.
16046
16047         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16048         iso-2022-jp even in the Japanese language environment.
16049         Suggested by Jason Rumney <jasonr@gnu.org>.
16050
16051 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16052
16053         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16054         use the same characters as the dummy marks; make it free from
16055         getting affected by the language environment.
16056         (gnus-summary-read-group-1): Update mark positions only when the
16057         format spec is updated.
16058
16059         * gnus-spec.el (gnus-update-format-specifications): Return a list
16060         of updated types.
16061
16062 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16063
16064         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16065         of boundp to check if display-warning is available.
16066
16067 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16068
16069         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16070
16071 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16072
16073         * nnspool.el (nnspool-spool-directory): Use news-path if the
16074         news-directory variable is not bound.
16075
16076         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16077         function instead of display-warning if it is not available.
16078
16079 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16080
16081         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16082         v5-10: Use `point-at-bol'.
16083
16084 2004-10-26  Simon Josefsson  <jas@extundo.com>
16085
16086         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16087         <chenggao@gmail.com>.
16088
16089 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16090
16091         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16092         instead.
16093
16094 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16095
16096         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16097         to remove a server from the nnimap-server-buffer-alist.
16098         (nnimap-open-connection, nnimap-close-server): Use it.
16099
16100         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16101
16102 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16103
16104         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16105         running the major-mode function.
16106
16107 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16108
16109         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16110         dummy marks in the right way.
16111
16112 2004-10-18  David Edmondson  <dme@dme.org>
16113
16114         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16115         excessively.
16116
16117 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16118
16119         * gnus-util.el (gnus-split-references): Accept a nil references
16120         string and go on blissfully.
16121
16122         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16123         cases where the references string is non-nil but has no references.
16124
16125         * encrypt.el: Add autoload tags.
16126
16127         * spam.el (spam-resolve-registrations-routine): Remove article
16128         from unregistration list too.  Reported by David Hanak
16129         <dhanak@isis.vanderbilt.edu>
16130
16131 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16132
16133         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16134         nil.  Change custom type.
16135
16136 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16137
16138         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16139
16140         * gnus-sum.el (gnus-summary-move-article): Use it.
16141
16142 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16143
16144         * encrypt.el: Add autoload cookies.
16145
16146         * spam.el (spam-backend-article-list-property)
16147         (spam-backend-get-article-todo-list)
16148         (spam-backend-put-article-todo-list)
16149         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16150         Resolve registrations separately.
16151         (spam-register-routine): Format comments.
16152         (spam-unregister-routine, spam-register-routine): Always call with
16153         specific-articles, no default list.
16154         (spam-summary-prepare-exit): Use the spam-classifications function.
16155
16156         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16157         gnus-encrypt.el.
16158
16159         * encrypt.el: Copied from gnus-encrypt.el.
16160
16161         * gnus-encrypt.el: Commented that it's obsolete.
16162
16163 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16164
16165         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16166         (gnus-score-save): Use it.
16167
16168         * message.el (message-bury): Use `window-dedicated-p'.
16169
16170 2004-10-15  Simon Josefsson  <jas@extundo.com>
16171
16172         * pop3.el (top-level): Don't require nnheader.
16173         (pop3-read-timeout): Add.
16174         (pop3-accept-process-output): Add.
16175         (pop3-read-response, pop3-retr): Use it.
16176
16177 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16178
16179         * spam.el (spam-register-routine): Move comment.
16180         (spam-verify-bogofilter): Use 'unknown for the initial
16181         spam-bogofilter-valid state, not 'never.
16182
16183         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16184         for netrc-machine.
16185
16186         * nnimap.el (nnimap-open-connection):
16187         Use netrc-machine-user-or-password.
16188
16189 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16190
16191         * gnus-registry.el (gnus-registry-unload-hook):
16192         Set as a variable with add-hook.
16193
16194         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16195         of news-path.
16196
16197         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16198
16199         * spam.el: Delete duplicate `provide'.
16200         (spam-unload-hook): Set as a variable with add-hook.
16201
16202 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16203
16204         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16205         in the doc string.
16206
16207         * message.el (message-ignored-news-headers)
16208         (message-ignored-supersedes-headers)
16209         (message-ignored-resent-headers)
16210         (message-forward-ignored-headers): Improve custom type.
16211
16212 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16213
16214         * message.el (message-tokenize-header): Fix 2004-09-06 change
16215         which used point-min in the wrong place.
16216
16217 2004-10-12  Simon Josefsson  <jas@extundo.com>
16218
16219         * tls.el (tls-certtool-program): New variable.
16220         (tls-certificate-information): New function, based on
16221         ssl-certificate-information.
16222
16223 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16224
16225         * compface.el: Move the version of ELisp-based uncompface program
16226         to the contrib directory because of the copyright problem.
16227
16228 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16229
16230         * message.el (message-kill-buffer): Raise the current frame.
16231
16232 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16233
16234         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16235
16236         * gnus.el (message-y-or-n-p): Autoload.
16237
16238         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16239         (pop3-password-required, pop3-authentication-scheme)
16240         (pop3-leave-mail-on-server): Make customizable.
16241         (pop3): New custom group.
16242         (pop3-retr): Remove `sleep-for' statements.
16243         Suggested by Dave Love <fx@gnu.org>.
16244
16245         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16246         Windows/DOS.
16247
16248         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16249         (imap-parse-body): Fix incorrect use of `assert'.
16250         Suggested by Dave Love <fx@gnu.org>.
16251
16252         * mml.el (mml-minibuffer-read-disposition): Require match.
16253         Suggested by Dave Love <fx@gnu.org>.
16254
16255 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16256
16257         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16258         doc string.
16259
16260 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16261
16262         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16263
16264 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16265
16266         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16267         instead of calling `mm-insert-inline', to decode text/* parts
16268         before displaying them.
16269
16270 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16271
16272         * mm-uu.el (mm-uu-text-plain-type): New variable.
16273         (mm-uu-pgp-signed-extract-1): Use it.
16274         (mm-uu-pgp-encrypted-extract-1): Use it.
16275         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16276         bind mm-uu-text-plain-type with that value.
16277         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16278         mm-uu-dissect.
16279
16280 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16281
16282         * gnus-group.el (gnus-update-group-mark-positions):
16283         * gnus-sum.el (gnus-update-summary-mark-positions):
16284         * message.el (message-check-news-body-syntax):
16285         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16286         of string-as-multibyte.
16287
16288 2004-10-05  Juri Linkov  <juri@jurta.org>
16289
16290         * gnus-group.el (gnus-update-group-mark-positions):
16291         * gnus-sum.el (gnus-update-summary-mark-positions):
16292         * message.el (message-check-news-body-syntax):
16293         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16294         8-bit unibyte values to a multibyte string for search functions.
16295
16296 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16297
16298         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16299         (mm-uu-dissect-text-parts): New function.
16300
16301         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16302         dissect text parts.
16303
16304         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16305         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16306
16307         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16308
16309         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16310         Use gnus-current-topics instead of gnus-current-topic.
16311
16312 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16313
16314         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16315
16316 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16317
16318         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16319         where approriate.
16320
16321         * nnml.el (nnml-generate-active-info): do.
16322
16323         * nndiary.el (nndiary-generate-active-info): do.
16324
16325         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16326         (gnus-topic-move): do.
16327
16328         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16329         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16330
16331         * gnus-srvr.el (gnus-server-prepare)
16332         (gnus-server-open-all-servers): do.
16333
16334         * gnus-msg.el (gnus-summary-cancel-article)
16335         (gnus-summary-resend-message)
16336         (gnus-summary-mail-crosspost-complaint): do.
16337
16338         * gnus-move.el (gnus-change-server): do.
16339
16340         * gnus-group.el (gnus-group-unmark-all-groups)
16341         (gnus-group-set-current-level): do.
16342
16343 2004-10-04  Simon Josefsson  <jas@extundo.com>
16344
16345         * message.el (message-generate-hashcash): Doc fix.
16346
16347 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16348
16349         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16350         avoid infinite recursion via gnus-get-function.
16351
16352 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16353
16354         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16355
16356         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16357
16358         * nnmail.el (nnmail-split-history): do.
16359
16360         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16361         (nnml-request-delete-group): do.
16362
16363         * nnslashdot.el (nnslashdot-read-groups): do.
16364
16365         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16366         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16367
16368         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16369         (nnspool-sift-nov-with-sed): Use last.
16370         (nnspool-retrieve-headers-with-nov): Use mapc.
16371         (nnspool-request-newgroups): Use dolist.
16372         (nnspool-request-group): Use last.
16373
16374         * nntp.el (nntp-read-server-type): Use dolist.
16375
16376         * nnvirtual.el (nnvirtual-create-mapping)
16377         (nnvirtual-update-read-and-marked): Use dolist.
16378         (nnvirtual-convert-headers): Simplify.
16379
16380 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16381
16382         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16383         Add support for sync'ing tick marks.
16384
16385 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16386
16387         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16388         there's no visible header.
16389
16390 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16391
16392         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16393         When necessary, pass full group name to gnus-request-set-marks.
16394
16395 2004-10-01  Simon Josefsson  <jas@extundo.com>
16396
16397         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16398         acroread.
16399
16400 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16401
16402         * spam-report.el (spam-report-gmane): Fix interactive.
16403
16404         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16405
16406         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16407         when writing file.
16408         (gnus-agent-synchronize-flags): Don't default to being
16409         interactive.
16410
16411 2004-09-30  Simon Josefsson  <jas@extundo.com>
16412
16413         * message.el (message-generate-hashcash): Add.
16414         (message-send-mail): Use it, call mail-add-payment.
16415
16416 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16417
16418         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16419
16420 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16421
16422         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16423         gnus-requst-update-info with explicit code to sync the in-memory
16424         info read flags with the marks being sync'd to the backend.
16425
16426         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16427
16428 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16429
16430         * spam.el (spam-verify-bogofilter): Add new function.
16431         (spam-check-bogofilter)
16432         (spam-bogofilter-register-with-bogofilter): Use it.
16433         (spam-verify-bogofilter): Add small fixes.
16434
16435 2004-09-28  Simon Josefsson  <jas@extundo.com>
16436
16437         * hashcash.el (hashcash-generate-payment): Revert.
16438
16439 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16440
16441         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16442         Use gnus-extract-references instead of gnus-split-references.
16443
16444         * gnus-util.el (gnus-extract-references): Add new function, analogous
16445         to gnus-split-references but extracts only the message-ID without
16446         anything extra.
16447
16448         * hashcash.el (hashcash-generate-payment)
16449         (hashcash-check-payment): Do the right thing if hashcash-path is
16450         nil (because the hashcash program could not be found).
16451
16452         * spam.el (spam-use-hashcash): Remove comment.
16453
16454 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16455
16456         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16457         (gnus-cache-enter-article, gnus-cache-remove-article)
16458         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16459
16460         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16461
16462         * gnus-art.el (article-hide-boring-headers)
16463         (article-translate-strings, article-display-face)
16464         (gnus-article-mime-match-handle-first)
16465         (gnus-article-highlight-headers)
16466         (gnus-article-add-buttons-to-head): do.
16467
16468 2004-09-27  Simon Josefsson  <jas@extundo.com>
16469
16470         * hashcash.el: New version, from
16471         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16472         ../contrib/.
16473
16474 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16475
16476         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16477
16478 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16479
16480         * gnus-dup.el (gnus-dup-open): Use mapc.
16481         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16482
16483         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16484         Reported by Stefan Wiens <s.wi@gmx.net>.
16485
16486         * gnus.el (gnus-shutdown): Use dolist.
16487
16488         * gnus-undo.el (gnus-undo): Use mapc.
16489
16490         * nnrss.el (nnrss-generate-active): do.
16491
16492         * message.el (message-cite-original-without-signature)
16493         (message-cite-original): Use mapc.
16494         (message-do-actions, message-make-forward-subject): Use dolist.
16495
16496 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16497
16498         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16499         deletion to remove entire duplicate line.  Fixes merged article
16500         number bug.
16501
16502 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16503
16504         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16505         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16506         first ask if you want to open a server and then, even when you
16507         responded with no, asking if you want to synchronize the server's
16508         flags.
16509         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16510         multi-line expressions.
16511         (gnus-agent-synchronize-group-flags): New internal function.
16512         Updates marks in memory (in the info structure) AND in the
16513         backend.
16514
16515         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16516
16517         * nnagent.el (nnagent-request-set-mark):
16518         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16519         method, to ensure that synchronization updates marks in the
16520         backend and in the info (in memory) structure.
16521
16522 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16523
16524         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16525         convention fully; don't miss the root article of a thread; make
16526         the X-Draft-From header with correct article numbers.
16527
16528 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16529
16530         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16531         unless plugged.  Disable the agent so that an open failure causes
16532         an error.
16533
16534         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16535         Revert 2004-09-21 change.  The backend must be opened while
16536         synchronizing flags even when the backend stores the flags
16537         locally.
16538
16539 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16540
16541         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16542         in `header' match.  Reported by Svend Tollak Munkejord.
16543
16544         * message.el (message-cite-original): Fix use of
16545         `message-cite-articles-with-x-no-archive'.
16546
16547 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16548
16549         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16550         (gnus-window-to-buffer): Ditto.
16551
16552         * mml.el (mml-preview-buffer): New variable.
16553         (mml-preview): Manage window layout with gnus-buffer-configuration.
16554
16555         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16556         X-Draft-From header even if those articles aren't quoted.
16557
16558 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16559
16560         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16561         (gnus-request-set-mark, gnus-request-update-mark): Use new
16562         g-s-t-u-l-m to decide to use backend even when unplugged.
16563
16564 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16565
16566         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16567         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16568
16569 2004-09-20  Simon Josefsson  <jas@extundo.com>
16570
16571         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16572         "utf-16-le".
16573
16574 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16575
16576         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16577
16578 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16579
16580         * uudecode.el (uudecode-use-external): Add :version.
16581
16582         * smime.el (smime-CA-file, smime-encrypt-cipher)
16583         (smime-dns-server): Add :version.
16584
16585         * smiley.el (gnus-smiley-file-types): Add :version.
16586
16587         * sha1.el (sha1-use-external): Add :version.
16588
16589         * pgg-def.el (pgg-query-keyserver): Add :version.
16590
16591         * nnmail.el (nnmail-fancy-expiry-targets)
16592         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16593         Add :version.
16594
16595         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16596         (nnimap-retrieve-groups-asynchronous): Add :version.
16597         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16598
16599         * mml.el (mml-content-disposition-parameters)
16600         (mml-insert-mime-headers-always): Add :version.
16601
16602         * mm-util.el (mm-coding-system-priorities): Add :version.
16603
16604         * mm-decode.el (mm-inline-text-html-with-images)
16605         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16606         (mm-verify-option): Add :version.
16607         (mm-text-html-renderer): Change :version.
16608
16609         * message.el (message-fcc-externalize-attachments)
16610         (message-required-headers, message-draft-headers)
16611         (message-subject-trailing-was-query)
16612         (message-subject-trailing-was-ask-regexp)
16613         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16614         (message-mark-insert-end, message-archive-header)
16615         (message-archive-note, message-cross-post-default)
16616         (message-cross-post-note, message-followup-to-note)
16617         (message-cross-post-note-function, message-use-mail-followup-to)
16618         (message-subscribed-address-functions)
16619         (message-subscribed-address-file, message-subscribed-addresses)
16620         (message-subscribed-regexps, message-allow-no-recipients)
16621         (message-yank-cited-prefix, message-signature-insert-empty-line)
16622         (message-hidden-headers, message-hierarchical-addresses)
16623         (message-mail-user-agent, message-use-idna)
16624         (message-valid-fqdn-regexp)
16625         (message-strip-special-text-properties, message-header-synonyms)
16626         (message-beginning-of-line, message-tab-body-function): Add :version.
16627         (message-insert-canlock, message-wide-reply-confirm-recipients):
16628         Change :version.
16629
16630         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16631         and :version.
16632         (mail-source-delete-old-incoming-confirm)
16633         (mail-source-movemail-program): Add :version.
16634
16635         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16636         (gnus-agent-cache, gnus-agent): Change :version.
16637
16638         * gnus-util.el (gnus-use-byte-compile): Change :version.
16639
16640         * gnus-sum.el (gnus-summary-make-false-root-always)
16641         (gnus-summary-default-high-score)
16642         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16643         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16644         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16645         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16646         (gnus-sum-thread-tree-single-indent)
16647         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16648         (gnus-sum-thread-tree-leaf-with-other)
16649         (gnus-sum-thread-tree-single-leaf): Add :version.
16650         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16651         (gnus-article-loose-mime): Change :version.
16652
16653         * gnus-start.el (gnus-backup-startup-file)
16654         (gnus-save-startup-file-via-temp-buffer): Add :version.
16655
16656         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16657         (gnus-server-offline-face): Add :version.
16658
16659         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16660
16661         * gnus-msg.el (gnus-gcc-externalize-attachments)
16662         (gnus-debug-files, gnus-debug-exclude-variables)
16663         (gnus-discouraged-post-methods): Change :version.
16664         (gnus-confirm-mail-reply-to-news)
16665         (gnus-confirm-treat-mail-like-news): Add :version.
16666
16667         * gnus-int.el (gnus-server-unopen-status): Add :version.
16668
16669         * gnus-group.el (gnus-group-jump-to-group-prompt)
16670         (gnus-large-ephemeral-newsgroup)
16671         (gnus-fetch-old-ephemeral-headers): Add :version.
16672
16673         * gnus-fun.el (gnus-x-face-directory)
16674         (gnus-convert-pbm-to-x-face-command)
16675         (gnus-convert-image-to-x-face-command)
16676         (gnus-convert-image-to-face-command): Add :version.
16677
16678         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16679
16680         * gnus-cite.el (gnus-cite-blank-line-after-header)
16681         (gnus-article-boring-faces): Add :version.
16682
16683         * gnus-art.el (gnus-buttonized-mime-types)
16684         (gnus-inhibit-mime-unbuttonizing)
16685         (gnus-treat-display-face)
16686         (gnus-treat-body-boundary): Change :version.
16687         (gnus-body-boundary-delimiter, gnus-picon-databases)
16688         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16689         (gnus-treat-date-english, gnus-treat-fold-headers)
16690         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16691         (gnus-treat-mail-picon, gnus-treat-wash-html)
16692         (gnus-article-encrypt-protocol)
16693         (gnus-use-idna, gnus-article-over-scroll)
16694         (gnus-mime-display-multipart-alternative-as-mixed)
16695         (gnus-mime-display-multipart-related-as-mixed)
16696         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16697         (gnus-ctan-url, gnus-button-ctan-handler)
16698         (gnus-button-handle-ctan-bogus-regexp)
16699         (gnus-button-ctan-directory-regexp)
16700         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16701         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16702         (gnus-button-man-level, gnus-button-emacs-level)
16703         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16704
16705         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16706         (gnus-agent-go-online): Change :version.
16707         (gnus-agent-expire-unagentized-dirs)
16708         (gnus-agent-auto-agentize-methods): Add :version.
16709
16710         * flow-fill.el (fill-flowed-display-column)
16711         (fill-flowed-encode-column): Add :version.
16712
16713         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16714         (gnus-outlook-deuglify-unwrap-max)
16715         (gnus-outlook-deuglify-cite-marks)
16716         (gnus-outlook-deuglify-unwrap-stop-chars)
16717         (gnus-outlook-deuglify-no-wrap-chars)
16718         (gnus-outlook-deuglify-attrib-cut-regexp)
16719         (gnus-outlook-deuglify-attrib-verb-regexp)
16720         (gnus-outlook-deuglify-attrib-end-regexp)
16721         (gnus-outlook-display-hook): Add :version.
16722
16723         * binhex.el (binhex-use-external): Add :version.
16724
16725 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16726
16727         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16728         and `invisible'.
16729
16730 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16731
16732         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16733         in gnus-registry-trim.
16734
16735 2004-09-13  Simon Josefsson  <jas@extundo.com>
16736
16737         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16738
16739         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16740
16741         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16742         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16743         <yamaoka@jpl.org>.
16744         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16745         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16746         <yamaoka@jpl.org>.
16747
16748         * sieve.el (sieve-manage-mode): Ditto.
16749
16750 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16751
16752         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16753
16754 2004-09-11  Simon Josefsson  <jas@extundo.com>
16755
16756         * dns-mode.el: Add.
16757
16758         * mm-view.el (mm-display-dns-inline): Add.
16759
16760         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16761         (mm-automatic-display): Ditto.
16762
16763         * mailcap.el (mailcap-mime-data): Add text/dns.
16764         (mailcap-mime-extensions): Map .soa to text/dns.
16765
16766 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16767
16768         * gnus-art.el (article-decode-mime-words, article-babel)
16769         (gnus-article-highlight-signature, gnus-article-add-buttons)
16770         (gnus-signature-toggle): Remove unnecessary bindings of
16771         `inhibit-read-only' inherited from v5.10 merge.
16772
16773 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16774
16775         * nntp.el (nntp): New customization group.
16776         (nntp-authinfo-file): Add customization group.
16777
16778         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16779
16780         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16781
16782         * gnus.el (to-address, to-list, subscribed)
16783         (large-newsgroup-initial): Ditto.
16784
16785         * flow-fill.el (fill-flowed-display-column)
16786         (fill-flowed-encode-column): Ditto.
16787
16788 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16789
16790         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16791         Use point-min rather than 1.
16792         (message-send-mail): Use buffer-size rather than point-max.
16793
16794         * gnus-sum.el (gnus-summary-search-article-forward):
16795         Signal a specific `search-failed' rather than a generic `error'.
16796
16797         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16798         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16799         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16800
16801 2004-09-10  Simon Josefsson  <jas@extundo.com>
16802
16803         * nndb.el (require): Remove tcp and duplicate cl.
16804
16805 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16806
16807         * gnus-agent.el (directory-files-and-attributes): Move forward.
16808
16809 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16810
16811         * gnus-agent.el (directory-files-and-attributes):
16812         Optionally defined to support XEmacs.
16813
16814 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16815
16816         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16817         to avoid run-time CL dependencies.
16818         (gnus-agent-unfetch-articles): New function.
16819         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16820         article numbers even when local .overview file is missing.
16821         (gnus-agent-read-article-number): New function.  Only accepts
16822         27-bit article numbers.
16823         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16824         Use gnus-agent-read-article-number.
16825         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16826         from backend while recognizing that article numbers in .overview
16827         must be valid.
16828         (gnus-agent-update-files-total-fetched-for):
16829         Use directory-files-and-attributes to improve performance.
16830         * gnus-int.el (gnus-request-move-article):
16831         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16832         improve performance.
16833
16834         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16835         some users confused by references to .newsrc when they only have a
16836         .newsrc.eld file.
16837         (gnus-convert-mark-converter-prompt)
16838         (gnus-convert-converter-needs-prompt): Fix use of property list.
16839         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16840         New function.  Used internally to only display 'gnus converting
16841         files' message when actually necessary.
16842
16843         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16844         methods now autoloaded.
16845
16846 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16847
16848         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16849         identifiers.
16850
16851 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16852
16853         * gnus-picon.el: Fix indentation and closing parenthesis.
16854
16855 2004-09-01  Simon Josefsson  <jas@extundo.com>
16856
16857         * message.el (message-canlock-generate): Require sha1, not
16858         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16859         to require within a function.  Sadly, if sha1.el isn't loaded, the
16860         let binding in m-c-g will hide the defcustom definition, which is
16861         bad.)
16862
16863         * canlock.el: Require sha1, not sha1-el.
16864
16865         * message.el: Don't autoload sha1 (there is a autoload cookie in
16866         sha1.el).
16867
16868         * sha1-el.el: Rename to sha1.el.
16869
16870 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16871
16872         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16873
16874 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16875
16876         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16877
16878 2004-08-30  Kim F. Storm  <storm@cua.dk>
16879
16880         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16881
16882         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16883         Add :group 'nnimap.
16884
16885 2004-08-30  Andreas Schwab  <schwab@suse.de>
16886
16887         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16888         ?* and ?\;.
16889
16890         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16891         and ?\' to symbol instead of whitespace.
16892
16893 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16894
16895         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16896
16897         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16898         instead of re-search-forward.
16899
16900         * gnus-uu.el (gnus-uu-save-article): Ditto.
16901         (gnus-uu-post-encode-uuencode): Ditto.
16902
16903         * html2text.el (html2text-clean-list-items): Ditto.
16904         (html2text-clean-dtdd): Ditto.
16905         (html2text-format-tags): Ditto.
16906
16907         * message.el (message-send-mail-with-sendmail): Fix regexp.
16908         (message-fill-field-general): Use search-forward instead of
16909         re-search-forward.
16910         (unbold-region): Ditto.
16911
16912         * nnrss.el (nnrss-request-article): Ditto.
16913
16914         * nnslashdot.el (nnslashdot-request-article): Ditto.
16915
16916         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16917
16918         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16919         "Unrecognized menu descriptor" error in XEmacs.
16920
16921 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16922
16923         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16924         parent article of a sparse article in the thread hashtb.
16925
16926 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16927
16928         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16929         (nnmail-expand-newtext): Lowercase expanded entries if
16930         nnmail-split-lowercase-expanded is non-nil.
16931
16932 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16933
16934         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16935
16936         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16937         of gnus-tmp-news-method into string under XEmacs.  It will be
16938         passed to gnus-correct-length which takes only a string argument.
16939
16940 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16941
16942         * gnus-util.el (gnus-bind-print-variables): New macro.
16943         (gnus-prin1): Use it.
16944         (gnus-prin1-to-string): Use it.
16945         (gnus-pp): New function.
16946         (gnus-pp-to-string): New function.
16947
16948         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16949         Replace pp-to-string with gnus-pp-to-string.
16950         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16951         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16952         * gnus-msg.el (gnus-debug): Ditto.
16953         * gnus-score.el (gnus-score-save): Ditto.
16954         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16955         gnus-pp-to-string.
16956         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16957         with gnus-pp.
16958         * score-mode.el (gnus-score-pretty-print): Ditto.
16959         * webmail.el (webmail-debug): Ditto.
16960
16961 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16962
16963         * gnus-art.el (article-display-face, article-display-x-face):
16964         Use buffer-read-only.
16965
16966 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16967
16968         * gnus-art.el (article-hide-list-identifiers):
16969         Bind inhibit-read-only as t.
16970
16971 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16972
16973         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16974
16975 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16976
16977         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16978         (gnus-narrow-to-page): Don't assume point-min == 1.
16979         (gnus-article-edit-mode): Derive from message-mode.
16980
16981         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16982         point-min == 1.
16983
16984         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16985         Disable incorrect use of `assert'.
16986
16987         * message.el (message-mode): Set comment-start-skip.
16988
16989
16990 2004-08-22  Sam Steingold  <sds@gnu.org>
16991
16992         * pop3.el (pop3-leave-mail-on-server): New user variable.
16993         (pop3-movemail): Delete mail only when it is nil.
16994
16995 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16996
16997         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16998
16999         * mml.el (mml-preview): Use `pop-to-buffer'.
17000
17001         * message.el (message-goto-mail-followup-to): Insert after "To".
17002         (message-carefully-insert-headers): Add comment.
17003
17004         * gnus.el: Remove unused variable `gnus-article-check-size'.
17005
17006         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17007
17008         * gnus-art.el (gnus-button-alist):
17009         Improve `gnus-button-handle-library' entry.
17010
17011 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17012
17013         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17014         Use downcase, since XEmacs capitalizes error messages differently.
17015
17016 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17017
17018         * nntp.el: Add (require 'gnus) due to reference to
17019         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17020
17021 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17022
17023         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17024         Bind `mm-fill-flowed'.
17025
17026         * mm-decode.el (mm-dissect-singlepart): Check it.
17027
17028 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17029
17030         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17031         'imap' for netrc parsing.
17032
17033 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17034
17035         * mailcap.el (mailcap-mime-data): Mark as risky.
17036
17037 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17038
17039         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17040         may be included in the encoded word.
17041         (rfc2047-encode): Don't append a space if the encoded word
17042         includes close parenthesis.
17043
17044 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17045
17046         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17047         of text within parentheses.
17048
17049 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17050
17051         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17052         (gnus-encrypt-write-file-contents): Make the password key the file
17053         name PLUS the cipher, not just the cipher.  Also remove failed
17054         passwords from the cache.
17055
17056 2004-08-06  Simon Josefsson  <jas@extundo.com>
17057
17058         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17059         Doc fix.
17060
17061 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17062
17063         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17064         LWSP.
17065
17066 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17067
17068         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17069         Try to append in-reply-to: data to the references: header.
17070
17071         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17072         (netrc-parse): Use gnus-encrypt.el functions.
17073
17074         * gnus-encrypt.el: Add new file for encryption support; currently
17075         does only a few GPG ciphers and an internal XOR cipher.
17076
17077         * password.el: Add comments on using password-read-and-add.
17078         (password-read-and-add): Add function to read and add the
17079         password to the cache at once.
17080
17081 2004-07-28  Simon Josefsson  <jas@extundo.com>
17082
17083         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17084         parameter (but don't use it, for now).
17085
17086         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17087         instead of hard coding to nil.
17088
17089 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17090
17091         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17092         as mm-inline-image-xemacs does.
17093
17094 2004-07-26  Simon Josefsson  <jas@extundo.com>
17095
17096         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17097         Revert part of 2004-07-17 change below.
17098
17099 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17100
17101         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17102         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17103
17104 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17105
17106         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17107         quotes that actually start with ">" at the beginning of the
17108         lines.
17109
17110 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17111
17112         * rfc2047.el (rfc2047-encode-region): Fix last change.
17113         (rfc2047-encode-parameter): Remove useless concat.
17114
17115 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17116
17117         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17118         encode special characters; fix some kind of misconfigured headers;
17119         signal a real error if debug-on-quit or debug-on-error is non-nil.
17120         (rfc2047-encode-max-chars): New variable.
17121         (rfc2047-encode-1): Use it.
17122         (rfc2047-encode-parameter): New function.
17123
17124         * mml.el (mml-insert-parameter): Remove an excessive space.
17125
17126 2004-07-17  Simon Josefsson  <jas@extundo.com>
17127
17128         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17129         Kai Grossjohann <kai@emptydomain.de>.
17130         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17131         (gnus-group-make-menu-bar): Ditto.
17132
17133         * gnus-util.el (gnus-group-server): Add.
17134
17135 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17136
17137         * message.el (message-clone-locals): Clone sendmail and smtp
17138         variables.
17139
17140 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17141
17142         * rfc2047.el (rfc2047-encode-region): Fix last change.
17143
17144 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17145
17146         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17147         characters as non-special.
17148
17149 2004-07-09  Simon Josefsson  <jas@extundo.com>
17150
17151         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17152         Users will lose all flag changes made while unplugged with
17153         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17154         good default.  See numerous reports on ding mailing list.
17155
17156 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17157
17158         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17159         add generate-head-function and generate-article-function to the
17160         rfc822-forward entry.
17161         (nndoc-rfc822-forward-generate-article): New function.
17162         (nndoc-rfc822-forward-generate-head): New function.
17163
17164         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17165
17166 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17167
17168         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17169         respect display group parameter and gnus-summary-expunge-below.
17170         (gnus-articles-to-read): Remove unused reference to display group
17171         parameter.
17172
17173 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17174
17175         * nnheader.el (nnheader-uniquify-message-id): New experimental
17176         variable.
17177         (nnheader-nov-read-message-id): Use it.
17178
17179         * spam-report.el (spam-report-gmane): Add interactive.
17180
17181 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17182
17183         * mm-encode.el (mm-content-transfer-encoding-defaults):
17184         Use qp-or-base64 for the application/* types.
17185
17186 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17187
17188         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17189
17190 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17191
17192         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17193         trim value.
17194
17195 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17196
17197         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17198         New macro and function.
17199         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17200
17201 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17202
17203         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17204         after-load-alist.
17205
17206 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17207
17208         * gnus-group.el (gnus-group-get-new-news-this-group):
17209         Don't update info that isn't there.
17210
17211 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17212
17213         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17214         entry.
17215
17216 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17217
17218         * mm-view.el (mm-inline-render-with-function): Use multibyte
17219         buffer; decode html source by charset.
17220
17221         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17222
17223         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17224         Mule-UCS is loaded under XEmacs.
17225         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17226
17227 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17228
17229         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17230
17231 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17232
17233         * mm-util.el (mm-coding-system-p): Return a coding-system.
17234         (mm-mime-mule-charset-alist): Use shift_jis instead of
17235         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17236         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17237         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17238         instead of japanese-shift-jis and iso-latin-1 respectively in
17239         order to share the default value with both Emacs and XEmacs-mule.
17240         (mm-mule-charset-to-mime-charset):
17241         Make mm-coding-system-priorities effective.
17242         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17243         while predicating of candidates upon the priorities.
17244
17245 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17246
17247         * gnus-sum.el (gnus-summary-make-menu-bar):
17248         Add gnus-uu-invert-processable.
17249
17250         * gnus.el: Autoload gnus-uu-invert-processable.
17251
17252 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17253
17254         * mm-util.el (mm-with-multibyte-buffer): New macro.
17255
17256         * rfc2047.el (rfc2047-encode-string): Use it.
17257         (rfc2047-encode-region): Move point to the end of the region after
17258         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17259
17260 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17261
17262         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17263         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17264
17265 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17266
17267         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17268         (gnus-cite-parse): Ignore quoted envelope From_.
17269         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17270
17271 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17272
17273         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17274         invalid addresses.
17275
17276 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17277
17278         * spam.el: Change section markers, revise TODO list.
17279         (spam-backends): Make new master list of all installed backends.
17280         (spam-summary-exit-behavior): Add new variable to determine how
17281         messages moves are done at summary exit.
17282         (spam-move-spam-nonspam-groups-only)
17283         (spam-process-ham-in-nonham-groups)
17284         (spam-process-ham-in-spam-groups): Remove variables, the
17285         spam-summary-exit-behavior variable should be used to manage this
17286         behavior.
17287         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17288         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17289         and spam-old-spam-articles.
17290         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17291         Add empty variables, placeholders for the backends they represent.
17292         (spam-set-difference): Move, unchanged.
17293         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17294         unless the user has a processor variable.
17295         (spam-classifications, spam-classification-valid-p)
17296         (spam-backend-properties, spam-backend-property-valid-p)
17297         (spam-backend-function-type-valid-p)
17298         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17299         (spam-report-articles-gmane, spam-report-articles-resend):
17300         Remove functions, they are not needed.
17301         (spam-install-backend-super, spam-backend-list)
17302         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17303         (spam-backend-function, spam-backend-ham-registration-function)
17304         (spam-backend-spam-registration-function)
17305         (spam-backend-ham-unregistration-function)
17306         (spam-backend-spam-unregistration-function)
17307         (spam-backend-statistical-p, spam-backend-mover-p)
17308         (spam-install-backend-alias, spam-install-checkonly-backend)
17309         (spam-install-mover-backend, spam-install-nocheck-backend)
17310         (spam-install-backend, spam-install-statistical-backend)
17311         (spam-install-statistical-checkonly-backend): Add backend installation
17312         support.
17313         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17314         (spam-group-processor-p): Use the new backend code and respect the
17315         summary exit behavior.
17316         (spam-mark-spam-as-expired-and-move-routine): Remove.
17317         (spam-summary-prepare): Change to use the new spam-old-articles
17318         variable.
17319         (spam-copy-or-move-routine, spam-copy-spam-routine)
17320         (spam-move-spam-routine, spam-copy-ham-routine)
17321         (spam-move-ham-routine): Add code to copy/move ham or spam.
17322         (spam-fetch-field-fast): Improve doc and code, plus allow the
17323         'number request.
17324         (spam-list-of-checks, spam-list-of-statistical-checks):
17325         Remove variables.
17326         (spam-split, spam-find-spam): Use the new backend code.
17327         (spam-registration-functions): Remove variable.
17328         (spam-unregister-routine): Add convenience wrapper.
17329         (spam-log-undo-registration, spam-register-routine)
17330         (spam-log-processing-to-registry)
17331         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17332         where possible.
17333         (spam-check-gmane-xref, spam-check-regex-headers)
17334         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17335         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17336         (spam-check-bogofilter-headers, spam-check-spamoracle)
17337         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17338         (spam-check-crm114-headers): Use the spam-split-group that
17339         spam-split prepares, no need to determine it every time.
17340
17341         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17342         to the nnheader-parse-naked-head call.
17343
17344         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17345
17346         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17347         the nnheader-nov-read-message-id call.
17348
17349 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17350
17351         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17352         gnus-activate-group twice.  Suggested by Markus Peter
17353         <warp@spin.de>.
17354
17355 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17356
17357         * gnus-art.el (gnus-article-time-format): Exchange the order of
17358         day and month in the default value; fix customization type.
17359         (article-date-ut): Use add-text-properties.
17360         (article-make-date-line): Use message-make-date instead of
17361         current-time-string.
17362
17363         * message.el (message-fetch-field): Don't use set-text-properties.
17364         (message-make-date): Simplify.
17365
17366         * messagexmas.el (message-xmas-make-date): New function.
17367         (message-xmas-redefine): Defalias message-make-date to it.
17368
17369 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17370
17371         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17372         (rfc2047-encode-region): Treat text within parentheses as special;
17373         show the original text when error has occurred.
17374
17375         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17376         already-computed method to gnus-activate-group.
17377
17378         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17379         same select-methods identical Lisp objects.
17380
17381         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17382         object when modifying the info.
17383
17384 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17385
17386         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17387         gnus-opened-servers since it has never been opened with the new
17388         configuration yet.
17389
17390 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17391
17392         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17393         arg to nnheader-generate-fake-message-id.
17394
17395 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17396
17397         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17398         number and build a fake message ID localized to a group and
17399         article number (so it's repeatable from that point on).
17400         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17401         ID format.
17402
17403         * gnus-sum.el (gnus-get-newsgroup-headers):
17404         Call nnheader-generate-fake-message-id with the article number.
17405
17406 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17407
17408         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17409         end-of-buffer.
17410
17411 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17412
17413         * message.el (message-ignored-supersedes-headers): Add Approved.
17414
17415 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17416
17417         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17418         goto-char.
17419         (rfc2047-encode): Fold the line before encoding.
17420
17421 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17422
17423         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17424         folding -- not all headers can be folded, and this should be done
17425         by the message composition mode.  Probably.  I think.
17426
17427 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17428
17429         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17430         fast.
17431
17432         * gnus-ems.el (gnus-remove-image): Don't use
17433         message-text-with-property; remove only the image found first.
17434
17435         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17436         found first.
17437
17438 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17439
17440         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17441
17442 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17443
17444         * message.el (message-text-with-property): Make it fast and accept
17445         optional arguments.
17446         (message-strip-forbidden-properties): Use it.
17447         (message-fix-before-sending): Follow the m-t-w-p change.
17448
17449         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17450
17451 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17452
17453         * gnus-art.el (article-hide-headers): Don't change the buffer
17454         mistakenly when performing mml-preview even if
17455         gnus-single-article-buffer is nil.
17456
17457 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17458
17459         * message.el (message-expand-name-databases): New user option.
17460         (message-expand-name): Use it.
17461
17462 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17463
17464         * spam.el (spam-report-articles-resend)
17465         (spam-report-resend-register-routine): Allow ham reporting.
17466         (spam-report-resend-register-ham-routine): Add wrapper.
17467         (spam-registration-functions): Add ham resending functions.
17468         (spam-list-of-processors): Add ham resend processor.
17469
17470         * gnus.el (ham-resend-to): Add new group parameter.
17471         (spam-process): Add ham resend option.
17472
17473         * spam-report.el (spam-report-resend): Allow reporting ham.
17474         (spam-report-resend-ham): Add wrapper.
17475
17476 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17477
17478         * message.el (message-cite-articles-with-x-no-archive):
17479         New variable.
17480         (message-cite-original): Use it.
17481
17482 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17483
17484         * message.el (message-cite-original): Respect X-No-Archive.
17485
17486 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17487
17488         * gnus-art.el (article-hide-headers): Refer to the values for
17489         gnus-ignored-headers and gnus-visible-headers in the summary
17490         buffer since a user may have set them as group parameters.
17491
17492 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17493
17494         * assistant.el (assistant-node-name): Add convenience function.
17495         (assistant-render-text, assistant-render-node): Add error handling,
17496         plus handle multiple next nodes.
17497         (assistant-find-next-node): Comment out for now.
17498         (assistant-find-next-nodes): Add function, returns list of next
17499         nodes.
17500
17501 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17502
17503         * mail-source.el (mail-source-directory): Fix doc-string.
17504
17505 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17506
17507         * assistant.el (assistant-render-text, assistant-eval): Add :set
17508         widget type, which is different because it takes and returns a
17509         list.  Much hilarity ensues.
17510
17511 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17512
17513         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17514
17515         * gnus-group.el (gnus-group-get-new-news-this-group):
17516         Add doc-string.
17517
17518         * gnus-start.el (gnus-activate-group): Add doc-string.
17519
17520 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17521
17522         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17523
17524 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17525
17526         * assistant.el (assistant-render-text): Try to add a :set
17527         widget, more to come.
17528
17529         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17530         strings.
17531         (spam-report-articles-resend)
17532         (spam-register-routine): Do registration iff any articles warrant
17533         it.
17534         (spam-summary-prepare-exit): Change log message for nil group
17535         destinations.
17536
17537 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17538
17539         * spam.el (spam-report-resend-register-routine):
17540         Allow spam-report-resend-to to be a group parameter or a global value.
17541
17542 2004-05-26  Simon Josefsson  <jas@extundo.com>
17543
17544         * starttls.el: Merge with my GNUTLS based starttls.el.
17545         (starttls-gnutls-program, starttls-use-gnutls)
17546         (starttls-extra-arguments, starttls-process-connection-type)
17547         (starttls-connect, starttls-failure, starttls-success):
17548         New variables.
17549         (starttls-program, starttls-extra-args): Doc fix.
17550         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17551         New functions.
17552         (starttls-negotiate, starttls-open-stream):
17553         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17554         function if it is set.
17555
17556 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17557
17558         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17559         structured fields.
17560
17561 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17562
17563         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17564
17565 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17566
17567         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17568         Add variable.
17569         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17570         assigning the spam-mark to new messages.
17571
17572 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17573
17574         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17575
17576 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17577
17578         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17579
17580         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17581         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17582         default.
17583
17584 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17585
17586         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17587         correct data.
17588
17589 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17590
17591         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17592         (spam-group-processor-p): Fix function.
17593         (spam-group-processor-multiple-p)
17594         (spam-group-spam-processor-report-gmane-p)
17595         (spam-group-spam-processor-report-resend-p)
17596         (spam-group-spam-processor-bogofilter-p)
17597         (spam-group-spam-processor-blacklist-p)
17598         (spam-group-spam-processor-ifile-p)
17599         (spam-group-ham-processor-ifile-p)
17600         (spam-group-spam-processor-spamoracle-p)
17601         (spam-group-spam-processor-crm114-p)
17602         (spam-group-ham-processor-bogofilter-p)
17603         (spam-group-spam-processor-stat-p)
17604         (spam-group-ham-processor-stat-p)
17605         (spam-group-ham-processor-whitelist-p)
17606         (spam-group-ham-processor-BBDB-p)
17607         (spam-group-ham-processor-spamoracle-p)
17608         (spam-group-ham-processor-copy-p): Remove functions with some
17609         prejudice against unneeded code.
17610         (spam-report-articles-resend)
17611         (spam-report-resend-register-routine): Allow the group/topic
17612         spam-resend-to value to override spam-report-resend-to.
17613         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17614         properly now.
17615
17616         * gnus.el (spam-resend-to): Add group/topic parameter.
17617         (spam-process): Move the OBSOLETE processors to the end of the
17618         choices.
17619
17620 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17621
17622         * spam-report.el (spam-report-resend-to, spam-report-resend):
17623         Start with resend-to set to nil, and then ask the user if necessary.
17624         (spam-report-resend): spam-report-resend takes a list of articles, not
17625         separate article numbers.
17626
17627 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17628
17629         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17630         addition to emacs-w3m.
17631
17632 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17633
17634         * assistant.el (assistant-authinfo-data): New function.
17635         (assistant-eval): Eval for entire assistant.
17636
17637         * netrc.el (netrc-services-file): New variable.
17638         (netrc-parse-services): New function.
17639         (netrc-find-service-name): New function.
17640         (netrc-find-service-number): New function.
17641         (netrc-port-equal): New function.
17642         (netrc-machine): Use it.
17643
17644         * nnimap.el (nnimap-open-connection): Use netrc.
17645
17646         * gnus-util.el (gnus-netrc-get): Remove aliases.
17647
17648         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17649
17650         * assistant.el (wid-edit): Fix compilation.
17651
17652         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17653
17654 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17655
17656         * gnus-util.el (gnus-set-file-modes): New function.  (small
17657         patch).
17658
17659 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17660
17661         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17662
17663         * assistant.el (assistant-render-node): Fix up rendering and
17664         read-only text.
17665         (assistant-render-node): Reset.
17666         (assistant-make-read-only): Not sticky.
17667
17668 2004-05-20  Danny Siu  <dsiu@adobe.com>
17669
17670         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17671         centered even when gnus-auto-center-summary is t.
17672
17673 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17674
17675         * dns.el (dns-get-txt-answer): New function.
17676         (dns-read-txt): Ditto.
17677         (query-dns): Use it.
17678
17679 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17680
17681         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17682         active for foreign groups even if the group level is higher than
17683         the specified value.
17684
17685 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17686
17687         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17688         non-active groups.
17689
17690         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17691
17692 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17693
17694         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17695
17696 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17697
17698         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17699         (spam-crm114-header, spam-crm114-spam-switch)
17700         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17701         (spam-crm114-positive-spam-header)
17702         (spam-crm114-database-directory, spam-list-of-processors)
17703         (spam-group-spam-processor-crm114-p)
17704         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17705         (spam-generic-score, spam-list-of-checks)
17706         (spam-list-of-statistical-checks, spam-registration-functions)
17707         (spam-check-crm114-headers, spam-crm114-score)
17708         (spam-check-crm114, spam-crm114-register-with-crm114)
17709         (spam-crm114-register-spam-routine)
17710         (spam-crm114-unregister-spam-routine)
17711         (spam-crm114-register-ham-routine)
17712         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17713         From asjo@koldfront.dk (Adam Sjøgren).
17714
17715         * gnus.el: Add spam-use-crm114.
17716
17717         * spam.el (spam-list-of-processors, spam-registration-functions):
17718         Add spam-use-resend.
17719         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17720         (spam-report-articles-gmane): Add doc fix.
17721         (spam-report-articles-resend, spam-report-resend-register-routine):
17722         Add wrappers around spam-report-resend-to.
17723
17724         * spam-report.el (spam-report-resend-to, spam-report-resend):
17725         Add support for resending spam.
17726         (spam-report-gmane): Fix line length >80.
17727
17728         * gnus.el (spam-process): Add spam-use-resend.
17729
17730 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17731
17732         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17733         number of processed spam messages.
17734         (spam-ham-copy-or-move-routine): Return the number of processed
17735         ham messages.
17736         (spam-summary-prepare-exit): Use the above values to decide
17737         whether status messages shouled be displayed.
17738
17739 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17740
17741         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17742         `rfc2047-encoding-function-alist' in order to avoid conflicting
17743         with the old version.
17744         (rfc2047-encode-region): Concatenate words containing non-ASCII
17745         characters in structured fields; don't encode space-delimited
17746         ASCII words even in unstructured fields; don't break words at
17747         char-category boundaries.
17748         (rfc2047-encode-1): New function.
17749         (rfc2047-encode): Use it; encode text so that it occupies the
17750         maximum width within 76-column; work correctly on Q encoding for
17751         iso-2022-* charsets.
17752         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17753         sure not to break a line just after the header name.
17754         (rfc2047-b-encode-region): Remove.
17755         (rfc2047-b-encode-string): New function.
17756         (rfc2047-q-encode-region): Remove.
17757         (rfc2047-q-encode-string): New function.
17758
17759         * mm-util.el (mm-replace-in-string): New function.
17760
17761 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17762
17763         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17764         Really get it right.
17765         (gnus-inews-make-draft): Really.
17766
17767 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17768
17769         * nnmh.el (nnmh-request-list-1): Don't check the link count
17770         before descending.  (small patch)
17771
17772 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17773
17774         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17775         stuff.
17776
17777         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17778         Match on real group name.
17779
17780         * gnus-art.el (gnus-signature-limit): Doc fix.
17781
17782         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17783
17784         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17785
17786 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17787
17788         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17789         isn't a string.
17790
17791 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17792
17793         * gnus-draft.el (gnus-draft-send):
17794         Bind rfc2047-encode-encoded-words.
17795
17796         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17797         (rfc2047-encodable-p): Say that =? needs encoding.
17798         (rfc2047-encode-encoded-words): New variable.
17799
17800         * gnus-group.el (gnus-group-select-group): Doc fix.
17801
17802         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17803
17804         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17805         to nil.
17806
17807         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17808
17809         * nnheader.el (nnheader-get-lines-and-char): New function.
17810
17811 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17812
17813         * gnus-msg.el (gnus-summary-followup-with-original):
17814         Document yanking of region when active.
17815
17816 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17817
17818         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17819         groups if the group level is higher than the specified value.
17820
17821 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17822
17823         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17824         (gnus-group-jump-to-group): Add prefix argument using
17825         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17826         non-active group.
17827
17828         * compface.el (uncompface): Be verbose when changing
17829         `uncompface-use-external'.
17830
17831         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17832         handle manual section.
17833
17834 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17835
17836         * gnus-art.el (gnus-button-alist): Revert previous change.
17837
17838 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17839
17840         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17841
17842 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17843
17844         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17845         whether backend can accept message.
17846
17847         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17848
17849 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17850
17851         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17852         Avoid creating directory when nntp-marks-is-evil is true.
17853         Reported by Reiner Steib.
17854
17855 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17856
17857         * gnus-picon.el (gnus-picon-style): New variable.
17858         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17859         (gnus-picon-transform-address): Support `gnus-picon-style'.
17860         From Jesper Harder <harder@ifa.au.dk>.
17861
17862 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17863
17864         * message.el (message-fill-field): Return point.
17865         (message-generate-headers): Go to end of field.
17866
17867         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17868         stuff for non-living groups.
17869
17870 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17871
17872         * gnus-art.el (gnus-article-followup-with-original)
17873         (gnus-article-reply-with-original): gnus-mark-active-p ->
17874         gnus-region-active-p.
17875
17876 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17877
17878         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17879         only when there is spam or ham to be processed.
17880
17881 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17882
17883         * mail-source.el (mail-source-delete-crash-box): Refactor.
17884         (mail-source-fetch): Use it.
17885         (mail-source-fetch-file): Ditto.
17886         (mail-source-fetch-directory): Run postscript in loop.
17887         (mail-source-fetch-pop): Delete.
17888         (mail-source-fetch-maildir): Ditto.
17889         (mail-source-fetch-imap): Ditto.
17890
17891         * imap.el (imap-authenticators): Comment out sasl.
17892
17893         * message.el (message-skip-to-next-address): New function.
17894         (message-fill-header-address): Refactor.
17895         (message-fill-address): Use it.
17896         (message-delete-address): Use it.
17897         (message-fill-header-general): Refactor.
17898         (message-fill-field-address): Rename.
17899         (message-narrow-to-field): Find the start of the header.
17900         (message-header-format-alist): Don't pre-fill.
17901         (message-fill-header): Remove.
17902         (message-insert-header): New function.
17903         (message-shorten-references): Use it.
17904
17905         * rfc2047.el (rfc2047-field-value): Strip props.
17906
17907         * mail-parse.el (mail-header-make-address): New alias.
17908
17909         * ietf-drums.el (ietf-drums-make-address): New function.
17910
17911         * imap.el: Add compiler directives.
17912
17913         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17914
17915         * gnus-art.el (article-decode-idna-rhs): Don't use
17916         message-idna-inside-rhs-p.
17917
17918 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17919
17920         * message.el (message-idna-inside-rhs-p): Remove.
17921         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17922
17923         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17924         false positives.
17925
17926 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17927
17928         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17929
17930 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17931
17932         * nneething.el (nneething-file-name): Don't create spurious
17933         files.
17934
17935         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17936         (gnus-inews-do-gcc): Remove sleep.
17937
17938         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17939         part under point.
17940
17941         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17942         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17943
17944 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17945
17946         * spam.el (spam-summary-prepare-exit): Fix (length).
17947
17948 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17949
17950         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17951         as expired without moving it" message when there are spam
17952         messages left.
17953
17954 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17955
17956         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17957         header is not nil.
17958
17959 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17960
17961         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17962         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17963         (nntp-marks-changed-p): New arg SERVER.
17964         (nntp-request-update-info): Adjust caller.
17965
17966 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17967
17968         * nntp.el (nntp-save-marks): Pass missing arg.
17969
17970 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17971
17972         * nntp.el: Support marks.
17973         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17974         (nntp-marks-modtime, nntp-marks-directory): New variables.
17975         (nntp-request-set-mark, nntp-request-update-info)
17976         (nntp-possibly-create-directory, nntp-marks-changed-p)
17977         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17978         New functions.
17979
17980 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17981
17982         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17983         (gnus-xmas-redefine): Rename.
17984
17985         * gnus-score.el (gnus-score-insert-help):
17986         Use gnus-select-lowest-window.
17987
17988         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17989         appt-select-lowest-window and rename to gnus-select-lowest-window.
17990
17991         * gnus.el: do.
17992
17993 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17994
17995         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17996         encodings of MIME-encoded words, in order to improve
17997         interoperability with several broken MUAs.
17998
17999 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18000
18001         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18002         tags, only when charsets are not specified in headers.
18003         (mm-inline-text-html-render-with-w3m): Ditto.
18004
18005         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18006         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18007
18008 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18009
18010         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18011         instead of MIME-decoded from fields when checking
18012         `gnus-article-address-banner-alist'.
18013
18014 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18015
18016         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18017         description rather than subject.
18018
18019 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18020
18021         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18022
18023 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18024
18025         * gnus.el (gnus-version-number): Bump.
18026
18027 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18028
18029         * gnus.el: No Gnus v0.2 is released.
18030
18031 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18032
18033         * gnus-agent.el (gnus-agent-read-agentview):
18034         Inline gnus-uncompress-range.
18035
18036 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18037
18038         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18039         `exec-installed-p'.
18040
18041 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18042
18043         * gnus.el (spam-process, spam-autodetect-methods):
18044         Add bsfilter and bsfilter-headers.
18045
18046         * spam.el (spam-bsfilter): New customize group.
18047         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18048         (spam-bsfilter-header, spam-bsfilter-probability-header)
18049         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18050         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18051         (spam-bsfilter-database-directory): New options.
18052         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18053         (spam-list-of-statistical-checks, spam-registration-functions):
18054         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18055         (spam-bsfilter-score): New command.
18056         (spam-check-bsfilter-headers, spam-check-bsfilter)
18057         (spam-bsfilter-register-with-bsfilter)
18058         (spam-bsfilter-register-spam-routine)
18059         (spam-bsfilter-unregister-spam-routine)
18060         (spam-bsfilter-register-ham-routine)
18061         (spam-bsfilter-unregister-ham-routine): New functions.
18062         (spam-generic-score): Support bsfilter; Accept an optional argument
18063         to recalcurate spam score even if scoring header has already been
18064         added.
18065         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18066         optional argument to recalcurate spam score even if scoring header
18067         has already been added.
18068
18069 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18070
18071         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18072         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18073         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18074         link is missing.
18075
18076 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18077
18078         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18079         (html2text-get-attr): Rewrite.
18080
18081         * message.el (message-setup-1): Remove redundant put-text-property
18082         on mail-header-separator.
18083
18084 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18085
18086         * gnus-registry.el (gnus-registry-cache-whitespace)
18087         (gnus-registry-action, gnus-registry-spool-action)
18088         (gnus-registry-split-fancy-with-parent): Change message levels
18089         from 5 to 3 or 7, as needed.
18090
18091         * spam.el (spam-summary-prepare-exit)
18092         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18093         (spam-split, spam-find-spam, spam-log-undo-registration)
18094         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18095         level from 5 to 6.
18096
18097 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18098
18099         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18100         2004-03-04 change).
18101
18102 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18103
18104         * sieve-manage.el (sieve-manage-open):
18105         * nnweb.el (nnweb-insert-html):
18106         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18107         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18108         * nnspool.el (nnspool-request-group):
18109         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18110         * nnml.el (nnml-request-update-info):
18111         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18112         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18113         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18114         (nnimap-request-set-mark):
18115         * nnfolder.el (nnfolder-request-update-info):
18116         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18117         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18118         * gnus-uu.el (gnus-uu-find-articles-matching):
18119         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18120         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18121         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18122         * gnus-nocem.el (gnus-nocem-scan-groups):
18123         * gnus-int.el (gnus-start-news-server):
18124         * gnus-group.el (gnus-group-make-kiboze-group)
18125         (gnus-group-browse-foreign-server):
18126         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18127         Use mapc when appropriate.
18128
18129 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18130
18131         FIXME: Make separate entries for each person.
18132
18133         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18134         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18135         <shields@msrl.com>:
18136
18137         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18138         may need for spam sorting and scoring.
18139         (spam-user-format-function-S): Add user format function suitable for
18140         general use.
18141         (spam-article-sort-by-spam-status): Add sorting function for summary
18142         sorting.
18143         (spam-extra-header-to-number): Add function to get a score from a
18144         header.
18145         (spam-summary-score): Add function to get a numeric score from the
18146         headers.
18147         (spam-generic-score): Fix function doc, was in wrong place.
18148         (spam-initialize): Take symbols when it's run, and install the
18149         extra headers that spam-necessary-extra-headers thinks we need.
18150
18151 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18152
18153         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18154         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18155
18156 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18157
18158         * gnus-sum.el (gnus-set-global-variables)
18159         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18160         (gnus-article-get-xrefs, gnus-summary-best-group)
18161         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18162         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18163         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18164         Use with-current-buffer.
18165
18166 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18167
18168         * spam.el (spam-summary-prepare-exit): Simplify logic.
18169         (spam-fetch-article-header): Read the article header if it's not
18170         available.
18171         (spam-list-articles): Simplify logic.
18172         (spam-filelist-register-routine): Fix bug with unregister-list.
18173
18174         * gnus-registry.el: Fix comments at beginning.
18175
18176 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18177
18178         * message.el (message-cater-to-broken-inn): Remove.
18179         (message-shorten-references): Make sure the total folded length of
18180         References is shorter than 998 characters to cater to a bug in INN
18181         2.3.  Also, don't pretend that references aren't folded -- this
18182         hasn't worked for a while.
18183
18184 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18185
18186         * gnus-agent.el (gnus-agentize):
18187         gnus-agent-send-mail-real-function no longer set to current value
18188         of message-send-mail-function but rather a lambda that calls
18189         message-send-mail-function.  The change makes the agent real-time
18190         responsive to user changes to message-send-mail-function.
18191
18192 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18193
18194         * legacy-gnus-agent.el
18195         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18196         help from Florian Weimer <fw@deneb.enyo.de>
18197
18198 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18199
18200         * nnmail.el (nnmail-cache-insert): Revert last change.
18201
18202 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18203
18204         * nnmail.el (nnmail-cache-insert): Always check whether
18205         nnmail-cache-ignore-groups matches a group name.
18206
18207 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18208
18209         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18210         (spam-find-spam, spam-log-processing-to-registry)
18211         (spam-log-registered-p, spam-log-unregistration-needed-p)
18212         (spam-log-undo-registration): Use gnus-message instead of
18213         gnus-error, none of these errors are fatal.
18214
18215         * gnus-registry.el (gnus-registry-clean-empty-function)
18216         (gnus-registry-clean-empty): Remove only empty entries without
18217         extra data.
18218
18219 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18220
18221         * spam-stat.el (spam-stat-buffer-change-to-spam)
18222         (spam-stat-buffer-change-to-non-spam): Change (error) to
18223         (gnus-message 8) invocation.
18224
18225 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18226
18227         * nntp.el (nntp-via-netcat-command): New variable.
18228         (nntp-via-netcat-switches): New variable.
18229         (nntp-open-via-rlogin-and-netcat): New function.
18230         (nntp-open-connection-function): Doc fix.
18231         (nntp-telnet-command): Doc fix.
18232         (nntp-end-of-line): Doc fix.
18233         (nntp-via-rlogin-command): Doc fix.
18234         (nntp-via-user-name): Doc fix.
18235         (nntp-via-address): Doc fix.
18236
18237 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18238
18239         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18240         error in Emacs 21.1.
18241
18242 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18243
18244         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18245
18246 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18247
18248         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18249         (gnus-agent-with-refreshed-group): New macro.
18250         (gnus-agent-rename-group): New function.
18251         (gnus-agent-delete-group): New function.
18252         (gnus-agent-save-group-info): Use gnus-command-method when
18253         `method' parameter is nil.  Don't write nil entries into the
18254         active file.
18255         (gnus-agent-get-group-info): New function.
18256         (gnus-agent-fetch-articles):
18257         Use gnus-agent-update-files-total-fetched-for to increment disk space
18258         used.
18259         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18260         Use gnus-agent-update-view-total-fetched-for to increment disk space
18261         used.
18262         (gnus-agent-get-local): Add optional parameters to avoid calling
18263         gnus-group-real-name and gnus-find-method-for-group.
18264         (gnus-agent-set-local): Delete stored entry if either min, or max,
18265         are nil.
18266         (gnus-agent-fetch-session): Reworded error/quit messages.
18267         On quit, use gnus-agent-regenerate-group to record existance of any
18268         articles fetched to disk before the quit occurred.
18269         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18270         gnus-agent-update-view-total-fetched-for, and
18271         gnus-agent-update-files-total-fetched-for to decrement disk space
18272         used.
18273         (gnus-agent-retrieve-headers):
18274         Use gnus-agent-update-view-total-fetched-for to increment disk space
18275         used.
18276         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18277         with gnus-agent-update-files-total-fetched-for to decrement disk
18278         space and fresh group buffer.
18279         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18280         (gnus-agent-need-update-total-fetched-for): New variable.
18281         (gnus-agent-update-files-total-fetched-for): New function.
18282         (gnus-agent-update-view-total-fetched-for): New function.
18283         (gnus-agent-total-fetched-for): New function.
18284
18285         * gnus-cache.el (gnus-cache-save-buffers):
18286         Use gnus-cache-update-overview-total-fetched-for to change disk space
18287         used by this group.
18288         (gnus-cache-possibly-enter-article):
18289         Use gnus-cache-update-file-total-fetched-for to increment disk space
18290         used by this group.
18291         (gnus-cache-possibly-remove-article):
18292         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18293         used by this group.
18294         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18295         (gnus-cache-rename-group): New function.
18296         (gnus-cache-delete-group): New function.
18297         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18298         (gnus-cache-need-update-total-fetched-for): New variable.
18299         (gnus-cache-with-refreshed-group): New macro.
18300         (gnus-cache-update-file-total-fetched-for): New function.
18301         (gnus-cache-update-overview-total-fetched-for): New function.
18302         (gnus-cache-rename-group-total-fetched-for): New function.
18303         (gnus-cache-delete-group-total-fetched-for): New function.
18304         (gnus-cache-total-fetched-for): New function.
18305
18306         * gnus-group.el: Require gnus-sum and autoload functions to
18307         resolve warnings when gnus-group.el compiled alone.
18308         (gnus-group-line-format): Documented new %F.
18309         (size of Fetched data) group line format; identifies disk space
18310         used by agent and cache.
18311         (gnus-group-line-format-alist): Defined new F format.
18312         (gnus-total-fetched-for): New function.
18313         (gnus-group-delete-group): No longer update
18314         gnus-cache-active-altered as gnus-request-delete-group now keeps
18315         the cache in sync.
18316         (gnus-group-list-active): Let the agent store a server's active
18317         list if currently plugged.
18318
18319         * gnus-int.el (gnus-request-delete-group):
18320         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18321         local disk in sync with the server.
18322         (gnus-request-rename-group):
18323         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18324         local disk in sync with the server.
18325
18326         * gnus-start.el (gnus-get-unread-articles):
18327         Cosmetic simplification to logic.
18328
18329         * gnus-util.el (gnus-rename-file): New function.
18330
18331 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18332
18333         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18334
18335 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18336
18337         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18338         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18339
18340 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18341
18342         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18343         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18344
18345 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18346
18347         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18348
18349 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18350
18351         * spam.el (spam-set-difference): Add function to replace
18352         gnus-set-difference in spam.el.
18353         (spam-summary-prepare-exit): Use spam-set-difference.
18354
18355 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18356
18357         * gnus-registry.el (gnus-registry-cache-file): Update to use
18358         gnus-dribble-directory OR gnus-home-directory OR ~.
18359         (gnus-registry-split-fancy-with-parent): Fix doc.
18360
18361 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18362
18363         * message.el (message-exchange-point-and-mark):
18364         Use message-mark-active-p.  Suggested by Jesper Harder
18365         <harder@ifa.au.dk>.
18366
18367 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18368
18369         * message.el (message-exchange-point-and-mark): Don't activate
18370         region if it was inactive.  Suggested by Hiroshi Fujishima
18371         <pooh@nature.tsukuba.ac.jp>.
18372
18373 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18374
18375         * gnus-art.el (article-display-face): Display Faces in the same
18376         order as X-Faces.
18377
18378 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18379
18380         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18381
18382 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18383
18384         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18385         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18386         (gnus-article-mime-hierarchy): Remove.
18387         (gnus-article-mime-hierarchy-next): Remove.
18388         (gnus-article-mode): Revert 2004-03-19 change.
18389         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18390         (gnus-insert-mime-button): Revert 2004-03-19 change.
18391         (gnus-mime-accumulate-hierarchy): Remove.
18392         (gnus-mime-enter-multipart): Remove.
18393         (gnus-mime-leave-multipart): Remove.
18394         (gnus-mime-display-part): Revert 2004-03-19 change.
18395         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18396
18397         * mml.el (mml-preview): Revert 2004-03-19 change.
18398
18399 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18400
18401         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18402
18403 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18404
18405         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18406         t while entering a file name using the mm-with-multibyte macro.
18407         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18408
18409         * mm-util.el (mm-with-multibyte): New macro.
18410
18411 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18412
18413         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18414         New user option.
18415         (gnus-mime-multipart-functions): Doc and customization fix.
18416         (gnus-article-mime-hierarchy): New variable.
18417         (gnus-article-mime-hierarchy-next): New variable.
18418         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18419         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18420         gnus-article-mime-hierarchy-next to nil.
18421         (gnus-insert-mime-button): Show hierarchy numbers.
18422         (gnus-mime-accumulate-hierarchy): New function.
18423         (gnus-mime-enter-multipart): New function.
18424         (gnus-mime-leave-multipart): New function.
18425         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18426         (gnus-mime-display-alternative): Show hierarchy numbers.
18427
18428         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18429         gnus-article-mime-hierarchy-next to nil.
18430
18431 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18432
18433         * dns.el: Don't require gnus-xmas.
18434
18435 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18436
18437         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18438         inline PGP.
18439         (mml-menu): Disable mml-quote-region if mark is inactive.
18440
18441 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18442
18443         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18444         when the group's active is not available.
18445
18446 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18447
18448         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18449         error.
18450
18451 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18452
18453         * imap.el (imap-store-password): New variable.
18454         (imap-interactive-login): Use it.
18455         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18456
18457 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18458
18459         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18460         window-start and hscroll to summary window.
18461
18462 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18463
18464         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18465         conversion message to newsrc-dribble when an actual conversion is
18466         performed.
18467
18468 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18469
18470         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18471
18472 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18473
18474         * mm-decode.el (mm-complicated-handles): New function reviving
18475         former definition of mm-multiple-handles.
18476
18477         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18478         (gnus-mime-delete-part): Use it.
18479
18480 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18481
18482         * gnus-agent.el (gnus-agent-read-local):
18483         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18484         avoid the implicit assumption that they will always be equal.
18485         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18486         coding-system-for-write, as the with-temp-file macro first prints
18487         to a buffer then saves the buffer.
18488
18489 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18490
18491         * gnus-art.el (gnus-article-edit-part): New function.
18492         (gnus-mime-save-part-and-strip): Use it; do query instead of
18493         signaling an error; don't use mm-multiple-handles.
18494         (gnus-mime-delete-part): Ditto.
18495
18496 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18497
18498         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18499         old file versions.
18500         (gnus-group-prepare-hook): Remove function that converted list
18501         form of gnus-agent-expire-days to group properties.
18502
18503         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18504         (gnus-request-accept-article): Re-indented.
18505
18506         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18507         converters to handle old agent file formats.  Add logic for a
18508         "backup before upgrading warning".
18509         (gnus-convert-mark-converter-prompt): Developers can mark
18510         functions as needing (default), or not needing,
18511         gnus-convert-old-newsrc's "backup before upgrading warning".
18512         (gnus-convert-converter-needs-prompt): Tests whether the user
18513         should be protected from potentially irreversable changes by the
18514         function.
18515
18516         * legacy-gnus-agent.el: New.  Provides converters that are only
18517         loaded when gnus-convert-old-newsrc needs to call them.
18518
18519 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18520
18521         * mail-source.el (mail-source-touch-pop): Doc fix.
18522
18523         * message.el (message-smtpmail-send-it): Doc fix.
18524
18525 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18526
18527         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18528
18529         * nnmail.el (nnmail-split-fancy): do.
18530
18531         * gnus-kill.el (gnus-kill, gnus-execute): do.
18532
18533 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18534
18535         * gnus-sum.el (gnus-widget-reversible-match)
18536         (gnus-widget-reversible-to-internal)
18537         (gnus-widget-reversible-to-external): New functions.
18538         (gnus-widget-reversible): New widget.
18539         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18540
18541 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18542
18543         * gnus-sum.el (gnus-thread-sort-functions)
18544         (gnus-article-sort-functions): Document `(not F)' items.
18545
18546 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18547
18548         * spam.el (spam-use-gmane-xref): Add new backend.
18549         (spam-gmane-xref-spam-group): Add variable to control the name of the
18550         Gmane spam group.
18551         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18552         (spam-regex-headers-spam, spam-regex-headers-ham)
18553         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18554         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18555         backends and checks.
18556         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18557
18558         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18559         an autodetect method.
18560
18561 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18562
18563         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18564         articles are being added to a group.
18565         (gnus-request-replace-article): Inform the agent that articles
18566         need to be uncached as the cached contents are no longer valid.
18567
18568 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18569
18570         * binhex.el: Don't autoload executable-find.
18571
18572         * canlock.el: Don't autoload mail-fetch-field.
18573
18574         * dgnushack.el: Autoload c-mode for XEmacs.
18575
18576         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18577
18578         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18579         rmail-dont-reply-to and rmail-output.
18580
18581         * gnus-score.el: Don't autoload ffap-string-at-point.
18582
18583         * gnus-setup.el: Don't autoload sc-cite-original.
18584
18585         * imap.el: Don't autoload base64-decode-string,
18586         base64-encode-string and md5.
18587
18588         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18589         and rmail-msg-restore-non-pruned-header.
18590
18591         * mm-decode.el: Don't autoload executable-find.
18592
18593         * mm-url.el: Don't autoload executable-find.
18594
18595         * mm-view.el: Don't autoload diff-mode.
18596
18597         * nndb.el: Don't autoload news-reply-mode, news-setup,
18598         cancel-timer and telnet.
18599
18600         * password.el: Don't autoload run-at-time for Emacs.
18601
18602         * sha1-el.el: Don't autoload executable-find.
18603
18604         * sieve-mode.el: Don't autoload c-mode.
18605
18606         * uudecode.el: Don't autoload executable-find.
18607
18608 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18609
18610         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18611         (gnus-agent-possibly-alter-active): Avoid null in numeric
18612         comparison.
18613         (gnus-agent-set-local): Refuse to save null in local object table.
18614         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18615         list of articles that will be marked as unread.
18616
18617 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18618
18619         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18620
18621 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18622
18623         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18624         language tags.
18625
18626 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18627
18628         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18629         Don't bind "obarray".
18630
18631         * gnus-sum.el (gnus-thread-sort-functions):
18632         Add `gnus-thread-sort-by-most-recent-number' and
18633         `gnus-thread-sort-by-most-recent-date'.
18634         Reported by Kai Grossjohann <kai@emptydomain.de>.
18635
18636 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18637
18638         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18639
18640 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18641
18642         * gnus-cus.el (gnus-agent-customize-category):
18643         Remove ignore-errors macro reference that required cl to be loaded at
18644         run-time.
18645
18646         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18647         single-interval range of the form (min . max).  Previously the
18648         range had to look like ((min . max)).  Likewise, return
18649         (min . max) rather than ((min . max)).
18650         (gnus-range-map): Use gnus-range-normalize to accept
18651         single-interval range.
18652
18653         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18654         the cache, but not the agent, now appear with their usual face.
18655
18656         * dgnushack.el (loaddir): New variable that is bound to the
18657         directory containing the dgnushack.el file. Use loaddir, rather
18658         than srcdir, to update load-path. Change lets dgnushack compile
18659         code in directories other than GNUS/lisp.
18660
18661 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18662
18663         * lpath.el: Don't bind w3m-safe-url-regexp.
18664
18665         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18666         w3m-safe-url-regexp variable buffer-local.
18667
18668         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18669
18670 2004-02-27  Simon Josefsson  <jas@extundo.com>
18671
18672         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18673         gnus-group-real-prefix.
18674         (gnus-summary-move-article): Use it, instead of
18675         gnus-group-real-prefix.
18676
18677 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18678
18679         * lpath.el: Bind w3m-safe-url-regexp.
18680
18681         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18682         w3m-safe-url-regexp variable buffer-local and set it as the value
18683         of mm-w3m-safe-url-regexp.
18684
18685         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18686
18687         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18688         parsing gnus-posting-styles when the message is not for replying.
18689
18690         * dgnushack.el: Autoload sgml-mode for XEmacs.
18691
18692         * nnrss.el (nnrss-opml-export):
18693         Use mm-set-buffer-file-coding-system instead of
18694         set-buffer-file-coding-system.
18695
18696 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18697
18698         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18699         of checkdoc.el).
18700         * nnrss.el: do.
18701         * gnus-mlspl.el: do.
18702         * gnus-ml.el: do.
18703         * gnus-srvr.el: do.
18704
18705         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18706
18707 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18708
18709         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18710         Corrections to custom-manual links.
18711
18712         * gnus-art.el (gnus-article): Ditto.
18713
18714         * mm-decode.el (mime-display, mime-security): Ditto.
18715
18716 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18717
18718         * flow-fill.el: Typo.
18719
18720 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18721
18722         * spam-wash.el: New file.
18723
18724 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18725
18726         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18727
18728 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18729
18730         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18731         to be run with new-articles as LIST1, not LIST2.
18732         (spam-registration-functions): Add spam-use-ham-copy as a nil
18733         registration backend.
18734
18735 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18736
18737         * spam-stat.el (spam-stat-washing-hook): New option.
18738         (spam-stat-buffer-words): Use it.
18739         (spam-stat-process-directory, spam-stat-test-directory):
18740         Use insert-file-contents-literally.
18741         (spam-stat-coding-system): New variable.
18742         (spam-stat-load, spam-stat-save): Use it.
18743
18744 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18745
18746         * spam-report.el (spam-report-plug-agent):
18747         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18748
18749 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18750
18751         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18752         Allow / in mailto URLs.
18753
18754 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18755
18756         * spam-report.el (spam-report-process-queue): Fix interactive use.
18757         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18758         (spam-report-unplug-agent): Doc fixes.
18759         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18760         (spam-report-agentize, spam-report-deagentize): Autoload.
18761
18762 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18763
18764         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18765
18766         * message.el (message-setup-fill-variables): Add mml tags to
18767         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18768         <ajk@iu.edu>.
18769         (message-mode): Don't modify paragraph-separate there.
18770
18771 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18772
18773         * compface.el (uncompface-use-external): Default to undecided.
18774         (uncompface-use-external-threshold): New variable.
18775         (uncompface-float-time): New macro.
18776         (uncompface): Determine whether to use the external decoder if
18777         uncompface-use-external is undecided.
18778
18779 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18780
18781         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18782         after images.
18783
18784         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18785
18786 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18787
18788         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18789
18790         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18791
18792         * gnus-sum.el (gnus-summary-limit-to-age)
18793         (gnus-summary-limit-children): do.
18794
18795         * gnus-int.el (gnus-request-scan): do.
18796
18797         * gnus-group.el (gnus-group-suspend): do.
18798
18799         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18800
18801         * gnus-cite.el (gnus-cite-parse-attributions): do.
18802
18803         * gnus-agent.el (gnus-summary-set-agent-mark)
18804         (gnus-agent-regenerate-group): do.
18805
18806         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18807
18808         * binhex.el (binhex-decode-region-internal): do.
18809
18810 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18811
18812         * gnus-fun.el (gnus-face-properties-alist): New user option.
18813         (gnus-display-x-face-in-from): Use it.
18814
18815         * gnus-art.el (article-display-face): Ditto.
18816
18817         * compface.el (uncompface-use-external): Default to nil.
18818
18819 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18820
18821         * nntp.el (nntp-erase-buffer): New function.
18822         (nntp-retrieve-data, nntp-send-command)
18823         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18824         (nntp-possibly-change-group): Use it.
18825
18826         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18827         Use with-current-buffer.
18828
18829 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18830
18831         * compface.el: Merge the ELisp-based uncompface program.
18832         (compface): New customization group.
18833         (uncompface-use-external): New user option.
18834         (uncompface): Call uncompface-internal if uncompface-use-external
18835         is nil.
18836         (uncompface-internal): New function.  Note that there are also
18837         some other functions and variables added for this function.
18838
18839 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18840
18841         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18842         if necessary.
18843
18844 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18845
18846         * spam-report.el (spam-report-unplug-agent)
18847         (spam-report-plug-agent, spam-report-deagentize)
18848         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18849         Add support for the Agent in spam-report: when unplugged, report to a
18850         file; when plugged, submit all the requests.
18851
18852         * spam.el (spam-register-routine): Fix message about
18853         registration.
18854
18855 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18856
18857         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18858         dependencies.
18859         (rfc2047-encode): Use it.
18860
18861         * gnus-art.el (gnus-button-marker-list): Move before first
18862         reference.
18863
18864         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18865         (imap-parse-body): Fix format string mismatch.
18866
18867         * gnus-score.el (gnus-summary-increase-score): do.
18868
18869         * nnrss.el (nnrss-close): New function.
18870
18871 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18872
18873         * nnrss.el (nnrss-make-filename): New function.
18874         (nnrss-request-delete-group, nnrss-read-server-data)
18875         (nnrss-save-server-data, nnrss-read-group-data)
18876         (nnrss-save-group-data): Use it.
18877         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18878         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18879         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18880
18881 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18882
18883         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18884
18885 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18886
18887         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18888         files.
18889
18890         * message.el (message-generate-headers-first): Don't quote nil
18891         and t in docstrings.
18892
18893         * imap.el (imap-id): do.
18894
18895         * gnus-agent.el (gnus-agent-consider-all-articles)
18896         (gnus-agent-queue-mail): do.
18897
18898 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18899
18900         * spam-report.el (spam-report-process-queue): New function.
18901         Process requests from `spam-report-requests-file'.
18902         (spam-report-process-queue): Doc fix.
18903
18904 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18905
18906         * spam.el (spam-register-routine)
18907         (spam-log-processing-to-registry, spam-log-registered-p)
18908         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18909         Change "check" to "spam-check" for semi-clarity.
18910
18911 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18912
18913         * pop3.el: Require nnheader.
18914
18915         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18916
18917         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18918
18919         * gnus-picon.el: Require cl.
18920
18921         * gnus-fun.el: Require gnus-ems and gnus-util.
18922
18923         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18924
18925         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18926
18927         * gnus-art.el (gnus-article-edit-mode): Define before first
18928         reference.
18929
18930 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18931
18932         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18933         (gnus-uu-post-encoded): Use point-at-bol.
18934
18935         * gnus-topic.el (gnus-group-active-topic-p): do.
18936
18937         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18938
18939         * gnus-group.el (gnus-group-kill-region): do.
18940
18941         * gnus-art.el (article-date-ut): do.
18942
18943         * message.el (message-fetch-field): Remove redundant
18944         case-fold-search binding.
18945         (message-narrow-to-field): Simplify.
18946
18947 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18948
18949         * spam.el (spam-directory): Derive from `gnus-directory'.
18950
18951         * spam-report.el (spam-report-url-to-file)
18952         (spam-report-requests-file): New function and variable for offline
18953         reporting.
18954         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18955         and user defined function.
18956         (spam-report-url-ping-mm-url): Remove doubled slash.
18957
18958 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18959
18960         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18961
18962 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18963
18964         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18965         Fix format string mismatch.
18966
18967         * sieve.el (sieve-deactivate-all): do.
18968
18969         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18970
18971         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18972
18973         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18974
18975         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18976
18977 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18978
18979         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18980         the list of checks.
18981
18982 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18983
18984         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18985         padding.
18986
18987 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18988
18989         * mm-view.el (mm-fill-flowed): New variable.
18990         (mm-inline-text): Use it.
18991
18992 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18993
18994         * spam.el (spam-spamassassin-register-ham-routine)
18995         (spam-spamassassin-register-spam-routine): Fix function names.
18996
18997 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18998
18999         * gnus.el (gnus-tmp-grouplens): Remove.
19000         (gnus-summary-line-format): Remove grouplens.
19001
19002         * gnus-group.el (gnus-group-line-format): Ditto.
19003
19004         * gnus-spec.el (gnus-format-specs): Ditto.
19005         (gnus-update-format-specifications): Flush the group format spec
19006         cache if there's the grouplens stuff.
19007         (gnus-parse-simple-format): Replace %l with the empty string.
19008
19009 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19010
19011         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19012         omission.
19013
19014 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19015
19016         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19017         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19018
19019 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19020
19021         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19022         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19023         New macros and functions.
19024         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19025         Handle > NLINK_MAX messages.
19026         * nnmaildir.el (nnmaildir-request-set-mark):
19027         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19028
19029 2004-01-25  Alex Schroeder  <alex@gnu.org>
19030
19031         * spam-stat.el (spam-stat-process-directory-age): New option.
19032         (spam-stat-process-directory): Use it.
19033
19034 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19035
19036         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19037         (spam-stat-save): Accept prefix argument.
19038
19039 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19040
19041         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19042         links" error.
19043
19044 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19045
19046         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19047         the rest of the and/or forms.
19048
19049 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19050
19051         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19052         compatibility with old .newsrc.eld files.
19053
19054         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19055
19056         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19057
19058         * gnus-start.el (gnus-1): do.
19059
19060         * gnus-group.el (gnus-group-line-format-alist): do.
19061
19062         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19063
19064         * gnus-gl.el: Remove.
19065
19066 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19067
19068         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19069         marks consisting of a single range {for example, (3 . 5)} rather
19070         than a list of a single range { ((3 . 5)) }.
19071
19072 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19073
19074         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19075         Use with-current-buffer.
19076         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19077         avoid consing a string.
19078
19079         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19080         Remove obsolete entries for big5 and gb2312.
19081
19082 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19083
19084         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19085         uncompressed list.
19086
19087 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19088
19089         * spam-stat.el (spam-stat-strip-xref): New function.
19090         (spam-stat-process-directory): Use it.
19091
19092         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19093         here -- it's done in message-fetch-field.
19094
19095 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19096
19097         * gnus-agent.el (gnus-agent-queue-mail)
19098         (gnus-agent-prompt-send-queue): New variables.
19099         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19100         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19101         "nndraft:queue" along to gnus-draft-send.
19102         Use gnus-agent-prompt-send-queue.
19103         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19104         is "nndraft:queue".  Suggested by Gaute Strokkenes
19105         <gs234@srcf.ucam.org>
19106
19107         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19108         (agent-enable-undownloaded-faces): Add.
19109         (gnus-agent-cat-groups): Use eval-and-compile, not
19110         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19111         method of gnus-agent-cat-groups even when the buffer has been
19112         evaled.
19113         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19114         delete gnus-agent-save-active-1.
19115         (gnus-agent-save-groups): Delete.  Identical to
19116         gnus-agent-save-active.
19117         (gnus-agent-write-active): No longer adjust agent's copy of active
19118         file as agent's adjustments are now stored in their own
19119         file.  Remove optional parameter.
19120         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19121         servers.  Add use of min/max range limits from server's local
19122         file.
19123         (gnus-agent-save-alist): Remove unused optional argument.
19124         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19125         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19126         (gnus-agent-set-local): A per-server file that keeps min/max range
19127         limits for articles known to the agent.  Provides a fast mechanism
19128         for altering many active ranges.
19129         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19130         active file (local makes it unnecessary).
19131         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19132
19133         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19134         (agent-enable-undownloaded-faces): Add.
19135
19136         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19137         disable it when sending to "nndraft:queue".
19138         (gnus-group-send-queue): Add safety check to avoid sending queue
19139         when unplugged.
19140
19141         * gnus-group.el (gnus-group-catchup): Use new
19142         gnus-sequence-of-unread-articles, not
19143         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19144         numbers of articles.  Use gnus-range-map to avoid having to
19145         uncompress the unread list.
19146         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19147         Fix invalid ange-ftp reference.
19148
19149         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19150         (gnus-sorted-range-intersection): Intersection of two ranges
19151         without requiring that they first be uncompressed.
19152
19153         * gnus-start.el (gnus-activate-group): Unless blocked by the
19154         caller, possibly expand the active range to include both cached
19155         and agentized articles.
19156         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19157         multiple version-dependent converters.
19158         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19159         gnus-agent-save-active.
19160         (gnus-save-newsrc-file): Save dirty agent range limits.
19161
19162         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19163         gnus-agent-possibly-alter-active.
19164         (gnus-adjust-marked-articles): Faster handling of simple lists.
19165
19166 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19167
19168         * spam-stat.el (spam-stat-test-directory): New optional argument
19169         displays a list of files detected.  Suggested by Andrew Cohen
19170         <cohen@andy.bu.edu>.
19171         (spam-stat-buffer-words-with-scores): Don't narrow and change
19172         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19173
19174 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19175
19176         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19177         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19178         (spam-spamassassin-arguments)
19179         (spam-spamassassin-spam-flag-header)
19180         (spam-spamassassin-positive-spam-flag-header)
19181         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19182         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19183         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19184         (spam-list-of-processors, spam-list-of-checks)
19185         (spam-list-of-statistical-checks, spam-registration-functions)
19186         (spam-check-spamassassin-headers, spam-check-spamassassin)
19187         (spam-spamassassin-score)
19188         (spam-spamassassin-register-with-sa-learn)
19189         (spam-spamassassin-register-spam-routine)
19190         (spam-spamassassin-register-ham-routine)
19191         (spam-assassin-register-spam-routine)
19192         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19193         (spam-bogofilter-score): Fix to show article before scoring.
19194
19195 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19196
19197         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19198         default scoring function.
19199         (spam-generic-score): Call spam-spamassassin-score if
19200         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19201         spam-bogofilter-score otherwise.
19202
19203         * gnus.el (spam-process, spam-autodetect-methods):
19204         Add spamassassin and spamassassin-headers.
19205
19206 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19207
19208         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19209         Suppress unnecessary messages.
19210
19211 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19212
19213         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19214         make-hash-table.
19215
19216 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19217
19218         * canlock.el (base64-encode-string): Don't autoload it.
19219
19220 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19221
19222         * run-at-time.el: Remove useless (require 'itimer),
19223         eval-and-compile and (featurep 'xemacs).
19224
19225 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19226
19227         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19228         GROUP is a virtual group.
19229
19230 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19231
19232         * gnus.el: Autoload `message-y-or-n-p'.
19233
19234 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19235
19236         * pgg-parse.el: Remove unnecessary (require 'custom).
19237
19238         * pgg-def.el: do.
19239
19240         * nnmail.el: do.
19241
19242         * gnus-undo.el: do.
19243
19244         * gnus-picon.el: do.
19245
19246         * gnus-util.el: do.
19247
19248 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19249
19250         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19251
19252 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19253
19254         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19255         handle, as well as a list.
19256
19257         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19258         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19259         (mm-w3m-cid-retrieve): Simplify.
19260
19261 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19262
19263         * message.el (message-kill-to-signature): Allow prefix arg to
19264         specify number of lines to keep before signature.
19265
19266 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19267
19268         * message.el (message-kill-to-signature): Change docstring.
19269
19270 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19271
19272         * canlock.el: Always require sha1-el.
19273         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19274
19275         * message.el: Autoload sha1 only when compiling.
19276
19277         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19278         eudc-expand-inline for XEmacs.
19279
19280 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19281
19282         * message.el (message-canlock-generate): Require sha1-el.
19283
19284 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19285
19286         * message.el (message-expand-name): Silence the byte compiler.
19287
19288         * lpath.el: Add detect-coding-system.
19289
19290         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19291         cus-edit.
19292
19293 2004-01-13  Simon Josefsson  <jas@extundo.com>
19294
19295         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19296         Invoke gnus-score-mode.
19297         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19298
19299         * gnus-range.el (gnus-compress-sequence): Doc fix.
19300         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19301
19302 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19303
19304         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19305
19306 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19307
19308         * spam.el (spam-get-article-as-string): Update to use
19309         gnus-request-article-this-buffer, much simpler.
19310         (spam-get-article-as-buffer): Remove.
19311
19312 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19313
19314         * message.el (message-expand-name): Use EUDC if the user uses that.
19315
19316 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19317
19318         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19319         character for the encoding to avoid consing a string.
19320
19321         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19322         unnecessarily.
19323
19324         * mm-util.el (mm-replace-chars-in-string): Remove.
19325
19326         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19327         of mm-replace-chars-in-string.
19328
19329 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19330
19331         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19332
19333         * mm-util.el (mm-subst-char-in-string): Support inplace.
19334
19335         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19336         a new string in every iteration.  Use shy groups.
19337
19338 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19339
19340         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19341         * gnus-soup.el (gnus-soup-group-brew):
19342         * gnus-msg.el (gnus-put-message):
19343         * gnus-move.el (gnus-group-move-group-to-server):
19344         * gnus-kill.el (gnus-batch-score):
19345         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19346         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19347         (gnus-group-update-group, gnus-group-read-group)
19348         (gnus-group-make-group, gnus-group-make-help-group)
19349         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19350         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19351         (gnus-group-sort-by-unread, gnus-group-catchup)
19352         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19353         (gnus-group-yank-group, gnus-group-set-info)
19354         (gnus-group-list-groups):
19355         * gnus.el (gnus-generate-new-group-name):
19356         * gnus-delay.el (gnus-delay-send-queue):
19357         * nnvirtual.el (nnvirtual-catchup-group):
19358         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19359         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19360         (gnus-group-prepare-topics, gnus-topic-check-topology):
19361         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19362         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19363         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19364         (gnus-group-make-articles-read):
19365         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19366         (gnus-group-change-level, gnus-kill-newsgroup)
19367         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19368         (gnus-get-unread-articles, gnus-make-articles-unread)
19369         (gnus-make-ascending-articles-unread): Use accessor
19370         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19371         to get group information for improved readability.
19372
19373
19374 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19375
19376         * gnus-art.el (article-decode-mime-words, article-babel)
19377         (gnus-article-highlight-signature, gnus-article-add-buttons)
19378         (gnus-signature-toggle): Use gnus-with-article-buffer.
19379
19380         * gnus-art.el (gnus-article-highlight-headers)
19381         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19382
19383         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19384         (gnus-article-set-globals, gnus-request-article-this-buffer)
19385         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19386         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19387         (gnus-mime-display-alternative): Use with-current-buffer.
19388
19389 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19390
19391         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19392         also under 80 char limit, and call gnus-error if needed.
19393         (spam-fetch-article-header): Fix - it was a
19394         buffer-local variable (gnus-newsgroup-data).
19395         (spam-find-spam): Use spam-generate-fake-headers, forget about
19396         spam-insert-fake-headers.
19397         (spam-insert-fake-headers): Remove.
19398
19399 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19400
19401         * deuglify.el (gnus-article-outlook-unwrap-lines)
19402         (gnus-outlook-rearrange-article)
19403         (gnus-outlook-repair-attribution-outlook)
19404         (gnus-outlook-repair-attribution-block)
19405         (gnus-outlook-repair-attribution-other): Remove redundant
19406         save-excursion.
19407
19408 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19409
19410         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19411         (spam-fetch-field-subject-fast)
19412         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19413         (spam-fetch-article-header): Add functions to deal with Gnus
19414         internals for fast retrieval of article header data.
19415         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19416
19417 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19418
19419         * pop3.el (pop3-md5): Remove.
19420         (pop3-apop): Replace pop3-md5 with md5.
19421
19422         * mm-bodies.el: base64 is always built-in.
19423
19424         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19425         Use with-current-buffer.
19426
19427 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19428
19429         * canlock.el (canlock-insert-header): Remove excessive grouping in
19430         regexp.
19431
19432         * gnus-sum.el (gnus-summary-read-document): Ditto.
19433
19434         * gnus-uu.el (gnus-uu-part-number): Ditto.
19435
19436         * html2text.el (html2text-remove-tags): Ditto.
19437         (html2text-format-tags): Ditto.
19438         (html2text-format-single-elements): Ditto.
19439
19440         * mml.el (mml-parse-1): Ditto.
19441
19442 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19443
19444         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19445
19446         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19447
19448         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19449
19450         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19451
19452 2003-11-15  Simon Josefsson  <jas@extundo.com>
19453
19454         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19455         (pgg-gpg-lookup-key): Use regexp match instead of
19456         split-string (split-string is different between emacs 21.2 and
19457         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19458
19459 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19460
19461         * gnus-art.el (gnus-mime-view-all-parts)
19462         (gnus-article-part-wrapper, gnus-article-view-part):
19463         Use with-current-buffer.
19464
19465 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19466
19467         * spam.el (spam-disable-spam-split-during-ham-respool)
19468         (spam-spamoracle-database, spam-cache-lookups)
19469         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19470         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19471         (spam-group-ham-marks, spam-group-spam-marks)
19472         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19473         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19474         also add spam-use-blackholes to the statistical checks.
19475         (spam-fetch-field-fast): Add interface to fetching fields, may
19476         become a macro.
19477         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19478         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19479         (spam-insert-fake-headers): Fake an article when needed.
19480         (spam-find-spam): Fake article when possible.
19481         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19482         (spam-check-bogofilter-headers): Use message-fetch-field instead
19483         of nnmail-fetch-field.
19484
19485 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19486
19487         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19488
19489 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19490
19491         * spam.el (spam-split): Do not require spam-use-CHECK to be
19492         enabled if that check is passed to spam-split explicitly; also
19493         fix so 'spam doesn't get converted to spam-split-group when
19494         spam-split-symbolic-return is t.
19495         (spam-find-spam): Find registrations of the article and use those
19496         instead of re-running spam-split to find the spam/ham
19497         classification of the article.
19498         (spam-log-processing-to-registry, spam-log-registered-p)
19499         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19500         Use gnus-error instead of gnus-message.
19501         (spam-log-registration-type): Add function to determine the
19502         classification of a message based on registry entries; will
19503         return nil if both 'spam and 'ham are found.
19504         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19505         a reasonably fast local cache without the loading errors.
19506         (spam-cache-lookups): Set to t by default.
19507         (spam-find-spam): Don't try to guess spam-cache-lookups.
19508         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19509         spam-caches entry.
19510         (spam-filelist-build-cache, spam-filelist-check-cache):
19511         Fix caching of whitelist/blacklist entries.
19512         (spam-check-whitelist, spam-check-blacklist):
19513         Invoke spam-from-listed-p with a type, not a cache variable.
19514         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19515
19516 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19517
19518         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19519
19520         * nnmail.el (nnmail-split-fancy): do.
19521
19522         * mml.el (mml-parse): do.
19523
19524         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19525         (gnus-score-adaptive): do.
19526
19527 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19528
19529         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19530         (gnus-mime-button-map): Don't set keymap parent.
19531         (gnus-button-ctan-directory-regexp): Use shy grouping.
19532         (gnus-prev-page-map): Don't set keymap parent.
19533         (gnus-prev-page-map): Remove duplicated one.
19534         (gnus-next-page-map): Don't set keymap parent.
19535         (gnus-mime-security-button-map): Ditto.
19536
19537         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19538         version number.
19539
19540         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19541
19542 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19543
19544         * canlock.el (canlock-sha1-function): Remove.
19545         (canlock-sha1-function-for-verify): Remove.
19546         (canlock-openssl-program): Remove.
19547         (canlock-openssl-args): Remove.
19548         (canlock-ignore-errors): Remove.
19549         (canlock-sha1-with-openssl): Remove.
19550         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19551         (canlock-verify): Don't use canlock-ignore-errors.
19552
19553         * sha1-el.el (sha1-string-external): Make it can return a string
19554         in binary form.
19555         (sha1-region-external): Ditto.
19556         (sha1-string-internal): Ditto.
19557         (sha1-region-internal): Ditto.
19558         (sha1-region): Ditto.
19559         (sha1-string): Ditto.
19560         (sha1): Ditto.
19561
19562 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19563
19564         * spam.el (spam-report-articles-gmane): New command.
19565
19566 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19567
19568         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19569
19570         * run-at-time.el (run-at-time-saved): Remove.
19571         (run-at-time): Doc fix.
19572
19573 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19574
19575         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19576         (gnus-summary-limit-map): Add it.
19577         (gnus-summary-make-menu-bar): do.
19578
19579 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19580
19581         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19582         Make attempt at some caching support (done for BBDB only now).
19583         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19584         addresses to be checked.
19585         (spam-clear-cache-BBDB): Add function, to be invoked by
19586         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19587         (spam-check-BBDB): Check and use the caches, if
19588         spam-cache-lookups is on, remove superfluous (provide).
19589
19590 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19591
19592         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19593
19594 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19595
19596         * run-at-time.el (run-at-time-saved): Move to after the definition
19597         of `run-at-time'.
19598
19599         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19600
19601 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19602
19603         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19604         mm-w3m-local-map-property.
19605
19606         * mm-view.el (mm-w3m-mode-map): Remove.
19607         (mm-w3m-local-map-property): Remove.
19608         (mm-inline-text-html-render-with-w3m): Don't use
19609         mm-w3m-local-map-property.
19610
19611 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19612
19613         * run-at-time.el: New file.
19614
19615         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19616         under Emacs.
19617
19618         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19619         of gnus-set-text-properties.
19620
19621         * gnus-uu.el (gnus-uu-save-article): Ditto.
19622
19623         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19624
19625         * gnus-cite.el (gnus-cite-parse): Ditto.
19626
19627         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19628         of gnus-.
19629
19630         * gnus-xmas.el (run-at-time): Require run-at-time.
19631
19632         * gnus.el: Change calls to nnheader-run-at-time and
19633         password-run-at-time throughout to use run-at-time directly.
19634
19635         * password.el: Remove definition of run-at-time.
19636
19637         * nnheaderxm.el: Remove definition of run-at-time.
19638
19639 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19640
19641         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19642         in prompt.
19643
19644 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19645
19646         * messagexmas.el (message-xmas-redefine): Alias
19647         `message-make-caesar-translation-table' to
19648         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19649         version.
19650
19651         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19652         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19653         `gnus-xmas-set-text-properties'.
19654         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19655         `gnus-xmas-completing-read'.
19656         (gnus-xmas-completing-read): Removed.
19657         (gnus-xmas-open-network-stream): Removed.
19658
19659         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19660         XEmacs version.
19661
19662         * dns.el (dns-make-network-process): Use `open-network-stream'
19663         instead of `gnus-xmas-open-network-stream'.
19664
19665         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19666
19667         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19668
19669 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19670
19671         * gnus-art.el (gnus-mime-display-alternative)
19672         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19673         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19674         Don't use gnus-local-map-property.
19675
19676         * gnus-util.el (gnus-local-map-property): Remove.
19677
19678         * mm-view.el (mm-view-pkcs7-decrypt):
19679         Replace gnus-completing-read-maybe-default with completing-read.
19680
19681         * gnus-util.el (gnus-completing-read): do.
19682         (gnus-completing-read-maybe-default): Remove.
19683
19684 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19685
19686         * password.el: Only autoload `run-at-time' if not XEmacs.
19687         Only autoload the itimer functions if XEmacs.
19688
19689 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19690
19691         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19692         XEmacsen.
19693
19694         * dgnushack.el: Autoload executable-find for XEmacs.
19695
19696 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19697
19698         * gnus-art.el (gnus-read-string): Remove.
19699         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19700         read-string.
19701
19702 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19703
19704         * netrc.el: Autoload password-read.
19705         (netrc): Add configuration group.
19706         (netrc-encoding-method, netrc-openssl-path):
19707         Add variables for encoding and decoding of files with symmetric
19708         ciphers.
19709         (netrc-encode): Add assistant function to encode a file with
19710         netrc-encoding-method.
19711         (netrc-parse): Add interactive parameter, added optional
19712         decoding if netrc-encoding-method is non-nil but otherwise
19713         behavior is standard.
19714         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19715         Do s/encode/encrypt/ everywhere.
19716
19717         * spam.el: Remove executable-find autoload.
19718
19719 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19720
19721         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19722
19723         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19724
19725 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19726
19727         * gnus-art.el (gnus-treat-ansi-sequences)
19728         (article-treat-ansi-sequences): New variable and function.
19729         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19730
19731         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19732         Use it.
19733
19734 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19735
19736         * mm-util.el (mm-quote-arg): Remove.
19737
19738         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19739         shell-quote-argument.
19740
19741         * gnus-uu.el (gnus-uu-command): do.
19742
19743         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19744
19745         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19746         with make-char.
19747
19748         * mm-util.el (mm-make-char): Remove.
19749
19750         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19751         add-minor-mode.
19752
19753         * gnus-undo.el (gnus-undo-mode): do.
19754
19755         * gnus-topic.el (gnus-topic-mode): do.
19756
19757         * gnus-sum.el (gnus-dead-summary-mode): do.
19758
19759         * gnus-start.el (gnus-slave-mode): do.
19760
19761         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19762
19763         * gnus-ml.el (gnus-mailing-list-mode): do.
19764
19765         * gnus-gl.el (gnus-grouplens-mode): do.
19766
19767         * gnus-draft.el (gnus-draft-mode): do.
19768
19769         * gnus-dired.el (gnus-dired-mode): do.
19770
19771         * gnus-ems.el (gnus-add-minor-mode): Remove.
19772
19773         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19774         Replace gnus-char-width with char-width.
19775
19776         * gnus-ems.el (gnus-char-width): Remove.
19777
19778         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19779         Replace gnus-char-width with char-width.
19780
19781         * gnus-ems.el (gnus-char-width): Remove.
19782
19783         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19784         definition.
19785         Remove Emacs 20 hash table compatibility code.
19786
19787         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19788         20 compatibility code.
19789
19790         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19791
19792         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19793
19794         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19795         Replace with point-at-{eol,bol}.
19796
19797         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19798
19799         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19800
19801         * flow-fill.el (fill-flowed-point-at-bol)
19802         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19803
19804         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19805         Replace with point-at-{eol,bol} throughout all files.
19806
19807 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19808
19809         * ntlm.el (ntlm-string-as-unibyte): New macro.
19810         (ntlm-build-auth-response): Use it.
19811
19812         Remove Emacs 20 stuff:
19813         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19814         (butlast, mapc, remove): Remove the compiler macros.
19815         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19816         of delq and copy-sequence.
19817         * gnus-art.el (popup-menu): Remove the compiler macro.
19818         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19819         Emacs 20.
19820
19821 2004-01-05  Simon Josefsson  <jas@extundo.com>
19822
19823         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19824         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19825         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19826         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19827         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19828         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19829         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19830         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19831         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19832         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19833         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19834         string-xor into ntlm-string-xor.
19835         Suggested by Jesper Harder <harder@myrealbox.com>.
19836
19837         * ntlm.el: Don't include poem.
19838
19839         * md4.el (print-int32, print-string-hexa): Remove.
19840         Suggested by Jesper Harder <harder@myrealbox.com>.
19841
19842         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19843
19844         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19845         probably breaks emacs with DL patch, but do we care? Is anyone
19846         still using the DL stuff?)
19847
19848         * sieve-manage.el: Use the password package.
19849         (sieve-manage-read-passwd): Remove.
19850         (sieve-manage-interactive-login): Use password.  Re-add
19851         condition-case around loop.
19852
19853         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19854         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19855         Use the password package.
19856
19857 2003-02-19  Simon Josefsson  <jas@extundo.com>
19858
19859         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19860         token.
19861
19862 2002-08-07  Simon Josefsson  <jas@extundo.com>
19863
19864         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19865         (sieve-manage-authenticators):
19866         (sieve-manage-authenticator-alist): Add some SASL mechs.
19867         (sieve-sasl-auth): New function.
19868         (sieve-manage-cram-md5-auth):
19869         (sieve-manage-plain-auth): Rewrite using SASL library.
19870         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19871         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19872         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19873         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19874
19875 2004-01-05  Simon Josefsson  <jas@extundo.com>
19876
19877         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19878         New files.
19879
19880 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19881
19882         * gnus-group.el (gnus-no-groups-message): Update.
19883
19884         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19885
19886 2003-11-09  Simon Josefsson  <jas@extundo.com>
19887
19888         * imap.el: Support for ID IMAP extension (RFC 2971).
19889         (imap-local-variables): Add imap-id.
19890         (imap-id): New variable.
19891         (imap-id): New function.
19892         (imap-parse-response): Parse untagged ID response.
19893         * nnimap.el (nnimap-id): New variable.
19894         (nnimap-open-connection): Use it.
19895
19896 2003-12-28  Simon Josefsson  <jas@extundo.com>
19897
19898         * gnus-score.el (gnus-score-edit-all-score): New.
19899         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19900
19901 2004-01-04  Simon Josefsson  <jas@extundo.com>
19902
19903         * password.el: Add.
19904
19905 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19906
19907         * dns.el (dns-query-types): Fix typo.
19908         (dns-query-types): New function.
19909         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19910         PTR and SOA replies, see RFC 1035.
19911
19912 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19913
19914         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19915
19916         * Move to Changelog.2.
19917
19918 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19919
19920         * gnus.el (gnus-version-number): Bump version.
19921
19922 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19923
19924         * gnus.el: No Gnus v0.1 is released.
19925
19926 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19927
19928         * gnus.el: No Gnus v0.0 is released.
19929
19930 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19931
19932         * gnus.el (gnus-version-number): Bump.
19933         (gnus-version): No.
19934
19935 See ChangeLog.2 for earlier changes.
19936
19937     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19938       Free Software Foundation, Inc.
19939
19940   This file is part of GNU Emacs.
19941
19942   GNU Emacs is free software: you can redistribute it and/or modify
19943   it under the terms of the GNU General Public License as published by
19944   the Free Software Foundation, either version 3 of the License, or
19945   (at your option) any later version.
19946
19947   GNU Emacs is distributed in the hope that it will be useful,
19948   but WITHOUT ANY WARRANTY; without even the implied warranty of
19949   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19950   GNU General Public License for more details.
19951
19952   You should have received a copy of the GNU General Public License
19953   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19954
19955 ;; Local Variables:
19956 ;; coding: utf-8
19957 ;; fill-column: 79
19958 ;; add-log-time-zone-rule: t
19959 ;; End: