lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
[gnus] / lisp / ChangeLog
1 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
4
5 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6
7         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8         to really consider the last line.
9
10 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
11
12         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
13         list of recipient keys, or use symmetric encryption if not a list.
14         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
15         EPA override, replacing the call to `netrc-store-data'.
16
17 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
18
19         * gnus-srvr.el: Avoid passing nil regexp argument to
20         delete-matching-lines.
21
22 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23
24         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
25         fetching stops when Gnus exits.
26
27         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
28         function.
29         (nnfolder-request-expire-articles): Save all the buffers after doing
30         expiry.
31
32         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
33         the last article", since that led to serious performance regressions
34         when expiring nnml groups.
35
36 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
37
38         * nnir.el: Improve customizations.
39
40 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
41
42         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
43
44         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
45         group has been killed.
46         (gnus-group-yank-group): Ditto.
47
48         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
49
50         * nnimap.el (nnimap-request-update-group-status): New function.
51
52         * gnus-int.el (gnus-request-update-group-status): New interface
53         function.
54
55         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
56         copying read-ness to the backends.
57
58         * nnimap.el (nnimap-quirk): New function.
59         (nnimap-retrieve-group-data-early): Use it.
60         (nnimap-quirks): New alist.
61
62 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
63
64         * shr.el (shr-insert): Set shr-start after deleting trailing space;
65         don't delete it within indentation.
66
67 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
68
69         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
70         previous line.
71
72 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
73
74         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
75         QRESYNC command by deleting a superfluous space which broke Cyrus
76         servers.  This change will break other servers that are buggy the other
77         way around.
78
79 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
80
81         * spam.el: Reindent and fix long lines.
82         (spam-copy-or-move-routine): Exclude invalid move destinations.
83
84 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
85
86         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
87         installed the registry.
88
89 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
90
91         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
92
93 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
94
95         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
96         groupname doesn't contain "gmane".
97
98 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
99
100         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
101         and netrc-bound-and-true-p bindings.
102         (netrc-parse): Cache the netrc contents.
103
104         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
105         (gnus-1): Don't create the nndrafts group twice.
106         (gnus-setup-news): There's no need to read the active file here, since
107         that's done again later on a per-backend basis.
108         (gnus-start-draft-setup): Make sure that the new group is started out
109         empty.
110
111         * gnus-agent.el (gnus-agentize): Don't create the queue group
112         automatically on startup.  It'll be created later, if needed.
113
114         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
115         of automatically subscribed groups.
116         (gnus-auto-subscribed-categories): New variable.
117         (gnus-matches-options-n): Use it.
118         (gnus-default-subscribed-newsgroups): Remove unused variable.
119         (gnus-start-draft-setup): Message a bit less.
120
121 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
122
123         * nnir.el (nnir-run-imap): Return article list in order of increasing
124         UID.
125
126 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
127
128         * gnus-sum.el (gnus-summary-enter-digest-group): Mention
129         gnus-auto-select-on-ephemeral-exit.
130
131         * proto-stream.el (proto-stream-open-network-only): Fix the calling
132         convention of the network-only option.
133
134 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
135
136         * proto-stream.el (proto-stream-open-network-only): New function to
137         have a way to specify non-STARTTLS upgrade connections.
138
139 2010-12-10  Julien Danjou  <julien@danjou.info>
140
141         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
142         email address is nil.
143
144         * message.el (message-bogus-recipient-p): Set address to "" if nil.
145
146 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
147
148         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
149         deletion.
150         (nnir-run-imap): Only need to parse list once.
151
152 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
153
154         * shr.el (shr-tag-script): Ignore <script>.
155         (shr-tag-label): Add <label> support.
156
157 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
158
159         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
160
161         * shr.el (shr-image-displayer): Work for images lined side by side.
162
163 2010-12-08  Robert Pluim  <rpluim@gmail.com>
164
165         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
166         parameter, since XEmacs doesn't accept t as a parameter.
167
168 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
169
170         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
171         ids.
172         (nnir-run-gmane): Simplify groupspec formatting.
173         (nnir-request-expire-articles): New function.
174
175 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
176
177         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
178         overflow, possibly.
179
180         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
181         (shr-render-td): Handle td style="" better.
182         (shr-tag-table): Use the color from the style sheet.
183         (shr-render-td): Make sure we copy over all the overlays, too.
184
185 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
186
187         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
188         (nnir-request-article): Improve article retrieval.
189
190 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
191
192         * mm-util.el (mm-extra-numeric-entities): New variable.
193
194         * mm-url.el (mm-url-decode-entities):
195         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
196
197         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
198
199 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
200
201         * message.el: Use completion-at-point.
202         (message-completion-function): New fun, extracted from message-tab.
203         (message-mode): Use it for completion-at-point-functions.
204         (message-tab): Use it and completion-at-point.
205
206 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
207
208         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
209         character if a non-breakable character follows.
210
211 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212
213         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
214         any stream.
215
216         * shr.el (shr-tag-font): Colorize the region.
217         (shr-tag-body): Ditto.
218         (shr-tag-font): Actually let the styles be inherited instead of
219         overwriting them.
220         (shr-tag-font): Get the background color right.
221         (shr-tag-style): Ignore all <style> tags for the moment.
222
223         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
224         a Message-ID to avoid having nnimap depend on gnus-sum.
225
226         * shr.el (shr-descend): Only colorize something if we have a node that
227         sets colors.
228
229 2010-12-06  Julien Danjou  <julien@danjou.info>
230
231         * shr.el (shr-render-td): Render td content with shr-descend, so style
232         will be applied to <td> too.
233         (shr-colorize-region): Colorize region even if we only have a background.
234         (shr-tag-body): Fix color and background color inheritance.
235         Do not recolorize after shr-generic.
236         (shr-tag-font): Let shr-generic colorize via inheritance.
237
238 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
239
240         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
241
242 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
243
244         * nnir.el (nnir-request-move-article): Remove obsolete code.
245
246 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
247
248         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
249
250 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
251
252         * gnus-sum.el (gnus-summary-respool-article): The completion function
253         expects a list instead of an alist.
254
255         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
256         string as the parameter.
257
258         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
259
260         * shr.el (shr-stylesheet): New dynamic variable for cascading the
261         styles.
262         (shr-colorize-region): New function.
263         (shr-insert-background-overlay): Remove.
264         (shr-render-td): Background setting should be taken care of on a higher
265         level.
266         (shr-tag-body): Use post-hoc colorizations.
267         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
268         (shr-put-color-1): Don't overwrite old colors.
269         (shr-colorize-region): When the background color isn't explicit, use
270         a fixed background.
271
272         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
273         nnmail variables.
274
275 2010-12-05  Bjørn Mork  <bjorn@mork.no>
276
277         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
278         unless necessary.
279
280 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
281
282         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
283         server.
284
285 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
286
287         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
288         so that TAB works.
289
290         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
291         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
292
293         * shr.el (shr-urlify): Show the URL before the title to avoid
294         misleading URLs.
295
296 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
297
298         * shr.el (shr-urlify): Display the title in <a> tags.
299
300 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
301
302         * nnir.el (nnir-categorize): Replace mapcar with mapc.
303
304 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
305
306         * nnir.el: Rearrange code to allow macros to be autoloaded by
307         gnus-sum.el.
308         (nnir-retrieve-headers-override-function): Make this variable
309         customizable.
310         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
311
312         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
313         from nnir.el.
314
315 2010-12-03  Julien Danjou  <julien@danjou.info>
316
317         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
318
319 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
322         allow optional argument `environment'.
323
324 2010-12-03  Glenn Morris  <rgm@gnu.org>
325
326         * mm-extern.el (message-goto-body): Update declaration.
327
328 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
329
330         * gnus-util.el (gnus-macroexpand-all): New function.
331
332         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
333         instead of macroexpand-all that is unavailable in XEmacs.
334
335 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
336
337         * nnir.el (nnir-summary-line-format): New variable.
338         (nnir-mode): Use it.
339         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
340         (nnir-article-ids): Reimplement as defsubst.
341         (nnir-retrieve-headers): Don't mangle the subject header.
342         (nnir-run-imap): Use 100 as RSV score.
343         (nnir-run-find-grep): Fix for full server searching.
344         (nnir-run-gmane): Better restriction to gmane groups.
345
346         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
347         summary buffers.
348
349 2010-12-02  Julien Danjou  <julien@danjou.info>
350
351         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
352
353         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
354
355         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
356         support.
357
358 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
359
360         * nnir.el: Update to handle the registry better.
361         (autoload): Silence byte-compiler.
362         (nnir-open-server): Add a hook for nnir groups.
363         (nnir-request-move-article): Don't mangle the header. Better to use
364         formating variables (which will be added in the future).
365         (nnir-registry-action): Update the registry using the original article
366         group name.
367         (nnir-mode): Install nnir-specific hooks for updating the registry.
368
369         * gnus-sum.el
370         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
371         obsolete variables.
372         (gnus-summary-move-article): Remove use of obsolete variables.
373         (gnus-summary-local-variables): Make move and delete hooks local to
374         summary buffers.
375
376 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
377
378         * rtree.el: New file.
379
380 2010-12-01  Julien Danjou  <julien@danjou.info>
381
382         * message.el (message-user-organization): Do not use
383         gnus-local-organization.
384
385         * gnus.el: Remove gnus-local-organization.
386
387         * gnus-msg.el: Remove nastygram thing.
388
389 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
390
391         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
392         funcall.
393
394 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
395
396         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
397         names.
398
399         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
400         characters.
401
402         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
403         to t of inhibit-read-only since it is inside gnus-with-article-headers.
404         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
405         (gnus-gravatar-transform-address): Use mail-extract-address-components
406         that supports non-ASCII names rather than mail-header-parse-addresses.
407
408 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
409
410         * proto-stream.el (open-protocol-stream): All starttls connections are
411         handled by the network handler.
412
413 2010-11-30  Julien Danjou  <julien@danjou.info>
414
415         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
416         (nnimap-open-connection-1): Fix PREAUTH.
417
418         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
419
420 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
421
422         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
423         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
424         (shr-insert): Use them.
425         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
426
427 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
428
429         * nnir.el (nnir-request-move-article): Bail out if original group
430         doesn't support article moves.
431         (nnir-get-active): Improve active list retrieval.
432
433 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
434
435         * shr.el (shr-find-fill-point): Don't break before apostrophes.
436
437 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
438
439         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
440         seem to accept strings-with-numbers as port numbers,
441
442 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
443
444         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
445         change the registry.
446
447 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
448
449         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
450         delete-dups that is not available in XEmacs 21.4.
451
452         * mm-util.el (mm-delete-duplicates): Add comment.
453
454 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
455
456         * nnir.el (nnir-ignored-newsgroups): New variable.
457         (nnir-get-active): Use it.
458
459 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
460
461         * proto-stream.el (proto-stream-open-network): Add some comments.
462
463         * nntp.el (nntp-open-connection): Provide a :success condition.
464
465         * nnimap.el (nnimap-open-connection-1): Ditto.
466
467         * proto-stream.el (proto-stream-open-network): See what the response to
468         the STARTTLS command is.
469
470         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
471         backwards compatibility).
472         (nnimap-open-connection-1): Really respect nnimap-server-port.
473
474         * proto-stream.el (proto-stream-open-network): When doing opportunistic
475         TLS upgrades we don't really care about the identity of the peer.
476         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
477         that what we've checked for.
478         (proto-stream-always-use-starttls): Only default to t if
479         open-gnutls-stream exists.
480         (proto-stream-open-network): If STARTTLS failed, then just open a
481         normal connection.
482         (proto-stream-open-network): Wait until the greeting before doing
483         STARTTLS.
484
485         * nntp.el (nntp-open-connection): Report what the connection error is.
486
487         * proto-stream.el (open-protocol-stream): Renamed from
488         open-proto-stream.
489
490 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
491
492         * nnimap.el (nnimap-stream): Change default to `undecided'.
493         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
494         first, and then network.
495         (nnimap-open-connection-1): Respect nnimap-server-port.
496         (nnimap-open-connection): Be more backwards-compatible.
497
498         * proto-stream.el (proto-stream-always-use-starttls): New variable.
499         (proto-stream-open-starttls): De-duplicate the starttls code.
500         (proto-stream-open-starttls): Folded back into the main function.
501         (proto-stream-open-network): Fix typo in the gnutls path.
502         (proto-stream-command): Refactor out.
503
504         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
505
506         * proto-stream.el (proto-stream-open-starttls): Actually implement the
507         starttls.el STARTTLS.
508
509         * color.el (color-lab->srgb): Fix function call name.
510
511         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
512         if we're using tls.el.
513         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
514         built in, then don't try to establish a STARTTLS connection.
515
516         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
517         servers.
518
519         * proto-stream.el (open-proto-stream): Use network, not stream.
520         (open-proto-stream): Add a way to specify what the end of a command is.
521
522         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
523         connections types.
524         (nntp-open-network-stream): Remove.
525         (nntp-open-ssl-stream): Remove.
526         (nntp-open-tls-stream): Remove.
527         (nntp-ssl-program): Remove.
528
529         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
530
531 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
532
533         * nnir.el: Fix typos.
534         (nnir-retrieve-headers-override-function): Rename variable to reflect
535         new semantics.
536         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
537         macros.
538         (nnir-request-article, nnir-request-move-article): Use them.
539         (nnir-categorize): New function.
540         (nnir-run-query): Use it.
541         (nnir-retrieve-headers): Rewrite to batch header retrieval.
542         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
543         sorted.
544         (nnir-group-full-name): Use gnus-group-full-name instead.
545         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
546         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
547
548 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
549
550         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
551
552         * proto-stream.el: New library to provide protocol-specific
553         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
554         protocols.
555         (open-proto-stream): Complete the documentation.
556         (proto-stream-open-network): Fix some typos.
557
558         * nnimap.el (nnimap-open-connection): Use it.
559
560 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
561
562         * pop3.el (pop3-open-server): Read server greeting before starting TLS
563         negotiation.
564
565 2010-11-26  Julien Danjou  <julien@danjou.info>
566
567         * color.el: Rename various rgb functions to srgb.
568
569 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
570
571         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
572         names.
573
574 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
575
576         * shr.el (shr-insert): Revert last change.
577         (shr-find-fill-point): Never leave point being at bol;
578         relax the kinsoku limitation when rendering tables.
579
580 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
581
582         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
583         results from -accept-article.
584
585         * shr-color.el: Require cl when compiling.
586
587         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
588         checkin.
589
590         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
591
592         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
593
594         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
595         'add and 'delete to set backend marks.
596
597         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
598
599         * nnheader.el (nnheader-update-marks-actions): Refactor out.
600
601         * nntp.el (nntp-request-set-mark): Use it.
602
603         * nnfolder.el (nnfolder-request-set-mark): Ditto.
604
605         * nnml.el (nnml-request-set-mark): Ditto.
606
607         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
608         introduces regressions in article selection.
609         (nnimap-find-uid-response): New function.
610         (nnimap-request-accept-article): Use the UID returned, if any.
611         (nnimap-request-move-article): Use the UID returned, if any.
612         (nnimap-get-groups): Reimplement to work with folded lines.
613         (nnimap-find-uid-response): The UID is the last element in the list.
614         (nnimap-request-set-mark): Extend syntax with 'set.
615
616         * nnml.el (nnml-request-set-mark): Ditto.
617
618         * nnfolder.el (nnfolder-request-set-mark): Ditto.
619
620         * nntp.el (nntp-request-set-mark): Ditto.
621
622 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
623
624         * message.el (message-called-interactively-p): A temporary macro.
625         (message-goto-body): Use it temporarily.
626
627 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
628
629         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
630         (nnimap-last-response-string): Unfold quoted lines, if they exist.
631         (nnimap-last-response-string): Fix last unfolding fix.
632
633 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
634
635         * shr.el (shr-insert): Fix the way to fold lines.
636
637 2010-11-25  Julien Danjou  <julien@danjou.info>
638
639         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
640
641         * color.el: Rename from color-lab.el
642         (color-rgb->hex): Add.
643         (color-complement): Add.
644         (color-complement-hex): Add.
645
646         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
647
648 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
649
650         * shr-color.el (shr-color-visible): Don't bug out if the colour names
651         don't exist.
652
653 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
654
655         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
656         assuming that article displaying or another mml-preview may be
657         interrupted for an error or for the like.
658
659         * shr.el (shr-get-background): Fix argument name.
660
661 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662
663         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
664
665         * gnus-sum.el (gnus-summary-include-articles): New function.
666
667         * message.el (message-goto-body): called-interactively-p needs a
668         parameter, so use `any'.
669
670         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
671         clear marks before moving, since they're synced from the Gnus side
672         first.
673
674         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
675         (gnus-summary-move-article): Copy over all marks before moving, so that
676         IMAP doesn't think a new article has arrived.
677
678 2010-11-24  Julien Danjou  <julien@danjou.info>
679
680         * shr.el (shr-insert-background-overlay): Fix typo.
681         (shr-render-td): Copy the background before rendering.
682
683         * shr-color.el (shr-color-visible): Fix docstring.
684
685         * shr.el (shr-tag-table): Add bgcolor support.
686         (shr-render-td): Add bgcolor support.
687         (shr-get-background): Add.
688         (shr-insert-foreground-overlay): Use shr-get-background.
689
690         * message.el (message-goto-body): Use called-interactively-p.
691         (message-in-body-p): message-goto-body returns point.
692
693 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
694
695         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
696         Fixes something or other in Emacs 23, and is backwards compatible.
697
698         * message.el (message-goto-body): Remove the <#secure special-casing,
699         which is too special.
700
701         * shr.el (shr-parse-style): Drop !important from styles.
702
703 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
704
705         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
706         this function to return incorrect results when calling it with an
707         explicit article argument different from
708         (gnus-summary-article-number).
709
710 2010-11-24  Julien Danjou  <julien@danjou.info>
711
712         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
713         (shr-tag-body): Add background support.
714         (shr-descend): Add background support.
715         (shr-tag-title): Add.
716
717         * shr-color.el (shr-color-visible): Really return original background
718         if fixed.
719
720 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721
722         * shr.el (shr-color-check): Protect against non-existant colour names.
723
724 2010-11-24  Julien Danjou  <julien@danjou.info>
725
726         * color-lab.el: Require 'cl when compiling.
727
728         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
729
730         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
731         matched part.
732
733         * color-lab.el: Fix all expt calls to use float type.
734
735 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
736
737         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
738         expression to shr-color-check as is.
739
740         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
741
742         * color-lab.el: Add coding cookie.
743         (float-pi): Use eval-and-compile.
744
745         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
746         compiled for Emacsen having no `libxml-parse-html-region' support.
747
748 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
749
750         * shr.el (shr-insert-color-overlay): Split stuff like
751         "#444444 !important" to find the real colour.
752         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
753         parse <font color="red"> entries.
754
755 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
756
757         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
758         point when parsing headers.
759
760         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
761         is positioned properly when parsing headers.
762
763 2010-11-23  Julien Danjou  <julien@danjou.info>
764
765         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
766
767         * shr-color.el (shr-color->hexadecimal): Add support for color names.
768
769         * shr.el (shr-parse-style): Replace \n with space in style parsing.
770
771         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
772         shr-color-hue-to-rgb.
773         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
774
775 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
776
777         * shr.el (shr-color->hexadecimal): Autoload.
778         (shr-descend): Add color to all tags.
779
780 2010-11-22  Julien Danjou  <julien@danjou.info>
781
782         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
783         shr-color->hexadecimal.
784
785         * shr-color.el (shr-color->hexadecimal): Add converting functions for
786         RGB() or HSL() color representation.
787
788         * shr.el (shr-tag-font): Add.
789         (shr-tag-color-check): New function to get better colors.
790         (shr-tag-insert-color-overlay): Factorize code between tag-font and
791         tag-span.
792
793         * shr-color.el: New file.
794
795         * color-lab.el: New file.
796
797         * gnus-art.el (gnus-url-mailto): Do not downcase args.
798
799 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
800
801         * nnir.el: Fix typo in comments.
802         (nnir-run-imap): Simplify code. No need to reverse artlist.
803         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
804
805 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
806
807         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
808
809         * nnimap.el (nnimap-get-capabilities): Refactor out.
810         (nnimap-open-connection): Re-request capabilities after STARTTLS.
811
812 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
813
814         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
815         appearing when `mm-uu-hide-markers' is nil.
816
817 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
818
819         * nnimap.el (nnimap-unselect-group): Make into its own function.
820         (nnimap-request-rename-group): Unselect group before renaming.
821         This had gotten lost somewhere.
822         (nnimap-request-accept-article): Keep track of examined groups, and
823         unselect the group before APPENDing to read-only groups.
824         (nnimap-request-move-article): Clear flags before moving so that they
825         can be re-set later.
826
827 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
828
829         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
830         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
831
832 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
833
834         * gnus-art.el (gnus-mime-display-single)
835         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
836         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
837         parameter.
838
839 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
840
841         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
842         (shr-table-vertical-line): New variable.
843         (shr-insert-table): Use it.
844
845 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
846
847         * gnus-html.el (gnus-html-wash-images): Don't display images if
848         gnus-inhibit-images is non-nil; register displayer for cid images.
849         (gnus-html-display-image): Work for cid image.
850         (gnus-html-insert-image): Allow arguments.
851         (gnus-html-put-image): Inhibit read-only.
852         (gnus-html-prefetch-images): Don't prefetch images if
853         gnus-inhibit-images is non-nil.
854
855 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
856
857         * shr.el (shr-put-image): Break lines when inserting big pictures.
858
859 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
860
861         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
862         sender, thanks Katsumi Yamaoka.
863
864 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
865
866         * nnir.el (nnir-run-imap): Reverse the article list for each group
867         rather than the whole list.
868
869 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
870
871         * shr.el (shr-image-displayer): Protect function against non-existent
872         image source.
873
874         * gnus-art.el (gnus-inhibit-images): New user option.
875         (gnus-mime-display-single): Don't display image if it is non-nil.
876
877         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
878         gnus-inhibit-images.
879
880         * shr.el (shr-image-displayer): New function.
881         (shr-tag-img): Use it.
882
883 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
884
885         * mml2015.el (mml2015-epg-sign): Use From header.
886
887 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888
889         * gnus-html.el (gnus-html-wash-images): Register a displayer.
890
891         * gnus-util.el (gnus-find-text-property-region): Return markers.
892
893         * shr.el (shr-tag-img): Put a displayer in the text property.
894
895         * gnus-util.el (gnus-find-text-property-region): New utility function.
896
897         * gnus-html.el (gnus-html-display-image): Make the alt optional.
898         (gnus-html-show-images): Remove.
899
900         * gnus-art.el (gnus-article-show-images): New, more general function.
901
902         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
903         image url text properties.
904
905         * shr.el: Ditto.
906
907         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
908         gnus-agent-auto-agentize-methods is set.  Which it isn't.
909
910 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
911
912         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
913         work for two or more articles.
914
915 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
916
917         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
918         divide an image that's in an html article to two or more when washing
919         non-ASCII characters in alt text of it.
920
921 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
922
923         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
924         smime-decrypt-region using function argument.
925         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
926
927         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
928
929         * smime.el (smime-decrypt-region): Catch it.
930
931 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
932
933         * smime.el (smime-mode-map): Move initialization into declaration.
934         (gnus-run-mode-hooks): Don't autoload.
935         (smime-mode): Use define-derived-mode.
936
937 2010-11-11  Glenn Morris  <rgm@gnu.org>
938
939         * smime.el (from): Restrict declaration to XEmacs.
940
941         * nnir.el (gnus-group-topic-name): Autoload.
942
943 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
944
945         * shr.el (shr-insert): Don't break long line if it is because of
946         kinsoku-bol characters in the line end.
947
948 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
949
950         * nnir.el (nnir-request-move-article): Fix to provide original group
951         and subject.
952         (nnir-warp-to-article): Don't fail on articles whose headers haven't
953         been retrieved.
954
955         * gnus-sum.el (gnus-summary-move-article): Use original group and
956         subject for virtual articles such as those in an nnir summary buffer.
957
958 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
959
960         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
961         least 21.5).
962
963         * smime.el (from): Declare it again for XEmacs.
964
965 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
966
967         * message.el (message-resend): Don't disable encoding unless it's
968         already encoded.
969
970         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
971         low-numbered articles.
972
973 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
974
975         * rfc2047.el (rfc2047-syntax-table): Simplify.
976
977         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
978
979         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
980         set-char-table-range for XEmacs.
981
982 2010-11-10  Glenn Morris  <rgm@gnu.org>
983
984         * time-date.el (time-to-seconds): Always an alias on Emacs,
985         never a real function.
986         (with-no-warnings): Remove compat stub, now unused.
987         (time-less-p): Doc fix.
988         (time-to-number-of-days): Simplify.
989
990         * smime.el (from): Remove unused declaration.
991
992         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
993         (gnus-float-time): On Emacs, always an alias.
994
995         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
996         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
997
998 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
999
1000         * dgnushack.el: Don't use ignore-errors in the top level form since it
1001         is unavailable in XEmacs even if cl is loaded.
1002
1003         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1004
1005 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1006
1007         * shr.el (browse-url-mailto): Autoload.
1008
1009         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1010
1011         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1012         regexp doesn't need quoting.
1013
1014 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1015
1016         * message.el (message-subject-trailing-was-ask-regexp)
1017         (message-subject-trailing-was-regexp): Match was: in addition to was.
1018
1019 2010-11-09  Glenn Morris  <rgm@gnu.org>
1020
1021         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1022         (nnbabyl-check-mbox): Use point-at-bol.
1023
1024 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1025
1026         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1027
1028         * message.el (message-mailto): New function.
1029         (message-mailto): Should accept other parameters.
1030         (message-mailto): Remove since it duplicates browse-url-mailto
1031         functionality.
1032
1033 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034
1035         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1036         methods.
1037         (gnus-read-active-file): Ditto.
1038
1039         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1040         ": " from the prompt.
1041         (gnus-group-make-group): Ditto.
1042
1043 2010-11-07  Glenn Morris  <rgm@gnu.org>
1044
1045         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1046         (gnus-bookmark-kill-line): Use point-at-eol.
1047
1048 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1049
1050         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1051         asterisks in From header.
1052
1053 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1054
1055         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1056         string to avoid making the From headers syntactically invalid.
1057
1058         * message.el (message-send-mail): Don't insert courtesy messages if the
1059         message already has List-Post and List-ID messages.
1060
1061 2010-11-06  Glenn Morris  <rgm@gnu.org>
1062
1063         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1064         `condition', `type', `length' a prefix.
1065         (gnus-treat-predicate): Update for above name changes.
1066
1067 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1068
1069         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1070         binding.  Handled by `gnus-summary-refer-thread' instead.
1071         (nnir-warp-to-article): New backend function.
1072
1073         * nnimap.el (nnimap-request-thread): Force dependency updating.
1074
1075         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1076         (gnus-summary-refer-thread): Rework to improve thread-referral.
1077
1078         * gnus-int.el (gnus-warp-to-article): New function.
1079
1080         * gnus-sum.el (gnus-summary-article-map): Bind it.
1081
1082 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1083
1084         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1085         gnus-summary-refer-thread.
1086
1087         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1088         headers.
1089         (gnus-summary-limit-include-thread): Prevent articles in thread from
1090         being cut in gnus-cut-threads.
1091         (gnus-summary-refer-thread): Limit retrieved headers to those in
1092         thread.
1093
1094 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1095
1096         * message.el (message-send-mail): Use the value of
1097         message-courtesy-message from the message buffer.
1098
1099         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1100
1101         * shr.el (shr-browse-url): Implement mailto: URLs.
1102
1103         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1104         "raw".
1105
1106         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1107         if it's already selected.
1108
1109         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1110
1111 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1112
1113         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1114         to measure the length and truncate alt text.
1115
1116 2010-11-03  Glenn Morris  <rgm@gnu.org>
1117
1118         * nndiary.el (nndiary-generate-nov-databases-1)
1119         (nndiary-generate-active-info): Rename dynamic variable `files' to
1120         something less generic.
1121
1122 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1123
1124         * nnir.el (nnir-request-move-article): Call the underlying backend to
1125         move articles from nnir.
1126
1127 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1128
1129         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1130
1131 2010-11-02  Julien Danjou  <julien@danjou.info>
1132
1133         * nnir.el: Remove wais support.
1134
1135 2010-11-02  Glenn Morris  <rgm@gnu.org>
1136
1137         * gnus-html.el: Reorder requirements to quieten compiler.
1138
1139 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1142         properly for XEmacs as well.
1143         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1144         (gnus-article-natural-long-line-p): Use window-width rather than
1145         frame-width.
1146
1147 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1148
1149         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1150         (nnir-read-parms): Don't modify query.
1151         (nnir-run-query): Add ability to search topic on current line.
1152         (nnir-get-active): Clean up.
1153
1154 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1155
1156         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1157         degenerate articles.
1158
1159         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1160         (gnus-print-buffer): Just print the buffer as is, without any copying
1161         to a buffer and then re-highlighting.
1162
1163         * nnimap.el (nnimap-request-group): Store the new updated info.
1164         (nnimap-request-group): Select the group when we don't know whether it
1165         exists or not.
1166
1167         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1168         groups.
1169
1170         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1171         groups.
1172
1173         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1174         groups.
1175
1176         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1177         long-lines case by only filling the long lines.
1178
1179         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1180         (bug #7311).
1181
1182 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1183
1184         * shr.el: No need to declare `declare-function' since shr.el is for
1185         only Emacsen that provide `libxml-parse-html-region'.
1186
1187         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1188         effective only in a file it is referred to.
1189
1190 2010-11-01  Glenn Morris  <rgm@gnu.org>
1191
1192         * mm-util.el (gnus-completing-read): Autoload.
1193         (mm-read-coding-system): Simplify Emacs definition.
1194
1195         * nnmail.el (gnus-activate-group):
1196         * nnimap.el (gnutls-negotiate):
1197         * nntp.el (netrc-parse): Fix declarations.
1198
1199 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1200
1201         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1202         string-match-p in Emacs >=23.
1203
1204         * gnus-msg.el (gnus-configure-posting-styles)
1205         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1206
1207 2010-11-01  Glenn Morris  <rgm@gnu.org>
1208
1209         * nnir.el (declare-function): Add compat stub.
1210         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1211         (nnir-run-gmane): Require 'mm-url.
1212
1213         * mm-util.el (mm-string-to-multibyte): Simplify.
1214
1215         * shr.el (declare-function): Add compat stub.
1216         (url-cache-create-filename): Declare.
1217         (mm-disable-multibyte, widget-convert-button): Autoload.
1218
1219         * smime.el (ldap-search): Declare.
1220         (smime-cert-by-ldap-1): Require ldap on Emacs.
1221
1222         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1223         (nnimap-keepalive): Use gnus-float-time.
1224
1225         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1226         (mail-source-delete-crash-box): Use gnus-float-time.
1227
1228         * gnus-dired.el (gnus-completing-read): Autoload.
1229
1230         * mm-view.el (gnus-rescale-image): Autoload.
1231
1232         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1233
1234         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1235
1236         * sieve-manage.el: Require 'cl when compiling.
1237
1238         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1239         (gnus-iswitchb-completing-read): Require iswitchb.
1240         (gnus-select-frame-set-input-focus): Silence compiler.
1241
1242 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243
1244         * message.el (message-subject-trailing-was-query): Change default to t,
1245         since I think that's what most people want.
1246
1247         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1248         appending for easier debugging.
1249         (nnimap-wait-for-connection): Take a regexp.
1250         (nnimap-request-accept-article): Wait for the continuation line before
1251         sending anything unless we're streaming.
1252
1253         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1254         leave the header washing to take place.
1255
1256 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1257
1258         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1259         regular expression match and replace in posting styles.
1260
1261 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1262
1263         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1264         an entire server.
1265         (nnir-get-active): New function.
1266         (nnir-run-imap): Use it.
1267         (nnir-run-gmane): Who knew, gmane search returns an article score!
1268
1269         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1270         server on the current line with nnir.
1271
1272 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273
1274         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1275         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1276         left edge.
1277         (gnus-article-foldable-buffer): Skip past the prefix when determining
1278         raggedness.
1279
1280         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1281         the raw article, and change `C-u g' to show the article without doing
1282         treatments.
1283
1284         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1285         on to `gnus-treat-article'.
1286         (gnus-inhibit-article-treatments): New variable.
1287
1288         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1289
1290         * gnus-art.el (gnus-treatment-function-alist): Have
1291         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1292         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1293         sections.
1294
1295         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1296         parameter.
1297         (gnus-article-fill-cited-long-lines): New function.
1298         (gnus-article-fill-cited-article): Allow filling only long sections.
1299
1300         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1301         and non-punctuation (like after the apostrophe in "'We").
1302
1303         * gnus-sum.el (gnus-summary-select-article): Make sure
1304         gnus-original-article-buffer is alive.
1305
1306         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1307         reflect the order they're in in the digest.
1308
1309         * gnus.el (gnus-group-startup-message): Move point to the start of the
1310         buffer.
1311
1312         * nnimap.el (nnimap-capability): New function.
1313         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1314         is set.
1315
1316 2010-10-31  David Engster  <dengste@eml.cc>
1317
1318         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1319         conform with changes to gnus-completing-read.
1320
1321 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1322
1323         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1324
1325 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1326
1327         * nnir.el: Move defvar, defcustom around to keep file organized
1328         and keep byte-compiler quiet.
1329         (nnir-read-parms): Accept search-engine as arg.
1330         (nnir-run-query): Pass search-engine as arg.
1331         (nnir-search-engine): Remove.
1332
1333 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1334
1335         * shr.el (shr-generic): The text nodes should be text, not :text.
1336
1337         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1338         later in the file.
1339
1340 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1341
1342         * nnir.el: General clean up.  Allow searching with multiple engines.
1343         Allow separate extra-parameters for each engine.
1344         Batch queries when possible.
1345         (nnir-imap-default-search-key,nnir-method-default-engines):
1346         Add customize interface.
1347         (nnir-run-gmane): New engine.
1348         (nnir-engines): Use it.  Qualify all prompts with engine name.
1349         (nnir-search-engine): Remove global variable.
1350         (nnir-run-hyrex): Restore for now.
1351         (nnir-extra-parms,nnir-search-history): New variables.
1352         (gnus-group-make-nnir-group): Use them.
1353         (nnir-group-server): Remove in favor of gnus-group-server.
1354         (nnir-request-group): Avoid searching twice.
1355         (nnir-sort-groups-by-server): New function.
1356
1357 2010-10-30  Julien Danjou  <julien@danjou.info>
1358
1359         * gnus-group.el: Remove gnus-group-fetch-control.
1360
1361         * gnus-start.el (gnus-find-new-newsgroups):
1362         Remove gnus-check-first-time-used.
1363
1364         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1365
1366 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1367
1368         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1369         set on groups that don't have \* permanentflags.
1370
1371 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1372
1373         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1374         control the background color.
1375         (shr-tag-img): Ignore very small web bug type images.
1376         (shr-put-image): Add help-echo alt texts to the images.
1377         (shr-tag-video): Show the video poster image.
1378
1379 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380
1381         * shr.el (shr-table-depth): New variable.
1382         (shr-tag-table-1): Only insert the images after the top-level table.
1383
1384         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1385
1386         * gnus-util.el (gnus-list-memq-of-list): New function.
1387
1388         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1389         selected.
1390         (nnimap-unsplittable-articles): New slot.
1391         (nnimap-new-articles): Use it.
1392
1393 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1394
1395         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1396         move to the previous line on `M-g'.
1397
1398 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1399
1400         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1401         *-request-group, which seems unnecessary.
1402
1403         * nnimap.el (nnimap-quote-specials): Function copied over from
1404         imap.el.
1405         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1406         they support that.  Suggested by Tom Regner.
1407
1408 2010-10-29  Julien Danjou  <julien@danjou.info>
1409
1410         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1411         defalias.
1412         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1413
1414         * gnus.el: Remove `gnus-nntp-service' variable.
1415         (gnus-secondary-servers): Make obsolete.
1416         (gnus-nntp-server): Make obsolete.
1417
1418         * gnus-start.el (gnus-1): Remove x-splash calls.
1419
1420         * gnus-ems.el (gnus-x-splash): Remove.
1421
1422         * gnus.el (gnus-group-startup-message): Simplify/update code.
1423
1424         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1425         definition.
1426
1427         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1428         capability before doing anything.
1429         (gnus-group-insert-group-line): Remove useless
1430         gnus-group-remove-excess-properties.
1431
1432 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1433
1434         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1435
1436 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1437
1438         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1439         config after reselecting.
1440
1441 2010-10-28  Julien Danjou  <julien@danjou.info>
1442
1443         * shr.el (shr-put-image): Use point even if only inserting text.
1444         (shr-put-image): Save excursion when inserting alt text on non-graphic
1445         display, so the behaviour is the same when we are on a graphic display.
1446
1447         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1448
1449 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1450
1451         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1452         (gnus-mime-copy-part): Check coding system, not charset.
1453         (gnus-mime-view-part-externally): Never remove part.
1454         (gnus-mime-view-part-internally): Don't remove part here.
1455         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1456         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1457         multipart/alternative.
1458
1459         * mm-decode.el (mm-display-part): Take optional arg `force'.
1460
1461 2010-10-26  Julien Danjou  <julien@danjou.info>
1462
1463         * gnus-group.el (gnus-group-default-list-level): Add this function to
1464         compute the default list level.
1465         (gnus-group-default-list-level): Add possibility to use a function.
1466
1467 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1468
1469         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1470
1471         * gnus-group.el (gnus-group-completing-read)
1472         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1473         gnus-replace-in-string.
1474
1475 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1476
1477         * shr.el (shr-tag-div): Add.
1478
1479         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1480
1481 2010-10-25  Julien Danjou  <julien@danjou.info>
1482
1483         * gnus-util.el: Remove `gnus-with-local-quit'.
1484
1485         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1486
1487 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1488
1489         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1490         the original article buffer.
1491
1492 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1493
1494         * nnimap.el (nnimap-request-head): New function.
1495         (nnimap-request-move-article): Try to be slighly faster by not
1496         requesting the entire message when moving.
1497         (nnimap-transform-headers): Don't bug out on bodiless articles.
1498         (nnimap-send-command): Have no outstanding messages if the IMAP server
1499         doesn't support streaming.
1500         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1501
1502 2010-10-24  Julien Danjou  <julien@danjou.info>
1503
1504         * message.el (message-default-headers): Fix type.
1505
1506 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1507
1508         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1509         prefetching images.
1510
1511         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1512         backend for unknown groups.  This is mainly useful for nnimap groups.
1513
1514         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1515         group isn't covered by the agent.
1516
1517 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1518
1519         * nnir.el (nnir-method-default-engines): New variable.
1520         (nnir-run-query): Use it.
1521         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1522         (gnus-summary-nnir-goto-thread): Change group if needed.
1523
1524         * gnus-group.el (gnus-group-group-map): Add key binding for
1525         gnus-group-make-nnir-group.
1526
1527 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1528
1529         * shr.el (shr-tag-object): Add.
1530
1531         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1532         original article buffer live.
1533         (gnus-summary-select-article-buffer):
1534         Mention gnus-widen-article-buffer.
1535
1536 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1537
1538         * shr.el (shr-tag-strong): Add.
1539
1540 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1541
1542         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1543         group names.  They mess up the group buffer badly.
1544
1545         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1546
1547         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1548         instead of the summary one.
1549
1550 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1551
1552         * mml.el (mml-preview): Work properly when editing article.
1553
1554         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1555         gnus-have-read-active-file if it's already been in.
1556
1557 2010-10-22  Tom Tromey  <tromey@redhat.com>
1558
1559         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1560         gnus-group-completing-read.
1561
1562 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1563
1564         * message.el (message-mode-map): Don't bind M-; to comment region, to
1565         allow the global comment-dwim to work.
1566
1567 2010-10-21  Julien Danjou  <julien@danjou.info>
1568
1569         * message.el (message-setup-1): Allow message-default-headers to be a
1570         function.
1571
1572 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1573
1574         * shr.el (shr-tag-table): Simplify.
1575
1576 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1577
1578         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1579         to avoid trying to snarf invalid stuff.
1580
1581         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1582
1583         * gnus.el (gnus-message-archive-group): Quote value.
1584         (gnus-message-archive-group): Mark as changed.
1585
1586         * shr.el (shr-add-font): Don't put the font properties on the newline
1587         or the indentation.
1588
1589         * message.el (message-fix-before-sending): Change options when sending
1590         non-printable characters.
1591
1592         * gnus.el (gnus-message-archive-method): Change the default to
1593         monthly outgoing groups.
1594
1595         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1596         that have gotten new numbers.
1597
1598         * nnimap.el (nnimap-request-replace-article): New function.
1599
1600 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1603         (nnrss-request-article): Don't use special html washing code.
1604
1605 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1606
1607         * shr.el (shr-tag-table): Remove useless nconc.
1608
1609 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1610
1611         * gnus-art.el (article-wash-html): Simplify and remove the charset
1612         stuff.  Use the normal html rendering code instead of the special html
1613         washing code.
1614
1615         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1616         `gnus-w3m' symbols.
1617         (mm-text-html-washer-alist): Remove.
1618
1619         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1620         (mm-inline-media-tests): Remove use.
1621         (mm-text-html-renderer): Change default to the `shr' symbol.
1622
1623         * mm-view.el (mm-inline-text-html): Remove use.
1624
1625         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1626         `gnus-blocked-images' to be a function.
1627         (gnus-article-wash-function): Remove.
1628
1629 2010-10-20  Julien Danjou  <julien@danjou.info>
1630
1631         * spam.el (spam-list-of-processors): Mark as obsolete.
1632
1633         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1634         (nnimap-insert-partial-structure): Fix boundary detection.
1635
1636 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1637
1638         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1639         run file-truename on remote files.  This can be expensive and even
1640         prevent one from editing drafts if some unrelated buffer has a stale
1641         connection.
1642
1643 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1644
1645         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1646         kinsoku-eol regardless of shr-kinsoku-shorten.
1647         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1648         (shr-tag-table): Support caption, thead, and tfoot.
1649
1650 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1651
1652         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1653         lines.
1654         (shr-save-contents): New command and keystroke.
1655
1656         * nndoc.el (nndoc-type-alist): Add git support.
1657         (nndoc-git-type-p): New function.
1658         (nndoc-transform-git-article): Ditto.
1659         (nndoc-transform-git-headers): Ditto.
1660         (nndoc-transform-git-headers): Generate Subject headers.
1661
1662         * shr.el (shr-parse-style): New function.
1663         (shr-tag-span): Ditto.
1664
1665         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1666         to `G G' to avoid collisions.
1667
1668 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1669
1670         * shr.el: Load kinsoku if necessary.
1671         (shr-kinsoku-shorten): New internal variable.
1672         (shr-find-fill-point): Make kinsoku shorten text line if
1673         shr-kinsoku-shorten is bound to non-nil.
1674         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1675         shr-indentation too when testing if table is wider than frame width.
1676         (shr-insert-table): Use `string-width' instead of `length' to measure
1677         text width.
1678         (shr-insert-table-ruler): Make sure indentation is done at bol.
1679
1680 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1681
1682         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1683         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1684         undecoded network data.
1685
1686 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1687
1688         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1689         name in the mode line spec so that the mode line menu works
1690         (bug #2431).
1691
1692         * message.el (message-get-reply-headers): If we're fed `to-address',
1693         then always use that.
1694
1695         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1696         aren't so wide as to need to switch off the edit menu.
1697
1698         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1699         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1700
1701         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1702         `M-g'.
1703         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1704         the permanent marks.
1705
1706 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1707
1708         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1709         Splitting according to references/in-reply-to obeys the ignore-groups
1710         variable, while splitting by sender and subject do not.
1711
1712 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1713
1714         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1715         alist, so that we can look for non-Unicode chars.
1716         (article-translate-strings): Allow both character and string maps.
1717
1718 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1719
1720         * shr.el (shr-insert): Don't insert space behind a wide character
1721         categorized as kinsoku-bol, or between characters both categorized as
1722         nospace.
1723
1724 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1725
1726         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1727         headers to gnus-newsgroup-headers.
1728
1729 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1730
1731         * shr.el (shr-tag-img): Don't align images -- since we're not
1732         rescaling, this often leads to ugly displays.
1733
1734 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1735
1736         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1737         duplicates.
1738
1739 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1740
1741         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1742         call.
1743
1744 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1745
1746         * gnus.el: Autoload gnus-html-show-images.
1747
1748         * nnimap.el: Use nnheader-message throughout.
1749
1750         * shr.el (shr-tag-img): Ignore images with no data.
1751
1752 2010-10-15  Julien Danjou  <julien@danjou.info>
1753
1754         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1755         a possibility to disable format=flow encoding when using hard newlines.
1756
1757 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1758
1759         * shr.el (shr-insert): Remove space inserted before or after a
1760         breakable character or at the beginning or the end of a line.
1761         (shr-find-fill-point): Do kinsoku; find the second best point or give
1762         it up if there's no breakable point.
1763
1764 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1765
1766         * nnimap.el (nnimap-open-connection): Message when opening connection
1767         for debugging purposes.
1768
1769         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1770         on every setup buffer call to allow this to change from article to
1771         article.
1772
1773         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1774         buffers where we have a wide table.
1775
1776 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1777
1778         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1779         uses *-request-thread.
1780
1781 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1782
1783         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1784         incantation, which is no longer valid.
1785
1786 2010-10-14  Julien Danjou  <julien@danjou.info>
1787
1788         * shr.el: Fix defcustom type (char -> character).
1789
1790 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1791
1792         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1793         programs.
1794
1795 2010-10-14  Julien Danjou  <julien@danjou.info>
1796
1797         * shr.el (shr-tag-a): Use url-link as widget type.
1798
1799         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1800         `gnus-group-get-icon'.
1801
1802 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1803
1804         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1805         This should make server editing work better.
1806
1807         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1808
1809         * tls.el (tls-program): Remove spurious %s from openssl.
1810
1811         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1812         (nnimap-parse-flags): Fix regexp.
1813
1814         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1815         probably work for CJVK text, too.
1816
1817         * nnimap.el (nnimap-extend-tls-programs): Remove.
1818         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1819
1820         * tls.el (tls-starttls-switches): Remove starttls hack.
1821         (open-tls-stream): Ditto.
1822         (tls-find-starttls-argument): Ditto.
1823
1824 2010-10-13  Julien Danjou  <julien@danjou.info>
1825
1826         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1827         responses.
1828
1829 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1830
1831         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1832
1833         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1834         anything in Emacs.
1835
1836         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1837
1838 2010-10-13  Julien Danjou  <julien@danjou.info>
1839
1840         * shr.el (shr-width): Make shr-width a defcustom with default to
1841         fill-column.
1842         (shr-tag-img): Use shr-width rather than fill-column.
1843
1844 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1845
1846         * dgnushack.el (byte-optimize-apply)
1847         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1848
1849         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1850         position when (X-)Faces exist.
1851         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1852         avatars when called interactively.
1853
1854 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1855
1856         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1857         gnus-article-x-face-too-ugly is bound.
1858
1859 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1860
1861         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1862
1863         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1864         mailbox that doesn't exist.
1865
1866 2010-10-12  Julien Danjou  <julien@danjou.info>
1867
1868         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1869         (shr-get-image-data): Encode URL properly when fetching from cache.
1870         (shr-tag-img): Use aligned-to spaces to align correctly images.
1871
1872         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1873         before inserting the Gravatar.
1874
1875         * shr.el (shr-tag-img): Add align attribute support for <img>.
1876
1877 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1878
1879         * gnus-gravatar.el (gnus-art): Require.
1880
1881         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1882         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1883         Remove long obsoleted functions.
1884
1885 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1886
1887         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1888
1889         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1890
1891         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1892         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1893         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1894         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1895         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1896         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1897         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1898
1899 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1900
1901         * nnimap.el (nnimap-request-rename-group): Select group read-only
1902         before renaming it.
1903
1904         * shr.el (shr-insert): Fix up the white space only regexp.
1905
1906         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1907         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1908
1909         * shr.el (shr-current-column): New function.
1910         (shr-find-fill-point): New function.
1911
1912 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1913
1914         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1915         numbers.
1916
1917 2010-10-11  Julien Danjou  <julien@danjou.info>
1918
1919         * shr.el (shr-hr-line): Add.
1920         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1921         display hr lines.
1922         (shr-max-columns): Do not change state to nil if we just inserting
1923         spaces.
1924
1925 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1926
1927         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1928         select the last group.
1929
1930 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1931
1932         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1933
1934 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1935
1936         * dig.el (dig-mode-map): Declare and define in one step.
1937
1938 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1939
1940         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1941         for Gnus.
1942         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1943         (nnimap-update-qresync-info): Mark \Seen articles as read.
1944
1945         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1946         non-variable, too.
1947
1948         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1949         available.
1950         (nnimap-update-info): Rely more on the current active than the param
1951         active to avoid marking articles as read too much.
1952
1953         * auth-source.el (auth-source-create): Use (user-login-name) for the
1954         user name default.
1955
1956         * nnimap.el (nnimap-update-info): If the server doesn't return any
1957         useful info, just use the previous info.
1958         (nnimap-update-info): Prefer old info over start-article.
1959         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1960
1961 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1962
1963         * nnir.el (autoload): Clean up autoloads.
1964         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1965         Use key rather than value.
1966         (nnir-imap-search-other): New variable.
1967         (nnir-read-parm): Use it.
1968         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1969         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1970
1971 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1972
1973         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1974         the process, too.
1975
1976 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1977
1978         * spam.el (gnus-summary-mode-map): Bind to "$".
1979         Suggested by Russ Allbery.
1980
1981         * shr.el: Rework the way things are indented by <li> slightly.
1982
1983         * gnus.el (gnus-group-set-parameter): Fix typo.
1984
1985         * nnimap.el: Start implementing QRESYNC support.
1986
1987 2010-10-09  Julien Danjou  <julien@danjou.info>
1988
1989         * nnir.el (nnir-engines): Fix too many arguments.
1990
1991 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1992
1993         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1994         group is the "last", so that the backends like nnfolder actually save
1995         their folders.
1996
1997         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1998         try to use that for the tls stream.
1999         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2000         UIDVALIDITY and find out which groups are read-only and not.
2001         (nnimap-get-flags): Use the same marks parsing code as the rest of
2002         nnimap.
2003
2004 2010-10-09  Julien Danjou  <julien@danjou.info>
2005
2006         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2007
2008         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2009         retrieving gravatars.
2010
2011         * shr.el (shr-table-corner): Add.
2012         (shr-table-line): Add.
2013         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2014
2015 2010-10-08  Julien Danjou  <julien@danjou.info>
2016
2017         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2018
2019 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2020
2021         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2022
2023         * gnus-sum.el (gnus-mark-article-as-unread)
2024         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2025         (gnus-summary-set-bookmark): Use it.
2026
2027         * gnus-msg.el (gnus-setup-message): Use it.
2028
2029         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2030
2031         * gnus.el (gnus-group-remove-parameter): Use it.
2032
2033         * gnus-group.el (gnus-group-make-web-group): Use it.
2034
2035         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2036
2037         * nnregistry.el: Update docs to mention manual.
2038
2039         * gnus-registry.el: Update docs to mention nnregistry.el.
2040         (gnus-registry-initialize): Don't install nnregistry refer method
2041         automatically.
2042         (gnus-registry-install-nnregistry): Remove it.
2043
2044 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2045
2046         * shr.el (shr-insert): Don't insert double spaces.
2047
2048 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2049
2050         * gnus-gravatar.el (gnus-treat-from-gravatar)
2051         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2052         called interactively.
2053
2054         * gnus-art.el (gnus-mime-view-part-externally)
2055         (gnus-mime-view-part-internally): Make predicate function passed to
2056         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2057         of a mime type.
2058
2059         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2060
2061 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2062
2063         * shr.el (require): Require cl when compiling.
2064         (shr-tag-hr): New function.
2065
2066         * nnimap.el (nnimap-update-info): Remove double setting of high.
2067         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2068         This makes nnimap work properly on Courier again.
2069
2070         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2071         the variable for backwards compatability.
2072
2073         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2074         the file name before using to avoid setting mm-default-directory to
2075         nil.
2076
2077         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2078         bidning gnus-agent variables.
2079
2080         * shr.el (shr-render-td): Use a cache for the table rendering function
2081         to avoid getting an exponential rendering behaviour in nested tables.
2082         (shr-insert): Rework the line-breaking algorithm.
2083         (shr-insert): Don't leave trailing spaces.
2084         (shr-insert-table): Also insert empty TDs.
2085         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2086
2087 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2088
2089         * gnus-sum.el (gnus-number): Rename from `number'.
2090         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2091         (gnus-summary-limit-children): Update uses correspondingly.
2092
2093 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2094
2095         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2096         (gnus-gravatar-transform-address): Don't show avatars of people of
2097         which mail addresses match gnus-gravatar-too-ugly.
2098
2099 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2100
2101         * shr.el (shr-table-widths): Expand TD elements to fill available
2102         space.
2103
2104 2010-10-07  Julien Danjou  <julien@danjou.info>
2105
2106         * nnimap.el (nnimap-request-rename-group): Add this method.
2107
2108 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2109
2110         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2111         name from XEmacs' function-arglist.
2112
2113         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2114         gravatar under XEmacs.
2115
2116 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2117
2118         * auth-source.el: Update docs with TODO items.
2119
2120         * gnus-sync.el: Update docs to explain state and plans.
2121
2122         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2123         Hooks for mark updates.
2124         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2125
2126         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2127         hooks with arguments, which is needed for mark update hooks.
2128
2129 2010-10-06  Julien Danjou  <julien@danjou.info>
2130
2131         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2132         was matched.
2133
2134         * sieve-manage.el: Update example in `Commentary'.
2135
2136         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2137
2138         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2139         not 2000.
2140         (sieve-manage-authenticate): Re-add function.
2141
2142 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2143
2144         * shr.el (shr-insert): Get 'space transition right.
2145         (shr-render-td): Only delete space at the end of the TD.
2146
2147         * nnimap.el (nnimap-open-connection): Prepare to support
2148         open-gnutls-stream.
2149
2150         * shr.el: Rearrange function order to be more logical.
2151
2152 2010-10-06  Julien Danjou  <julien@danjou.info>
2153
2154         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2155         (nnrss-discover-feed): Remove 404 URL in docstring.
2156
2157         * nnir.el: Fix Swish-E URL.
2158         Fix Namazu URL.
2159
2160         * message.el (message-change-subject): Remove 404 URL in a comment.
2161
2162 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2163
2164         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2165         called interactively.
2166
2167         * gnus-util.el (gnus-remove-if): Allow hash table.
2168         (gnus-remove-if-not): New function.
2169
2170         * gnus-art.el (gnus-mime-view-part-as-type)
2171         * gnus-score.el (gnus-summary-score-effect)
2172         * gnus-sum.el (gnus-read-move-group-name):
2173         Replace remove-if-not with gnus-remove-if-not.
2174
2175         * gnus-group.el (gnus-group-completing-read):
2176         Regard collection as a hash table if it is not a list.
2177
2178 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2179
2180         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2181
2182         * shr.el: Document the table-rendering algorithm.
2183
2184 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2185
2186         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2187         for Emacsen having no `libxml-parse-html-region' support.
2188
2189 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2192         invalid URLs.
2193
2194         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2195         line-broken.
2196         (shr-tag-img): Ignore image fetching errors.
2197         (shr-overlays-in-region): Compute overlay positions correctly.
2198
2199         * mm-decode.el (mm-shr): Require shr.
2200
2201         * gnus-art.el (gnus-blocked-images): Move variable here.
2202
2203         * shr.el (shr-insert-table): Bind free variable.
2204
2205         * mm-decode.el (mm-shr): Bind shr-content-function.
2206
2207         * shr.el (shr-content-function): New variable.
2208
2209         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2210         added for symmetry.
2211
2212         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2213
2214         * gnus-group.el (gnus-group-make-group): Doc fix.
2215
2216         * nnimap.el (nnimap-request-newgroups): Return success.
2217
2218         * shr.el (shr-find-elements): New function.
2219         (shr-tag-table): Put all the images after the table.
2220         (shr-tag-table): Really inhibit images inside the table.
2221         (shr-collect-overlays): Copy over overlays from the TD elements to the
2222         main document.
2223
2224         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2225         gnus-blocked-images.
2226
2227 2010-10-05  Julien Danjou  <julien@danjou.info>
2228
2229         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2230
2231         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2232         (gnus-html-maximum-image-size): Add this function.
2233         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2234
2235         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2236         server-value of the capability is nil.
2237
2238 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239
2240         * shr.el (shr-tag-em): Add <EM> tag.
2241
2242 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2243
2244         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2245         customizable.
2246
2247         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2248         handing broken links to browse-url.
2249
2250 2010-10-05  Julien Danjou  <julien@danjou.info>
2251
2252         * gnus-util.el (gnus-emacs-completing-read)
2253         (gnus-iswitchb-completing-read): Use autoload rather than require.
2254
2255 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2256
2257         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2258         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2259         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2260         iswitchb-temp-buflist for XEmacs.
2261
2262         * gnus-util.el (gnus-completing-read-function): Exclude
2263         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2264         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2265         XEmacs.
2266
2267         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2268         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2269
2270         * gnus-html.el: Don't require help-fns under XEmacs.
2271         (gnus-html-schedule-image-fetching): Work for XEmacs.
2272
2273         * mm-decode.el (mm-shr): Decode contents by charset.
2274
2275 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2276
2277         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2278         unknown.
2279
2280         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2281         (shr-get-image-data): Ensure against the cache file missing.
2282
2283         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2284         for data.
2285
2286         * spam-report.el (spam-report-url-ping-plain): Don't query about
2287         killing the process.
2288
2289         * shr.el (shr-render-td): Protect against too-wide text.
2290
2291 2010-10-04  Julien Danjou  <julien@danjou.info>
2292
2293         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2294         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2295
2296         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2297         retrieved.
2298
2299 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2300
2301         * shr.el (browse-url): Require.
2302         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2303         lines.
2304         (shr-show-alt-text, shr-browse-image): New commands.
2305         (shr-browse-url, shr-copy-url): New commands.
2306
2307         * gnus-sum.el (gnus-widen-article-window): New variable.
2308         (gnus-summary-select-article-buffer): Use it.
2309
2310         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2311         without @ signs.
2312
2313 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2314
2315         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2316
2317 2010-10-04  Julien Danjou  <julien@danjou.info>
2318
2319         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2320         for XEmacs.
2321
2322 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2323
2324         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2325
2326         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2327         (nnimap-close-server): Implement.
2328
2329         * dgnushack.el (iswitchb): Require to shut up the compiler.
2330
2331         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2332         (shr-insert): Tweak line breaking.
2333         (shr-insert): Handle <pre> better.
2334         (shr-tag-li): Get <li> indentation right.
2335         (shr-tag-li): Get <li> indentation even righter.
2336         (shr-tag-blockquote): Ensure paragraph start.
2337         (shr-make-table): Tweak table generation.
2338         (shr-make-table): Fix typo.
2339
2340         * shr.el: Implement table rendering.
2341
2342 2010-10-04  Julien Danjou  <julien@danjou.info>
2343
2344         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2345
2346 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2347
2348         * shr.el (shr-insert): Use string anchors instead of line anchors.
2349
2350 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351
2352         * shr.el: Add headings.
2353         (shr-ensure-paragraph): Actually work.
2354         (shr-tag-li): Make <ul> prettier.
2355         (shr-insert): Get white space at the beginning/end of elements right.
2356         (shr-tag-p): Collapse subsequent <p>s.
2357         (shr-ensure-paragraph): Don't insert double line feeds after blank
2358         lines.
2359         (shr-insert): \t is also space.
2360         (shr-tag-s): Fix "s" tag name function.
2361         (shr-tag-s): Fix face prop name.
2362
2363 2010-10-03  Julien Danjou  <julien@danjou.info>
2364
2365         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2366
2367         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2368         gnus-window-inside-pixel-edges.
2369
2370         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2371         gnus-ems.
2372
2373         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2374
2375         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2376         function.
2377
2378         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2379         resize choice.
2380
2381 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2382
2383         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2384         beginning of the buffer.
2385
2386         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2387         article buffer again.
2388
2389         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2390
2391         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2392         when it's at the start of the buffer.
2393
2394         * shr.el (shr-tag-blockquote): Convert name.
2395         (shr-rescale-image): Use the right image-size variant.
2396
2397         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2398         buffer isn't shown, then select the current article first instead of
2399         bugging out.
2400         (gnus-summary-select-article-buffer): Show both the article and summary
2401         buffers again.
2402
2403         * shr.el (shr-fontize-cont): Protect against regions with no text.
2404         Rename tag functions to shr-tag-* for enhanced security.
2405         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2406
2407 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2408
2409         * shr.el (shr-insert):
2410         * pop3.el (pop3-movemail):
2411         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2412         loaded.
2413
2414 2010-10-03  Glenn Morris  <rgm@gnu.org>
2415
2416         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2417
2418         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2419
2420         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2421
2422         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2423
2424         * gnus-util.el (gnus-make-local-hook): Simplify.
2425
2426 2010-10-02  Julien Danjou  <julien@danjou.info>
2427
2428         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2429         (gnus-ido-completing-read): New function.
2430         (gnus-emacs-completing-read): New function.
2431         (gnus-completing-read): Use gnus-completing-read-function.
2432         Add gnus-completing-read-function.
2433
2434 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2435
2436         * shr.el (shr-insert-document): Autoload.
2437         (shr-img): Be silent.
2438         (shr-insert): Add a newline after every picture before text.
2439         (shr-add-font): Use overlays for combining faces.
2440         (shr-insert): Pass upwards the text start point.
2441
2442         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2443         possible.
2444         (mm-shr): New function.
2445
2446 2010-10-02  Julien Danjou  <julien@danjou.info>
2447
2448         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2449         should go backward.
2450
2451 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2452
2453         * shr.el (shr): Fix typo in provide call.
2454
2455 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2456
2457         * shr.el: New file.
2458
2459         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2460
2461         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2462         completing read.
2463
2464 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2465
2466         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2467         we're being queried about.  Suggested by Dan Jacobson.
2468
2469         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2470         Suggested by Jason Eisner.
2471
2472         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2473         table, too.  Suggested by Stefan Wiens.
2474         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2475         the table unnecessary.  Suggested by Stefan Wiens.
2476
2477         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2478         longer needed, and probably doesn't work either, as pointed out by
2479         Stefan Wiens.
2480         (gnus-summary-exit): Remove call to the clearing function.
2481         (gnus-summary-exit-no-update): Ditto.
2482
2483         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2484         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2485         Reported by Stefan Monnier.
2486         (gnus-summary-save-in-rmail): Ditto.
2487
2488         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2489         article buffer, instead of both the article buffer and the summary
2490         buffer.  Sort of suggested by Dan Jacobson.
2491
2492         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2493
2494         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2495         Suggested by Dan Jacobson.
2496
2497         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2498         documentation clearer.
2499
2500         * message.el (message-shorten-references): Comment on the number "21".
2501         Suggested by Stefan Monnier.
2502
2503         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2504         Suggested by Dan Jacobson.
2505
2506         * gnus.el (gnus-large-newsgroup):
2507         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2508
2509         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2510         externalize attachments.  Bug reported by Steve Wen.
2511
2512         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2513         really message anything to the user.
2514
2515         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2516         directly.
2517
2518         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2519         messages in empty groups.
2520
2521 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2522
2523         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2524         non-UIDNEXT group.
2525
2526 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2527
2528         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2529         not the value from the collection.
2530
2531         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2532         values.  This sometimes happens on some groups that have no info.
2533         (nnimap-request-newgroups): New function.
2534
2535 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2536
2537         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2538         check into `gnus-registry-initialize'.
2539         (gnus-registry-initialize): Ditto.
2540         Fix and extend header docs.
2541
2542 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2543
2544         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2545         regexp backtrace overflows.
2546
2547         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2548         for starttls that tls.el implements; i.e. openssl.
2549
2550         * tls.el (tls-starttls-switches): Give up on using starttls with
2551         gnutls-cli.
2552         (tls-program): Add --insecure to be consistent with the defaults from
2553         openssl s_client.  Now all three commands are insecure.
2554
2555 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2556
2557         * lpath.el: Bind completion-styles-alist for XEmacs.
2558
2559         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2560         (gravatar-create-image): New function that's an alias to
2561         gnus-xmas-create-image, gnus-create-image, or create-image.
2562         (gravatar-data->image): Use it.
2563
2564 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2565
2566         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2567         install the nnregistry refer method.
2568         (gnus-registry-install-hooks): Use it.
2569         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2570         unfollowed groups.
2571
2572 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2573
2574         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2575         expanding threads.
2576
2577 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2578
2579         * nnir.el: Use the server names without suffixes (bug #7009).
2580
2581         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2582         unencrypted to STARTTLS, if possible.
2583
2584 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2585
2586         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2587         headers before superseding.
2588
2589 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2590
2591         * nnrss.el (nnrss-use-local): Add documentation.
2592
2593         * nnimap.el (nnimap-extend-tls-programs): New function.
2594         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2595         (nnimap-wait-for-connection): Accept the greeting from the stupid
2596         output from openssl s_client -starttls, too.
2597
2598         * tls.el (tls-starttls-switches): New variable.
2599         (tls-find-starttls-argument): Use it.
2600         (open-tls-stream): Ditto.
2601
2602         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2603         (netrc-machine): Ditto.
2604
2605         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2606         article number.
2607         (nnimap-split-fancy): New variable.
2608         (nnimap-split-incoming-mail): Use it.
2609
2610         * nntp.el (nntp-server-list-active-group): Document.
2611
2612         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2613         SELECT to get the message-id.
2614
2615         * mail-source.el (mail-sources): Remove webmail support.
2616         (defvar): Ditto.
2617         (mail-source-fetcher-alist): Ditto.
2618         (mail-source-fetch-webmail): Remove.
2619
2620         * webmail.el: Remove -- doesn't seem relevant any more.
2621
2622         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2623
2624         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2625         the \r.
2626
2627 2010-09-30  Julien Danjou  <julien@danjou.info>
2628
2629         * gnus-agent.el (gnus-agent-add-group): Fix call to
2630         gnus-completing-read.
2631
2632 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2633
2634         * nndoc.el (nndoc-retrieve-groups): New function.
2635
2636         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2637         `default', use nnmail-split-methods.
2638         (nnimap-request-article): Downcase the NILs so that they are nil.
2639
2640         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2641         symbol.
2642
2643         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2644         code, since if the user has requested network, that's what they ought
2645         to get.
2646         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2647         (nnimap-split-rule): Mark as obsolete.
2648
2649         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2650         New variable.
2651
2652         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2653         correct slot, too.
2654
2655 2010-09-29  Julien Danjou  <julien@danjou.info>
2656
2657         * gnus.el (gnus-local-domain): Declare variable obsolete.
2658
2659         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2660         Fix history computing.
2661         (gnus-ido-completing-read): Require ido.
2662
2663 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2664
2665         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2666         build Gnus.
2667
2668         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2669         when interpreting the structures.
2670         (nnimap-request-accept-article): Add \r\n to the lines to make this
2671         work with Cyrus.
2672
2673         * nndraft.el (nndraft-request-expire-articles): Use the group name
2674         instead if "nndraft".  Fix found by Nils Ackermann.
2675
2676 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2677
2678         * nnregistry.el: Add.
2679
2680 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2681
2682         * nnmail.el (group, group-art-list, group-art):
2683         Remove unneeded directives.
2684
2685 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2688         (mm-mime-charset)
2689         * rfc2047.el (rfc2047-syntax-table)
2690         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2691
2692         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2693         rather than `insert-file-contents' and `eval-region'.
2694
2695         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2696         construction.
2697
2698         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2699
2700         * time-date.el: No need to require cl for Emacs 21.
2701
2702 2010-09-29  Julien Danjou  <julien@danjou.info>
2703
2704         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2705         replacement of `gnus-gravatar-relief' to mimic
2706         `gnus-faces-properties-alist'.
2707         Add :version property.
2708
2709 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2710
2711         * mail-source.el (mail-source-report-new-mail)
2712         * message.el (message-default-mail-headers)
2713         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2714
2715         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2716
2717 2010-09-28  Julien Danjou  <julien@danjou.info>
2718
2719         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2720         mail-address contains the same string as real-name.
2721
2722         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2723         non-blank in header, otherwise it'll get stripped.
2724
2725         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2726         real-name, and then for mail address rather than doing : or , search.
2727
2728 2010-09-27  Julien Danjou  <julien@danjou.info>
2729
2730         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2731         right completing-read function.
2732         (gnus-use-ido): New variable
2733         (gnus-completing-read-with-default): Remove.
2734         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2735         (gnus-agent-add-group):
2736         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2737         * mm-view.el (mm-view-pkcs7-decrypt):
2738         * mm-util.el (mm-codepage-setup):
2739         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2740         * mml-smime.el (mml-smime-openssl-sign-query):
2741         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2742         (mml-insert-multipart):
2743         * gnus-msg.el (gnus-summary-yank-message):
2744         * gnus-int.el (gnus-start-news-server):
2745         * mm-decode.el (mm-interactively-view-part):
2746         * gnus-dired.el (gnus-dired-attach):
2747         * gnus.el (gnus-read-method):
2748         * gnus-bookmark.el (gnus-bookmark-jump):
2749         * gnus-art.el (gnus-mime-view-part-as-type)
2750         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2751         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2752         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2753         * nnmairix.el (nnmairix-create-server-and-default-group)
2754         (nnmairix-update-groups, nnmairix-get-server)
2755         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2756         (nnmairix-get-group-from-file-path):
2757         * nnrss.el (nnrss-find-rss-via-syndic8):
2758         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2759         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2760         (gnus-group-browse-foreign-server):
2761         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2762         (gnus-summary-execute-command, gnus-summary-respool-article)
2763         (gnus-read-move-group-name):
2764         * gnus-score.el (gnus-summary-increase-score)
2765         (gnus-summary-score-effect):
2766         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2767
2768 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2769
2770         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2771         x-focus-frame.
2772
2773         * nnimap.el (auth-source-forget-user-or-password)
2774         (auth-source-user-or-password): Autoload.
2775
2776         * message.el (message-from-style, message-interactive)
2777         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2778         (message-yank-prefix, message-indentation-spaces, message-signature)
2779         (message-signature-file): Add comment.
2780
2781 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2782
2783         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2784         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2785         new articles.
2786
2787         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2788         parts.
2789         (nnimap-request-article): Work with the t setting, too.
2790
2791         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2792         that you don't get flashes of other buffers.
2793         (gnus-summary-show-complete-article): Intern before setting.
2794
2795 2010-09-27  David Engster  <dengste@eml.cc>
2796
2797         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2798         well as HEADERS.
2799         (nnmairix-retrieve-headers): Provide new argument for the above.
2800
2801 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2802
2803         * gnus-sum.el (gnus-summary-move-article): Don't alter
2804         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2805         group.
2806
2807         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2808
2809         * message.el (message-cite-prefix-regexp): Revert my last edit.
2810
2811         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2812         variable instead of the Gnus variable.
2813
2814         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2815
2816         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2817
2818         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2819         since some servers don't like it.
2820         (nnimap-open-connection): Forget credentials if the server says the
2821         password was wrong.
2822         (nnimap-parse-line): Protect against invalid data.
2823
2824         * gnus-sum.el (gnus-summary-move-article): Add comment.
2825         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2826         nothing alters it while scanning for new messages.
2827
2828         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2829         which may or may not help.
2830         (nnimap-open-connection): If we're doing a stream connection, and then
2831         discover we're on a STARTTLS-capable server, then open a STARTTLS
2832         connection instead.
2833
2834 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835
2836         * nnimap.el (utf7): Require.
2837
2838         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2839         prefix.
2840
2841 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2842
2843         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2844
2845 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2846
2847         * nnimap.el (nnimap-request-accept-article): Message the error on
2848         error.
2849
2850 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2851
2852         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2853
2854 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2855
2856         * nndoc.el (nndoc-request-list): Return success always.
2857
2858         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2859         `fetch-old' -- we only want to fetch the articles we've requested.
2860         The rest are in the agent, probably.
2861         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2862         disappeared server" to something low.  It's not important.
2863
2864         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2865         arrived before the FETCH data.
2866
2867         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2868         target here, because we don't know the Gnus name of the group.
2869
2870         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2871         for the correct group.
2872
2873         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2874
2875         * gnus.el (gnus): Give a final warning after startup.
2876
2877         * gnus-util.el (gnus-action-message-log): New variable.
2878         (gnus-message): Use it.
2879         (gnus-final-warning): New function.
2880
2881         * nnimap.el (nnimap-open-connection): Record the greeting.
2882         (nnimap): Add greeting.
2883
2884 2010-09-26  Julien Danjou  <julien@danjou.info>
2885
2886         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2887         arguments.
2888         (gnus-html-wash-images): Fix spec computing to include start/end.
2889
2890         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2891
2892 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2893
2894         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2895         deletion.
2896         (nnimap-retrieve-headers): Don't select the group, because that's
2897         already done by nnimap-possibly-change-group.
2898
2899         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2900         (gnus-picon-transform-address): Use it.
2901
2902         * mail-source.el (mail-source-value): Revert previous patch.
2903
2904         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2905         on failure.
2906         (nnimap-open-connection): Look up both virtual and physical server name
2907         credentials.
2908
2909         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2910
2911 2009-02-07  Dave Love  <fx@gnu.org>
2912
2913         * tls.el (open-tls-stream): Don't query killing process.
2914
2915 2009-02-08  Dave Love  <fx@gnu.org>
2916
2917         * gnus-win.el (gnus-window-to-buffer-helper)
2918         (gnus-all-windows-visible-p): Function needn't be a symbol.
2919
2920         * mail-source.el (mail-source-value): Function needn't be a symbol.
2921
2922 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2923
2924         * message.el (message-cite-prefix-regexp): Remove } from the cite
2925         prefix.
2926
2927         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2928         highlight again, so that the highlight is correct.
2929
2930         * gnus-picon.el (gnus-picon): Remove again.
2931         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2932
2933         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2934         doing the header highlightling, so that the background colour of the
2935         picon is correct.
2936
2937         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2938         (gnus-picon): Ditto.
2939         (gnus-picon): Reinstate.  The background colour for picons is white.
2940         (gnus-picon-insert-glyph): Make the background white.
2941
2942         * nnml.el (nnml-open-nov): Don't return dead buffers.
2943
2944         * auth-source.el (auth-source-create): Query the user for whether to
2945         store the credentials.
2946
2947         * netrc.el (netrc-store-data): New function.
2948
2949         * auth-source.el (auth-source-user-or-password): Use the existing auth
2950         sources, if any, for creation.
2951
2952         * gnus.el (gnus-group-fast-parameter): Return the last matching
2953         parameter instead of the first matching parameter.
2954
2955 2010-09-26  Julien Danjou  <julien@danjou.info>
2956
2957         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2958
2959 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2960
2961         * mml2015.el (mml2015-use): Remove gpg support.
2962
2963         * mml1991.el (mml1991-function-alist): Remove gpg function.
2964         (mml1991-gpg-sign): Remove.
2965
2966 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2967
2968         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2969         (gnus-browse-unsubscribe-current-group): Document it.
2970         (gnus-browse-unsubscribe-group): Use it.
2971
2972 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2973
2974         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2975         address to the To list for easier response.
2976
2977         * gnus.el (gnus-play-startup-jingle): Remove.
2978         (gnus-splash): Don't play jingle.
2979         (gnus): Silence gnus-load message.
2980
2981         * gnus-art.el (gnus-treat-play-sounds): Remove.
2982
2983         * gnus.el (gnus-play-jingle): Remove audio support.
2984
2985         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2986
2987         * earcon.el: Remove -- no users.
2988
2989         * gnus-audio.el: Remove -- no users of this package.
2990
2991         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2992
2993         * gnus-start.el (gnus-setup-news): Remove nocem support.
2994
2995         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2996
2997         * gnus.el (gnus-use-nocem): Remove.
2998
2999         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3000         Remove.
3001
3002         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3003         uses NoCeM any more.
3004
3005         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3006         (gnus-button-ctan-handler): Ditto.
3007         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3008         (gnus-button-ctan-directory-regexp): Ditto.
3009         (gnus-button-handle-ctan): Ditto.
3010         (gnus-button-tex-level): Ditto.
3011         (gnus-button-alist): Remove CTAN stuff.
3012
3013 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3014
3015         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3016         nnimap-streaming test.
3017
3018         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3019         servers twice.
3020
3021         * nnimap.el (nnimap-open-connection): Add more error reporting when
3022         nnimap fails early.
3023
3024         * nnheader.el (nnheader-get-report-string): New function.
3025         (nnheader-get-report): Use it.
3026
3027         * gnus-int.el (gnus-check-server): Say what the error was when opening
3028         failed.
3029
3030         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3031         using streaming.
3032
3033 2010-09-25  Julien Danjou  <julien@danjou.info>
3034
3035         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3036         gnus-window-inside-pixel-edges.
3037
3038 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3039
3040         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3041
3042         * mm-decode.el (mm-save-part): Allow saving to other directories the
3043         normal Emacs way.
3044
3045         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3046         Suggested by Jay Berkenbilt.
3047
3048         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3049         there isn't a single byte.
3050
3051         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3052         just do it.  It doesn't really seem to matter what the user responds
3053         here, I think, so it's just a confusing question.
3054
3055         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3056         non-streaming case.
3057
3058         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3059         (gnus-article-encrypt-body): Use it.
3060
3061         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3062         keystroke.
3063
3064         * nnimap.el (nnimap-find-wanted-parts-1):
3065         Use gnus-fetch-partial-articles.
3066
3067         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3068
3069         * nnimap.el (nnimap-insert-partial-structure): New function.
3070         (nnimap-get-partial-article): New function.
3071         (nnimap-request-article): Use it.
3072         (nnimap-wait-for-response): Return whether the wait was successful.
3073         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3074         retrieval wasn't successful.
3075         (nnimap-retrieve-group-data-early): Allow throttling servers.
3076         (nnimap-streaming): New variable.
3077         (nnimap-fetch-partial-articles): Remove.
3078
3079         * mm-decode.el (mm-with-part): Protect against killed buffers.
3080
3081         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3082         for prettier summary display.
3083
3084 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3085
3086         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3087
3088 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3089
3090         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3091         apparently third-party libraries depend on it.
3092
3093         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3094         before starting negotiation.
3095
3096         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3097         privacy reasons.
3098         (gnus-treat-mail-gravatar): Ditto.
3099
3100         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3101         buffer when inserting images.  Inserting text into the headers, for
3102         instance, can make them invalid.
3103
3104 2010-09-25  Julien Danjou  <julien@danjou.info>
3105
3106         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3107         variables.
3108
3109         * nnheader.el: Remove useless variables news-reply-yank-from and
3110         news-reply-yank-message-id.
3111
3112         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3113         variables.
3114
3115         * mml1991.el: Remove useless mml1991-verbose.
3116
3117         * gnus.el: Remove useless variable gnus-use-generic-from.
3118         Remove obsolete variable gnus-topic-indentation.
3119
3120         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3121
3122         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3123
3124         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3125
3126         * gnus-group.el: Remove useless gnus-group-icon-cache.
3127         Remove useless gnus-ephemeral-group-server.
3128
3129         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3130
3131         * mml2015.el: Remove useless mml2015-verbose.
3132
3133         * mml-smime.el: Remove useless mml-smime-verbose.
3134
3135         * gnus.el: Remove useless gnus-local-domain.
3136
3137         * gnus-gravatar.el (gnus-gravatar-transform-address):
3138         Use gnus-gravatar-size.
3139
3140         * gnus-art.el: Remove useless gnus-treat-translate.
3141
3142 2010-09-24  Julien Danjou  <julien@danjou.info>
3143
3144         * gnus-sum.el: Add support for Gravatars.
3145
3146         * gnus-art.el: Add support for Gravatars.
3147
3148         * gnus-gravatar.el: Add this file.
3149
3150         * gravatar.el: Add this file.
3151
3152 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3153
3154         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3155
3156         * gnus-group.el (gnus-group-fetch-faq): Remove.
3157
3158         * gnus.el (gnus-group-faq-directory): Remove.
3159
3160         * gnus-group.el (gnus-group-fetch-charter): Remove.
3161
3162         * gnus.el (gnus-group-charter-alist): Remove.
3163
3164         * gnus-group.el (gnus-group-archive-directory): Remove.
3165         (gnus-group-recent-archive-directory): Ditto.
3166         (gnus-group-make-archive-group): Remove.
3167
3168         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3169
3170         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3171         use the same article number for all the cached articles.
3172
3173         * nnimap.el (nnimap-command): Register the last command time so
3174         that we can use it for idling NOOPs.
3175         (nnimap-open-connection): Start the keeplive timer.
3176         (nnimap-make-process-buffer): Store all the process buffers.
3177         (nnimap-keepalive): New function.
3178
3179         * starttls.el (starttls-open-stream): Add autoload cookie.
3180
3181 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3182
3183         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3184         handling.
3185
3186 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3187
3188         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3189         its data structures.
3190
3191         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3192         instead of the cl.el copy-list.
3193         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3194         equalp.
3195
3196 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3197
3198         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3199         and tool-bar-local-item-from-menu.
3200
3201         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3202         mode-line-highlight face for Emacs.
3203
3204         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3205         loading gnus-sum.elc; fix comment for canlock-verify.
3206         (gnus-article-jump-to-part): Use read-number.
3207         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3208         Remove Emacs pre-21 compatible code for help-echo.
3209         (gnus-article-next-page-1): No need to adjust the number of lines.
3210         (gnus-article-describe-bindings): Always use help-buffer.
3211
3212         * gnus-audio.el (gnus-audio-inline-sound)
3213         * gnus-cus.el (gnus-custom-mode)
3214         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3215
3216         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3217
3218         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3219         compatible code.
3220
3221 2010-09-24  Glenn Morris  <rgm@gnu.org>
3222
3223         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3224         visiting the fcc file in rmail-mode.
3225
3226         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3227
3228 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3229
3230         * nnir.el: Silence the byte compiler.
3231
3232         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3233         alias to browse-url-url-encode-chars if any.
3234         (gnus-html-encode-url): Use it.
3235
3236 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3237
3238         * gnus-start.el (gnus-use-backend-marks): New variable.
3239         (gnus-get-unread-articles-in-group): Use it.
3240
3241         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3242         makeover.
3243
3244 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3245
3246         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3247
3248 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3249
3250         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3251         Remove.
3252         (gnus-setup-news-hook):
3253         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3254
3255         * gnus-int.el (gnus-request-update-info): Protect against backends not
3256         having the function.
3257
3258         * nnimap.el (nnimap-stream): Mention starttls.
3259         (nnimap-open-connection): Add starttls support.
3260
3261 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3262
3263         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3264
3265 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3266
3267         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3268         BODYSTRUCTUREs.
3269         (nnimap-transform-headers): Unfold quoted {42} headers.
3270
3271         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3272         the info.
3273         (gnus-get-unread-articles): Only call updatep on backends that support
3274         it.
3275
3276         * nnweb.el (nnweb-request-update-info): NOOP.
3277
3278         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3279
3280         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3281         since it only deals with marks.
3282
3283         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3284         gnus-request-marks, and make a new gnus-request-update-info.
3285
3286         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3287         the active instead of the high number, which is usually too low.
3288
3289 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3290
3291         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3292         * encrypt.el: Remove.
3293
3294 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3295
3296         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3297         server in symbolic form.
3298
3299         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3300
3301 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3302
3303         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3304         (nnimap-update-info): Fix up code slightly.
3305
3306         * gnus-int.el (gnus-open-server): Add tracing for performance
3307         debugging.
3308
3309         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3310         (gnus-group-insert-group-line): Pass the real group name so that it
3311         gets the right data.
3312
3313         * gnus-start.el (gnus-get-unread-articles): Don't have
3314         `gnus-get-unread-articles-in-group' update info, since that can be
3315         really slow and doesn't seem to be needed?
3316
3317 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3318
3319         * time-date.el (date-to-time): Try using parse-time-string first before
3320         using the slower timezone-make-date-arpa-standard.
3321
3322 2010-09-22  Julien Danjou  <julien@danjou.info>
3323
3324         * gnus-group.el (gnus-group-insert-group-line):
3325         Call gnus-group-highlight-line.
3326         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3327         default hook list.
3328         (gnus-group-update-eval-form): Add new function.
3329         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3330         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3331
3332 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3333
3334         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3335         immediate, then expire all articles.
3336         (nnimap-update-info): Fix off-by-one errors.
3337         (nnimap-flags-to-marks): Would return no marks lists for group with no
3338         flags.  Instead return the other data.
3339
3340 2010-09-22  Julien Danjou  <julien@danjou.info>
3341
3342         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3343         Only return an icon.
3344         (gnus-group-insert-group-line): Compute icon to return.
3345
3346         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3347         (gnus-html-image-fetched): Only cache if
3348         gnus-html-image-automatic-caching is set.
3349         (gnus-html-image-fetched): Check for errors.
3350
3351 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3352
3353         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3354         once per method on `g'.  This ensures that backends like nnfolder don't
3355         open all their folders.
3356
3357         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3358         (nnimap-request-list): Nix out group in the correct buffer.
3359         (nnimap-parse-flags): Implement by using `read' instead of
3360         hand-parsing.
3361         (nnimap-flags-to-marks): Pass on permanent-flags.
3362         (nnimap-make-process-buffer): Record the server name.
3363         (nnimap-parse-flags): Fix typo.
3364         (nnimap-request-scan): Run split on the server in general, not just a
3365         single group.
3366
3367         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3368         parameter, and propagate this downwards.
3369
3370         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3371         since EXAMINE changes it on the server.
3372
3373         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3374         this command might take a while.
3375
3376 2010-09-22  Julien Danjou  <julien@danjou.info>
3377
3378         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3379         harmful if you have 2 images side-by-side, they can't be properly
3380         update on text deletion.  Using text-property is safer here.
3381         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3382         data.
3383
3384 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3385
3386         * nnimap.el (nnimap-expunge-inbox): Remove.
3387         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3388         (nnimap-expunge): Flip default to t.
3389
3390         * gnus.el (gnus-method-to-server): Don't push things to the cache
3391         unless it's unique.
3392         (gnus-server-to-method): Ditto.
3393
3394 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3395
3396         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3397
3398 2010-09-22  Julien Danjou  <julien@danjou.info>
3399
3400         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3401         get the start of data.
3402         (gnus-html-encode-url): Add this function to encode special chars in
3403         URL.
3404         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3405         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3406
3407         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3408         default.
3409         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3410
3411         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3412         images alt-text.
3413         (gnus-html-put-image): Put alt-text as help-echo.
3414
3415 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3416
3417         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3418         * mm-util.el (mm-decompress-buffer)
3419         * nnir.el (nnir-run-find-grep)
3420         * pop3.el (pop3-list): Use 3rd arg of split-string.
3421
3422         * time-date.el (format-seconds): Comment fix.
3423
3424         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3425         and byte-optimize-form-code-walker.
3426         (dgnushack-make-auto-load): Don't advise make-autoload.
3427
3428         * lpath.el: Remove Emacs 21 stuff.
3429
3430 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3431
3432         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3433         outside the active range.  Suggested by Dan Christensen.
3434
3435         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3436         slightly later to avoid double-getting it.
3437
3438         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3439         previous patch.
3440
3441         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3442
3443 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3444
3445         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3446
3447 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3448
3449         * gnus-int.el (gnus-open-server): Give a better error message in the
3450         "go offline" case.
3451
3452         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3453         marks for nnimap, which is seldom the right thing to do.
3454
3455         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3456         (gnus-same-method-different-name): New function.
3457
3458         * nnimap.el (parse-time): Require.
3459
3460         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3461         method in the presence of many similar methods.
3462
3463         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3464
3465         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3466         nnml-inhibit-expiry.
3467
3468         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3469         find out whether methods are equal.
3470
3471         * nnimap.el (nnimap-find-expired-articles): New function.
3472         (nnimap-process-expiry-targets): New function.
3473         (nnimap-request-move-article): Request the article before looking at
3474         what the Message-ID is.  Fix found by Andrew Cohen.
3475         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3476
3477         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3478         for oldness in addition to being a predicate.
3479
3480         * nnimap.el (nnimap-request-group): When we have zero articles, return
3481         the right data to Gnus.
3482         (nnimap-request-expire-articles): Only delete articles immediately if
3483         the target is 'delete.
3484
3485         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3486         method, this would bug out.
3487
3488         * gnus-group.el (gnus-group-expunge-group): Rename from
3489         gnus-group-nnimap-expunge, and implemented as a normal interface
3490         function.
3491
3492         * gnus-int.el (gnus-request-expunge-group): New function.
3493
3494         * nnimap.el (nnimap-request-create-group): Implement.
3495         (nnimap-request-expunge-group): New function.
3496
3497 2010-09-21  Julien Danjou  <julien@danjou.info>
3498
3499         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3500         (gnus-html-cache-expired): Add new function.
3501         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3502         wethever we should display image for fetch it.
3503         Compute alt-text earlier to pass it to the fetching function too.
3504         (gnus-html-schedule-image-fetching): Change function argument to only
3505         get one image at a time, not a list.
3506         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3507         cache.
3508         (gnus-html-get-image-data): New function to retrieve image data from
3509         cache.
3510         (gnus-html-put-image): Change buffer argument to use image data rather
3511         than file, and place image above region rather than inserting a new
3512         one.  Do not take alt-text as argument, since it's useless now: we place
3513         the image above alt-text.
3514         (gnus-html-prune-cache): Remove.
3515         (gnus-html-show-images): Start to fetch image when we find one, do not
3516         push into a temporary list.
3517         (gnus-html-prefetch-images): Only fetch image if they have expired.
3518         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3519         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3520
3521 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3522
3523         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3524
3525 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3526
3527         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3528         spec inser "*" if the group isn't active instead of 0.
3529
3530         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3531         opening the server.
3532         (nnimap-request-delete-group): Implement group deletion.
3533         (nnimap-transform-headers): Return the size of the entire message in
3534         the Bytes header, not just the size of the first part.
3535         (nnimap-request-move-article): When moving an article from nnimap,
3536         request the article first so the accepting form has an article to
3537         accept.  Reported by Dan Christensen.
3538         (nnimap-command): Make sure that the error message doesn't error out.
3539
3540 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3541
3542         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3543         we haven't requested anything.
3544
3545 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3546
3547         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3548         "".  Fix found by Andrew Cohen.
3549
3550         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3551         instead of -encode-string.
3552
3553 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3554
3555         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3556
3557         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3558         by mm-subst-char-in-string.
3559
3560 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561
3562         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3563         waiting for the connection string.
3564
3565         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3566         arriving.
3567
3568         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3569         bogus characters.  This allows selecting certain Gmail groups.
3570
3571         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3572         (nnimap-fetch-partial-articles): New variable.
3573         (nnimap-open-connection): When looking for credentials, also use the
3574         nnimap-server-port.
3575         (nnimap-request-article): Return the group/article number, so that Gnus
3576         `^' works as expected.
3577         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3578
3579         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3580         comments.
3581         (gnus-methods-sloppily-equal): New function.
3582         (gnus): When using the development version of Gnus, load the gnus-load
3583         file.
3584
3585         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3586         `gnus-open-server' on each method before trying to scan them etc.
3587         This ensures that all the backend parameters are set correctly.
3588
3589         * nnimap.el (nnimap-authenticator): New variable.
3590         (nnimap-open-connection): Allow anonymous login.
3591         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3592         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3593
3594         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3595         patch, found by Knut Anders Hatlen.
3596
3597 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3598
3599         * gnus-agent.el (gnus-agent-batch-confirmation)
3600         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3601         to gnus-message.
3602         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3603         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3604         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3605         * gnus-int.el (gnus-open-server): Likewise.
3606         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3607         (gnus-score-check-syntax): Likewise.
3608         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3609         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3610         Likewise.
3611         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3612
3613 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3614
3615         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3616         calling conventions so that prefetch doesn't bug out.
3617
3618 2010-09-19  Julien Danjou  <julien@danjou.info>
3619
3620         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3621         rather than `subst-char-in-region' in order to be able to replace ASCII
3622         char by UTF-8 ones.
3623
3624         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3625         than curl.
3626         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3627         the right URL and ALT text on images.
3628         (gnus-html-wash-tags): Fix tag case.
3629         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3630         (gnus-article-html): Add -o display_ins_del=2 option.
3631         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3632
3633 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3634
3635         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3636         the extra mail headers, which sometimes seem to happen for unknown
3637         reasons.
3638
3639         * mail-parse.el (mail-header-encode-parameter): Define as
3640         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3641         (or most, perhaps?) mail readers don't understand the latter, but do
3642         understand the former.
3643
3644         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3645         to nil, so that no methods are automatically agentized.  I think this
3646         is probably what most users want.
3647
3648         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3649         from url-retrieve, for instance about invalid URLs.
3650
3651         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3652         groups that have no articles.
3653         (nnimap-request-article): Check that we really got an article when we
3654         requested one.
3655
3656         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3657         doesn't exist.
3658
3659         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3660         nntp buffer so the agent can save it.
3661         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3662         that CRLF doesn't get translated to \n.
3663         (nnimap-open-connection): Don't make 'shell commands only send \n.
3664
3665 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3666
3667         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3668         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3669         Update var name.
3670         (nnml-generate-nov-file): Use dolist.
3671         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3672         Use with-current-buffer.
3673
3674 2010-09-18  Julien Danjou  <julien@danjou.info>
3675
3676         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3677         parallel.
3678
3679 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3680
3681         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3682         the range update right.
3683         (nnimap-request-group): Don't make `M-g' bug out on group with no
3684         marks.
3685         (nnoo): Require, so that other packages can require nnimap.
3686         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3687         command we're looking for.  This helps when the server sends more
3688         responses after we've gotten everything we expected.
3689         (nnimap): Add a `newlinep' field to keep track of end-of-line
3690         conventions.
3691         Don't send CRLF to things that don't want it.
3692         (nnimap-request-accept-article): Ditto.
3693
3694 2010-09-18  Julien Danjou  <julien@danjou.info>
3695
3696         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3697         than curl to retrieve images.
3698
3699 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3700
3701         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3702         the marks.
3703         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3704         (nnimap-wait-for-connection): New function.
3705         (nnimap-open-connection): If we have PREAUTH, don't query for login
3706         credentials.
3707         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3708         when doing a partial update.
3709
3710 2010-09-18  Julien Danjou  <julien@danjou.info>
3711
3712         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3713         tags.
3714
3715 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3716
3717         * nnimap.el (nnimap-credentials): New function.
3718         (nnimap-open-connection): Use the new function to look for credentials
3719         also on the numeric equivalents of "imap" and "imaps".
3720
3721         * gnus-start.el (gnus-activate-group): Send the info to
3722         gnus-request-group.
3723
3724         * nnimap.el (nnimap-request-group): Have the "check" version of the
3725         function parse flags and update the info, so that a `M-g' get a total
3726         resync of all flags from the group.
3727
3728         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3729         to allow backends to alter the info on group selection.  Also alter all
3730         the backend -request-group functions to take the parameter.
3731
3732         * nnimap.el (nnimap-store-info): New function.
3733         (nnimap-update-info): Store the info for later usage.
3734         (nnimap-request-group): Use the stored info for the dont-check case, so
3735         that we don't retrieve all marks when we enter a group.
3736
3737         * nnimap.el: Use deffoo instead of defun for interface functions.
3738
3739         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3740         update the group info.  This makes the nndraft groups, for instance, go
3741         back to their old behaviour.
3742
3743         * gnus-sum.el (gnus-select-newsgroup): Indent.
3744
3745         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3746         in.
3747         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3748         nothing.
3749
3750         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3751         from methods that are denied.
3752
3753         * gnus-int.el (gnus-method-denied-p): New function.
3754
3755         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3756         store the password instead of netrc.
3757         (nnimap-open-connection): Don't error out when we can't make a
3758         connections.
3759
3760         * auth-source.el (auth-source-create): In the password prompt, say what
3761         we're querying for.  Also prompt for user name if that hasn't been
3762         given.
3763
3764         * nnimap.el (nnimap-with-process-buffer): Remove.
3765
3766 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3767
3768         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3769         method when we're reading from the agent.
3770
3771         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3772
3773         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3774         that's probably most useful for users.
3775
3776         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3777         "failed" all the time.
3778
3779         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3780         ...)) with (with-current-buffer ... ).
3781
3782         * nntp.el (nntp-open-server): Return whether the open was successful or
3783         not.
3784
3785         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3786         select an unread unseen article first.
3787
3788         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3789         /etc/services, supply some sensible port defaults.
3790
3791         * dgnushack.el: Define netrc-credentials.
3792
3793 2010-09-17  Julien Danjou  <julien@danjou.info>
3794
3795         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3796
3797 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3798
3799         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3800         doesn't have any parameters.
3801
3802 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3803
3804         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3805         only upcased checks.
3806
3807         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3808
3809         * nnimap.el (nnimap-open-shell-stream): New function.
3810         (nnimap-open-connection): Use it.
3811         (nnimap-transform-headers): Get the number of lines in each message.
3812         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3813         number of lines.
3814         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3815         problem.
3816
3817         * utf7.el (utf7-encode): Autoload.
3818
3819         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3820         to allow the mail splitting to not return a default group.  This is
3821         useful for nnimap, which will leave unmatched mail in the inbox.
3822
3823         * nnimap.el: Rewritten.
3824
3825         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3826         nnimap usage.
3827
3828         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3829         if the move is internal, so that nnimap can do fast internal moves.
3830
3831         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3832         data.
3833         (gnus-read-active-for-groups): Support finishing the early retrieval of
3834         data.
3835
3836         * gnus-range.el (gnus-range-nconcat): New function.
3837
3838         * gnus-int.el (gnus-finish-retrieve-group-infos)
3839         (gnus-retrieve-group-data-early): New functions.
3840
3841 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3842
3843         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3844         (nnrss-retrieve-groups):
3845         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3846         (pop3-quit): Use with-current-buffer.
3847
3848 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3849
3850         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3851         instead of nnheader-accept-process-output.
3852
3853         * dgnushack.el (dgnushack-compile): Add comment.
3854
3855         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3856
3857         * gnus-html.el (gnus-html-schedule-image-fetching)
3858         (gnus-html-prefetch-images): Replace process-kill-without-query by
3859         gnus-set-process-query-on-exit-flag.
3860
3861 2010-09-16  Romain Francoise  <romain@orebokech.com>
3862
3863         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3864
3865 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3866
3867         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3868         parameter to unintern is mandatory-ish in Emacs 24.
3869
3870         * gnus-html.el (gnus-html-schedule-image-fetching)
3871         (gnus-html-prefetch-images): Check for curl before using it.
3872
3873         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3874         depend on curl, which isn't essential.
3875
3876         * imap.el: Revert back to version
3877         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3878         seem problematic.
3879
3880 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3881
3882         * gnus-registry.el (gnus-registry-install-shortcuts):
3883         Explicitly pass `obarray' to `unintern' to avoid a warning.
3884
3885 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3886
3887         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3888         change.
3889
3890         * nnrss.el (nnrss-request-list): Remove this function and related
3891         functions, including the moreover stuff.
3892
3893 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3894
3895         * nnrss.el (nnrss-retrieve-groups): New function.
3896
3897 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3898
3899         * .dir-locals.el: Add no-byte-compile cookie.
3900
3901 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3902
3903         * time-date.el (format-seconds): Comment fix.
3904
3905         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3906         for back end that doesn't support request-scan.
3907
3908 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3909
3910         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3911         then do request scans from the backends.
3912
3913         * netrc.el (netrc-credentials): New conveniency function.
3914
3915         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3916         avoid running a hook per line, since this takes a lot of time,
3917         profiling shows.
3918         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3919         directly if gnus-visual-p is true.
3920
3921 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3922
3923         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3924         groups; replace mapcar with dolist which is a bit faster; pass groups
3925         info to gnus-read-active-file-1.
3926         (gnus-read-active-file-1): Scan only specified groups if the new
3927         optional arg `infos' is given.
3928
3929 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3930
3931         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3932
3933         * pop3.el (pop3-movemail): Remove.
3934         (pop3-streaming-movemail): Rename to pop3-movemail.
3935
3936         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3937         don't restrict end-tag searches to the end of the line.
3938
3939 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3940
3941         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3942         articles of every unchecked group to t, which means unknown since the
3943         server has never been opened.
3944
3945 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3946
3947         * gnus-html.el (gnus-html-show-alt-text): New command.
3948         (gnus-html-browse-image): Ditto.
3949         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3950         to browse the image directly.
3951         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3952         better.
3953
3954         * gnus-async.el (gnus-async-article-callback):
3955         Call `gnus-html-prefetch-images' unconditionally.
3956
3957         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3958         before feeding URLs to curl.
3959
3960 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3961
3962         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3963         internal images as deletable by `W D D'.
3964
3965         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3966         (gnus-async-article-callback): Fix typo.
3967
3968 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3969
3970         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3971         current line to work around bugs in the output from w3m.
3972
3973         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3974         for groups that want that.
3975
3976         * nntp.el (nntp-wait-for-string): Supply a timeout for
3977         accept-process-output to ensure progress.
3978
3979         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3980         level to get unread articles from, then use that for foreign groups,
3981         too.
3982
3983         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3984         confuses the rest of the function.
3985
3986         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3987         for the methods that support -retrieve-groups, too.
3988
3989         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3990
3991 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3992
3993         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3994         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3995
3996         * pop3.el: Require cl when compiling.
3997         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3998
3999 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4000
4001         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4002         that aren't going to be activated.
4003         (gnus-get-unread-articles): Fix up the last commit.
4004
4005         * gnus-html.el (gnus-article-html): Allow calling without specifying
4006         the handle.  In that case, dissect the buffer first.
4007
4008         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4009
4010         * nnimap.el (nnimap-open-connection): Revert the change that would look
4011         into authinfo for imaps instead of imap.
4012
4013         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4014         say that you don't want to call gnus-request-group with don-check, but
4015         do check the reponse.  This is for virtual groups only.
4016         (gnus-get-unread-articles): Count the archive groups as secondary, so
4017         that they're activated the same way as before.
4018
4019         * imap.el (imap-message-map): Removed optional buffer parameter, since
4020         no callers use it.
4021         (imap-message-get): Ditto.
4022         (imap-message-put): Ditto.
4023         (imap-mailbox-map): Ditto.
4024         (imap-mailbox-put): Ditto.
4025         (imap-mailbox-get): Ditto.
4026         (imap-mailbox-get): Revert last change for this function.
4027
4028         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4029         case-insensitively.
4030         (nnimap-debug): Remove.
4031
4032         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4033         to use `imap-fetch' instead.  According to the comments, this should be
4034         safe, since all other IMAP clients use the 1:* syntax.
4035         (imap-enable-exchange-bug-workaround): Removed.
4036         (imap-debug): Removed -- doesn't seem very useful.
4037
4038         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4039         mail from a file, and the file doesn't exist.
4040
4041         * imap.el (imap-log): New convenience function used throughout instead
4042         of repeating the same code all over the place.
4043
4044         * pop3.el (pop3-streaming-movemail): Return t for success.
4045
4046         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4047         .authinfo if we're using ssl connection.
4048
4049         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4050         already have if we're in a main Gnus `g' run.
4051
4052         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4053
4054 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4055
4056         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4057
4058         * nnmh.el (nnmh-request-list-1): Bind `file'.
4059
4060         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4061         alias to set-process-query-on-exit-flag or process-kill-without-query.
4062         (pop3-open-server): Use it.
4063
4064 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4065
4066         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4067         box to the Incoming file.  Fixes mistake in previous checkin.
4068
4069         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4070         request loop (for debugging purposes) removed.
4071
4072         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4073         culprit is more visible.
4074         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4075         (nnml-add-incremental-nov): New functions to do "incremental" nov
4076         updates, where we just append to the end of the existing nov files
4077         without reading/writing them in full.
4078
4079         * mail-source.el (mail-source-delete-crash-box): Really only check the
4080         incoming files once in a while.
4081
4082         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4083
4084         * mail-source.el (mail-source-delete-crash-box): Only check the
4085         incoming files for deletion once per day to save a lot of file
4086         accesses.
4087
4088         * pop3.el (pop3-logon): Fix up unbound variable typo.
4089
4090         * mail-source.el (pop3-streaming-movemail): Autoload.
4091
4092         * pop3.el (pop3-streaming-movemail):
4093         Respect pop3-leave-mail-on-server.
4094
4095         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4096         retrieval.
4097
4098         * pop3.el (pop3-process-filter): Remove unused function.
4099         (pop3-streaming-movemail, pop3-send-streaming-command)
4100         (pop3-wait-for-messages, pop3-write-to-file)
4101         (pop3-number-of-responses): New functions for streaming pop3
4102         retrieval.
4103
4104         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4105         come from no known methods.
4106         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4107         list.
4108
4109         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4110         message sizes.
4111         (pop3-movemail): Use erase-buffer instead of looping and deleting
4112         regions, which seems rather odd.
4113
4114         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4115         file once per `g' run.
4116
4117         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4118         directories.  This makes the draft queue directory work.
4119
4120         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4121         data from the backends, so that we only request the list of groups from
4122         each method once.  This should speed things up considerably.
4123
4124         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4125         detect that it's not implemented.
4126
4127         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4128         we actually do recurse down into the tree, but don't stat all leaf
4129         nodes.
4130
4131         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4132         then say so instead of bugging out.
4133
4134         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4135         files exist before trying to read them.
4136
4137         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4138         around <pre_int>.
4139
4140         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4141
4142         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4143
4144 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4145
4146         * mm-util.el (mm-image-load-path): Just return the image directories,
4147         not all directories in the path in addition to the image directories.
4148         (mm-image-load-path): Maintain a cache of the image directories so that
4149         the `g' command in Gnus doesn't have to stat dozens of directories each
4150         time.
4151
4152         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4153         (gnus-html-wash-tags): Add a new `i' command to insert images.
4154         (gnus-html-insert-image): New command and keystroke.
4155         (gnus-html-redisplay-with-images): New command and keystroke.
4156         (gnus-html-show-images): Rename command.
4157         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4158         spacers.
4159         (gnus-html-wash-tags): Decode entities at the end, so that entities
4160         inside the tags don't mess up the rest of the "parsing".
4161
4162         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4163         so that nnimap methods aren't agentized by default.  There's apparently
4164         many problems related to agent/imap behaviour.
4165
4166         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4167
4168         * gnus-html.el: Doc fix.
4169
4170 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4171
4172         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4173         specifier-spec-list for Emacs 21.
4174
4175         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4176         glyph-width and glyph-height instead of display-graphic-p and
4177         image-size; make avoidance of displaying small images work for XEmacs.
4178
4179         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4180         for XEmacs.
4181
4182         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4183         of symbol that holds plist data.
4184         (gnus-process-plist): Remove plist of process after getting it.
4185
4186 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4187
4188         * message.el (message-generate-hashcash): Change default to
4189         'opportunistic if hashcash is installed.
4190
4191         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4192         (gnus-html-put-image): Only call image-size once, since it's somewhat
4193         time-consuming on remote X servers.
4194
4195 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4196
4197         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4198         type on data, not a file name.
4199
4200         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4201         window-pixel-edges for Emacs 21.
4202
4203         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4204         decoded contents.
4205         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4206
4207 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4208
4209         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4210         group line format, since it isn't very interesting.
4211
4212         * gnus-agent.el (gnus-agent-short-article),
4213         (gnus-agent-long-article): Increase values for these two variables,
4214         since most people are likely to have more network connection and
4215         storage than before.
4216
4217         * gnus.el (gnus-refer-article-method): Change default to 'current.
4218         When referring an article, the common behaviour is to refer it from the
4219         current select method, not the native select method.  The chances of
4220         the native select method having the message in question is rather slim
4221         these days.
4222
4223         * gnus-sum.el (gnus-auto-select-subject): Change default to
4224         `unseen-or-unread'.  I think it's likely that most people want to
4225         select an unseen article over a previously seen, but unread one.
4226
4227         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4228         means that in the article buffer none of the minor mode elements will
4229         be shown, usually, and this is not desirable in most cases.
4230
4231         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4232         that commands like `d' (and the like) go to the next line in the
4233         buffer, instead of the next unread article.  I think this is the
4234         behaviour that is most natural for most users.
4235         (gnus-single-article-buffer): Change default to nil, so that people can
4236         have as many article buffers open as they have summary buffer.  I think
4237         this is the most natural way for the groups to behave.
4238
4239         * message.el (message-generate-new-buffers): Change default to
4240         `unsent', so that all new message buffers start their names with the
4241         string "*unsent", and it's easier to find the buffers if you move from
4242         them.
4243
4244 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4245
4246         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4247         small.  They're probably tracking images.
4248         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4249         (gnus-html-rescale-image): Yet another try at getting the image sizing
4250         right.
4251
4252         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4253         nntp-marks-file-name is nil.
4254
4255 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4256
4257         * gnus-html.el (gnus-html-wash-tags)
4258         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4259         Better logging.
4260
4261 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4262
4263         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4264
4265         * gnus-html.el (gnus-html-wash-tags): Check the value of
4266         gnus-blocked-images in the summary buffer.
4267
4268 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4269
4270         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4271
4272 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4273
4274         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4275         like "a", it seems like.
4276         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4277         since it needs to be picked from the correct buffer.
4278
4279         * nnwfm.el: Remove.
4280
4281         * nnlistserv.el: Remove.
4282
4283 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4284
4285         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4286         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4287
4288 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4289
4290         * nnkiboze.el: Remove.
4291
4292         * nndb.el: Remove.
4293
4294         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4295         alt text.
4296         (gnus-html-rescale-image): Try to get the rescaling logic right for
4297         images that are just wide and not tall.
4298
4299         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4300         overshadow variable bindings.
4301
4302 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4303
4304         * gnus-html.el (gnus-html-wash-tags)
4305         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4306         Add extra logging.
4307
4308 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4309
4310         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4311         (gnus-max-image-proportion): New variable.
4312         (gnus-html-rescale-image): New function.
4313         (gnus-html-put-image): Rescale images.
4314
4315 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4316
4317         Fix up some byte-compiler warnings.
4318         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4319         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4320         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4321         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4322         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4323         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4324         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4325
4326 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * gnus-html.el (gnus-article-html): Decode contents by charset.
4329
4330 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4331
4332         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4333         (gnus-html-frame-width, gnus-blocked-images)
4334         * message.el (message-prune-recipient-rules): Add custom version.
4335         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4336
4337         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4338         functions.
4339
4340         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4341         gnus-process-get.
4342
4343 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4344
4345         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4346         instead of lsub directly.
4347
4348 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4349
4350         * nnwarchive.el: Remove.
4351
4352         * gnus-soup.el: Remove.
4353
4354         * nnsoup.el: Remove.
4355
4356         * nnultimate.el: Remove.
4357
4358         * gnus-html.el (gnus-blocked-images): New variable.
4359
4360         * message.el (message-prune-recipients): New function.
4361         (message-prune-recipient-rules): New variable.
4362
4363         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4364         guess whether a long line is natural text or not.
4365
4366         * gnus-html.el (gnus-html-schedule-image-fetching):
4367         Use gnus-process-plist and friends for compatibility.
4368
4369 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4370
4371         * gnus-html.el: Require packages that define macros used in this file.
4372         (gnus-article-mouse-face): Declare to silence byte-compiler.
4373         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4374         process-get.
4375         (gnus-html-put-image): Use plist-get to avoid getf.
4376         (gnus-html-prefetch-images): Use with-current-buffer.
4377
4378 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * gnus-ems.el: Provide compatibility functions for
4381         gnus-set-process-plist.
4382
4383         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4384         header-line-format for XEmacs 21.4.
4385
4386         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4387         * gnus.el (gnus-valid-select-methods)
4388         * message.el (message-send-mail-partially-limit)
4389         * mm-decode.el (mm-text-html-renderer)
4390         * mml.el (mml-insert-mime-headers-always)
4391         * smiley.el (smiley-regexp-alist): Bump custom version.
4392
4393 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4394
4395         * gnus-html.el: require mm-url.
4396         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4397         with the url to `url'.
4398         (gnus-html-wash-tags): Support cid: URLs/images.
4399
4400 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4401
4402         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4403         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4404         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4405
4406         * gnus-move.el: Remove file, since it doesn't really work.
4407
4408         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4409         UTF-8.  This seems to fix problems with some German web feeds.
4410
4411         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4412         at the top so that the proper colours are applied.
4413
4414         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4415         don't have dots in their names.
4416
4417         * gnus-art.el (gnus-article-view-part): Doc fix.
4418
4419         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4420         XEmacs-compatible.
4421         (gnus-html-put-image): Don't do images on non-graphic displays.
4422
4423         * nnslashdot.el: Remove this unused backend.
4424
4425         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4426         actions.
4427         (gnus-undo-register-1): Revert last change.
4428
4429         * gnus-group.el (gnus-group-completing-read): Protect against not
4430         having completion-styles bound.
4431
4432         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4433         make broken recipients happier.
4434
4435         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4436
4437         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4438         point parameter.
4439
4440         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4441
4442         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4443         completion-styles for group selection.
4444
4445 2009-02-04  Andreas Schwab  <schwab@suse.de>
4446
4447         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4448         headers and regexp-quote the match if necessary.
4449
4450 2009-03-24  Miles Bader  <miles@gnu.org>
4451
4452         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4453         the blinking smiley.
4454
4455 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4456
4457         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4458         blink smiley.
4459
4460 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4461
4462         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4463         where the dribbel file lives exists.
4464
4465         * message.el (message-send-mail-partially-limit): Change the default to
4466         nil, since most people don't want this.
4467
4468         * mm-url.el (mm-url-decode-entities): Also decode entities like
4469         &#x3212.
4470
4471 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4472
4473         * gnus-sum.el (gnus-summary-idna-message):
4474         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4475         Hyperlink urls in docstrings with URL `...'.
4476
4477 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4478
4479         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4480         functions.
4481
4482 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4483
4484         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4485         say what the mouseover text should be.
4486
4487         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4488         version of the mm-w3m-safe-url-regexp variable to only download images
4489         in the groups where we want that to happen.
4490
4491         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4492
4493         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4494         easier debugging.
4495         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4496         big pictures in the article buffer.
4497
4498         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4499         gnus-article-html.
4500         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4501         w3m.
4502
4503         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4504
4505 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4506
4507         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4508         which doesn't exist.
4509
4510         * message.el (message-inhibit-ecomplete): New variable to allow some
4511         function to inhibit ecomplete address storage.
4512         (message-resend): Disable ecomplete message storage when resending
4513         messages.
4514
4515         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4516
4517 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4518
4519         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4520         Save excursion while copying, moving, and deleting articles in order to
4521         prevent the cursor from jumping to unforeseen place.
4522
4523 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4524
4525         * lpath.el: No need to bind bookmark-current-buffer,
4526         bookmark-yank-point and bookmark-make-record-function.
4527
4528 2010-08-17  Glenn Morris  <rgm@gnu.org>
4529
4530         * gnus-sync.el: Require gnus components whose functions are used.
4531
4532         * gnus-art.el (bookmark-make-record-function):
4533         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4534         Declare for compiler.
4535
4536         * mm-url.el (mml-compute-boundary): Autoload.
4537
4538 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4539
4540         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4541
4542 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4543
4544         Typo fix "hoo4a" -> "hook".
4545
4546         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4547
4548 2010-08-14  Glenn Morris  <rgm@gnu.org>
4549
4550         * gnus-sync.el (gnus-sync): Fix defgroup version.
4551
4552 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4553
4554         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4555
4556         * gnus-sync.el: Fix docs.
4557         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4558         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4559
4560 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4561
4562         Optimizations for gnus-sync.el.
4563
4564         * gnus-sync.el: Add docs about gnus-sync-backend
4565         possibilities.
4566         (gnus-sync-save): Remove unnecessary message.
4567         (gnus-sync-read): Optimize and show what groups were skipped.
4568
4569 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4570
4571         Minor bug fixes for gnus-sync.el.
4572
4573         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4574         Don't read the sync on get-new-news.
4575
4576         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4577         quiet.
4578
4579         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4580         (fix typo).
4581
4582 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4583
4584         Make saving and restoring of hidden threads work with overlays.
4585         Patch applied by Ted Zlatanov.
4586
4587         * gnus-sum.el (gnus-hidden-threads-configuration)
4588         (gnus-restore-hidden-threads-configuration): Update to deal with text
4589         properties, rather than searching for a magic character.
4590
4591 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4592
4593         New gnus-sync.el library for synchronization of marks.
4594
4595         * gnus-sync.el: New library for synchronization of marks.
4596
4597         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4598         renamed from `gnus-registry-grep-in-list'.
4599
4600         * gnus-registry.el (gnus-registry-follow-group-p):
4601         Use `gnus-grep-in-list'.
4602
4603         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4604
4605 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4606
4607         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4608         determining charset of text fails.
4609
4610 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4611
4612         * nnmail.el (nnmail-get-new-mail-1): Revert.
4613
4614         * nnml.el (nnml-active-number): Make sure names of newly created groups
4615         in nnml-group-alist are encoded.
4616
4617 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4618
4619         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4620         containing non-ASCII characters in active file for nnml back end.
4621
4622 2010-07-24  David Engster  <dengste@eml.cc>
4623
4624         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4625         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4626
4627 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4628
4629         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4630         tag (Bug#6654).
4631
4632 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4635         the article buffer, not the summary buffer.
4636
4637 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4638
4639         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4640         Emacs 23 as well.
4641
4642 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4643
4644         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4645         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4646
4647 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4648
4649         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4650         Patch applied by Karl Fogel.
4651
4652         * gnus-sum.el (gnus-summary-bookmark-make-record):
4653         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4654
4655 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4656
4657         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4658         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4659         C-w still not working correctly from Article buffers; Thierry's
4660         patch to fix that will be applied after this.
4661
4662         * gnus-art.el (bookmark-make-record-function): New local variable.
4663
4664         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4665         article buffer.
4666         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4667
4668 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4669
4670         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4671         on changes in bookmark.el.
4672
4673 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4674
4675         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4676         `no-log' instead of message not to log prompt string.
4677
4678 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4679
4680         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4681         the *other* type of HTML form submission.
4682
4683 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4684
4685         * auth-source.el (auth-source-pick): If choice does not contain a
4686         questioned keyword, set the check to t.
4687
4688 2010-06-12  Romain Francoise  <romain@orebokech.com>
4689
4690         * gnus-util.el (gnus-date-get-time): Move up before first use.
4691
4692 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4693
4694         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4695         (gnus-article-edit-part): Bind it to make last part that is substituted
4696         or deleted visible.
4697         (gnus-mime-display-single): Buttonize part of which id equals to
4698         gnus-mime-buttonized-part-id.
4699
4700 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4701
4702         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4703         (gnus-dd-mmm): Use gnus-date-get-time.
4704         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4705         simplify logic.
4706         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4707         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4708
4709 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4710
4711         * auth-source.el (top): Autoload `secrets-list-collections',
4712         `secrets-create-item', `secrets-delete-item'.
4713         (auth-sources): Fix tag string.
4714         (auth-get-source, auth-source-retrieve, auth-source-create)
4715         (auth-source-delete): New defuns.
4716         (auth-source-pick): Rewrite in order to avoid 2 passes.
4717         (auth-source-forget-user-or-password): New parameter USERNAME.
4718         (auth-source-user-or-password): New parameters CREATE-MISSING and
4719         DELETE-EXISTING.  Retrieve password interactively, if needed.
4720
4721 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4722
4723         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4724         deleting unused directories when gnus-expert-user is t.
4725
4726 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4727
4728         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4729         for each temp file when gnus-article-browse-delete-temp is ask.
4730
4731 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4732
4733         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4734         Lisp calls to delete-backward-char by calls to delete-char.
4735
4736 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4737
4738         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4739
4740 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4741
4742         * password-cache.el (password-cache-remove): Fix docstring.
4743
4744 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4745
4746         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4747         article unless decoding article to be saved.
4748
4749 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4750
4751         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4752         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4753         generated within the mm-with-unibyte-current-buffer macro.
4754
4755 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4756
4757         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4758         to nil when we're in a mml-preview buffer and no group is selected.
4759
4760 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4761
4762         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4763         when catching the `C-g'.  Reported by "Leo".
4764
4765 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4766
4767         * message.el (message-forward-make-body-plain)
4768         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4769         multibyte-string-p.
4770
4771         * lpath.el: Revert.
4772
4773 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4774
4775         * message.el (message-forward-make-body-mml): Assume original message
4776         is multibyte string; error on unibyte.
4777         (message-forward-make-body-plain): Ditto; don't add excessive newline
4778         in body end.
4779
4780         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4781
4782 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4783
4784         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4785         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4786
4787 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * mm-extern.el (mm-extern-url): Don't use
4790         mm-with-unibyte-current-buffer.
4791         (mm-extern-cache-contents): Use with-current-buffer instead of
4792         save-excursion + set-buffer.
4793
4794 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4795
4796         * mm-util.el (mm-emacs-mule): Remove.
4797
4798 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4799
4800         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4801         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4802         change.
4803
4804 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4805
4806         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4807         bind the default value of enable-multibyte-characters to nil.
4808
4809 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4810
4811         * message.el (message-forward-make-body-plain)
4812         (message-forward-make-body-mml):
4813         Don't use mm-with-unibyte-current-buffer.
4814
4815 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4816
4817         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4818
4819 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4820
4821         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4822         (Bug#5592).
4823
4824 2010-05-07  Julien Danjou  <julien@danjou.info>
4825
4826         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4827         it to mm-pipe-part.
4828
4829         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4830         it is given.
4831
4832 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * binhex.el (binhex-decode-region-internal)
4835         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4836         (dns-query)
4837         * nnweb.el (nnweb-gmane-search)
4838         * pgg-parse.el (pgg-parse-armor)
4839         * pgg.el (pgg-verify-region)
4840         * sha1.el (sha1-string-external)
4841         * uudecode.el (uudecode-decode-region-internal)
4842         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4843         XEmacs.
4844
4845         * gnus-art.el (gnus-article-browse-html-parts)
4846         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4847         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4848         make-temp-file.
4849
4850         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4851         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4852         compiling.
4853
4854         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4855         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4856         XEmacs when compiling.
4857
4858         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4859         gnus-pick-mode-off-hook for XEmacs when compiling.
4860         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4861         gnus-binary-mode-off-hook for XEmacs when compiling.
4862
4863         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4864         Return nil if char-charset is not available.
4865
4866         * imap.el (imap-disable-multibyte)
4867         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4868         macros.
4869
4870         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4871         instead of encode-coding-string.
4872
4873         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4874         'xemacs) instead of mm-emacs-mule to switch function definitions.
4875         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4876
4877         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4878         bind temporary-file-directory for XEmacs;
4879         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4880         timer-set-function for XEmacs 21.4 and SXEmacs;
4881         bind timer-list for XEmacs 21.4 and SXEmacs;
4882         fbind char-charset and find-charset-region for non-Mule XEmacs;
4883         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4884         encode-coding-region and encode-coding-string for XEmacs having no
4885         file-coding feature.
4886
4887 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4888
4889         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4890
4891 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4892
4893         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4894         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4895
4896 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4897
4898         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4899         alias `jka-compr-delete-temp-file' no longer exists.
4900
4901 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4902
4903         Use define-minor-mode in Gnus where applicable.
4904         * mml.el (mml-mode): Use define-minor-mode.
4905         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4906         (gnus-undo-mode): Use define-minor-mode.
4907         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4908         (gnus-dead-summary-mode): Use define-minor-mode.
4909         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4910         Initialize in declaration.
4911         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4912         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4913         (gnus-mailing-list-mode): Use define-minor-mode.
4914         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4915         (gnus-draft-mode): Use define-minor-mode.
4916         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4917         (gnus-dired-mode): Use define-minor-mode.
4918
4919 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4920
4921         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4922         handles on recursive mml-to-mime translation and check them for
4923         boundary delimiter collisions.  Reported by Greg Troxel.
4924
4925 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4926
4927         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4928
4929 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4930
4931         * mm-util.el (mm-find-buffer-file-coding-system):
4932         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4933
4934 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4935
4936         * message.el (message-generate-headers): Record insertion of optional
4937         headers as well.  Otherwise the check to prevent repeated insertion of
4938         optional headers is a no-op.
4939
4940 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4941
4942         * smime.el: Don't mention CVS.
4943
4944         * nnrss.el (nnrss-fetch): Don't mention CVS.
4945
4946         * nnir.el: Don't mention CVS.
4947
4948 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4949
4950         * gnus-sum.el (gnus-summary-bookmark-make-record):
4951         Add `location' field.
4952
4953 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * lpath.el: Fbind bookmark-default-handler,
4956         bookmark-get-bookmark-record, bookmark-make-record-default,
4957         bookmark-prop-get for Emacs <23 and XEmacs.
4958
4959 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4960
4961         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4962         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4963         Use with-current-buffer to silence the byte-compiler.
4964         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4965         bother to require `gnus'.
4966         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4967
4968 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4969
4970         * gnus-sum.el (gnus-summary-bookmark-make-record)
4971         (gnus-summary-bookmark-jump): New functions.
4972         (gnus-summary-mode): Setup bookmark support.
4973
4974 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4975
4976         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4977         if set.
4978
4979 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4980
4981         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4982         gnus-article-browse-html-save-cid-image; make it work recursively for
4983         forwarded messages as well.
4984         (gnus-article-browse-html-parts): Work when prefix arg is given.
4985         (gnus-article-browse-html-article): Doc fix.
4986
4987 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4988
4989         * message.el (message-default-mail-headers):
4990         (message-default-headers): Carry the value mail-default-headers over
4991         into message-default-mail-headers, rather than message-default-headers.
4992
4993 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4994
4995         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4996         charset.
4997
4998         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4999         charset into the <meta> tag when the article is encoded to utf-8.
5000
5001 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5002
5003         * gnus-art.el (gnus-article-browse-delete-temp-files):
5004         Delete directories as well.
5005         (gnus-article-browse-html-parts): Work for images that do not specify
5006         file names; delete temp directory when quitting; insert header at the
5007         right place; use file: scheme for image files.
5008
5009 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5010
5011         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5012         (gnus-article-browse-html-parts): Use it to make temporary cid image
5013         files in addition to html file so that browser may display them.
5014
5015 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5016
5017         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5018
5019 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5020
5021         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5022
5023 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5024
5025         * auth-source.el (auth-sources): Change default to be simpler.
5026         Explain about Secret Service API sources.  Improve Customize options.
5027         (auth-source-pick): Change to accept any number of search parameters.
5028         Implement fallbacks iteratively, not recursively.  Add scoring on the
5029         second pass and sort by score.  Call Secret Service API when needed.
5030         (auth-source-user-or-password): Use it.  Call Secret Service API
5031         directly when needed to get the user name and the password.
5032
5033 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5034
5035         * message.el (message-interactive): Doc fix.
5036         (message-qmail-inject-args): Reflow.
5037         (message-kill-to-signature): Fix typo in docstring.
5038
5039         * smiley.el (smiley-buffer): Fix typo in docstring.
5040
5041 2010-03-24  Glenn Morris  <rgm@gnu.org>
5042
5043         * mail-source.el (gnus-message): Declare.
5044         (mail-source-delete-old-incoming): Require gnus-util.
5045
5046 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5047
5048         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5049
5050         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5051
5052         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5053         password-cache's default if it is not bound.
5054         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5055         password-cache-expiry's default if it is not bound.
5056
5057         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5058         available in Emacs 21.
5059
5060         * lpath.el: Suppress compiler warnings for:
5061         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5062         XEmacs;
5063         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5064         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5065         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5066
5067 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5068
5069         * auth-source.el (auth-sources): Fix up definition so extra parameters
5070         are always inline.
5071
5072 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5073
5074         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5075         wasn't updated after mismatch.  Clear cached mailbox info correctly
5076         when uidvalidity changes.
5077         (nnimap-group-prefixed-name): New function to avoid some code
5078         duplication.
5079         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5080         (nnimap-request-group): Use it.
5081         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5082         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5083         with many imap folders.  This is done by caching the group status from
5084         the imap server persistently in a group parameter `imap-status'.  (This
5085         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5086         but not persistently, so every Gnus startup was still very slow.)
5087
5088 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5089
5090         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5091         delete the extra newline.  Otherwise editing of :string and :number
5092         types don't work.
5093
5094 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5095
5096         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5097         secrets.el dependency.
5098         (auth-sources): Add optional user name.  Add secrets.el configuration
5099         choice (unused right now).
5100
5101 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5102
5103         * gnus-sum.el (gnus-summary-make-menu-bar):
5104         Let `gnus-registry-install-shortcuts' fill in the functions.
5105
5106         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5107         warnings.
5108         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5109         (gnus-registry-install-shortcuts): Populate and use it in a
5110         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5111
5112 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5113
5114         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5115         In-place substitutions for the group name encoding/decoding.
5116         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5117         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5118         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5119         (nnimap-update-unseen, nnimap-request-list)
5120         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5121         (nnimap-request-set-mark, nnimap-split-to-groups)
5122         (nnimap-split-articles, nnimap-request-newgroups)
5123         (nnimap-request-create-group, nnimap-request-accept-article)
5124         (nnimap-request-delete-group, nnimap-request-rename-group)
5125         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5126         `encoded-mbx' for consistency.
5127         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5128         variable `imap-current-mailbox'.
5129
5130         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5131         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5132
5133 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5134
5135         * pop3.el (pop3-display-message-size-flag): Display message size byte
5136         counts during POP3 download.
5137         (pop3-movemail): Use it.
5138         (pop3-list): Implement listing of available messages.
5139
5140 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5141
5142         * nnir.el (nnir-get-article-nov-override-function): New function to
5143         override the normal NOV retrieval.
5144         (nnir-retrieve-headers): Use it.
5145
5146 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5147
5148         * auth-source.el (netrc-machine-user-or-password): Autoload.
5149
5150 2010-03-19  Glenn Morris  <rgm@gnu.org>
5151
5152         Stop message.el from loading about 40 libraries it doesn't always need.
5153         The general approach is to autoload rather than require, and to
5154         require in the specific functions rather than the file.  (Bug#5642)
5155
5156         * gmm-utils.el: Don't require wid-edit.
5157         (widget-create-child-value, widget-convert, widget-default-get):
5158         Autoload.
5159
5160         * gnus-util.el: Don't require time-date, netrc.
5161         (message-fetch-field, gnus-group-name-decode): Declare rather than
5162         autoloading.
5163         (gnus-fetch-field): Require message.
5164         (gnus-decode-newsgroups): Require gnus-group.
5165
5166         * ietf-drums.el: Don't require time-date.
5167
5168         * message.el: Don't require hashcash, canlock, ecomplete.
5169         Do require mail-utils.  Require nnheader only when compiling.
5170         (smtpmail-default-smtp-server): Remove declaration.
5171         (message-send-mail-function): Check smtpmail-default-smtp-server
5172         is bound rather than requiring smtpmail.
5173         (message-auto-save-directory, message-insert-signature):
5174         Use expand-file-name rather than nnheader-concat.
5175         (nnheader-insert-file-contents): Autoload.
5176         (hashcash-wait-async): Declare.
5177         (message-send-mail): Only call gnus-setup-posting-charset if
5178         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5179         (message-send-mail-with-sendmail): Require sendmail.
5180         (canlock-password, canlock-password-for-verify): Declare.
5181         (message-canlock-password): Require canlock.
5182         (nnheader-get-report): Autoload.
5183         (gnus-setup-posting-charset): Declare.
5184         (message-send-news): Require gnus-msg.
5185         (message-make-references, message-make-in-reply-to): Use mail-header-id
5186         rather than the alias mail-header-message-id.
5187         (ecomplete-add-item, ecomplete-save): Declare.
5188         (message-put-addresses-in-ecomplete): Require ecomplete.
5189         (ecomplete-display-matches): Autoload.
5190
5191         * mm-decode.el: Don't require mailcap, gnus-util.
5192         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5193         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5194         Autoload.
5195         (mailcap-mime-extensions): Declare.
5196
5197         * mm-encode.el: Don't require mailcap.
5198         (mailcap-extension-to-mime): Autoload.
5199
5200         * mml-sec.el: Don't require password-cache.
5201
5202         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5203         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5204         (mml-minibuffer-read-type): Require mailcap.
5205         (mml-preview): Require gnus-msg.
5206
5207         * mml1991.el: Require password-cache.
5208         (password-cache-expiry): Remove declaration.
5209
5210         * mml2015.el: Require password-cache.
5211         (password-cache-expiry): Remove declaration.
5212
5213         * nneething.el (mailcap): Require mailcap.
5214
5215         * nnheader.el (declare-function): Add compatibility stub.
5216         (message-remove-header): Declare rather than autoload.
5217         (nnheader-replace-header): Require message.
5218
5219         * nnimap.el (declare-function): Add compatibility stub.
5220         (netrc-parse, netrc-machine-user-or-password): Declare.
5221         (nnimap-open-connection): Require netrc.
5222
5223         * nntp.el (declare-function): Add compatibility stub.
5224         (netrc-parse, netrc-machine, netrc-get): Declare.
5225         (nntp-send-authinfo): Require netrc.
5226
5227         * rfc2047.el: Don't require qp.
5228         (quoted-printable-encode-region, quoted-printable-decode-string):
5229         Autoload.
5230
5231         * sieve-mode.el: Don't require easymenu.
5232         (easy-menu-add-item): Autoload it.
5233
5234         * spam-stat.el (time-to-number-of-days): Autoload it.
5235
5236 2010-03-19  Glenn Morris  <rgm@gnu.org>
5237
5238         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5239
5240 2010-03-18  Glenn Morris  <rgm@gnu.org>
5241
5242         * hashcash.el (declare-function): Remove duplicate definition.
5243
5244 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5245
5246         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5247         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5248         value if any backslash escapes).
5249
5250 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5251
5252         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5253         if it is available.  (bug#5647)
5254
5255         * lpath.el: Suppress compiler warning for coding-system-from-name for
5256         Emacs 21 and XEmacs.
5257
5258 2010-03-14  Juri Linkov  <juri@jurta.org>
5259
5260         * hmac-def.el:
5261         * hmac-md5.el:
5262         * netrc.el: Fix keywords.
5263
5264 2010-02-26  Glenn Morris  <rgm@gnu.org>
5265
5266         * message.el (message-send-mail-function): Change the default, so that
5267         it inherits from a customized send-mail-function.  (Bug#5643)
5268
5269 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5270
5271         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5272         shell-command-to-string signals an error (bug#5299).
5273
5274 2010-02-24  Glenn Morris  <rgm@gnu.org>
5275
5276         * message.el (message-smtpmail-send-it)
5277         (message-send-mail-with-mailclient): Doc fixes.
5278
5279 2010-02-16  Glenn Morris  <rgm@gnu.org>
5280
5281         * message.el (message-default-mail-headers): Change the default value
5282         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5283
5284 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5287         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5288
5289 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5290
5291         * time-date.el (date-to-time): Doc fix (Bug#5408).
5292
5293 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5294
5295         * message.el (message-mail): Just pass yank-action on to message-setup.
5296         (message-setup): Handle (FUN . ARGS) form of yank-action.
5297         (message-with-reply-buffer, message-widen-reply)
5298         (message-yank-original): Handle non-buffer values of
5299         message-reply-buffer (Bug#4080).
5300         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5301
5302 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5303
5304         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5305         Fix typo in docstring.
5306
5307 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5308
5309         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5310         response.
5311
5312 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5313
5314         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5315
5316         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5317
5318         * message.el (message-check-news-header-syntax): Protect against a
5319         string that `rfc822-addresses' returns when parsing fails.
5320
5321 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5324         (gnus-previous-char-property-change): New functions.
5325
5326         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5327
5328 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5329
5330         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5331         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5332
5333 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5334
5335         * message.el (message-exchange-point-and-mark): Rework last change to
5336         avoid using optional arg of exchange-point-and-mark, for backward
5337         compatibility.
5338
5339 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5340
5341         * message.el (message-exchange-point-and-mark):
5342         Call exchange-point-and-mark with an argument rather than setting
5343         mark-active by hand (Bug#5175).
5344
5345 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5346
5347         * nntp.el (nntp-service-to-port): Work for service expressed with
5348         numeric string; replace [:digit:] with [0-9] for XEmacs.
5349
5350 2009-12-17  Glenn Morris  <rgm@gnu.org>
5351
5352         * gnus-group.el (gnus-bug-group-download-format-alist):
5353         Change emacs entry to debbugs.gnu.org.  Bump :version.
5354
5355 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5356
5357         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5358
5359 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5360
5361         * message.el (message-info): Explain why we use `Info-goto-node'.
5362
5363 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5364
5365         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5366
5367 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5368
5369         * message.el (message-completion-in-region): New compatibility function.
5370         (message-expand-group): Use it.
5371
5372 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5375         with no unread article should be listed if the 2nd arg `predicate' is
5376         given.
5377
5378 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5379
5380         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5381
5382 2009-11-29  Juri Linkov  <juri@jurta.org>
5383
5384         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5385         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5386         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5387
5388 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5389
5390         * sha1.el (sha1-string-external): default-directory "/" in case
5391         otherwise non-existent.  process-connection-type pipe for touch of
5392         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5393
5394 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5395
5396         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5397         it's comms related and sgml-mode.el has "comm" on that basis too.
5398
5399 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5402         containing tspecial characters if they have been already quoted.
5403
5404 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5405
5406         * dns-mode.el (auto-mode-alist): Purecopy string.
5407
5408 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5409
5410         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5411
5412 2009-10-24  Glenn Morris  <rgm@gnu.org>
5413
5414         * gnus-art.el (help-xref-stack-item): Define for compiler.
5415
5416 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5417
5418         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5419
5420 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5421
5422         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5423
5424 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5425
5426         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5427         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5428
5429 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5432         (gnus-overlays-in): New alias to overlays-in.
5433
5434         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5435         gnus-overlay-get, and gnus-delete-overlay.
5436         (gnus-summary-show-thread): Make it work as well for systems in which
5437         next-single-char-property-change is not available.
5438         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5439
5440         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5441         (gnus-overlay-get): New alias to extent-property.
5442         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5443
5444         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5445         SXEmacs.
5446
5447         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5448         SXEmacs.
5449
5450 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5451
5452         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5453
5454 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5455
5456         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5457         and XEmacs that don't have `remove-overlays'.
5458
5459 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5460
5461         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5462         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5463         selective display.  Use overlays instead.
5464
5465 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5466
5467         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5468
5469 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5470
5471         * spam-stat.el (spam-stat-load): Fix typo in message.
5472
5473 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5474
5475         * dig.el (dig-invoke): Fix typo in docstring.
5476         (query-dig): Reflow docstring.
5477
5478 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5479
5480         * gnus-art.el (gnus-article-encrypt-body):
5481         * message.el (message-check-recipients):
5482         * mm-util.el (mm-codepage-setup):
5483         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5484         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5485
5486 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5487
5488         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5489         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5490         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5491         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5492         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5493
5494 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5495
5496         * dig.el: Add "Keywords: comm", as per net-utils.el.
5497
5498 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5499
5500         * dig.el (dig-mode): Use define-derived-mode.
5501
5502 2009-09-19  Glenn Morris  <rgm@gnu.org>
5503
5504         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5505
5506 2009-09-18  Glenn Morris  <rgm@gnu.org>
5507
5508         * gnus-diary.el (gnus-diary-check-message):
5509         * message.el (message-insert-formatted-citation-line):
5510         * nnbabyl.el (top-level):
5511         * nndiary.el (nndiary-schedule):
5512         Fix typos in condition-case handlers.
5513
5514 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5515
5516         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5517         configuration that provides the sole article window in a frame;
5518         position point correctly after deleting a part.
5519
5520 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5521
5522         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5523         (spam-resolve-registrations-routine): Use it to unregister articles
5524         that change status.
5525
5526 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5527
5528         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5529         with XEmacs.
5530         (parse-time-string-chars): Use it.
5531
5532 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5533
5534         * imap.el (imap-interactive-login): Better messages.
5535         (imap-open): Fix bug with renamed buffer on reconnect.
5536         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5537         for easier debugging and cleaner code.  On successful (guessed based on
5538         server capabilities) secondary authentication, set imap-state
5539         correctly.
5540         (imap-last-authenticator): Define imap-last-authenticator as a variable
5541         to avoid warnings.
5542
5543 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5544
5545         * nnrss.el (nnrss-request-article): Remove binding of
5546         default-enable-multibyte-characters that has gotten needless by
5547         the 2007-07-13 change in rfc2047-encode-message-header.
5548
5549         * mml.el (mml-insert-multipart): Error on the message header.
5550         (mml-insert-part): Error on the message header; position point at
5551         the end of a MIME tag.
5552
5553 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5554
5555         * time-date.el (autoload): Expand define-obsolete-function-alias into
5556         defalias and make-obsolete for old Emacsen that Gnus supports.
5557         (with-no-warnings): Define it for old Emacsen.
5558         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5559         is available.
5560         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5561         float-time is available; suppress compile warning for time-to-seconds.
5562
5563         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5564         (gnus-float-time): Alias to float-time if it exists.
5565
5566         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5567         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5568         float-time is available; suppress compile warning for time-to-seconds.
5569
5570         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5571         XEmacs.
5572
5573 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5574
5575         * imap.el (imap-message-map): Docstring fix.
5576
5577 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5580         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5581         Add the optional argument `encoding' that overrides the default.
5582
5583         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5584         mm-encode-buffer.
5585
5586 2009-09-04  Glenn Morris  <rgm@gnu.org>
5587
5588         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5589         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5590         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5591         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5592         * mm-util.el (mm-with-unibyte-current-buffer)
5593         (mm-find-buffer-file-coding-system):
5594         * yenc.el (yenc-decode-region): Use default-value rather than
5595         default-enable-multibyte-characters.
5596
5597 2009-09-03  Glenn Morris  <rgm@gnu.org>
5598
5599         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5600         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5601         than default-enable-multibyte-characters.
5602
5603 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5604
5605         * gnus-art.el (gnus-article-read-summary-keys):
5606         Fix gnus-buffer-configuration's value temporarily used.
5607
5608 2009-09-02  Glenn Morris  <rgm@gnu.org>
5609
5610         * gnus-util.el (gnus-float-time): New function.
5611         * gnus-delay.el (gnus-delay-article):
5612         * gnus-sum.el (gnus-thread-latest-date):
5613         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5614         * nnspool.el (nnspool-request-newgroups):
5615         Use gnus-float-time rather than time-to-seconds.
5616         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5617
5618         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5619         (gnus-header-subject-face, gnus-header-newsgroups-face)
5620         (gnus-header-name-face, gnus-header-content-face):
5621         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5622         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5623         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5624         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5625         (gnus-cite-face-11):
5626         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5627         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5628         (gnus-server-closed-face, gnus-server-denied-face)
5629         (gnus-server-offline-face):
5630         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5631         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5632         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5633         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5634         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5635         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5636         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5637         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5638         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5639         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5640         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5641         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5642         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5643         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5644         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5645         (gnus-summary-high-undownloaded-face)
5646         (gnus-summary-low-undownloaded-face)
5647         (gnus-summary-normal-undownloaded-face)
5648         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5649         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5650         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5651         (gnus-splash-face):
5652         * message.el (message-header-to-face, message-header-cc-face)
5653         (message-header-subject-face, message-header-newsgroups-face)
5654         (message-header-other-face, message-header-name-face)
5655         (message-header-xheader-face, message-separator-face)
5656         (message-cited-text-face, message-mml-face):
5657         * sieve-mode.el (sieve-control-commands-face)
5658         (sieve-action-commands-face, sieve-test-commands-face)
5659         (sieve-tagged-arguments-face):
5660         * spam.el (spam-face):
5661         Mark face aliases with "-face" in the name as obsolete.
5662
5663 2009-09-01  Glenn Morris  <rgm@gnu.org>
5664
5665         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5666         than goto-line.
5667
5668 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5671         Don't move point if the command is invoked inside the message header.
5672
5673 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5674
5675         * imap.el (imap-send-command): Simplify.
5676         (imap-wait-for-tag): point-max -> buffer-size.
5677
5678 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5679
5680         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5681         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5682         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5683         * nnir.el (nnir-swish-e-index-file):
5684         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5685         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5686         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5687         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5688         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5689         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5690
5691 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5692
5693         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5694         Don't save excursion.
5695
5696 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5697
5698         * nnheader.el (nnheader-find-file-noselect):
5699         * mm-util.el (mm-insert-file-contents):
5700         Use (default-value 'major-mode) instead of default-major-mode.
5701
5702 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5703
5704         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5705
5706 2009-08-26  Glenn Morris  <rgm@gnu.org>
5707
5708         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5709         than placing in files.el.
5710
5711 2009-08-25  Glenn Morris  <rgm@gnu.org>
5712
5713         * nnir.el (top-level): Don't require cl at run-time.
5714         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5715         Replace cl-function substitute with gnus-replace-in-string.
5716         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5717         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5718         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5719         simplified expansions.
5720
5721 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5722
5723         * dig.el (dig): Add autoload cookie.
5724
5725 2009-08-22  Glenn Morris  <rgm@gnu.org>
5726
5727         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5728         goto-line.
5729
5730 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5731
5732         * parse-time.el (parse-time-string-chars): Save match data.
5733
5734 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5735
5736         * parse-time.el (parse-time-string-chars): Compute using character
5737         classes, to handle non-ascii characters (Bug#3190).
5738
5739 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5740
5741         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5742
5743         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5744         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5745         (gnus-mm-display-part, gnus-mime-display-single)
5746         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5747         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5748
5749         * gnus-sum.el
5750         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5751         (gnus-summary-move-article): Add expirable mark to articles copied or
5752         moved to group that has auto-expire turned on if the option is non-nil.
5753
5754 2009-07-24  Glenn Morris  <rgm@gnu.org>
5755
5756         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5757         Fix typo.  (Bug#3903)
5758
5759 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5760
5761         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5762         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5763         that should not be used for draft articles.
5764         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5765         that has no concern in minor mode keys.
5766         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5767         Abolish.
5768
5769 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5772         article without making inquiry to a user for unknown encoding.
5773
5774         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5775         (nnmaildir--scan): Assume i-node and device number that file-attributes
5776         returns might be cons-cell.
5777
5778         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5779
5780         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5781
5782 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5783
5784         * auth-source.el: Remove docs now in auth.texi.  Don't use
5785         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5786         `auth-source-hide-passwords' and use them.
5787
5788 2009-07-15  Glenn Morris  <rgm@gnu.org>
5789
5790         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5791
5792 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5795         excessive whitespace from the default values of title and description.
5796
5797 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5798
5799         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5800         mail-fetch-field to fetch Content-Description header in order to
5801         exclude newlines.
5802
5803 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5804
5805         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5806         format used by GnuPG 2.0.11.
5807
5808 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5811         to deleted part.
5812
5813 2009-05-30  David Engster  <dengste@eml.cc>
5814
5815         * nnmairix.el: Remove old documentation in the commentary block.
5816         (nnmairix-request-group): Do not update active file for nnml back ends.
5817         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5818         end so that overview files are ignored.
5819         (nnmairix-update-groups): Make updating the groups more robust by using
5820         marks.
5821         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5822         with dollar characters in message-id.
5823
5824 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5825
5826         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5827         2008-12-25 in dns.el.
5828
5829 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5830
5831         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5832         could happen if the text is only composed of spaces and/or tabs.
5833
5834 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5835
5836         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5837         when sending a queued message to avoid extra mml tags.
5838
5839 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5840
5841         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5842
5843 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5844
5845         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5846         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5847         rmail-toggle-header for XEmacs;
5848         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5849
5850 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5851
5852         * gnus-dired.el: Remove autoload for gnus-setup-message.
5853         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5854         displaying Gnus logo; always use compose-mail.
5855
5856 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5857
5858         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5859
5860 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5861
5862         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5863         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5864         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5865         available.
5866         (gnus-nocem-epg-verify): New function.
5867
5868 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5869
5870         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5871
5872 2009-02-15  Glenn Morris  <rgm@gnu.org>
5873
5874         * gnus-util.el (rmail-insert-rmail-file-header)
5875         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5876         autoloads.
5877         (rmail-default-rmail-file): Remove unnecessary declaration.
5878         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5879
5880 2009-02-14  Glenn Morris  <rgm@gnu.org>
5881
5882         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5883         variable (only used in gnus-util, which declares it anyway).
5884         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5885         which was only needed by gnus-art (changed to not use it any more).
5886         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5887         only used in gnus-util, which autoloads it itself.
5888         (rmail-update-summary): Fix autoload.
5889
5890         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5891         rather than rmail-output-to-rmail-file.
5892
5893 2009-02-07  Glenn Morris  <rgm@gnu.org>
5894
5895         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5896         autoload of function that no longer exists.
5897         (rmail-toggle-header): Declare.
5898         (message-forward-rmail-make-body): Handle mbox Rmail.
5899
5900 2009-01-31  Glenn Morris  <rgm@gnu.org>
5901
5902         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5903         2009-01-09 change.
5904
5905 2009-01-31  Dave Love  <fx@gnu.org>
5906
5907         * imap.el (imap-fetch-safe): Bind debug-on-error.
5908         (imap-debug): Add imap-fetch-safe.
5909
5910 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5911
5912         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5913         (auth-source-forget-all-cached): New convenience function.
5914         (auth-source-user-or-password): Accept list of modes or a single mode.
5915
5916         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5917         auth-source modes.
5918
5919         * netrc.el (netrc-machine-user-or-password): Use list of
5920         auth-source modes.
5921
5922         * nnimap.el (nnimap-open-connection): Use list of
5923         auth-source modes.
5924
5925         * nntp.el (nntp-send-authinfo): Use list of
5926         auth-source modes.
5927
5928 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5929
5930         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5931         now.
5932
5933 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5936         coding system in XEmacs; add a workaround for XEmacs.
5937
5938         * lpath.el: Fbind coding-system-aliasee.
5939
5940 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5941
5942         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5943         of current-language-environment.
5944
5945 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5946
5947         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5948         available at runtime.
5949
5950 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5953
5954 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5955
5956         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5957         the greatest positive fixnum value doesn't work under an XEmacs with
5958         bignum support; use the most-positive-fixnum constant instead,
5959         available since Emacs 21.1 with cl and XEmacs 21.1.
5960
5961 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5962
5963         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5964         XEmacs gets not to work.
5965
5966 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5967
5968         * mm-util.el (mm-coding-system-priorities): Allow the value like
5969         "Japanese (UTF-8)" of current-language-environment.
5970
5971 2009-01-09  Glenn Morris  <rgm@gnu.org>
5972
5973         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5974         with last-command-event.
5975
5976 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5977
5978         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5979         in the doc string.
5980
5981         * message.el (message-fix-before-sending): Amend comment.
5982
5983 2009-01-08  Dave Love  <fx@gnu.org>
5984
5985         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5986
5987 2009-01-07  David Engster  <dengste@eml.cc>
5988
5989         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5990         simplified server definitions by converting it via
5991         gnus-server-to-method.
5992
5993 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5996         parameter's operands.
5997
5998 2009-01-06  David Engster  <dengste@eml.cc>
5999
6000         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6001         primary select method (for gnus-group-mark-article-as-read).
6002
6003 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6004
6005         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6006         `(gnus)Face', not `(gnus)X-Face'.
6007
6008 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * mm-util.el (mm-ucs-to-char): New function.
6011
6012         * mm-url.el (mm-url-decode-entities): Use it.
6013
6014         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6015         unicode-to-char.
6016
6017 2009-01-05  Dave Love  <fx@gnu.org>
6018
6019         * time-date.el: Require cl for `declare'.
6020
6021 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6022
6023         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6024         Dave Love.
6025
6026 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6027
6028         * message.el (message-fix-before-sending): Add `eight-bit' to
6029         illegible-text check.
6030
6031 2009-01-03  Michael Olson  <mwolson@gnu.org>
6032
6033         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6034         `headers' is nil.  This can occur if the IMAP server does not have
6035         permissions to read messages from a folder, but can write new messages
6036         to the folder.
6037         (nnimap-request-article-part): Do not insert `data' if it is nil.
6038
6039         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6040         characters which will confuse `read', so skip past them.
6041
6042 2009-01-01  Dave Love  <fx@gnu.org>
6043
6044         * imap.el (imap-string-to-integer): Fix typo.
6045         (imap-fetch-safe): New function.
6046         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6047
6048         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6049
6050         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6051         (imap-parse-greeting): Fix doc strings.
6052         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6053         (imap-parse-flag-list): Make messages unique.
6054         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6055
6056         * nnimap.el: Fix author email.
6057         (nnimap-split-rule): Add FIXME comment.
6058         (nnimap-debug): Fix doc string.
6059
6060 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6061
6062         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6063
6064 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6065
6066         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6067         nslookup if resolv.conf isn't available.
6068         (dns-query): Rename from query-dns.
6069         (dns-query-cached): Rename from query-dns-cached.
6070
6071 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6072
6073         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6074         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6075         to check if those variables exist (first appeared in Emacs 18.50).
6076
6077 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6078
6079         * mm-util.el (mm-line-number-at-pos): New function.
6080
6081         * spam-report.el (spam-report-process-queue): Use it.
6082
6083 2008-12-24  David Engster  <dengste@eml.cc>
6084
6085         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6086         parameters that haven't existed as variables as buffer-local variables.
6087
6088 2008-12-23  Dave Love  <fx@gnu.org>
6089
6090         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6091         cadar.
6092
6093         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6094         imap-starttls-p.
6095         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6096
6097 2008-12-22  Dave Love  <fx@gnu.org>
6098
6099         * imap.el: Fix author email.  Doc fixes.
6100         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6101         reply.
6102
6103 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6104
6105         * spam-report.el (spam-report-gmane-max-requests): New constant.
6106         (spam-report-gmane-wait): New variable.
6107         (spam-report-gmane-ham, spam-report-gmane-spam)
6108         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6109         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6110         the server.
6111
6112         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6113         Add explanations.
6114
6115         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6116         nnheader-accept-process-output and nnheader-read-timeout if available.
6117         (pop3-movemail): Use it.
6118
6119         * message.el (message-check-news-body-syntax): Fix signature check if
6120         there's an attachment.
6121
6122 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6123
6124         * mm-util.el: Add comments to the mm- emulating functions.
6125
6126 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6127
6128         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6129         Reported by Stephen Berman <stephen.berman@gmx.net>.
6130
6131 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6132
6133         * mm-util.el (mm-substring-no-properties): New function.
6134         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6135         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6136         (mm-string-to-multibyte): Doc fix.
6137
6138         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6139
6140 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6141
6142         * mml.el (mml-attach-file): Strip text properties from file name.
6143         (Bug#1574)
6144
6145 2008-12-16  Glenn Morris  <rgm@gnu.org>
6146
6147         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6148
6149 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6152         knows since the charset specified might be a bogus alias that
6153         mm-charset-synonym-alist provides.
6154
6155 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6156
6157         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6158         "ISO_8859-1".
6159
6160         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6161
6162 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6163
6164         * mm-util.el (mm-charset-eval-alist):
6165         Define it before mm-charset-to-coding-system.
6166         (mm-charset-to-coding-system): Add optional argument `silent';
6167         define it before mm-charset-override-alist.
6168         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6169         default value if it can be used in Emacs currently running;
6170         silence mm-charset-to-coding-system.
6171
6172 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6173
6174         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6175         `allow-override' which says whether to use `mm-charset-override-alist'.
6176         (rfc2047-decode-encoded-words): Use it.
6177
6178         * mm-util.el (mm-charset-override-alist): Fix custom type;
6179         add `(gb2312 . gbk)' to choices.
6180
6181 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6182
6183         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6184         fast.
6185
6186         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6187
6188         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6189
6190 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6191
6192         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6193         on links.
6194
6195         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6196
6197 2008-12-03  Lute Kamstra  <lute@gnu.org>
6198
6199         * sha1.el: Remove leading * from docstrings of defcustoms,
6200         deffaces, defconsts and defuns.
6201
6202 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6205         users' addresses that don't have domain parts.
6206         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6207         rather than message-narrow-to-head since there will be the message
6208         header separator.
6209
6210 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6211
6212         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6213         since the result is inserted in a unibyte buffer anyway.
6214         (nnimap-demule-use-string-to-multibyte): Remove.
6215         (nnimap-demule): Alias it to mm-string-to-multibyte.
6216
6217 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6218
6219         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6220         variable for debugging bug#464 and bug#1174.
6221         (nnimap-demule): Use it.
6222
6223 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6224
6225         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6226         score calculation correctly.
6227
6228 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6229
6230         * message.el (message-send-mail): Just set the buffer to unibyte
6231         rather than use mm-with-unibyte-current-buffer which does a lot more.
6232         (message-send-mail-partially): Don't bother with
6233         mm-with-unibyte-current-buffer since it's already been made unibyte by
6234         message-send-mail.
6235
6236 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6237
6238         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6239
6240 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6241
6242         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6243
6244 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6245
6246         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6247         require itself and to remove `with-no-warnings'.
6248
6249 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6250
6251         * starttls.el (starttls-any-program-available): Get the name of the
6252         available TLS layer program.
6253         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6254         well as the host name in the "opening" message.
6255
6256         * auth-source.el (auth-source-cache, auth-source-do-cache)
6257         (auth-source-user-or-password): Cache passwords and logins by default,
6258         allow override with `auth-source-do-cache'.
6259         (auth-source-forget-user-or-password): Allow users to remove cache
6260         entries if needed.
6261
6262 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6263
6264         * md4.el (md4-buffer): Fix typo in docstring.
6265         (md4, md4-64): Doc fixes.
6266         (md4-pack-int32): Reflow docstring.
6267
6268 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6269
6270         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6271         condition-case to only the forward-sexp call.
6272
6273 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6274
6275         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6276         quotes contained.  Make it more robust regardless by an extra
6277         condition-case wrapper.
6278
6279 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6280
6281         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6282
6283 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6284
6285         * nnml.el (nnml-request-expire-articles): Check if the function set to
6286         `nnmail-expiry-target' returns the symbol `delete'.
6287
6288         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6289
6290         * nnmail.el (nnmail-expiry-target): Fix custom type.
6291
6292 2008-10-02  Glenn Morris  <rgm@gnu.org>
6293
6294         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6295         Silence compiler warning.
6296
6297 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6298
6299         * tls.el (open-tls-stream): Show the actual command being
6300         executed, instead of the format string.
6301
6302 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6303
6304         * lpath.el: Fbind codepage-setup for Emacs 23.
6305
6306 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6307
6308         * mml.el (mml-menu): Don't assume mml2015 is bound.
6309
6310 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6311
6312         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6313         exists.
6314
6315 2008-09-27  Glenn Morris  <rgm@gnu.org>
6316
6317         * gnus-util.el (mail-header-remove-comments): Autoload it.
6318
6319 2008-09-27  Andreas Schwab  <schwab@suse.de>
6320
6321         * gnus-util.el (gnus-split-references): Strip comments.
6322         (gnus-parent-id): Likewise.
6323
6324 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6325
6326         * message.el (message-confirm-send): Fix version.
6327
6328 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6329
6330         * message.el (message-idna-to-ascii-rhs-1): Use
6331         mail-extract-address-components rather than mail-header-parse-addresses
6332         that is an alias by default to ietf-drums-parse-addresses that does not
6333         support non-ASCII names in headers' contents.
6334
6335 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6336
6337         * message.el (message-confirm-send): Fix variable documentation to
6338         avoid the "y/n" wording.
6339
6340 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6341
6342         * message.el (message-set-auto-save-file-name): Save to a different
6343         filename so multiple messages (especially drafts) can be recovered.
6344
6345 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6346
6347         * message.el (message-confirm-send): Add appropriate version.
6348
6349 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6350
6351         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6352         defvar.
6353
6354 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6355
6356         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6357         (mm-pkcs7-enveloped-magic): Ditto.
6358
6359 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6360
6361         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6362         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6363
6364 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6365
6366         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6367         default, it's better.
6368
6369 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6370
6371         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6372         summary line gnus-number property and ignore them (with a warning
6373         message).
6374
6375 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6376
6377         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6378         macro caddr in the interactive form since it won't be expanded.
6379
6380 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6381
6382         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6383         `charset'; fix name of function called recursively.
6384         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6385
6386 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6389         (gnus-mime-set-charset-parameters): New function.
6390         (gnus-mime-view-part-as-charset): Use it to correctly display part
6391         specifying wrong charset.
6392
6393 2008-09-08  David Engster  <dengste@eml.cc>
6394
6395         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6396         in completing-read for back end server.
6397
6398 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6399
6400         * message.el (message-confirm-send): New variable to confirm sending a
6401         message.
6402         (message-send): Use it.
6403
6404 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6405
6406         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6407
6408 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6409
6410         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6411
6412 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6413
6414         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6415         prevent tracking too many groups.
6416         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6417         Use it.
6418
6419 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6420
6421         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6422         moving point to the bottom of the window in order to avoid recentering.
6423
6424 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6427
6428         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6429         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6430         (gnus-article-beginning-of-window): Fix calculation.
6431
6432 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6433
6434         * gnus-msg.el (gnus-summary-supersede-article)
6435         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6436         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6437         message header.
6438
6439 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6440
6441         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6442         pending output coming after the status change.
6443
6444 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6445
6446         * message.el:
6447         * gnus-start.el:
6448         * gnus-registry.el: Remove VMS support.
6449
6450 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6451
6452         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6453         macro.
6454         (rfc2104-hash): Use it.
6455
6456 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6457
6458         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6459         (gnus-summary-sort-by-most-recent-date): New commands.
6460         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6461         and menu entries.
6462
6463 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6464
6465         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6466         don't redisplay article for raw contents; remove plural articles stuff.
6467
6468         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6469         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6470         on gnus-summary-save-article; display results properly.
6471
6472 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6473
6474         * lpath.el: No need to fbind ns-focus-frame.
6475
6476 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6477
6478         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6479
6480 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6481
6482         * gnus-art.el (gnus-summary-save-in-pipe):
6483         Consider gnus-save-all-headers.
6484
6485 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6486
6487         * gnus-util.el (ns-focus-frame): Remove declaration.
6488         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6489         like x.
6490
6491 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6492
6493         * rfc2104.el (rfc2104-zero): Delete defconst.
6494         (rfc2104-hex-alist): Likewise.
6495         (rfc2104-hex-to-int): Delete func.
6496         (rfc2104-hexstring-to-bitstring): Likewise.
6497         (rfc2104-nybbles): New defconst.
6498         (rfc2104-hash): Rewrite for speed.
6499
6500 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * tls.el (open-tls-stream): Make it work with the 2nd argument
6503         BUFFER that is a string but does not exist as a buffer object, as
6504         mentioned in the doc-string.
6505
6506 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6507
6508         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6509         SXEmacs.
6510
6511 2008-07-16  Glenn Morris  <rgm@gnu.org>
6512
6513         * gnus-util.el (ns-focus-frame): Declare for compiler.
6514
6515 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6516
6517         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6518         set as a group parameter.
6519         (gnus-summary-save-in-pipe): Work when it is called independently.
6520         (gnus-summary-pipe-to-muttprint): Don't modify
6521         gnus-summary-pipe-output-default-command.
6522
6523 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6524
6525         * message.el (message-send-mail-with-sendmail):
6526         Display the error message.
6527
6528 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6529
6530         * gnus-art.el (gnus-default-article-saver):
6531         Add gnus-summary-save-in-pipe to choices.
6532         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6533         gnus-summary-pipe-output-default-command as the default command.
6534         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6535         instead of gnus-last-shell-command.
6536
6537         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6538         New user option.
6539         (gnus-summary-muttprint-program): Mention the value will be changed.
6540         (gnus-summary-save-article): Force showing of all headers.
6541         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6542
6543 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6544
6545         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6546
6547 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6548
6549         * nnimap.el (nnimap-id):
6550         * sieve-manage.el (sieve-manage-open): Doc fixes.
6551
6552 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6553
6554         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6555         if available.
6556
6557 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6558
6559         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6560
6561         * nnkiboze.el (nnkiboze-generate-group):
6562         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6563
6564         * nnmairix.el: Require CL.
6565
6566 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * dgnushack.el: Autoload get-display-table and put-display-table for
6569         XEmacs 21.5.
6570
6571         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6572         21.4 and SXEmacs.
6573
6574 2008-06-15  David Engster  <dengste@eml.cc>
6575
6576         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6577
6578 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6579
6580         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6581         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6582         runtime choice under XEmacs.
6583
6584         * gnus-sum.el (gnus-summary-set-display-table):
6585         Use `gnus-put-display-table', `gnus-get-display-table',
6586         `gnus-set-display-table' for the display table, instead of `aset'.
6587
6588         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6589         Use `gnus-put-display-table', `gnus-get-display-table',
6590         `gnus-set-display-table' for the display table.
6591
6592 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6593
6594         * nnmairix.el: Add autoloads.
6595
6596 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6597
6598         * nnmairix.el (nnmairix-delete-recreate-group)
6599         (nnmairix-update-and-clear-marks): Fix error messages.
6600
6601 2008-06-14  David Engster  <dengste@eml.cc>
6602
6603         * nnmairix.el: Upgrade to version 0.6.
6604         (nnmairix-group-toggle-propmarks-this-group)
6605         (nnmairix-group-toggle-readmarks-this-group)
6606         (nnmairix-group-delete-recreate-this-group)
6607         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6608         (nnmairix-remove-tick-mark-original-article): New commands.
6609         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6610         (nnmairix-propagate-marks-to-nnmairix-groups)
6611         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6612         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6613         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6614         functions needed for marks propagation and manipulation of read marks.
6615         (nnmairix-update-groups): New function.
6616         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6617         (nnmairix-determine-original-group-from-registry)
6618         (nnmairix-determine-original-group-from-path)
6619         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6620         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6621         New helper functions.
6622         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6623         keystrokes for new commands.
6624         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6625         (nnmairix-request-group): Check allow-fast group parameter.
6626         (nnmairix-request-create-group): Set allow-fast group parameter if
6627         nnmairix-allowfast-default is set.
6628         (nnmairix-close-group): Propagate marks upon closing if needed.
6629         (nnmairix-group-toggle-threads-this-group): Use new.
6630         nnmairix-group-toggle-parameter helper function.
6631         (nnmairix-search): Better check for empty search result.
6632         (nnmairix-goto-original-article): Use new helper functions for
6633         determining original article.
6634         (nnmairix-show-original-article): Make sure message-id is in brackets.
6635         (nnmairix-call-mairix-binary): Change variable name.
6636         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6637         helper function.
6638         (nnmairix-widget-toggle-activate): Fix doc string.
6639
6640 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6641
6642         * nnir.el: Require edmacro when compiling with XEmacs.
6643         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6644         available in Emacs 21.
6645
6646 2008-06-11  Glenn Morris  <rgm@gnu.org>
6647
6648         * gnus-util.el (x-focus-frame):
6649         * gnus.el (image-size):
6650         * mm-decode.el (image-size): Declare.
6651
6652         * gnus-picon.el (declare-function): Add compat definition.
6653         (image-size): Declare.
6654
6655         * gnus-group.el (tool-bar-map):
6656         * gnus-sum.el (tool-bar-map): Define for compiler.
6657
6658         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6659
6660         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6661
6662         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6663         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6664         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6665         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6666         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6667         * sieve-manage.el, spam-report.el, spam.el:
6668         Remove unnecessary eval-and-compile of autoloads.
6669
6670 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6671
6672         * auth-source.el: Precise Tramp doc.
6673
6674 2008-06-07  Glenn Morris  <rgm@gnu.org>
6675
6676         * nnmairix.el: Remove unnecessary eval-when-compile.
6677
6678 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * lpath.el: Fbind propertize for XEmacs 21.4.
6681
6682 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6683
6684         * nnir.el: Move here from ../contrib.
6685
6686 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6687
6688         * gnus-util.el (gnus-read-shell-command): New function.
6689         * mm-decode.el (mm-pipe-part):
6690         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6691
6692 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6693
6694         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6695
6696 2008-06-03  Glenn Morris  <rgm@gnu.org>
6697
6698         * pop3.el (nnheader-accept-process-output): Autoload it.
6699
6700 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6703         are not 2-digit hexadecimal characters that follow `%'s.
6704
6705 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6706
6707         * message.el (message-bogus-recipient-p): Fix type in doc string.
6708         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6709         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6710         Improve custom options.
6711         (message-bogus-recipient-p): Adjust accordingly.
6712
6713 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6714
6715         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6716         long-form month and day names.
6717
6718 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6719
6720         * dgnushack.el: Autoload debug, eudc-expand-inline and
6721         pgg-snarf-keys-region for XEmacs.
6722
6723         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6724
6725         * nnmairix.el: Require edmacro when compiling with XEmacs.
6726
6727 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6728
6729         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6730         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6731
6732 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6733
6734         * auth-source.el: Add more docs.
6735
6736         * netrc.el (netrc-machine): Always match if the port is not given.
6737
6738 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6739
6740         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6741         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6742         retrieval faster in some cases, but might make CPU usage larger.
6743         If this has any bad side effects, we might revert this change.
6744
6745         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6746         seems to make mail retrieval much, much faster.
6747         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6748         unconditionally.
6749
6750         * gnus-draft.el (gnus-group-send-queue):
6751         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6752
6753 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6754
6755         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6756
6757         * message.el (message-bogus-address-regexp): Fix and improve custom
6758         type.
6759         (message-setup-hook): Add message-check-recipients as custom option.
6760
6761 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6762
6763         * message.el (message-cite-function): Remove bogus autoload which crept
6764         in during merge from v5-10.
6765
6766 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6767
6768         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6769
6770         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6771
6772         * auth-source.el: Preliminary Tramp docs.
6773         (auth-sources): Change the default auth-sources to use
6774         EPA .gpg files.
6775
6776 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6777
6778         * nntp.el: Autoload `auth-source-user-or-password'.
6779         (nntp-send-authinfo): Use it.
6780
6781         * nnimap.el: Autoload `auth-source-user-or-password'.
6782         (nnimap-open-connection): Use it.
6783
6784         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6785         for the gnus-message function.
6786         (auth-source-user-or-password): Use it.
6787
6788 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6789
6790         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6791         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6792         (rfc2104-hash): Use it.
6793
6794 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6795
6796         * gnus-art.el (gnus-article-toggle-truncate-lines):
6797         Don't use `iff' in docstring.
6798
6799 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6800
6801         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6802
6803         * gnus-util.el (gnus-extract-address-component-name)
6804         (gnus-extract-address-component-email): Convenience functions around
6805         `gnus-extract-address-components'.
6806
6807         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6808         Use `gnus-extract-address-component-email' to fix bug of comparing full
6809         sender name to `user-mail-address'.
6810
6811 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6812
6813         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6814         catch/throw to optimize.
6815         (gnus-registry-find-keywords): Just use member to find a keyword.
6816
6817 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6818
6819         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6820         is current before calling gnus-server-prepare.
6821         (gnus-server-setup-buffer, gnus-server-update-server)
6822         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6823
6824 2008-05-04  Juri Linkov  <juri@jurta.org>
6825
6826         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6827         (mailcap-file-default-commands): Use mailcap-replace-in-string
6828         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6829         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6830
6831 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6832
6833         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6834
6835 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6836
6837         * gnus.el: Bump version to 0.11.
6838
6839 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6840
6841         * gnus.el: No Gnus v0.10 is released.
6842
6843 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6844
6845         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6846         hooks.
6847         (gnus-update-read-articles): Speed up non-marks-using users.
6848         (gnus-use-marks): Define gnus-use-marks.
6849         (gnus-propagate-marks): Rename variable to something more sensible.
6850
6851 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6852
6853         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6854         (gmm-image-load-path-for-library): Fix typos in docstrings.
6855         (gmm-message): Reflow docstring.
6856
6857 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6858
6859         * mail-source.el (mail-source-set-1, mail-source-bind):
6860         Move auth-source code out of the macro to clean it up and fix bugs.
6861
6862 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6863
6864         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6865         by sender if it's equal to user-mail-address, it's likely to be
6866         useless.
6867
6868         * mail-source.el (mail-source-bind): Don't use user or password if they
6869         are not bound.  Unintern them if they are nil.  Don't use server unless
6870         it's bound, and default it to empty string otherwise.
6871
6872 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6873
6874         * mail-source.el: Load auth-source.el.
6875         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6876         get user name or password, if auth-sources is set up.
6877
6878         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6879         strategy of splitting with parent.
6880         (gnus-registry-split-fancy-with-parent)
6881         (gnus-registry-post-process-groups): Use it and fix prior
6882         bug (returning a list as the split result).
6883
6884         * auth-source.el (auth-sources): Remove server parameter.
6885         (auth-source-pick, auth-source-user-or-password)
6886         (auth-source-user-or-password-imap)
6887         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6888         (auth-source-user-or-password-sftp)
6889         (auth-source-user-or-password-smtp): Remove server parameter.
6890
6891 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6892
6893         * smime.el (smime-sign-region, smime-encrypt-region)
6894         (smime-decrypt-region):
6895         Remove redundant calls to `generate-new-buffer-name'.
6896
6897 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6898
6899         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6900         Don't use QP for message/rfc822.
6901         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6902
6903 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6904
6905         * sieve-manage.el (sieve-string-bytes): Remove.
6906         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6907         correct byte-length only if the process's coding-system is the same as
6908         the one used internally by Emacs to represent strings.
6909
6910 2008-04-22  Juri Linkov  <juri@jurta.org>
6911
6912         * mailcap.el (mailcap-file-default-commands): New function.
6913
6914 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6915
6916         * message.el (message-signature-separator, message-cite-function):
6917         Change custom version.
6918
6919 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6920
6921         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6922         commands.
6923         (tls-checktrust): Ditto.
6924
6925 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6926
6927         * mm-decode.el (mm-display-external): Make temp file read-only.
6928
6929 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6930
6931         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6932         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6933         `C-c C-f d'.
6934
6935 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6936
6937         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6938
6939 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6940
6941         * gnus.el: Bump version to 0.9.
6942
6943 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6944
6945         * gnus.el: No Gnus v0.8 is released.
6946
6947 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6948
6949         * mail-source.el (mail-source-value):
6950         Prefer fboundp to functionp so it works with macros as well.
6951
6952 2008-04-10  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-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6958
6959         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6960         Prefer fboundp to functionp so it works with macros as well.
6961
6962 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6963
6964         * auth-source.el: Add docs.
6965         (auth-sources): Modify format to support server.
6966         (auth-source-pick, auth-source-user-or-password)
6967         (auth-source-user-or-password-imap)
6968         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6969         (auth-source-user-or-password-sftp)
6970         (auth-source-user-or-password-smtp): Add server parameter.
6971
6972 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6973
6974         * gnus-registry.el: Initialize the registry when gnus-registry-install
6975         is t.
6976
6977 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * compface.el (uncompface): Make buffer unibyte.
6980
6981 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6982
6983         * mail-source.el (mail-source-value):
6984         Prefer fboundp to functionp so it works with macros as well.
6985
6986 2008-04-05  Glenn Morris  <rgm@gnu.org>
6987
6988         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6989
6990 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6991
6992         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6993         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6994
6995         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6996         multibyteness after rather than before erasing it.
6997
6998         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6999         mm-with-multibyte.
7000         (gnus-request-article-this-buffer): Make sure the proper decoding is
7001         used if gnus-original-article-buffer happens to be unibyte.
7002
7003         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7004         default-enable-multibyte-characters.
7005
7006         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7007         default-enable-multibyte-characters.
7008
7009         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7010
7011         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7012
7013 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7014
7015         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7016         Fix last change in case the element is not even a symbol.
7017
7018 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7019
7020         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7021         (imap-message-copyuid-1): Use it.
7022         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7023         J. Williams in
7024         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7025
7026         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7027         imap-enable-exchange-bug-workaround.
7028         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7029
7030 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7031
7032         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7033         a 100 byte status-checks into a 2-3MB transfer for each group.
7034         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7035         to enable bug workaround or not.
7036         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7037
7038 2008-03-31  Glenn Morris  <rgm@gnu.org>
7039
7040         * message.el (mml2015-use): Declare for compiler.
7041         (message-info): Require mml2015 when appropriate.
7042
7043 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7044
7045         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7046         whitespace.
7047
7048 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7049
7050         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7051         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7052         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7053         (nntp-service-to-port): New function.
7054         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7055         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7056         (nntp-open-netcat-stream): New function.
7057         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7058
7059 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7060
7061         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7062
7063 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7064
7065         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7066
7067 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7068
7069         * dns.el (dns-write): Use set-buffer-multibyte.
7070
7071 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7072
7073         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7074
7075 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7076
7077         * message.el (message-signature-separator): Change default.
7078         Improve custom type.
7079         (message-cite-function): Change default to
7080         message-cite-original-without-signature.
7081
7082         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7083         toggle.
7084
7085         * message.el (message-check-news-body-syntax): Fix signature check.
7086         (message-setup-1): Mark buffer as unmodified _after_ running
7087         message-setup-hook and handling message-alternative-emails.
7088         (message-shorten-references): Be more strict when building list of
7089         valid references to comply with GNKSA.
7090
7091         * gnus-group.el (gnus-read-ephemeral-bug-group)
7092         (gnus-read-ephemeral-debian-bug-group)
7093         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7094
7095         * message.el (message-info): Don't use booleanp which isn't supported
7096         in Emacs 21 and XEmacs.
7097
7098 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7099
7100         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7101         gnus-group-gmane-group-download-format.
7102         (gnus-group-read-ephemeral-gmane-group): Rename from
7103         gnus-group-read-ephemeral-gmane-group.
7104         (gnus-read-ephemeral-gmane-group-url): Rename from
7105         gnus-group-read-ephemeral-gmane-group-url.
7106         (gnus-bug-group-download-format-alist): New variable.
7107         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7108         (gnus-read-ephemeral-emacs-bug-group): New commands.
7109
7110 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7111
7112         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7113         (gnus-visible-headers): Improve custom type.
7114
7115 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7116
7117         * mml.el (mml-menu): Add workarounds for XEmacs.
7118
7119         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7120         X-Boundary header.
7121
7122         * message.el (message-simplify-recipients): Fix previous commit.
7123
7124 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7125
7126         * mm-util.el (mm-set-buffer-multibyte): New function.
7127         * mm-decode.el (mm-copy-to-buffer): Use it.
7128
7129         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7130         Prefer fboundp to functionp so it works with macros as well.
7131
7132 2008-03-19  Glenn Morris  <rgm@gnu.org>
7133
7134         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7135         Accidentally removed in the sync process with Emacs.
7136
7137 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7138
7139         * message.el (message-alter-recipients-discard-bogus-full-name):
7140         New function.
7141         (message-alter-recipients-function): New variable.
7142         (message-get-reply-headers): Use it.
7143         (message-replace-header): New helper function.
7144         (message-recipients-without-full-name): New variable.
7145         (message-simplify-recipients): New command.
7146
7147         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7148
7149         * message.el (message-info): Handle EasyPG manual.
7150
7151         * mml.el (mml-menu): Add entry for EasyPG.
7152
7153 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7154
7155         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7156         parameter.
7157
7158         * message.el (message-disassociate-draft): Specify drafts group name
7159         fully.
7160
7161 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7162
7163         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7164         Eliminate unnecessary duplicates from the match list.
7165
7166 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7169
7170         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7171
7172         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7173         args of `how-many' of which the XEmacs version doesn't take; declare
7174         Info-index-next as function.
7175
7176 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7177
7178         * gnus-score.el (gnus-score-headers): Fix handling of
7179         gnus-inhibit-slow-scoring.
7180
7181         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7182         string.
7183         (gnus-button-url-regexp): Improve handling of parenthesis.
7184         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7185         (gnus-button-handle-info-keystrokes): Handle index entries.
7186
7187 2008-03-15  Glenn Morris  <rgm@gnu.org>
7188
7189         * parse-time.el (parse-time-string): Simplify.
7190
7191 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7194         Incoming* files.
7195
7196 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7197
7198         * auth-source.el (auth-sources): Rename from auth-source-choices.
7199         (auth-source-pick): Use it.
7200
7201 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7202
7203         * binhex.el (binhex-decode-region-internal):
7204         * uudecode.el (uudecode-decode-region-internal):
7205         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7206         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7207         setting default-enable-multibyte-characters.
7208
7209 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7210
7211         * auth-source.el (auth-source-protocols)
7212         (auth-source-protocols-customize, auth-source-choices): Add and
7213         modified variable customizations and defaults.
7214         (auth-source-pick, auth-source-user-or-password)
7215         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7216         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7217         (auth-source-user-or-password-sftp)
7218         (auth-source-user-or-password-smtp): Use new variables and provide an
7219         interface to netrc.el.
7220
7221 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7222
7223         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7224         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7225         Make sure the nntp port to specify is a string.
7226
7227 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7228
7229         * nntp.el: Use with-current-buffer.
7230         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7231         dubious mm-with-unibyte-current-buffer.
7232         (nntp-with-open-group-function): New function extracted from
7233         nntp-with-open-group macro.
7234         (nntp-with-open-group): Use the function, so it's easier to debug.
7235         Add indentation and debugging info.
7236         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7237         Recommend the use of the netcat alternatives.
7238
7239         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7240         Avoid mm-string-as-multibyte as well.
7241
7242         * nnweb.el (nnweb-insert-html):
7243         Remove use of nnheader-string-as-multibyte.
7244
7245         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7246         (nnheader-string-as-multibyte): Remove.
7247
7248         * mm-view.el: Use inhibit-read-only.
7249         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7250         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7251         or unibyte-string.
7252
7253         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7254         (mm-uu-yenc-extract): Use with-current-buffer.
7255
7256         * gnus-soup.el (gnus-soup-send-packet): Don't use
7257         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7258
7259         * nnmh.el: Use with-current-buffer.
7260         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7261         mm-string-as-multibyte on the output of mm-encode-coding-string.
7262
7263         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7264         (nnimap-request-move-article): Use with-current-buffer.
7265
7266         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7267         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7268         conversion uses string-make-unibyte rather than string-as-unibyte.
7269
7270         * gnus-msg.el: Use with-current-buffer.
7271
7272         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7273
7274 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7275
7276         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7277         string for caching if it is 'PIN.
7278
7279 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7280
7281         * lpath.el: Consider the case without Emacs/W3.
7282
7283 2008-03-08  Glenn Morris  <rgm@gnu.org>
7284
7285         * time-date.el (date-to-time, time-subtract, time-add)
7286         (safe-date-to-time): Doc fixes.
7287
7288 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7289
7290         * mail-source.el (mail-source-delete-old-incoming-confirm):
7291         Change default to nil.
7292         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7293
7294 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7295
7296         * lpath.el: Rearrange.
7297
7298         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7299         (gnus-article-goto-prev-page): Work for articles having ^L's.
7300
7301         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7302
7303         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7304
7305 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7306
7307         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7308         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7309         (gnus-bookmark-jump): Adjust some variable names.
7310
7311 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7312
7313         * auth-source.el: New package.
7314         (auth-source-choices): Add customization entry point variable.
7315
7316         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7317         bug.
7318
7319 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7320
7321         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7322         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7323         (gnus-registry-install-shortcuts): Rename from
7324         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7325         the `gnus-registry-mark-map' keymap dynamically from
7326         `gnus-registry-marks'.  The generated functions update the summary line
7327         when a registry mark is added or deleted, and will call
7328         `gnus-registry-install-p' (see the comments in the code).
7329         (gnus-registry-user-format-function-M): Use concat intelligently.
7330
7331         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7332         the registry mark functions.
7333
7334 2008-03-05  Glenn Morris  <rgm@gnu.org>
7335
7336         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7337         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7338         gnus-art.
7339         (top-level): No need to load own source when compiling.
7340
7341 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7342
7343         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7344         Suggested by <chris.anderton@zetnet.co.uk>.
7345
7346 2008-03-04  Glenn Morris  <rgm@gnu.org>
7347
7348         * gnus-sum.el (top-level): No need to require gnus when compiling,
7349         since unconditionally required near start of file.
7350         (gnus-summary-display-while-building): Move definition before use.
7351
7352 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7353
7354         * gnus-registry.el (gnus-registry-user-format-function-M):
7355         Add formatting function.
7356
7357 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7358
7359         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7360         with plists.
7361         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7362         Use new format.
7363
7364 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7367         `where-is-internal' that returns a range of key sequences.
7368
7369 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7370
7371         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7372
7373         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7374         (gnus-summary-jump-to-group): Consider windows on other displayed
7375         frames as well.  Similar changes might be needed elsewhere, but that's
7376         the one I've bumped into during my use.
7377
7378         * nndoc.el (nndoc-oe-dbx-type-p):
7379         * gnus-msg.el (gnus-debug):
7380         * gnus-group.el (gnus-update-group-mark-positions):
7381         Use mm-string-to-multibyte.
7382
7383 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7384
7385         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7386         doesn't handle NotDashEscaped.
7387
7388         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7389         (mml-dnd-attach-options): Fix typo in custom choice.
7390
7391         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7392         Change nndoc-article-type to mbox.
7393         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7394
7395         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7396         to nil, instead of html2text.
7397
7398         * imap.el (imap-debug): Add `imap-ping-server'.
7399
7400         * gnus-bookmark.el: Add FIXMEs.
7401
7402         * message.el (message-form-letter-separator)
7403         (message-send-form-letter-delay): New variables.
7404         (message-send-form-letter): Use them.  New command to send form
7405         letters.  Requested by Uwe Siart.
7406         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7407
7408 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7409
7410         * Update copyright years.
7411
7412 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7413
7414         Sync from EMACS_22_BASE.
7415
7416         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7417
7418 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7419
7420         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7421         empty author.
7422
7423 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7424
7425         * gnus-registry.el (gnus-registry-marks): Add variable for
7426         customization of marks and their appearance.
7427         (gnus-registry-read-mark): Use it.
7428         (gnus-registry-do-marks): Add utility function to loop through
7429         `gnus-registry-marks'.
7430         (gnus-registry-install-shortcuts-and-menus): Add function to install
7431         shortcuts and menus.
7432         (gnus-registry-initialize): Use it.
7433         (gnus-registry-default-mark): Clarify documentation.
7434
7435 2008-02-29  Glenn Morris  <rgm@gnu.org>
7436
7437         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7438         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7439         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7440         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7441         Change defcustom :version from 23.0 to 23.1.
7442
7443 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7444
7445         * gnus-registry.el (gnus-registry-follow-group-p)
7446         (gnus-registry-post-process-groups): Add functions to aid registry
7447         splitting and improve logging.  Clarify behavior in function
7448         documentation.
7449         (gnus-registry-split-fancy-with-parent): Use them.
7450
7451 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7452
7453         * gnus-art.el: Use with-current-buffer.
7454
7455 2008-02-27  David Engster  <dengste@eml.cc>
7456
7457         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7458         Express real group name in the response.
7459
7460 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7461
7462         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7463         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7464         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7465         autoload gnus-registry-fetch-group when compiling.
7466         (nnmairix-request-group-with-article-number-correction):
7467         Remove unreferenced argument passed to nnmairix-call-backend.
7468
7469 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7470
7471         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7472         (mm-uu-extract): Improve face for low color ttys.
7473         Reported by Sascha Wilde.
7474
7475 2008-02-27  Glenn Morris  <rgm@gnu.org>
7476
7477         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7478         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7479         variables to defconsts.  Convert comments to doc-strings.
7480         (nnmairix-last-server, nnmairix-current-server): Convert from free
7481         variables to defvars.  Convert comments to doc-strings.
7482         (gnus-registry-fetch-group): Autoload.
7483         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7484         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7485         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7486         caddr.
7487         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7488         nnmairix-request-group-with-article-number-correction call.
7489         (nnmairix-fast, nnmairix-group): New, less general names, for free
7490         variables passed from nnmairix-request-group to
7491         nnmairix-request-group-with-article-number-correction.  Declare.
7492         (nnmairix-request-group-with-article-number-correction):
7493         Use nnmairix-fast, nnmairix-group rather than fast, group.
7494
7495 2008-02-26  David Engster  <dengste@eml.cc>
7496
7497         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7498         version 0.5.
7499
7500 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7501
7502         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7503         instead of making an extra function call.  Don't add the current group
7504         to articles only when they have the group.  Use
7505         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7506         Reported by David <de_bb@arcor.de>.
7507
7508 2008-02-24  Miles Bader  <miles@gnu.org>
7509
7510         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7511         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7512         (mm-find-mime-charset-region):
7513         * mm-bodies.el (mm-encode-body):
7514         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7515
7516 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7519         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7520
7521 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7522
7523         * mail-source.el (mail-source-delete-incoming): Change default.
7524         Supplement doc string.
7525
7526         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7527
7528 2008-02-14  Glenn Morris  <rgm@gnu.org>
7529
7530         * time-date.el (format-seconds): New function.
7531
7532 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7533
7534         * nnmail.el (nnmail-message-id-cache-file): Derive from
7535         `gnus-home-directory'.
7536
7537 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7538
7539         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7540         Document negative prefix.
7541
7542         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7543
7544 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7545
7546         * message.el (message-unsent-separator): Add the Exim bounce
7547         separator.
7548
7549 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7550
7551         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7552         list.
7553         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7554         recipient/signer list.
7555
7556 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7557
7558         * Makefile.in (datarootdir): Define.
7559         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7560         name that might contain whitespace.
7561
7562 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7563
7564         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7565         fbound (Emacs 23 unicode), signal an error.
7566
7567 2008-02-08  Glenn Morris  <rgm@gnu.org>
7568
7569         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7570
7571 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7572
7573         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7574         ports to the calls to `netrc-machine-user-or-password' in addition to
7575         "imap" and "imaps".
7576
7577 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7578
7579         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7580
7581         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7582
7583 2008-02-01  Kenichi Handa  <handa@m17n.org>
7584
7585         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7586         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7587         (rfc2104-hash): Convert the result of concat to unibyte string.
7588
7589 2008-02-01  Dave Love  <fx@gnu.org>
7590
7591         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7592         coding-system-for-read.
7593         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7594
7595 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7596
7597         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7598         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7599         <hanche@math.ntnu.no>.
7600
7601 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7602
7603         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7604
7605         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7606
7607 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7608
7609         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7610         * message.el (message-beginning-of-line): Use featurep instead of bound
7611         tests in order to resolve conditionals at compile time.
7612
7613 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7614
7615         * mail-source.el (mail-sources): Add `group' choice.
7616
7617         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7618         parameter `in-group' to control into which group the articles go.
7619         Add treatment of `group' mail-source.
7620
7621 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7622
7623         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7624
7625         * mm-decode.el (mm-dissect-buffer): Decode description.
7626
7627         * mml.el (mml-to-mime): Encode message header first.
7628
7629 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7630
7631         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7632         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7633
7634         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7635         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7636
7637 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7638
7639         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7640
7641 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7644         prefix keys.
7645         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7646         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7647         gnus-xmas.el.
7648
7649         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7650         (gnus-xmas-article-describe-bindings): New function.
7651         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7652         gnus-xmas-article-describe-bindings.
7653
7654         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7655
7656 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7657
7658         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7659         Add new variables for article mark management.
7660         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7661         list of extra data entries which, when present, will indicate that the
7662         article ID should not be trimmed from the registry.
7663         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7664         functions.
7665         (gnus-registry-read-mark): New function to read a mark name from the
7666         user.
7667         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7668         (gnus-registry-set-article-mark-internal): New functions to add and
7669         remove marks.
7670         (gnus-registry-get-article-marks): New function to show the marks for
7671         an article, or retrieve them for further use.
7672
7673 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7676         keys when no argument is given.
7677
7678 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7679
7680         * imap.el (imap-ping-server): New variable.
7681         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7682         (imap-ping-server): Minor doc string fixes.
7683
7684 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7685
7686         * imap.el (imap-ping-server): New function.
7687         (imap-opened): Call imap-ping-server.
7688
7689 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7690
7691         * gnus-sum.el (gnus-article-sort-by-random)
7692         (gnus-thread-sort-by-random): Fix doc strings.
7693         Reported by jidanni@jidanni.org.
7694
7695 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * gnus-art.el (gnus-article-describe-bindings): New function.
7698         (gnus-article-read-summary-keys): Use it.
7699         (gnus-article-mode-map): Bind `C-h b' to it.
7700
7701 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7704         XEmacs.
7705         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7706         Protect against non-character events.
7707
7708         * lpath.el: Fbind map-keymap for Emacs 21.
7709
7710 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7711
7712         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7713         New command.
7714         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7715         instead of END.  Change name of the temp file.
7716         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7717         customizable.
7718
7719 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7720
7721         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7722         bind `S W' to gnus-article-wide-reply-with-original; set default
7723         binding to gnus-article-read-summary-send-keys.
7724         (gnus-article-read-summary-keys): Fix the order of keys; display
7725         continuation keys correctly in the echo area; describe bindings
7726         correctly when keys end with `C-h'.
7727         (gnus-article-read-summary-send-keys): New function.
7728         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7729         Work for gnus-article-read-summary-send-keys; display continuation keys
7730         correctly in the echo area.
7731         (gnus-article-reply-with-original): Ignore prefix argument.
7732         (gnus-article-wide-reply-with-original): New function.
7733
7734         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7735         Emacs 21.
7736
7737 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7738
7739         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7740         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7741
7742 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7743
7744         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7745         (gnus-group-read-ephemeral-gmane-group): New command.
7746
7747 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7748
7749         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7750
7751 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7752
7753         * message.el (message-send-mail-function): Increase custom version.
7754
7755         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7756         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7757
7758 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7759
7760         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7761         for the cases where imap-authenticate is called with a nil buffer
7762         parameter.
7763
7764 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7767         html parts correctly; support forwarded messages.
7768         (gnus-article-browse-html-article): Remove work buffers.
7769
7770         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7771         compiling.
7772         (netrc-bound-and-true-p): New macro.
7773         (netrc-parse): Use it instead of bound-and-true-p that is not available
7774         in XEmacs 21.4.
7775
7776 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7777
7778         * gnus-registry.el (gnus-registry-mark-article)
7779         (gnus-registry-article-marks): Add functionality to mark articles
7780         through the Gnus registry.
7781
7782         * encrypt.el: Clarify documentation for the new pgg method.
7783         (encrypt-file-alist): Add PGG option.
7784         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7785         functionality.  Abstract password key and messaging to external
7786         functions.
7787         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7788         (encrypt-message-method-and-cipher): Add new convenience external
7789         functions.
7790         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7791         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7792
7793         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7794         (netrc-parse): Use encrypt-file-alist to determine if
7795         encrypt-find-model or encrypt-insert-file-contents should be used.
7796
7797         * encrypt.el: Clarify documentation.  Load password-cache or
7798         password, whichever one is found first, instead of autoloading.
7799
7800 2007-12-19  Glenn Morris  <rgm@gnu.org>
7801
7802         * mml.el (message-options-set, message-narrow-to-head)
7803         (message-in-body-p, message-mail-p, message-encode-message-body):
7804         Autoload.
7805         (message-remove-header, message-narrow-to-headers-or-head)
7806         (message-subscribed-p, message-make-mail-followup-to)
7807         (message-position-on-field, message-news-p)
7808         (message-options-set-recipient, message-generate-headers)
7809         (message-sort-headers): Declare as functions.
7810
7811 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7812
7813         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7814         convention in doc string.
7815
7816 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7817
7818         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7819         title to html parts.
7820         (gnus-article-browse-html-article): Pass message header to it.
7821
7822         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7823
7824 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7825
7826         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7827         or password compatible with XEmacs.
7828
7829 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7830
7831         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7832         format document.
7833         (gnus-mime-delete-part): Don't write description line if empty.
7834         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7835
7836 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7837
7838         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7839         (gnus-summary-mark-read-and-unread-as-read)
7840         (gnus-summary-mark-current-read-and-unread-as-read)
7841         (gnus-summary-mark-unread-as-ticked): Doc fix.
7842         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7843
7844 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7845
7846         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7847         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7848
7849 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7850
7851         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7852         yes-or-no-p.
7853
7854 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7855
7856         * mm-decode.el (mm-add-meta-html-tag): New function.
7857         (mm-save-part-to-file, mm-pipe-part): Use it.
7858
7859         * gnus-art.el (gnus-article-browse-delete-temp-files):
7860         Use gnus-y-or-n-p instead of y-or-n-p.
7861         (gnus-article-browse-html-parts): Work with message/external-body; use
7862         mm-add-meta-html-tag.
7863
7864 2007-12-11  Glenn Morris  <rgm@gnu.org>
7865
7866         * gnus-cache.el: Require gnus-sum not just when compiling.
7867
7868         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7869
7870         * gnus-int.el (gnus-server-opened, gnus-status-message):
7871         Move definitions before use.
7872
7873         * mm-decode.el: Require gnus-util.
7874         (mm-remove-part): Only call delete-annotation on XEmacs.
7875
7876         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7877
7878         * nnmail.el: Require gnus-int.
7879
7880         * spam.el: Move `require's before `eval-when-compile's.
7881
7882         * gnus-ems.el (gnus-alive-p):
7883         * gnus-fun.el (message-goto-eoh):
7884         * gnus-util.el (gnus-group-name-decode):
7885         * mail-source.el (gnus-compress-sequence):
7886         * message.el (Info-goto-node, format-spec):
7887         * mm-bodies.el (message-options-get):
7888         * mm-decode.el (mm-view-pkcs7):
7889         * mm-util.el (gmm-write-region):
7890         * mml-smime.el (mml-compute-boundary)
7891         (gnus-completing-read-with-default):
7892         * mml.el (widget-button-press, gnus-make-hashtable):
7893         * mml1991.el (mm-decode-content-transfer-encoding)
7894         (mm-encode-content-transfer-encoding)
7895         (message-options-get, message-options-set):
7896         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7897         * nnfolder.el (gnus-request-group):
7898         * nnheader.el (ietf-drums-unfold-fws):
7899         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7900         * smime.el (gnus-run-mode-hooks):
7901         * spam-stat.el (gnus-message): Autoload.
7902
7903         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7904         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7905         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7906         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7907         Add declare-function compatibility definition.
7908
7909         * gnus-cache.el (nnvirtual-find-group-art):
7910         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7911         (gnus-add-image, gnus-add-wash-type):
7912         * gnus-group.el (nnkiboze-score-file):
7913         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7914         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7915         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7916         (message-tokenize-header, gnus-get-buffer-create)
7917         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7918         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7919         * gnus.el (gnus-group-decoded-name):
7920         * mail-source.el (imap-capability):
7921         * mm-bodies.el (message-options-set):
7922         * mm-decode.el (gnus-configure-windows):
7923         * mm-extern.el (message-goto-body):
7924         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7925         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7926         (epg-sub-key-validity, message-options-set):
7927         * mml.el (widget-event-point, gnus-configure-windows):
7928         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7929         * mml2015.el (epg-check-configuration, epg-configuration)
7930         (message-options-set):
7931         * nndb.el (nndb-request-article):
7932         * nnfolder.el (gnus-request-create-group):
7933         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7934         * nnmaildir.el (gnus-group-mark-article-read):
7935         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7936         * rfc1843.el (message-fetch-field):
7937         * spam.el (gnus-extract-address-components):
7938         Declare as functions.
7939
7940 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7941
7942         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7943
7944         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7945
7946         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7947         bind show-trailing-whitespace for XEmacs.
7948
7949 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7950
7951         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7952         new no-op macro for backward compatibility.
7953
7954         * imap.el (imap-string-to-integer): New function.
7955
7956 2007-12-09  Glenn Morris  <rgm@gnu.org>
7957
7958         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7959
7960         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7961         * message.el, mm-view.el, sieve-manage.el, smime.el:
7962         Add declare-function compatibility definition.
7963
7964         * gnus-art.el (w3-region, w3m-region, Info-menu):
7965         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7966         * gnus-sum.el (gnus-get-predicate):
7967         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7968         * message.el (mail-abbrev-in-expansion-header-p):
7969         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7970         (w3m-detect-meta-charset, w3m-region):
7971         * sieve-manage.el (password-read, password-cache-add)
7972         (password-cache-remove):
7973         * smime.el (password-read-and-add): Declare as functions.
7974
7975 2007-12-08  David Kastrup  <dak@gnu.org>
7976
7977         * gnus-sum.el (gnus-summary-simplify-subject-query):
7978         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7979         `message'.
7980
7981 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7982
7983         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7984         it to bind idna-program, installation-directory, defined-colors, and
7985         face-attribute for XEmacs of the version that compiles defcustom forms.
7986
7987 2007-12-07  Glenn Morris  <rgm@gnu.org>
7988
7989         * gnus-art.el (article-make-date-line): Revert previous change.
7990
7991 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7992
7993         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7994
7995 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7996
7997         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7998         Call gnus-add-to-range ranges only once with a prepared article-list.
7999
8000 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8001
8002         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8003         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8004         group names with backslashes.
8005         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8006
8007 2007-12-06  Deepak Goel  <deego3@gmail.com>
8008
8009         * gnus-art.el (article-make-date-line):
8010         * gnus-start.el (gnus-load):
8011         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8012
8013 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8014
8015         * gnus-art.el (gnus-use-idna)
8016         * gnus-start.el (gnus-site-init-file)
8017         * message.el (message-use-idna)
8018         * mm-uu.el (mm-uu-hide-markers)
8019         * smiley.el (smiley-style): Revert changes that suppress warnings.
8020
8021 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8022
8023         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8024         specify charset to html source.
8025         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8026
8027 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8028
8029         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8030         idna-program in order to suppress byte compile warning issued by XEmacs
8031         that came to byte compile the default value section of defcustom forms
8032         recently.
8033
8034         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8035         value of installation-directory.
8036
8037         * message.el (message-use-idna): Don't directly refer to the value of
8038         idna-program.
8039
8040         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8041
8042         * smiley.el (smiley-style): Don't directly call face-attribute.
8043
8044 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8045
8046         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8047
8048         * gnus-dired.el: Reduce Gnus dependencies.
8049         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8050         Don't require.  Use autoloads instead.
8051         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8052         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8053         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8054         (gnus-dired-mode): Adjust doc string.
8055         (gnus-dired-mail-mode): New variable.
8056         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8057         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8058         (gnus-dired-mail-buffers): New function.  Return mail or message
8059         composition buffers.
8060         (gnus-dired-attach): Use it.
8061         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8062         NO-DECODE.
8063         (gnus-dired-print): Use `gnus-print-buffer' depending on
8064         `gnus-dired-mail-mode'.
8065
8066 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * rfc2047.el (rfc2047-encoded-word-regexp)
8069         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8070         explaining what regexp patterns are for.
8071
8072 2007-12-04  Glenn Morris  <rgm@gnu.org>
8073
8074         * password.el: Move to password-cache.el.
8075
8076         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8077         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8078         * mml-smime.el (password-read, password-cache-add)
8079         (password-cache-remove):
8080         No need to autoload, since mml-sec requires password.
8081
8082         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8083         * message.el (gnus-extract-address-components):
8084         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8085
8086         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8087         password.
8088
8089 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8090
8091         * mailcap.el: Reduce dependencies.
8092         (mail-header-parse-content-type): Autoload.
8093         (mailcap-delete-duplicates): New alias.
8094         (mailcap-mime-info): Add optional argument NO-DECODE.
8095         (mailcap-mime-types): Use mailcap-delete-duplicates.
8096
8097         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8098
8099 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8100
8101         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8102         (imap-parse-status): Upcase status-att for servers that sends them
8103         lower-case (e.g., MS Exchange 2007).
8104
8105 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8106
8107         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8108         function.
8109
8110         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8111         (gnus-uu-yenc-article): New function.
8112
8113         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8114
8115         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8116
8117 2007-12-02  Glenn Morris  <rgm@gnu.org>
8118
8119         * binhex.el (binhex): New custom group.
8120         (binhex-decoder-program, binhex-decoder-switches)
8121         (binhex-use-external): Move to the binhex custom group.
8122
8123         * uudecode.el (uudecode): New custom group.
8124         (uudecode-decoder-program, uudecode-decoder-switches)
8125         (uudecode-use-external): Move to the uudecode custom group.
8126
8127         * netrc.el (top-level): Don't load `encrypt' features.
8128         (netrc-parse): Don't use encrypt.
8129         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8130
8131         * encrypt.el: Remove file.
8132
8133 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8134
8135         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8136         matches on patches.
8137
8138         * gnus-art.el (gnus-article-browse-html-article):
8139         Mention `mm-text-html-renderer' in the doc string.
8140
8141         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8142         string.  Add comments.
8143
8144         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8145         if rhs is ASCII.
8146
8147 2007-12-01  Glenn Morris  <rgm@gnu.org>
8148
8149         * mail-source.el (top-level): Require format-spec before
8150         eval-when-compile.
8151
8152 2007-11-30  Glenn Morris  <rgm@gnu.org>
8153
8154         * encrypt.el: Require password, rather than autoloading password-read.
8155
8156 2007-11-29  Glenn Morris  <rgm@gnu.org>
8157
8158         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8159         (sasl-make-client, sasl-next-step, sasl-step-data)
8160         (sasl-step-set-data): Declare as functions.
8161
8162 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8163
8164         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8165
8166 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8167
8168         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8169         certs should be verified and what is to be done in the event of a
8170         verification failure.
8171
8172         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8173         caller can indicate whether the cache should be disregarded for this
8174         call.  This way the result of the call is reproducible at all times and
8175         can be considered a canonical server name for the supplied method.
8176         (gnus-agent-method-p): Canonicalize server names by pushing their
8177         method through `gnus-method-to-server' using the no-cache argument.
8178
8179         * gnus-srvr.el (gnus-server-insert-server-line):
8180         Call `gnus-method-to-server' with `no-cache' argument.
8181
8182         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8183         gnus-agent-possibly-synchronize-flags as this should be called when the
8184         server is actually being opened.
8185         (gnus-agent-possibly-synchronize-flags)
8186         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8187         flags file of an agentized server to the latter function.
8188
8189         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8190         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8191         after a connection has been established successfully.
8192
8193 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * gnus-art.el (article-display-face): Force to display face if called
8196         interactively; check if gnus-article-x-face-too-ugly matches author.
8197         (article-display-x-face): Display face even if From header is missing
8198         as article-display-face does.
8199
8200 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8201
8202         * hashcash.el (message-narrow-to-headers-or-head)
8203         (message-fetch-field, message-goto-eoh)
8204         (message-narrow-to-headers): Declare as functions.
8205
8206 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8207
8208         * mail-source.el (mail-sources): Default to fetch from file for
8209         compatibility with default of nnmail-spool-file.
8210
8211 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8212
8213         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8214         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8215         to look for encoded word that should be encoded again.
8216         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8217         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8218         encoding pattern.
8219         (rfc2047-decode-region): Switch strict regexp and loose one according
8220         to rfc2047-allow-irregular-q-encoded-words.
8221
8222 2007-11-25  Romain Francoise  <romain@orebokech.com>
8223
8224         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8225
8226 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8227
8228         * tls.el (tls-program): Provide more custom choices from
8229         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8230         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8231
8232 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8233
8234         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8235         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8236
8237         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8238         `nnmail-spool-file'.
8239
8240         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8241         `nnmail-spool-file'.
8242
8243         * gnus-move.el (gnus-change-server): Ditto.
8244
8245         * gnus-kill.el (gnus-batch-score): Ditto.
8246
8247         * gnus-cache.el (gnus-jog-cache): Ditto.
8248
8249         * gnus-msg.el (gnus-summary-reply):
8250         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8251
8252 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8253
8254         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8255         version.  Minor improvement to doc strings.
8256         (tls-program): Add comment.
8257
8258 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8259
8260         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8261         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8262         mismatch between the hostname provided in the certificate and the name
8263         of the host connnecting to.
8264         (open-tls-stream): Use them.  Check certificates against trusted root
8265         certificates.
8266
8267 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8268
8269         * gnus-cache.el (gnus-cache-generate-nov-databases):
8270         Use nnml-generate-nov-databases-directory instead of
8271         nnml-generate-nov-databases-1.
8272
8273 2007-11-24  Glenn Morris  <rgm@gnu.org>
8274
8275         * message.el (message-tool-bar-retro): Update for rename
8276         mail_send.xpm->mail-send.xpm.
8277
8278 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8279
8280         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8281         `smime-ldap-search' for Emacs 22 and up.
8282
8283 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8284
8285         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8286
8287         * message.el (message-send-mail-function): Fix error convention.
8288         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8289         (message-widen-reply, message-send-mail, message-talkative-question)
8290         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8291         (message-clone-locals, message-send-news): Use with-current-buffer.
8292         (message-insert-or-toggle-importance): Remove unused var `valid'.
8293         (message-make-references): Remove unused var `new-references'.
8294         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8295
8296 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8297
8298         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8299         (spam-split-symbolic-return-positive): Reflow docstring.
8300         (spam-backends, spam-summary-exit-behavior)
8301         (spam-mark-ham-unread-before-move-from-spam-group)
8302         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8303         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8304         (spam-clear-cache, spam-backend-check, spam-install-backend)
8305         (spam-install-statistical-backend, spam-list-of-processors)
8306         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8307         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8308         (spam-check-crm114, spam-initialize, spam-unload-hook):
8309         Fix typos in docstrings.
8310
8311 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8312
8313         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8314         been checked if they have never been read and those group levels are
8315         higher than the one that a user specified.
8316
8317 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8318
8319         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8320         foreign groups unless a group level is specified by a user.
8321         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8322
8323 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8324
8325         * message.el (message-send-mail-function): Require sendmail.
8326
8327 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8328
8329         * message.el (message-send-mail-function): Check for smtpmail too.
8330
8331         * utf7.el (utf7-encode, utf7-decode): Use coding system
8332         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8333
8334         * message.el (message-send-mail-function): New function.
8335         (message-send-mail-function): Set default using
8336         message-send-mail-function.  Adjust doc string.
8337         (message-send-mail-with-mailclient): New function.
8338
8339 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8340
8341         * smime.el (from):
8342         * rfc2047.el (message-posting-charset):
8343         * qp.el (mm-use-ultra-safe-encoding):
8344         * pop3.el (parse-time-months):
8345         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8346         * nnml.el (files):
8347         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8348         (jka-compr-compression-info-list, ange-ftp-path-format)
8349         (efs-path-regexp):
8350         * nndiary.el (files):
8351         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8352         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8353         (epg-digest-algorithm-alist, inhibit-redisplay)
8354         (password-cache-expiry):
8355         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8356         (pgg-output-buffer, password-cache-expiry):
8357         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8358         (efs-path-regexp):
8359         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8360         (inhibit-redisplay):
8361         * mm-uu.el (file-name, start-point, end-point, entry)
8362         (gnus-newsgroup-name, gnus-newsgroup-charset):
8363         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8364         (latin-unity-ucs-list):
8365         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8366         (mm-uu-binhex-decode-function):
8367         * message.el (gnus-message-group-art, gnus-list-identifiers)
8368         (rmail-enable-mime-composing, gnus-local-organization)
8369         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8370         (gnus-read-active-file, facemenu-add-face-function)
8371         (facemenu-remove-face-function, gnus-article-decoded-p)
8372         (tool-bar-mode):
8373         * mail-source.el (display-time-mail-function):
8374         * gnus-util.el (nnmail-pathname-coding-system)
8375         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8376         (gnus-original-article-buffer, gnus-user-agent)
8377         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8378         (xemacs-codename, sxemacs-codename, emacs-program-version):
8379         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8380         * gnus-start.el (gnus-agent-covered-methods)
8381         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8382         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8383         (gnus-newsgroup-headers, gnus-group-list-mode)
8384         (gnus-group-mark-positions, gnus-newsgroup-data)
8385         (gnus-newsgroup-unreads, nnoo-state-alist)
8386         (gnus-current-select-method, mail-sources)
8387         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8388         (nnmail-spool-file, gnus-cache-active-hashtb):
8389         * gnus-mh.el (mh-lib-progs):
8390         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8391         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8392         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8393         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8394         (gnus-group-buffer):
8395         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8396         (font-lock-set-defaults):
8397         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8398         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8399         (gnus-summary-post-menu, total-parts, type, condition, length):
8400         * gnus-agent.el (gnus-agent-read-agentview):
8401         * flow-fill.el (show-trailing-whitespace):
8402         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8403         eval-and-compile wrappers for byte compiler pacifiers.
8404
8405         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8406         (mm-display-inline-fontify): Check for featurep 'xemacs not
8407         extent-list.
8408
8409         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8410         itimer-list.
8411         (mm-create-image-xemacs): Only do something for XEmacs.
8412         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8413
8414         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8415
8416         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8417         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8418
8419 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8420
8421         * nnimap.el (nnimap-split-download-body):
8422         * gnus-demon.el (gnus-demon):
8423         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8424
8425 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8426
8427         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8428         New macros.
8429         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8430         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8431         copy data from unibyte buffer to multibyte current buffer.
8432         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8433         to copy data from unibyte current buffer to multibyte buffer.
8434         (nntp-make-process-buffer): Make process buffer unibyte.
8435
8436         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8437
8438 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8439
8440         * pop3.el (pop3-open-server): Accept and process data more robustly at
8441         connexion start to avoid spurious "POP SSL connexion failed" errors.
8442
8443 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8444
8445         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8446         read group names.
8447
8448 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8449
8450         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8451
8452 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8453
8454         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8455         (nnmail-save-active): Use a unibyte buffer when saving active file,
8456         which may contain non-ASCII group names.
8457
8458         * nnml.el (nnml-request-group): Decode group names in messages.
8459
8460 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8461
8462         * message.el (message-citation-line-function)
8463         (message-insert-formatted-citation-line): Fix spelling of
8464         `message-insert-formated-citation-line'.
8465
8466 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8467
8468         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8469
8470 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8471
8472         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8473         nnmail-pathname-coding-system.
8474
8475         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8476         that a user enters; decode group names in messages.
8477
8478         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8479
8480 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8481
8482         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8483
8484         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8485
8486         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8487         risky local variable.
8488
8489         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8490
8491 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8492
8493         * encrypt.el: Improve documentation to fix function name typo.
8494         Reported by Daiki Ueno <ueno@unixuser.org>.
8495
8496 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8497
8498         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8499         even if the point is not in the last page of an article.
8500         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8501         back to the previous page.
8502
8503 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8504
8505         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8506
8507 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8508
8509         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8510
8511 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8512
8513         * message.el (message-check-news-body-syntax):
8514         Avoid mm-string-as-multibyte.
8515         (message-hide-headers): Don't assume (point-min)==1.
8516
8517 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8518
8519         * message.el (message-remove-blank-cited-lines): Fix if remove is
8520         given.
8521         (message-bogus-address-regexp): New variable.
8522         (message-bogus-recipient-p): New function.
8523         (message-check-recipients): New command.
8524         (message-syntax-checks): Add `bogus-recipient'.
8525         (message-fix-before-sending): Add `bogus-recipient'.
8526
8527         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8528         (gnus-treat-body-boundary): Don't test window-system.
8529
8530 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8531
8532         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8533
8534 2007-10-28  Miles Bader  <miles@gnu.org>
8535
8536         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8537         at compile-time too.
8538
8539 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8540
8541         * gnus-msg.el (gnus-message-setup-hook):
8542         Add `message-remove-blank-cited-lines' to options.
8543
8544 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8545
8546         * message.el (message-remove-blank-cited-lines): New function.
8547         Suggested by Karl Plästerer.
8548
8549 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8550
8551         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8552         mapc.
8553
8554         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8555         (top-level): Use mapc to set functions to be traced for debugging.
8556
8557         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8558         called for effect with while loop.
8559
8560         * message.el (message-talkative-question): Replace mapcar called for
8561         effect with mapc.
8562
8563         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8564         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8565         called for effect with dolist.
8566
8567         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8568
8569         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8570         gnus-extra-headers and nnmail-extra-headers.
8571
8572         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8573         called for effect with dolist.
8574         (top-level): Use mapc to set functions to be traced for debugging.
8575
8576         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8577         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8578         dolist.
8579
8580         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8581         Replace mapcar called for effect with mapc.
8582         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8583         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8584         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8585         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8586
8587         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8588         remove-if that's a cl function.
8589
8590         * webmail.el (webmail-debug): Replace mapcar called for effect with
8591         dolist.
8592
8593         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8594         with mapc.
8595
8596 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8597
8598         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8599         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8600         with while loop.
8601
8602         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8603         functions from article-* functions.
8604         (gnus-multi-decode-header): Replace mapcar called for effect with
8605         dolist.
8606
8607         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8608         (gnus-bookmark-show-details): Replace mapcar called for effect with
8609         while loop.
8610
8611         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8612         called for effect with while loop.
8613
8614         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8615         with dolist.
8616
8617         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8618         Replace mapcar called for effect with dolist.
8619
8620         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8621
8622         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8623         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8624         Replace mapcar called for effect with dolist.
8625         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8626         mapc.
8627
8628         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8629         Replace mapcar called for effect with dolist.
8630         (gnus-topic-list): Replace mapcar called for effect with mapc.
8631
8632         * gnus.el: Use mapc instead of mapcar to add autoloads.
8633
8634 2007-10-23  Richard Stallman  <rms@gnu.org>
8635
8636         * gnus-group.el (gnus-group-highlight): Mark as risky.
8637
8638 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8639
8640         * gnus.el (gnus-server-to-method): Return method found first in
8641         gnus-newsrc-alist.
8642
8643         * gnus-art.el (gnus-article-highlight-signature)
8644         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8645         button overlay without the front stickiness.
8646
8647 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8648
8649         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8650         overview buffer needed a catch to receive its throw.
8651         (gnus-agent-flush-cache): Declare as interactive to make this function
8652         easier to use.
8653
8654 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8655
8656         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8657         `next-line'.
8658
8659 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8660
8661         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8662         exclude address matching message-dont-reply-to-names.
8663
8664 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8665
8666         * gnus-util.el (gnus-string<): New function.
8667
8668         * gnus-sum.el (gnus-article-sort-by-author)
8669         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8670
8671 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8672
8673         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8674         the frame-focus tag is set in gnus-buffer-configuration.
8675
8676 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8677
8678         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8679         the front stickiness.
8680
8681 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8682
8683         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8684         url pattern; remove duplicate one.
8685         (gnus-article-extend-url-button): New function.
8686         (gnus-article-add-buttons): Use it.
8687         (gnus-button-push): Use concatenated url that it makes.
8688
8689 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8690
8691         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8692
8693 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8694
8695         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8696         Don't hardcode point-min==1.
8697
8698 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8699
8700         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8701         Fix comment about "iso8859-1".
8702
8703 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8704
8705         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8706         ones returned from the verify-function.
8707
8708         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8709         Call mml2015-extract-cleartext-signature if extraction failed.
8710
8711 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8712
8713         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8714         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8715         failed.
8716
8717 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8718
8719         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8720
8721 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8722
8723         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8724         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8725         recommends to use EasyPG instead of PGG.
8726
8727         * pgg.el: Revert to revision 6.23.2.16.
8728
8729         * pgg-def.el: Revert to revision 6.6.2.14.
8730
8731         * pgg-gpg.el: Revert to revision 6.23.2.34.
8732
8733 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8734
8735         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8736         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8737         thread for both the null and zero (kill/expire thread) universal prefix
8738         cases.
8739         (gnus-summary-expire-thread): Add new function to expire a thread,
8740         using gnus-summary-kill-thread.
8741         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8742         shortcuts for gnus-summary-expire-thread.
8743         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8744         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8745
8746 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8747
8748         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8749         extras value, so an extras entry can be deleted.
8750         (gnus-registry-delete-extra-entry): Use it.
8751         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8752         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8753         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8754         storage through the gnus-registry, and provide an appropriate API for
8755         it.
8756
8757 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8760         Suggested by Leo <sdl.web@gmail.com>.
8761
8762         * gnus.el: Do.
8763
8764 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8765
8766         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8767         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8768
8769         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8770
8771         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8772         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8773
8774 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8775
8776         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8777         newline.
8778         (nnmbox-request-accept-article): Don't change article in source buffer;
8779         narrow to header to use message-fetch-field rather than
8780         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8781         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8782         as delimiters; make sure article ends with newline.
8783         (nnmbox-delete-mail): Correct last position of article to be deleted;
8784         ignore X-Gnus-Newsgroup header in article body.
8785         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8786         positions; make sure article ends with newline.
8787
8788         * message.el (message-display-abbrev): Don't infloop when a user
8789         inserts SPC in the beginning of header.
8790
8791         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8792         coding-system-for-read and coding-system-for-write for XEmacs having no
8793         file-coding feature.
8794
8795         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8796
8797 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8798
8799         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8800         list of groups not followed by default.  Fix type to be regexp.
8801         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8802
8803 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8804
8805         * hmac-def.el (define-hmac-function): Switch from old-style to
8806         new-style backquotes.
8807
8808         * md4.el (md4-make-step): Likewise.
8809
8810 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8811
8812         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8813         raw-text coding system when saving .newsrc file, which may contain
8814         non-ASCII group names.
8815
8816 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8817
8818         * gnus-cus.el (gnus-score-extra): New widget.
8819         (gnus-score-extra-convert): New function.
8820         (gnus-score-customize): Use it for Extra.
8821
8822 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8823
8824         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8825         (mml2015-mailcrypt-clear-verify): Use it.
8826         (mml2015-gpg-clear-verify): Use it.
8827         (mml2015-pgg-clear-verify): Use it.
8828         (mml2015-epg-clear-verify): Replace the current part with the output
8829         from GnuPG; don't extract the plaintext by itself.
8830
8831         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8832         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8833         mml2015-clear-verify-function; don't touch the armor headers or
8834         dash-escaped text here.
8835
8836 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8837
8838         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8839         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8840         parts, or application/octet-stream as a last resort.
8841         (gnus-mime-view-part-as-type): Don't toggle display.
8842         (gnus-mime-view-part-as-charset): Don't turn off display before
8843         querying charset.
8844
8845         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8846         stuff to undisplayer function in Emacs.
8847         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8848
8849         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8850         text/calendar parts.
8851
8852 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8853
8854         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8855         decoding text/calendar parts.
8856
8857         * message.el (message-forward-make-body-mime): Always mark body as
8858         having no illegible text; remove signed-or-encrypted argument.
8859         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8860
8861         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8862         (mml-generate-mime-1): Don't encode body if it is specified to be in
8863         raw form; don't make buffer be unibyte when inserting multibyte string.
8864
8865 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8866
8867         * sha1.el: Fix up comment style.
8868         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8869         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8870
8871         * hex-util.el: Fix up comment style.
8872         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8873
8874         * gnus-salt.el: Use with-current-buffer.
8875         (gnus-pick-setup-message): Fix long-standing typo.
8876
8877 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * imap.el (imap-logout-timeout): New variable.
8880         (imap-logout, imap-logout-wait): New functions.
8881         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8882
8883         * nnimap.el (nnimap-logout-timeout): New server variable.
8884         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8885         nnimap-logout-timeout.
8886
8887         * gnus-art.el (gnus-article-summary-command-nosave)
8888         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8889
8890 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8891
8892         * gnus.el (gnus-maximum-newsgroup): New variable.
8893
8894         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8895         according to gnus-maximum-newsgroup.
8896
8897         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8898         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8899         Limit the range of articles according to gnus-maximum-newsgroup.
8900
8901 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8902
8903         * gnus-art.el (gnus-sticky-article): Fix problems described in
8904         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8905         Don't perform gnus-configure-windows here; reuse existing sticky
8906         article buffer.
8907
8908         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8909         it doesn't exist in gnus-article-mode.
8910
8911 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8914         (gnus-agent-decoded-group-name): New function.
8915         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8916         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8917
8918 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8919
8920         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8921         Add binding for gnus-sticky-article.
8922         (gnus-summary-exit): Don't kill sticky article buffers.
8923
8924         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8925         article buffer.
8926         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8927         (gnus-kill-sticky-article-buffers): New commands.
8928
8929 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8930
8931         * nntp.el (nntp-xref-number-is-evil): New server variable.
8932         (nntp-find-group-and-number): If it is non-nil, don't trust article
8933         numbers in the Xref header.
8934
8935 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8936
8937         * gnus-agent.el (gnus-agent-read-group): New function.
8938         (gnus-agent-flush-group, gnus-agent-expire-group)
8939         (gnus-agent-regenerate-group): Use it.
8940         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8941         nnmail-pathname-coding-system.
8942
8943 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8944
8945         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8946
8947         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8948         that are unread as unread, and also as selected so that information of
8949         marks having been changed by a user may be updated when exiting group.
8950
8951 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8952
8953         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8954
8955 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8956
8957         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8958         calculated ignoring signature parts to gnus-treat-article.
8959
8960 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8961
8962         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8963         a point here in order to keep the window start.
8964         (gnus-insert-mime-security-button): Make a button overlay without the
8965         front stickiness.
8966         (gnus-mime-display-security): Goto the end of a button.
8967
8968         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8969
8970 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8971
8972         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8973         group-name-at-point.
8974         (gnus-group-completing-read): New function that offers decoded
8975         non-ASCII group names for completion.
8976         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8977         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8978         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8979         (gnus-group-fetch-control): Use it.
8980         (gnus-fetch-group): Use group-name-at-point for the initial value
8981         rather than the default value; use gnus-alive-p.
8982
8983         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8984         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8985         (gnus-summary-post-news): Use gnus-group-completing-read.
8986
8987         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8988         (gnus-read-move-group-name): Decode group name for completion.
8989
8990 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8991
8992         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8993         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8994         Yamaoka slightly modified the code).
8995
8996 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8999         (nnmail-split-incoming): Bind it.
9000
9001         * nnml.el (nnml-group-name-charset): New function.
9002         (nnml-decoded-group-name): Use it; don't decode group name if
9003         nnmail-group-names-not-encoded-p is non-nil.
9004         (nnml-encoded-group-name): New function.
9005         (nnml-group-pathname): Inline nnml-decoded-group-name.
9006         (nnml-request-expire-articles): Decode group name in message.
9007         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9008         nnmail-pathname-coding-system.
9009         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9010         not decoded ones according to nnmail-group-names-not-encoded-p.
9011         (nnml-generate-active-info): Use nnml-encoded-group-name.
9012
9013 2007-08-08  Glenn Morris  <rgm@gnu.org>
9014
9015         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9016         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9017         doc-strings and comments.
9018
9019 2007-07-25  Glenn Morris  <rgm@gnu.org>
9020
9021         * Relicense all FSF files to GPLv3 or later.
9022
9023 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9024
9025         * gnus-sum.el (gnus-summary-move-article):
9026         Make gnus-summary-respool-article work.
9027
9028 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9029
9030         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9031         string.
9032
9033 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9034
9035         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9036         that should be ignored when comparing distant RSS articles with local
9037         ones.
9038         (nnrss-make-hash-index): New function.  Create a hash index according
9039         to the ignored fields.
9040         (nnrss-check-group): Use it.
9041
9042 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9043
9044         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9045
9046         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9047
9048         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9049         the new optional argument ENCODED is non-nil.
9050         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9051         coding system for encoding group name.
9052         (gnus-group-make-rss-group): Pass un-encoded group name to
9053         gnus-group-make-group.
9054         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9055         encoded.
9056
9057         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9058         Encode group name to which articles are moved or copied.
9059         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9060         coding system for encoding Newsgroup, Followup-To and Xref headers.
9061
9062         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9063         marks; use nnheader-file-coding-system to write a file.
9064         (nnagent-retrieve-headers): Bind file-name-coding-system to
9065         nnmail-pathname-coding-system.
9066
9067         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9068
9069         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9070         (nnml-request-article, nnml-request-create-group)
9071         (nnml-request-rename-group, nnml-find-id)
9072         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9073         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9074         (nnml-save-marks): Use nnml-group-pathname instead of
9075         nnmail-group-pathname.
9076
9077         (nnml-request-create-group, nnml-request-expire-articles)
9078         (nnml-request-move-article, nnml-request-delete-group)
9079         (nnml-deletable-article-p, nnml-possibly-create-directory)
9080         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9081         (nnml-open-marks): Bind file-name-coding-system to
9082         nnmail-pathname-coding-system.
9083
9084         (nnml-request-article): Pass server argument to nnml-find-group-number.
9085         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9086         Pass server argument to nnml-possibly-create-directory.
9087         (nnml-request-accept-article): Pass server argument to
9088         nnml-active-number and nnml-save-mail.
9089         (nnml-find-group-number): Pass server argument to nnml-find-id.
9090         (nnml-request-update-info): Pass server argument to
9091         nnml-marks-changed-p.
9092
9093         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9094         (nnml-save-mail, nnml-active-number): Add server argument.
9095
9096         (nnml-request-delete-group): Warn if group is missing.
9097         (nnml-get-nov-buffer): Decode group name.
9098         (nnml-generate-active-info): Encode group name.
9099         (nnml-open-marks): Decode group name in messages.
9100
9101 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9102
9103         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9104         if it is not specified.
9105         (gnus-article-pipe-part, gnus-article-save-part)
9106         (gnus-article-interactively-view-part, gnus-article-copy-part)
9107         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9108         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9109         (gnus-article-replace-part, gnus-article-delete-part)
9110         (gnus-article-view-part-as-type): Pass raw prefix argument to
9111         gnus-article-part-wrapper.
9112
9113 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * gnus-agent.el (gnus-agent-save-active):
9116         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9117
9118         * gnus-cache.el (gnus-cache-save-buffers)
9119         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9120         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9121         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9122         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9123         (gnus-cache-generate-active, gnus-cache-rename-group)
9124         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9125         (gnus-cache-update-overview-total-fetched-for):
9126         Bind file-name-coding-system to nnmail-pathname-coding-system.
9127         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9128         New variables.
9129         (gnus-cache-decoded-group-name): New function.
9130         (gnus-cache-file-name): Use it.
9131         (gnus-cache-generate-active): Use non-decoded group name for active.
9132
9133         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9134         right place.
9135         (gnus-write-active-file): Don't break non-ASCII group names.
9136
9137         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9138         nnmail-pathname-coding-system.
9139
9140         * lpath.el: Bind default-file-name-coding-system,
9141         file-name-coding-system and language-info-alist for XEmacs.
9142
9143         * gnus-uu.el (gnus-uu-decode-save): Typo.
9144
9145 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9148
9149 2007-07-14  David Kastrup  <dak@gnu.org>
9150
9151         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9152         finishing actions if we did not edit the article.
9153
9154 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9157         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9158         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9159         (gnus-agent-flush-group, gnus-agent-flush-cache)
9160         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9161         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9162         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9163         (gnus-agent-regenerate-group)
9164         (gnus-agent-update-files-total-fetched-for)
9165         (gnus-agent-update-view-total-fetched-for):
9166         Bind file-name-coding-system to nnmail-pathname-coding-system.
9167         (gnus-agent-group-pathname): Don't encode file names by
9168         nnmail-pathname-coding-system.
9169         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9170         coding-system-for-write instead of buffer-file-coding-system to
9171         gnus-agent-file-coding-system.
9172
9173         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9174         Decode group name.
9175
9176         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9177
9178         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9179         (gnus-read-newsrc-el-file): Make group names unibyte.
9180
9181         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9182         nnmail-pathname-coding-system.
9183
9184         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9185         (nnrss-request-delete-group): Bind file-name-coding-system to
9186         nnmail-pathname-coding-system.
9187         (nnrss-read-server-data, nnrss-read-group-data):
9188         Bind file-name-coding-system correctly.
9189         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9190
9191         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9192         (nntp-server-to-method-cache): New variable.
9193         (nntp-group-pathname): New function that decodes non-ASCII group names.
9194         (nntp-possibly-create-directory, nntp-marks-changed-p)
9195         (nntp-save-marks, nntp-open-marks): Use it.
9196         (nntp-possibly-create-directory, nntp-open-marks):
9197         Bind file-name-coding-system to nnmail-pathname-coding-system.
9198         (nntp-open-marks): Decode group names when bootstrapping marks.
9199
9200         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9201         Newsgroups and Folowup-To headers.
9202
9203 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9204
9205         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9206         (gnus-server-closed-face, gnus-server-denied-face)
9207         (gnus-server-offline-face): Remove variable.
9208         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9209
9210         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9211         of modifying message-stack directly for XEmacs.
9212
9213         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9214         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9215         if the coding-system argument is nil for XEmacs.
9216
9217         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9218         mm-charset-override-alist.
9219
9220         * rfc2047.el: Don't require base64; require rfc2045 for the function
9221         rfc2045-encode-string.
9222         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9223         to quote the parameter value.
9224
9225 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9228         form in gnus-group-name-charset-method-alist.
9229
9230         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9231         overrides the default layout edit-form.
9232
9233         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9234
9235         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9236
9237 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9240         as unfetched articles.
9241
9242 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9243
9244         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9245
9246 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9249         original back end that keeps marks in the local system.
9250
9251 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9252
9253         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9254         arg of pop-to-buffer for XEmacs.
9255         (gnus-article-read-summary-keys): Ditto; don't restore window
9256         configuration if summary command ends up with neither article buffer
9257         nor summary buffer; describe bindings if summary keys end with C-h.
9258
9259 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9260
9261         * message.el (message-fix-before-sending): Skip raw message part to be
9262         forwarded while checking illegible text.
9263         (message-forward-make-body-mime, message-forward-make-body):
9264         Mark signed or encrypted raw message as having no illegible text.
9265
9266 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9269         (gnus-message-with-timestamp-1): New macro.
9270         (gnus-message-with-timestamp): New function.
9271         (gnus-message): Use them.
9272
9273         * nnheader.el (nnheader-message): Use them.
9274
9275 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9276
9277         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9278         .newsrc.eld file.
9279
9280 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * gnus-agent.el (gnus-agent-fetch-headers)
9283         (gnus-agent-retrieve-headers):
9284         Bind gnus-decode-encoded-address-function to identity.
9285
9286         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9287         available also when the server returns simply a dot.
9288
9289         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9290
9291 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9292
9293         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9294
9295 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * gnus-ems.el (gnus-x-splash): Make it work.
9298
9299         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9300         from being used.
9301
9302         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9303
9304 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9305
9306         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9307         4th and the 5th arguments.
9308
9309         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9310         the front stickiness.
9311         (gnus-article-summary-command-nosave): Correct the order of the
9312         arguments passed to pop-to-buffer.
9313         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9314         summary command ends up with the article buffer.
9315
9316         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9317         the same faces.
9318
9319 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9320
9321         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9322
9323 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9324
9325         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9326         * gnus-sum.el (gnus-summary-highlight):
9327         * pgg.el (pgg-sign-region, pgg-sign):
9328         * mail-source.el (mail-source-delete-old-incoming-confirm):
9329         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9330
9331 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * gnus-art.el (gnus-mime-view-part-externally)
9334         (gnus-mime-view-part-internally): Fix predicate function passed to
9335         completing-read.
9336
9337         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9338
9339         * gnus.el (gnus-update-message-archive-method): Add :version.
9340
9341 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9342
9343         * gnus.el (gnus-update-message-archive-method): New variable.
9344
9345         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9346         according to gnus-message-archive-method if
9347         gnus-update-message-archive-method is non-nil.
9348
9349 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9350
9351         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9352         Suggested by Loic Dachary <loic@dachary.org>.
9353         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9354
9355 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9356
9357         * message.el (message-pop-to-buffer): Add switch-function argument.
9358         (message-mail): Pass switch-function argument to it.
9359
9360 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9361
9362         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9363         Improve doc string.
9364
9365 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9368         (gnus-header-content)
9369         * gnus-cite.el (gnus-cite-10)
9370         * gnus-srvr.el (gnus-server-closed)
9371         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9372         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9373         (gnus-group-mail-3-empty, gnus-group-mail-low)
9374         (gnus-group-mail-low-empty, gnus-splash)
9375         * message.el (message-header-to, message-header-cc)
9376         (message-header-subject, message-header-other, message-header-name)
9377         (message-header-xheader, message-separator, message-cited-text)
9378         (message-mml): Lighten colors of faces used for dark background.
9379
9380 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9381
9382         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9383         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9384
9385 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9386
9387         * message.el (message-narrow-to-headers-or-head):
9388         Ignore mail-header-separator in the body.
9389
9390 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9391
9392         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9393         same as window size.
9394
9395 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9396
9397         * message.el (message-font-lock-keywords): Use message-header-xheader
9398         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9399         ahead of the anything pattern, to get it recognised.
9400
9401 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9402
9403         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9404         spam.el loads uses it in the compiled defadvice form.
9405
9406 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9407
9408         * gnus-sum.el (gnus-articles-to-read)
9409         (gnus-summary-insert-old-articles): Don't truncate group name for
9410         `read-string'.
9411
9412         * gnus-util.el (gnus-limit-string): Delete this function.
9413
9414         * gnus-sum.el (gnus-simplify-subject-fully):
9415         Use `truncate-string-to-width' instead.
9416
9417 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9418
9419         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9420         Tell if, on summary exit, the next group has to be selected.
9421         (gnus-summary-exit): Use it.
9422
9423 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9424
9425         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9426         non-break space.
9427
9428 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9431         Check if group is not a directory.
9432         (nnfolder-request-expire-articles): Don't delete articles if the target
9433         group is not available.
9434
9435         * nnml.el (nnml-request-create-group): Properly check if group is not a
9436         file.
9437         (nnml-request-expire-articles): Don't delete articles if the target
9438         group is not available.
9439
9440         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9441         Don't quote characters that are within parentheses.
9442
9443 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9444
9445         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9446         (gnus-handle-ephemeral-exit): Select article according to it.
9447
9448 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9449
9450         * message.el (message-insert-formated-citation-line): Remove newline.
9451         (message-citation-line-format): Add final \n here so that the user can
9452         avoid a blank line.
9453
9454 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9455
9456         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9457         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9458         Update lanl/arXiv support.
9459
9460 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9461
9462         * gnus.el: Bump version number.
9463
9464 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9465
9466         * gnus.el (gnus-version-number): Bump version.
9467
9468 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9469
9470         * gnus.el: No Gnus v0.6 is released.
9471
9472 2007-04-27  Didier Verna  <didier@xemacs.org>
9473
9474         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9475         * gmm-utils.el (gmm-regexp-concat): ... here.
9476         * message.el: Don't require 'gnus-util.
9477         (message-dont-reply-to-names): Handle name change above.
9478         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9479
9480 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9481
9482         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9483         since the initial value varies according to the system.
9484
9485 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9488
9489 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9490
9491         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9492
9493 2007-04-24  Didier Verna  <didier@xemacs.org>
9494
9495         Improve the type of gnus-ignored-from-addresses.
9496         * gnus-util.el (gnus-orify-regexp): New function.
9497         * message.el (gnus-util): Require it.
9498         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9499         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9500         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9501
9502 2007-04-24  Didier Verna  <didier@xemacs.org>
9503
9504         * gnus-sum.el:
9505         * gnus-utils.el: Fix some trailing whitespaces.
9506
9507 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9508
9509         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9510         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9511         article's Message-ID; refer parent article in summary buffer.
9512
9513         * message.el (message-bounce): Call mime-to-mml.
9514
9515         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9516         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9517         optimize and/or forms properly.
9518
9519 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9520
9521         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9522         URL.
9523
9524 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9525
9526         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9527
9528 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9531         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9532         displayed of multipart/alternative part if it is invoked from summary
9533         buffer.
9534
9535         * mm-view.el (mm-inline-text-html-render-with-w3m)
9536         (mm-inline-text-html-render-with-w3m-standalone)
9537         (mm-inline-render-with-function): Use mail-parse-charset by default.
9538
9539 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9540
9541         * parse-time.el (parse-time-string-chars): Check if CHAR
9542         is less than the length of parse-time-syntax.
9543
9544 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9545
9546         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9547         from gnus-newsgroup-processable.
9548
9549 2007-04-16  Didier Verna  <didier@xemacs.org>
9550
9551         * gnus-msg.el (gnus-configure-posting-styles):
9552         Handle message-signature-directory properly with :file syntax.
9553         Reported by "Leo".
9554
9555 2007-04-11  Didier Verna  <didier@xemacs.org>
9556
9557         New user option: message-signature-directory.
9558         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9559         * message.el (message-insert-signature): Ditto.
9560         * message.el (message-signature-file): Doc update.
9561         * message.el (message-signature-directory): New.
9562
9563 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * gnus-msg.el (gnus-inews-yank-articles):
9566         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9567
9568 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9569
9570         * message.el (message-yank-original): Make sure cited text ends with
9571         newline; don't exchange point and mark.
9572
9573 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9574
9575         * tls.el (open-tls-stream): Properly handle case where there
9576         is no associated buffer.
9577
9578 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9579
9580         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9581         message-yank-original, make sure (< mark TEXT point).
9582
9583 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9584
9585         * message.el (message-fill-column): New variable.
9586         (message-mode): Use it.  Add comment on a possible new hook.
9587
9588         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9589         (nnmail-get-new-mail): Reformat.
9590
9591         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9592
9593         * gmm-utils.el: Fix Commentary.
9594         (gmm-tool-bar-from-list): Fix typo in doc string.
9595
9596 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9597
9598         * message.el (message-yank-original): Don't switch point and mark
9599         unnecessarily to put point and mark as documented.
9600
9601 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9602
9603         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9604         from the message heads.
9605
9606 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9607
9608         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9609         article buffer does not have a window.  This may not be the best
9610         solution but is certainly better than setting the start of the null,
9611         that is the current, window.
9612
9613 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9614
9615         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9616         (gnus-draft-setup): Run it.
9617
9618         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9619         gnus-score-fast-scoring.  Allow regexp.
9620         (gnus-score-headers): Use it.
9621
9622         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9623         XEmacs.
9624
9625         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9626         string.
9627         (gnus-button-alist): Also catch `<f1> k ...'.
9628         (gnus-treat-display-x-face): Fix doc string.
9629
9630 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9631
9632         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9633         evaluation of gnus-extended-version to ensure correct generation of the
9634         User-Agent header when message-generate-headers-first is used.
9635
9636 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9637
9638         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9639         hashcash-path is nil.  Don't call callback with incorrect number of
9640         parameters if val is 0.
9641
9642 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9643
9644         * message.el (message-required-news-headers):
9645         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9646
9647 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9648
9649         * tls.el (open-tls-stream): In handshake-waiting loop,
9650         don't wait more if there is output available to process.
9651
9652 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9653
9654         * tls.el (tls-program): Doc fix.
9655
9656 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9657
9658         * message.el (message-generate-new-buffers): Change the meaning of the
9659         nil value; add `standard' to the choices; treat t as `unique'; improve
9660         doc string.
9661         (gnus-select-frame-set-input-focus): Autoload.
9662         (message-buffer-name): Search for the existing message buffer if
9663         message-generate-new-buffers is nil or `standard'; treat the value t of
9664         message-generate-new-buffers as `unique'.
9665         (message-pop-to-buffer): Raise the frame already displaying the message
9666         buffer; clear the echo area after querying.
9667         (message-setup): Pass the `continue' argument to compose-mail.
9668         (message-mail): Prefer `switch-function' if it is given; search for the
9669         existing message buffer if the `continue' argument is non-nil; pass
9670         continue and switch-function arguments to compose-mail by way of
9671         message-setup.
9672         (message-mail-other-window): Adjust argument of message-setup.
9673         (message-mail-other-frame): Ditto.
9674
9675 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9678         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9679         to turn font-lock on when turning gnus-message-citation-mode on.
9680
9681 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9682
9683         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9684         (mml-smime-function-alist): New variable; add epg as the backend.
9685         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9686         mml-smime- functions instead.
9687         * mm-view.el: Require smime.
9688
9689 2007-03-05  Didier Verna  <didier@xemacs.org>
9690
9691         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9692         instead of just inheritance for posting styles.
9693         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9694
9695 2007-02-24  Chris Moore  <dooglus@gmail.com>
9696
9697         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9698         * pgg-pgp.el (pgg-pgp-encrypt-region):
9699         * pgg-gpg.el (pgg-gpg-encrypt-region):
9700         Check pgg-encrypt-for-me if no other recipients.
9701
9702 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9703
9704         * tls.el (tls-certtool-program): Fix custom type.
9705
9706 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9707
9708         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9709         and point-at-eol instead of line-(beginning|end)-position.
9710
9711         * assistant.el (assistant-parse-buffer): Ditto.
9712
9713         * netrc.el (netrc-parse-services): Ditto.
9714
9715 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9716
9717         * mml2015.el (mml2015-epg-find-usable-key): New function.
9718         (mml2015-epg-sign): Use it.
9719         (mml2015-epg-encrypt): Use it.
9720
9721 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9722
9723         * message.el (message-make-in-reply-to): Quote name containing
9724         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9725         if there are special characters.  Reported by NAKAJI Hiroyuki
9726         <nakaji@jp.freebsd.org>.
9727
9728 2007-02-27  Didier Verna  <didier@xemacs.org>
9729
9730         Include the group parameters as well as the topic ones in the
9731         inheritance filter process.
9732         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9733         argument GROUP-PARAMS-LIST.
9734         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9735
9736 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9737
9738         * nntp.el (nntp-never-echoes-commands)
9739         (nntp-open-connection-functions-never-echo-commands): New variables.
9740         (nntp-send-command): Use them.
9741
9742 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9743
9744         * mml2015.el (mml2015-epg-verify): Simplify.
9745
9746 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9747
9748         * mml.el (mml-content-disposition-alist): New user option.
9749         (mml-content-disposition): New function.
9750         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9751         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9752
9753 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9754
9755         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9756         verification.
9757
9758 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9759
9760         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9761         articles posted in the last 24 hours.
9762
9763 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9764
9765         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9766
9767 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9768
9769         * nntp.el (nntp-send-command): Don't wait for echoes when
9770         nntp-open-ssl-stream is used.
9771
9772 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9775         (gnus-message-add-citation-keywords)
9776         (gnus-message-remove-citation-keywords): Remove.
9777         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9778         directly, make the variables in font-lock-defaults buffer-local, add
9779         gnus-message-citation-keywords to them and then update the value of
9780         font-lock-keywords.
9781
9782 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9783
9784         * message.el (message-cite-original-1): Don't call
9785         gnus-article-highlight-citation.
9786
9787         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9788         citations; fix line count.
9789
9790 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9791
9792         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9793         (gnus-message-add-citation-keywords)
9794         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9795         versions of font-lock-add-keywords and font-lock-remove-keywords to
9796         work with XEmacs correctly.
9797
9798 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9799
9800         * gnus-cite.el (gnus-cite-face-list): Set the values of
9801         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9802         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9803         (gnus-message-cite-prefix-regexp): New variable.
9804         (gnus-message-search-citation-line): Use it; protect against long
9805         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9806         the 0th match data for Emacs.
9807         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9808         (gnus-message-add-citation-keywords): Append keywords rather than
9809         prepending; emulate font-lock-add-keywords if it is not available.
9810         (gnus-message-remove-citation-keywords):
9811         Emulate font-lock-remove-keywords if it is not available.
9812
9813         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9814
9815         * message.el (message-cite-prefix-regexp): Set the value of
9816         gnus-message-cite-prefix-regexp.
9817
9818 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9819
9820         * nnweb.el (nnweb-google-parse-1): Update parser.
9821
9822 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9823
9824         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9825
9826 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9827
9828         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9829         regexp.
9830
9831 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9832
9833         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9834         string-to-multibyte.
9835         (uudecode-decode-region-internal): Use it.
9836
9837         * lpath.el: Fbind string-as-multibyte for XEmacs.
9838
9839 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9840
9841         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9842         Fix custom choice.
9843
9844         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9845
9846 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9847
9848         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9849
9850         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9851         `write-region' to respect `mm-inhibit-file-name-handlers'.
9852
9853 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9854
9855         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9856         Use gnus-home-directory instead of "~/" or "$HOME".
9857
9858 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9859
9860         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9861         to mention filename.
9862         Add comments at beginning regarding usage.
9863         (encrypt-write-file-contents): Change interactive so a string is
9864         acceptable.  If the file has no associated model, show an error instead
9865         of a nonsense prompt.
9866
9867 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9868
9869         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9870         Thanks to Yoshihiko Yamada for kind notification of this typo.
9871
9872 2007-01-12  Kenichi Handa  <handa@m17n.org>
9873
9874         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9875         multibyte buffer.
9876
9877 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9878
9879         * gnus-score.el (gnus-score-fast-scoring): New variable.
9880         (gnus-score-headers): Use it.
9881
9882         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9883
9884         * message.el (message-cite-original-1):
9885         Call gnus-article-highlight-citation if requested.
9886         (message-make-from): Allow name and address as optional arguments.
9887
9888         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9889
9890         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9891         bugs to doc string.
9892         (gnus-button-alist): Add mid\\|message-id.
9893         (gnus-button-fetch-group): Extend for use in
9894         `browse-url-browser-function'.
9895         (gnus-button-url-regexp): Try to catch paired parentheses like in
9896         Wikipedia URLs.
9897
9898         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9899         Suggested by Simon Krahnke <overlord@gmx.li>.
9900
9901 2007-01-13  Romain Francoise  <romain@orebokech.com>
9902
9903         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9904         Update copyright.
9905
9906 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9907
9908         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9909
9910 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9911
9912         * gnus-registry.el (gnus-registry-unfollowed-groups)
9913         (gnus-registry-split-fancy-with-parent): Fix documentation.
9914
9915 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9916
9917         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9918         from nnweb groups.
9919
9920 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9921
9922         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9923         Xref urls.  Erase buffer before requesting head.
9924
9925         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9926
9927 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9928
9929         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9930         customizable.
9931
9932 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9933
9934         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9935         no signing key is found.
9936         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9937         no encrypting and/or signing key is found.
9938
9939 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9940
9941         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9942
9943 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9944
9945         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9946         headers read from disk with the ones newly found in the current search.
9947         This should no longer cause problems, because the article numbers in
9948         Gmane's `nov.php' output are ignored since the previous change.
9949
9950 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9951
9952         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9953
9954 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9955
9956         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9957         replace-regexp-in-string; bind url-version; fbind display-images-p and
9958         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9959         find-face and set-itimer-function for Emacs; bind itimer-list for
9960         Emacs.
9961
9962         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9963
9964 2007-01-01  Romain Francoise  <romain@orebokech.com>
9965
9966         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9967
9968 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9969
9970         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9971         `define-minor-mode' macro definition expanded properly.
9972         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9973         exclude it there.
9974
9975         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9976         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9977         `fboundp' test.
9978         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9979         This is OK to autoload in (S)XEmacs now.
9980
9981 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9982
9983         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9984         keystroke.
9985         (gnus-summary-limit-to-singletons): Fix typo.
9986
9987         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9988         else fails.
9989
9990 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9991
9992         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9993         docstring.
9994
9995         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9996         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9997         (gnus-summary-insert-dormant-articles): Fix typo in message.
9998
9999 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10000
10001         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10002         nil for XEmacs.
10003         (gnus-message-citation-mode): Don't autoload in XEmacs.
10004
10005         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10006
10007 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10008
10009         * nnimap.el (nnimap-expunge-search-string):
10010         Mention nnimap-search-uids-not-since-is-evil in docstring.
10011
10012 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10013
10014         * spam.el: Revert to make-obsolete-variable because
10015         define-obsolete-variable-alias is not supported in Emacs 21.
10016
10017         * spam.el (spam-ifile-path, spam-ifile-database-path)
10018         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10019         make-obsolete-variable.
10020         (spam-bsfilter-path, spam-bsfilter-program)
10021         (spam-spamassassin-path, spam-spamassassin-program)
10022         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10023         Don't use "path" inappropriately.
10024         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10025         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10026         variable names.
10027
10028 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10029
10030         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10031         summary buffer.
10032
10033         * password.el (password-cache-remove): Use clear-string to burn
10034         password, if available.
10035
10036 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10037
10038         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10039
10040         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10041
10042         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10043         (gnus-message-highlight-citation): Move defcustom here from
10044         gnus-cite.el.
10045         (gnus-message-citation-mode): Autoload.
10046
10047         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10048         checks to make it compile with XEmacs.
10049         (gnus-message-citation-mode): New minor mode.
10050         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10051         (gnus-message-highlight-citation): New variables.
10052         (gnus-message-search-citation-line)
10053         (gnus-message-add-citation-keywords)
10054         (gnus-message-remove-citation-keywords)
10055         (turn-on-gnus-message-citation-mode)
10056         (turn-off-gnus-message-citation-mode): New functions.
10057
10058 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10059
10060         * gnus-cite.el: Enable highlighting of different citation levels in
10061         message-mode.
10062
10063 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10064
10065         * message.el (message-make-fqdn): Fix comment.
10066         (message-bogus-system-names): Add ".local".
10067
10068         * spam.el (spam-ifile-path, spam-ifile-program)
10069         (spam-ifile-database-path, spam-ifile-database)
10070         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10071         Don't use "path" inappropriately.
10072         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10073         strings.
10074         (spam-check-ifile, spam-ifile-register-with-ifile)
10075         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10076         Use new variable names.
10077
10078         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10079         (gnus-treat-display-smileys): Simplify using
10080         gnus-image-type-available-p.
10081
10082         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10083         available.
10084
10085         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10086         Use `display-images-p' if available.
10087
10088 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10091         one after turning on the buffer's multibyteness instead of decoding
10092         them directly in the unibyte buffer that causes unexpected conversion
10093         in Emacs 23 (unicode).
10094
10095 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10096
10097         * message.el (message-generate-hashcash): Fix custom type.
10098
10099 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10100
10101         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10102
10103 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10104
10105         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10106         disconnect icons.  Add help text.
10107
10108 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10109
10110         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10111         negated to be consistent with the others we handle.
10112
10113 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10114
10115         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10116         version of gnus-summary-buffer to something, so that we can use two
10117         article buffers at the same time.
10118
10119 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10120
10121         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10122         trigger all the extra headers.
10123         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10124         sorting.
10125
10126 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10127
10128         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10129         solid groups.
10130
10131 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10132
10133         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10134
10135 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10136
10137         * legacy-gnus-agent.el: Add Copyright notice.
10138
10139 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10140
10141         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10142
10143 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10144
10145         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10146
10147         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10148         to make it work reliably in CVS Emacs.
10149         (gnus-summary-limit-strange-charsets-predicate)
10150         (gnus-summary-limit-to-predicate): New functions.
10151
10152 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10153
10154         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10155         specifying array size.
10156         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10157         array if it is too small.
10158         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10159         (gnus-sort-threads-loop): New function.
10160
10161 2006-12-06  Chris Moore  <dooglus@gmail.com>
10162
10163         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10164         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10165
10166 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10167
10168         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10169         options.
10170
10171 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10172
10173         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10174         DOS-ing the recipient.
10175
10176         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10177         the headers when creating the mapping to avoid mismappings.
10178         (nnweb-gmane-create-mapping): Always nix out old mapping.
10179
10180 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10183         and mm-verify-option to never.
10184
10185 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10186
10187         * message.el (message-signed-or-encrypted-p): New function.
10188         (message-forward-make-body): Use it.
10189
10190         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10191         Replace encode-coding-string with mm-encode-coding-string.
10192
10193 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10194
10195         * nneething.el (nneething-decode-file-name):
10196         Replace decode-coding-string with mm-decode-coding-string.
10197
10198         * gnus-int.el (gnus-open-server): Say failed server's name.
10199
10200 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10201
10202         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10203         strings to a single string.  Quote `errors-file-name'.
10204         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10205         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10206         Adjust calls.  Use `shell-quote-argument'.
10207
10208 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10209
10210         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10211         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10212
10213         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10214         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10215         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10216         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10217         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10218         (gnus-subscribe-newsgroup, gnus-1):
10219         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10220         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10221         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10222         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10223
10224 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10225
10226         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10227         keystroke.
10228         (gnus-summary-limit-to-bodies): Implement headersp.
10229
10230 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10231
10232         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10233
10234 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10235
10236         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10237
10238 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10239
10240         * message.el (message-generate-hashcash): Expand range of values to
10241         include `opportunistic'.
10242         (message-send-mail): Use it.
10243
10244 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10245
10246         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10247         and comment it.
10248
10249         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10250
10251 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10252
10253         * gnus-util.el (gnus-extract-address-components): Improve comment.
10254
10255 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10256
10257         * gnus-util.el (gnus-extract-address-components): Work with address in
10258         which the name portion contains @.
10259
10260         * lpath.el: Fbind custom-autoload.
10261
10262 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10263
10264         * gnus.el (gnus-start): Move custom group up.
10265         (gnus-select-method): Don't autoload, but make it available for
10266         `customize-variable'.
10267         (gnus-getenv-nntpserver): Don't autoload.
10268
10269 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10270
10271         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10272
10273 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10274
10275         * message.el (message-sendmail-extra-arguments): New variable.
10276         (message-send-mail-with-sendmail): Use it.
10277
10278 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10279
10280         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10281         mm-with-unibyte-current-buffer to make string unibyte.
10282
10283         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10284         mm-string-as-multibyte.
10285
10286 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10287
10288         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10289         Reported by Werner Koch <wk@gnupg.org>.
10290
10291 2006-11-14  Daiki Ueno  <ueno@p360>
10292
10293         * mml2015.el: Autoload epa-select-keys when compiling.
10294
10295 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10296
10297         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10298         message-options.
10299         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10300
10301 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10302
10303         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10304         EasyPG (< 0.0.6).
10305         (mml2015-always-trust): New user option.
10306         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10307         prompt.
10308
10309 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * nntp.el (nntp-authinfo-force): New variable.
10312         (nntp-send-authinfo): Use it.
10313
10314 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10315
10316         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10317         decode encoded words.  Improve prompt.  Add comment about forwarding.
10318         (message-replacement-char): Move up.
10319
10320 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10321
10322         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10323         instead of gnus-intersection because arguments of gnus-sorted-nunion
10324         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10325
10326 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10327
10328         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10329         (message-simplify-subject-functions):
10330         Enable message-strip-subject-encoded-words by default.
10331
10332 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10333
10334         * message.el (message-strip-subject-encoded-words): New function.
10335         (message-simplify-subject-functions): New variable.
10336         (message-simplify-subject): Use it.  Fix typo in doc string.
10337         Support message-strip-subject-encoded-words.
10338
10339 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10340
10341         * gnus-diary.el (gnus-diary-delay-format-function):
10342         * nndiary.el (nndiary-reminders):
10343         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10344
10345 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10346
10347         * gnus-art.el (article-hide-boring-headers): Fetch date from
10348         gnus-original-article-buffer to avoid problems with localized date
10349         strings.
10350
10351 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10352
10353         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10354
10355 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10356
10357         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10358         New variables.
10359         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10360         (mm-charset-synonym-alist): Move some entries to
10361         mm-codepage-iso-8859-list.
10362         (mm-charset-synonym-alist, mm-charset-override-alist):
10363         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10364
10365 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10366
10367         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10368
10369 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10370
10371         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10372         with Emacs 21 and XEmacs.
10373
10374 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10375
10376         * spam.el (spam-parse-address): New function for better parsing,
10377         catching errors, etc.
10378         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10379
10380 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10381
10382         * mm-view.el: Add interactive arg to html2text autoload.
10383
10384 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10385
10386         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10387
10388 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10389
10390         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10391         New variables.
10392         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10393         (mm-charset-synonym-alist): Move some entries to
10394         mm-codepage-iso-8859-list.
10395
10396         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10397
10398 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10399
10400         * message.el (message-citation-line-format)
10401         (message-insert-formated-citation-line): Fix implementation of %E, %N
10402         and %n according to the doc string.
10403
10404 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10405
10406         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10407         Use car-safe to avoid bad parses.
10408
10409 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10410
10411         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10412         names.
10413
10414         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10415
10416 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10419         header.
10420
10421         * message.el (message-draft-headers): Add Date.
10422         (message-headers-to-generate): Fix typo in docstring.
10423
10424         * nndraft.el (nndraft-required-headers): New variable.
10425         (nndraft-generate-headers): Use it.
10426
10427         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10428
10429 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10430
10431         * gnus-registry.el (gnus-registry-wash-for-keywords)
10432         (gnus-registry-find-keywords): New functions to allow easy searching of
10433         articles that are in the registry.
10434
10435 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10436
10437         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10438         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10439         Reported by Damien Elmes <damien@repose.cx>.
10440
10441 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10442
10443         * gnus.el (gnus-mime): Remove unused custom group.
10444
10445 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10446
10447         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10448         "blank line" when searching for end of armor headers.
10449
10450 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10451
10452         * gmm-utils.el (gmm-write-region): Fix variable name.
10453
10454 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10455
10456         * gmm-utils.el (gmm-write-region): New function based on compatibility
10457         code from `mm-make-temp-file'.
10458
10459         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10460
10461         * nnmaildir.el (nnmaildir--update-nov)
10462         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10463         Use `gmm-write-region'.
10464
10465 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10466
10467         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10468         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10469
10470         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10471
10472         * message.el (message-replacement-char): New variable.
10473         (message-fix-before-sending): Use it.
10474         (message-simplify-subject): New function to remove duplicate code.
10475         (message-reply, message-followup): Use it.
10476
10477         * gnus-sum.el (gnus-summary-make-menu-bar):
10478         Clarify gnus-summary-limit-to-articles.
10479
10480 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10481
10482         * gnus-util.el (gnus-with-local-quit): New macro.
10483
10484         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10485
10486 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10487
10488         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10489         ignore non-string data.
10490
10491 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10492
10493         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10494         non-string data (needs to be done in the registry too).
10495
10496 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10497
10498         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10499         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10500         (gnus-registry-split-fancy-with-parent)
10501         (gnus-registry-fetch-simplified-message-subject-fast)
10502         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10503         Remove text properties on ingress into the registry and when it's saved.
10504         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10505         registry from entries with no groups.
10506
10507 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10508
10509         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10510         function to remove string properties.
10511
10512 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10513
10514         * gmm-utils.el (gmm): Adjust custom version.
10515
10516         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10517         Adjust custom version.
10518
10519         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10520
10521 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10522
10523         * gnus-art.el (gnus-insert-prev-page-button)
10524         (gnus-insert-next-page-button): Simplify.  Reformat.
10525
10526 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10527
10528         * gnus-art.el (gnus-insert-prev-page-button)
10529         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10530
10531 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10532
10533         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10534
10535 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10536
10537         * gnus-art.el (gnus-insert-mime-button)
10538         (gnus-insert-mime-security-button):
10539         Apply gnus-article-button-face to MIME and security buttons.
10540
10541 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10542
10543         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10544         readable.
10545
10546 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10547
10548         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10549
10550 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10551
10552         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10553         `browse-url-of-file' instead of `browse-url'.
10554
10555 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10556
10557         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10558         regexp.  Articles containing quotation were cut prematurely.
10559
10560 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10561
10562         * message.el (message-cite-original-1): Use nobody by default for the
10563         value of From header.
10564         (message-reply): Ditto.
10565
10566 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10567
10568         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10569         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10570         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10571
10572 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10573
10574         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10575         mails in the doc string.  Add some URLs in comment.
10576         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10577
10578 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10579
10580         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10581         backslashes handling and the way to find boundaries of quoted strings.
10582
10583 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10584
10585         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10586         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10587         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10588         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10589
10590 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10591
10592         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10593         doc string.
10594         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10595
10596 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10597
10598         * lpath.el: Fbind epg-check-configuration.
10599
10600 2006-09-06  Simon Josefsson  <jas@extundo.com>
10601
10602         * mml2015.el (mml2015-use): Doc fix, mention epg.
10603
10604 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10605
10606         * mml2015.el (mml2015-use): Default to epg, if available.
10607
10608 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10609
10610         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10611         message-sender.
10612         (mml1991-epg-encrypt): Ditto.
10613         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10614         message-sender.
10615         (mml2015-epg-encrypt): Ditto.
10616
10617 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10618
10619         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10620         several common directories.
10621
10622 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10623
10624         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10625         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10626
10627 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10628
10629         * gnus-art.el (article-decode-encoded-words): Make it fast.
10630
10631 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10634
10635         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10636         in quoted string into `\'.
10637
10638 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10639
10640         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10641         Use standard-syntax-table.
10642
10643 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10644
10645         * gnus-art.el (gnus-decode-address-function): New variable.
10646         (article-decode-encoded-words): Use it to decode headers which are
10647         assumed to contain addresses.
10648         (gnus-mime-delete-part): Remove useless `or'.
10649
10650         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10651         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10652         (gnus-nov-parse-line): Use it to decode From header.
10653         (gnus-get-newsgroup-headers): Ditto.
10654         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10655
10656         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10657         (mail-decode-encoded-address-string): New alias.
10658
10659         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10660         New function.
10661         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10662         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10663         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10664         (rfc2047-decode-string): Ditto.
10665         (rfc2047-decode-address-region): New function.
10666         (rfc2047-decode-address-string): New function.
10667
10668 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10669
10670         * message.el (message-caesar-buffer-body): Allow rotating headers.
10671
10672         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10673
10674         * message.el (message-insert-formated-citation-line): Fix %f.
10675         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10676
10677 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10678
10679         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10680         (gnus-bookmark-mouse-available-p): New macro.
10681         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10682         (gnus-bookmark-bmenu-show-infos): Use it.
10683         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10684         (gnus-bookmark-bmenu-hide-infos): Ditto.
10685         (gnus-bookmark-remove-properties): New function.
10686         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10687         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10688         (gnus-bookmark-write-file): Bind coding-system-for-write.
10689         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10690         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10691         group before selecting it.
10692         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10693         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10694         quit-window if it is not available; use gnus-mouse-2 and bind it to
10695         gnus-bookmark-bmenu-select-by-mouse.
10696         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10697         (gnus-bookmark-bmenu-select-by-mouse): New function.
10698
10699 2006-08-13  Romain Francoise  <romain@orebokech.com>
10700
10701         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10702         space.
10703
10704 2006-08-10  Romain Francoise  <romain@orebokech.com>
10705
10706         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10707         (dns-mode-soa-auto-increment-serial): New user option.
10708         (dns-mode-soa-maybe-increment-serial): New function.
10709         (dns-mode): Add the latter to `write-contents-functions'.
10710
10711 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10712
10713         * compface.el (uncompface): Use binary rather than raw-text-unix.
10714
10715 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10716
10717         * compface.el (uncompface): Make sure the eol conversion doesn't take
10718         place when communicating with the external programs.
10719         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10720
10721 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10722
10723         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10724
10725 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10726
10727         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10728         Make it more robust by parsing author and date independently.
10729
10730 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10731
10732         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10733
10734 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10735
10736         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10737         first matching secret key.
10738         (mml2015-epg-encrypt): Ditto.
10739
10740         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10741         first matching secret key.
10742         (mml1991-epg-encrypt): Ditto.
10743
10744         * mml2015.el (mml2015-encrypt-to-self): New user option.
10745         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10746         mml2015-epg-encrypt-to-self is set.
10747
10748         * mml1991.el (mml1991-encrypt-to-self): New variable.
10749         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10750         mml1991-epg-encrypt-to-self is set.
10751
10752         * mml2015.el (mml2015-signers): New user option.
10753         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10754         (mml2015-epg-encrypt): Allow to select signing keys.
10755
10756         * mml1991.el (mml1991-signers): New variable.
10757         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10758         (mml1991-epg-encrypt): Allow to select signing keys.
10759
10760 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10761
10762         * nnheader.el (nnheader-insert-head): Make it work even if the file
10763         uses CRLF for the line-break code.
10764
10765 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10766
10767         * mml2015.el: Require mml-sec instead of password.
10768         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10769         (mml2015-cache-passphrase): Inherit the default value from
10770         mml-secure-cache-passphrase.
10771         (mml2015-passphrase-cache-expiry): Inherit the default value from
10772         mml-secure-passphrase-cache-expiry.
10773
10774         * mml1991.el: Require mml-sec instead of password.
10775         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10776         (mml1991-cache-passphrase): Inherit the default value from
10777         mml-secure-cache-passphrase.
10778         (mml1991-passphrase-cache-expiry): Inherit the default value from
10779         mml-secure-passphrase-cache-expiry.
10780
10781         * mml-sec.el: Require password.
10782         (mml-secure-verbose): New user option.
10783         (mml-secure-cache-passphrase): New user option.
10784         (mml-secure-passphrase-cache-expiry): New user option.
10785
10786 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10787
10788         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10789         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10790         andreas@altroot.de (Andreas Vögele).
10791
10792         FIXME: Use `tiny change'?
10793
10794 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10795
10796         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10797         workaround for the url package included with Emacs.
10798
10799         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10800
10801 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10804         correctly.  This fixes a bug caused by the 2006-05-12 change.
10805
10806 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10807
10808         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10809         some information about the error when saying that the `bogus' mail
10810         group will be used.
10811
10812 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10813
10814         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10815         string.
10816
10817 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10818
10819         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10820
10821 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10822
10823         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10824
10825 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10826
10827         * mml1991.el (mml1991-function-alist): Add epg.
10828         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10829         (mml1991-epg-encrypt): New functions.
10830
10831 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10832
10833         * mml2015.el (mml2015-verbose): New variable.
10834         (mml2015-cache-passphrase): Ditto.
10835         (mml2015-passphrase-cache-expiry): Ditto.
10836         (mml2015-function-alist): Add epg.
10837         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10838         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10839         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10840         New functions.
10841
10842 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10843
10844         * message.el (message-cite-original-1): Preserve region when removing
10845         quoted text due to X-No-Archive in order to avoid bogus attribution
10846         when citing multiple messages.
10847
10848 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10849
10850         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10851         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10852
10853 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10854
10855         * gnus-diary.el (gnus-user-format-function-d)
10856         (gnus-user-format-function-D): Autoload.
10857
10858         * imap.el (Commentary): Fix typo.
10859
10860         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10861         2006-04-22 contribution.
10862
10863 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10864
10865         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10866         It didn't really fix the bogosity I'm seeing with solid web groups.
10867
10868 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10869
10870         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10871         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10872         created using server names.  If we use the feature without declaring
10873         it, Gnus does not properly manage server and group state.
10874
10875         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10876         bound.
10877
10878 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10879
10880         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10881         looking up the method using GROUP's prefix before inventing a new one.
10882         It is used on killed/unknown groups in various places where returning
10883         an all-new method isn't expected by the caller.
10884
10885         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10886         and match semantics of gnus-group-real-prefix.
10887
10888 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10889
10890         * nnmail.el (nnmail-broken-references-mailers): New variable.
10891         (nnmail-ignore-broken-references): New function generalizing
10892         nnmail-fix-eudora-headers.
10893         (nnmail-fix-eudora-headers): Now obsolete.
10894
10895         * gnus-art.el (gnus-button-handle-custom):
10896         Support `customize-apropos*'.
10897
10898 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10899
10900         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10901
10902         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10903         articles.
10904
10905 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10906
10907         * message.el (message-cite-reply-above): New variable.
10908         (message-yank-original): Use it.
10909
10910 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10911
10912         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10913
10914 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10915
10916         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10917         as read.
10918
10919         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10920
10921 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10922
10923         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10924         (gnus-bookmark-default-file): Use gnus-directory.
10925         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10926         Remove "*" in doc string.
10927         (gnus-bookmark-write-file): Simplify.
10928         (gnus-bookmark-maybe-sort-alist): Use `when'.
10929         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10930         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10931         Add FIXME about Emacs 21 and XEmacs compatibility.
10932         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10933         compatibility.
10934         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10935         compatibility.
10936         (gnus-bookmark-menu-heading): Fix version.
10937
10938 2006-06-19  Bastien Guerry  <bzg@altern.org>
10939
10940         * gnus-bookmark.el: New file.
10941
10942 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10943
10944         * message.el (message-syntax-checks): Doc fix.
10945
10946 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10947
10948         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10949         unsubscribed groups as if they were killed ones.  It causes duplicate
10950         entries in gnus-newsrc-alist.
10951
10952 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10953
10954         * message.el (message-syntax-checks): Doc fix.
10955         (message-send-mail): Add check for continuation headers.
10956         (message-check-news-header-syntax): Fix regexp used to check for
10957         continuation headers.
10958
10959 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10960
10961         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10962
10963 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10964
10965         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10966
10967 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10968
10969         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10970         default-truncate-lines.
10971
10972 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10973
10974         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10975         to fill the utf-8 entry.
10976
10977         * lpath.el: Fbind unicode-precedence-list.
10978
10979 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10980
10981         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10982
10983 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10984
10985         * gnus-agent.el (directory-files-and-attributes): Move all the way
10986         forward (the third and final move).
10987         (gnus-agent-read-agentview): Trap reconstruction errors due to
10988         nonexistent directory.  Handle by returning nil.
10989
10990 2006-05-30  Didier Verna  <didier@xemacs.org>
10991
10992         * message.el (message-dont-reply-to-names): Update the custom type.
10993         * message.el (message-dont-reply-to-names): New defsubst: potentially
10994         convert a list of regexps into a single one.
10995         * message.el (message-get-reply-headers): Use it.
10996         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10997
10998 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10999
11000         * gnus-agent.el (directory-files-and-attributes): Move forward.
11001
11002 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11003
11004         * gnus-ml.el (gnus-mailing-list-subscribe)
11005         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11006         (gnus-mailing-list-message): Fix doc strings.
11007
11008 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11009
11010         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11011         of doing it manually.
11012
11013 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11014
11015         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11016         comment.
11017
11018 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11019
11020         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11021         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11022         (gnus-agent-read-local): All symbols allocated in my-obarray.
11023         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11024         (gnus-agent-regenerate-group): Check numeric names to see if they are
11025         messages or groups.
11026         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11027         better way of do this...)
11028
11029         * gnus-cache.el (gnus-agent-total-fetched-for):
11030         Ignore 'dummy.group' (there should be a better way of do this...)
11031
11032 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11033
11034         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11035         (gnus-saved-headers): Ditto.
11036         (gnus-default-article-saver): Mention functions may have properties.
11037         (gnus-article-save): Override gnus-save-all-headers and
11038         gnus-saved-headers by :headers property which saver function may have.
11039         (gnus-summary-save-in-file): Add :headers property.
11040         (gnus-summary-write-to-file): Ditto.
11041
11042         * gnus-sum.el (gnus-summary-save-article): Bind
11043         gnus-prompt-before-saving to t when saving many articles in a file;
11044         always show all headers.
11045
11046         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11047
11048 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11049
11050         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11051         marks.
11052
11053         * message.el (message-indent-citation): Add optional arguments to allow
11054         using it outside of message buffers.
11055
11056         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11057         (gnus-article-treat-unfold-headers): Use it.
11058         (gnus-article-truncate-lines): New variable.
11059         (gnus-article-mode): Use it.
11060         (gnus-article-toggle-truncate-lines): New function.
11061
11062         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11063         Add gnus-article-toggle-truncate-lines.
11064
11065         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11066         coding system in XEmacs, use binary.
11067
11068 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11071         after-load-alist.
11072
11073         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11074         this function should save decoded articles.
11075         (gnus-summary-write-to-file): Use property to specify this function
11076         should save decoded articles and specify gnus-summary-save-in-file
11077         should be used to save articles other than the first one when saving
11078         many articles.
11079         (gnus-summary-save-body-in-file): Use property to specify this
11080         function should save decoded articles.
11081         (gnus-summary-write-body-to-file): Use property to specify this
11082         function should save decoded articles and specify
11083         gnus-summary-save-body-in-file should be used to save articles other
11084         than the first one when saving many articles.
11085
11086         * gnus-sum.el (gnus-summary-save-article): Simplify.
11087
11088 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11089
11090         * gnus-art.el (gnus-default-article-saver):
11091         Add gnus-summary-write-body-to-file.
11092         (gnus-article-save-coding-system): Don't use coding system object
11093         in XEmacs.
11094         (gnus-read-save-file-name): Add optional `dir-var' argument which
11095         specifies directory in which files are saved; work even if optional
11096         `variable' argument is not specified.
11097         (gnus-summary-write-to-file): Read file name.
11098         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11099         (gnus-summary-write-body-to-file): New function.
11100
11101         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11102         (gnus-summary-local-variables): Add it.
11103         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11104         (gnus-summary-save-article): Remove optional `decode' argument;
11105         determine whether to decode articles by the value of
11106         gnus-default-article-saver; when saving many files using
11107         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11108         it first and use gnus-summary-save-in-file or
11109         gnus-summary-save-body-in-file thereafter unless
11110         gnus-prompt-before-saving is always; move point to article which
11111         will be saved.
11112         (gnus-summary-save-article-file): Revert.
11113         (gnus-summary-write-article-file): Revert.
11114         (gnus-summary-save-article-body-file): Revert.
11115         (gnus-summary-write-article-body-file): New function.
11116
11117 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11118
11119         * gnus-art.el (gnus-default-article-saver): Doc fix.
11120         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11121         from gnus-summary-save-article-coding-system, and default to a
11122         certain coding system.
11123         (gnus-output-to-file): Add coding cookie and encode text according
11124         to gnus-article-save-coding-system; don't use mm-append-to-file.
11125
11126         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11127         gnus-art.el and rename to gnus-article-save-coding-system.
11128         (gnus-summary-save-article): Require gnus-art; don't show all
11129         headers if it decodes articles; don't add coding cookie here;
11130         don't bind mm-text-coding-system-for-write.
11131         (gnus-summary-save-article-file): Save decoded articles.
11132         (gnus-summary-write-article-file): When saving many files, use
11133         gnus-summary-write-to-file first and gnus-summary-save-in-file
11134         thereafter unless gnus-prompt-before-saving is always.
11135         (gnus-summary-save-article-body-file): Save decoded articles.
11136
11137         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11138
11139 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11140
11141         * nnrss.el (nnrss-check-group): Bind hash-index.
11142
11143 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11144
11145         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11146         its hash index.  Store this hash in `nnrss-group-data'.
11147         (nnrss-read-group-data): Update accordingly.
11148
11149 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11150
11151         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11152         entry.
11153
11154         * gnus-sum.el (gnus-summary-make-menu-bar):
11155         Add gnus-article-browse-html-article.
11156
11157 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11158
11159         * gnus-sum.el (gnus-summary-mime-map):
11160         Add gnus-article-browse-html-article.
11161
11162         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11163
11164 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11165
11166         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11167         suitable coding systems in customize.
11168
11169 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11170
11171         * mail-source.el (mail-sources): Fix custom type.
11172
11173 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11174
11175         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11176         (gnus-summary-expire-articles-now): Shorten prompt.
11177
11178         * gmm-utils.el (wid-edit): Require.
11179         (defun-gmm): Rename from `gmm-defun-compat'.
11180         (gmm-image-search-load-path): Use it.
11181         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11182
11183 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11184
11185         * gnus-sum.el (gnus-summary-save-article-coding-system):
11186         New variable.
11187         (gnus-summary-save-article): Add optional `decode' argument.
11188         If it is set and gnus-summary-save-article-coding-system is non-nil,
11189         save decoded article.
11190         (gnus-summary-write-article-file): Save decoded article if
11191         gnus-summary-save-article-coding-system is non-nil.
11192
11193         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11194         type.
11195
11196 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11197
11198         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11199
11200 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11201
11202         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11203         first to test gnus-single-article-buffer which may be buffer-local.
11204
11205         * gnus-sum.el (gnus-summary-setup-buffer):
11206         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11207         group; make gnus-article-buffer, gnus-article-current, and
11208         gnus-original-article-buffer always buffer-local.
11209         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11210         group.
11211         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11212
11213 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11214
11215         * nnml.el (nnml-request-compact-group): Compressed files might not
11216         have .gz extension.
11217
11218 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11219
11220         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11221         (mm-copy-to-buffer): Use with-current-buffer.
11222         (mm-display-part): Simplify.
11223         (mm-inlinable-p): Add optional arg `type'.
11224
11225 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11226
11227         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11228         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11229         Try harder to show the attachment internally or externally using
11230         gnus-mime-view-part-as-type.
11231
11232 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11233
11234         * message.el (message-from-style, message-signature-separator)
11235         (message-user-organization-file, message-send-mail-function)
11236         (message-citation-line-function, message-yank-prefix)
11237         (message-indent-citation-function, message-signature)
11238         (message-signature-file, message-signature-insert-empty-line):
11239         Remove autoloads.
11240
11241         * gnus-art.el (gnus-buttonized-mime-types):
11242         Remove "multipart/signed".  Revert 2006-04-26 change.
11243
11244 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11245
11246         * gnus.el (gnus-version-number): Bump version.
11247
11248 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11249
11250         * gnus.el: No Gnus v0.5 is released.
11251
11252 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11253
11254         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11255         fetching articles by message-id.
11256
11257 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11258
11259         * message.el (hashcash): Require hashcash as normal.
11260
11261         * ecomplete.el (ecomplete-highlight-match-line):
11262         Use point-at-eol.
11263         (ecomplete-highlight-match-line): Use `highlight', because that
11264         face exists in both Emacs and XEmacs.
11265
11266         * message.el (message-display-abbrev): Use point-at-bol.
11267
11268         * mail-source.el: Don't require timer/timer-funcs.
11269
11270         * gnus-async.el: Ditto.
11271
11272         * password.el: Ditto.
11273
11274         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11275
11276         * mm-url.el: Ditto.
11277
11278         * gnus-xmas.el: Don't require timer-funcs.
11279
11280         * mm-util.el: Require timer/timer-funcs.
11281
11282 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11283
11284         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11285         Close.
11286
11287 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11288
11289         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11290         unibyte after clear-decrypt function runs.
11291
11292         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11293         returns as a unibyte string.
11294
11295 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11296
11297         * lpath.el: Revert.
11298
11299         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11300         (pgg-gpg-process-sentinel): Revert.
11301
11302         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11303         (pgg-pgp-lookup-key): Revert.
11304
11305         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11306         (pgg-pgp5-lookup-key): Revert.
11307
11308         * pgg.el (pgg-fetch-key): Revert.
11309
11310 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11311
11312         * lpath.el: Fbind string-as-multibyte for XEmacs.
11313
11314         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11315         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11316         (mml1991-pgg-encrypt): Ditto.
11317
11318         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11319         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11320         a multibyte buffer.
11321
11322         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11323         (pgg-pgp-lookup-key): Ditto.
11324
11325         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11326         (pgg-pgp5-lookup-key): Ditto.
11327
11328         * pgg.el (pgg-fetch-key): Ditto.
11329
11330 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11331
11332         * message.el (message-user-organization-file): Check several
11333         locations of the organization file.
11334
11335         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11336         Add gnus-article-view-part-as-type.
11337
11338         * gnus-art.el (gnus-article-view-part-as-type): New function.
11339
11340         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11341         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11342
11343         * mml.el: Simplify autoload.
11344         (mml-mode): defvar dnd-protocol-alist instead of using
11345         symbol-value.
11346         (mml-default-directory): New variable.
11347         (mml-minibuffer-read-file): Use it.
11348         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11349
11350         * message.el (message-citation-line-format): New variable.
11351         (message-insert-formated-citation-line): New function.
11352         (message-citation-line-function):
11353         Add `message-insert-formated-citation-line' to custom type.
11354
11355         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11356         to doc string.
11357
11358         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11359         depending on mm-verify-option.
11360
11361 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11362
11363         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11364         binding pgg-* variables; reimplement the section which prevents
11365         MIME header from being signed.
11366         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11367         pgg-text-mode; remove a blank line at the top of body.
11368
11369         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11370         lines at the top of body; use gnus-newsgroup-charset if there's no
11371         Charset header.
11372
11373 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * message.el (message-self-insert-commands): Doc fix.
11376
11377         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11378         (mm-uu-pgp-encrypted-test): Ditto.
11379         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11380         between header and body; return application/pgp-encrypted handle
11381         if decryption failed; decode decrypted body by charset.
11382
11383         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11384         element match to application/pgp-*.
11385
11386 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11387
11388         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11389         HTML.
11390
11391 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11392
11393         * mail-source.el (mail-source-call-script): Message the error
11394         string.
11395
11396 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11397
11398         * gnus-util.el (gnus-byte-compile): Use it.
11399
11400 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11401
11402         * gnus-util.el (kill-empty-logs): New function.
11403
11404 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11405
11406         * message.el (message-mail-alias-type): Doc fix.
11407         (message-mail-alias-type-p): New function.
11408         (message-send): Use it.
11409         (message-mode): Ditto.
11410         (message-strip-forbidden-properties): Ditto.
11411
11412         * ecomplete.el (ecomplete-database-file-coding-system):
11413         New variable.
11414         (ecomplete-save): Use it.
11415         (ecomplete-setup): Use it.
11416
11417 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11418
11419         * message.el (message-self-insert-commands): New variable.
11420         (message-strip-forbidden-properties): Use it.
11421
11422 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11423
11424         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11425         that doesn't make XEmacs choke.
11426
11427 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11428
11429         * gnus-util.el (gnus-replace-in-string):
11430         Prefer replace-regexp-in-string over of replace-in-string.
11431
11432 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11433
11434         * gnus-util.el (gnus-select-frame-set-input-focus):
11435         Use select-frame-set-input-focus if it is available in XEmacs; use
11436         definition defined in Emacs 22 for old Emacsen.
11437
11438         * dgnushack.el: Autoload unmorse-region for XEmacs.
11439
11440         * lpath.el: Bind cursor-in-non-selected-windows and
11441         select-frame-set-input-focus for XEmacs.
11442
11443 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11444
11445         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11446
11447 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11448
11449         * gnus-registry.el (gnus-registry-cache-save): Remove text
11450         properties when saving via the temp buffer.
11451
11452 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11453
11454         * message.el (message-generate-hashcash): Honor custom type.
11455
11456 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11457
11458         * message.el (message-generate-hashcash): Default to non-nil when
11459         hashcash is found.
11460
11461         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11462         (gnus-refer-thread-limit): Increase default to 500.
11463
11464         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11465
11466         * flow-fill.el (fill-flowed): Allow delete-space.
11467
11468 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11469
11470         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11471         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11472         Remove autoloads.
11473
11474 2006-04-18  Simon Josefsson  <jas@extundo.com>
11475
11476         * message.el (message-generate-hashcash): Default to.
11477
11478 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11479
11480         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11481         concatenating segments rather than before concatenating them.
11482
11483 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11484
11485         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11486
11487 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11488
11489         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11490
11491         * message.el (message-forward-make-body-plain):
11492         Allow message-forward-ignored-headers to be a list.
11493         (message-remove-ignored-headers): Factor out into function.
11494         (message-forward-make-body-mml): Use it.
11495
11496         * imap.el (imap-quote-specials): New function.
11497         (imap-login-auth): Quote specials.
11498
11499         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11500         (rfc2231-parse-string): Allow concatanation of parameters that
11501         aren't contiguous.  The test case is
11502           (mail-header-parse-content-type "message/external-body;
11503             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11504             access-type=LOCAL-FILE;
11505             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11506
11507 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11508
11509         * nntp.el (nntp-accept-process-output): Return the value of
11510         `nnheader-accept-process-output'.
11511
11512 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11513
11514         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11515         (gnus-button-alist): Recognize more diff formats.
11516         (gnus-button-patch): Strip directory.
11517
11518 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11519
11520         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11521         Emacs 22 when setting focus.
11522
11523 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11524
11525         * gnus-art.el (gnus-article-treat-types): Do treatment of
11526         text/x-verbatim parts.
11527         (gnus-button-patch): New command.
11528
11529         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11530         addresses that contain invalid characters.
11531
11532 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11533
11534         * message.el (message-put-addresses-in-ecomplete):
11535         Use gnus-replace-in-string.
11536         (message-is-yours-p): Use the more correct
11537         mail-header-parse-address instead of
11538         mail-extract-address-components.
11539         (message-put-addresses-in-ecomplete): Fix typo.
11540
11541         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11542         keystroke.
11543
11544         * gnus-art.el (gnus-treatment-function-alist): Change order of
11545         newsgroups/generic header folding to avoid double-folding.
11546
11547         * message.el (message-hidden-headers): Add X-Draft-From.
11548
11549         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11550         New command.
11551         (gnus-summary-repeat-search-article-backward): New command.
11552
11553         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11554         groups in the parent topic.
11555
11556 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11557
11558         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11559         (spam-extra-header-to-number): Return the CRM114 number as a
11560         number instead of a string.
11561
11562 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11563
11564         * gnus-art.el (gnus-face-properties-alist): Move here from
11565         gnus-fun.
11566
11567         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11568
11569 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11570
11571         * message.el (message-strip-forbidden-properties): Only display on
11572         self-insert-command.
11573
11574         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11575         reindent.
11576         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11577
11578 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11579
11580         * smiley.el (smiley-style): Fix typo.
11581
11582 2006-03-23  Kenichi Handa  <handa@m17n.org>
11583
11584         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11585         instead of set-buffer-multibyte.
11586
11587 2006-03-23  Kenichi Handa  <handa@m17n.org>
11588
11589         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11590         buffer and then decode the buffer text if necessary.
11591         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11592         first, and after mm-encode-body, change the buffer to unibyte.
11593
11594 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11595
11596         * hashcash.el (hashcash-insert-payment-async-2):
11597         Use message-goto-eoh instead of doing it manually.
11598         (mail-add-payment): Use message-narrow-to-header instead of trying
11599         to do the same itself.
11600
11601         * message.el (message-hidden-headers): Add Face.
11602
11603         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11604         reparenting code.
11605         (gnus-summary-reparent-children): Refactored out code.
11606         (gnus-summary-thread-map): New keystroke.
11607         (gnus-summary-reparent-children): Make into command.
11608
11609         * smiley.el (smiley-style): Default to `medium' if using a large
11610         font.
11611
11612         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11613         does it itself.
11614
11615         * message.el (message-point-in-header-p): Simplify definition.
11616
11617 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11618
11619         * nnagent.el (nnagent-request-set-mark): Silence log file
11620         writing.
11621         (nnagent-request-set-mark): Use write-region instead of
11622         append-to-file.
11623
11624         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11625         strange select method.
11626
11627         * ecomplete.el (ecomplete-display-matches): Get highlightling
11628         right.
11629         (ecomplete-display-matches): Use literals.
11630         (ecomplete-display-matches): Disable message logging.
11631
11632         * message.el (message-display-abbrev): Small optimization.
11633
11634         * ecomplete.el (ecomplete-display-matches): Allow automatic
11635         display.
11636
11637         * message.el (message-strip-forbidden-properties):
11638         Display abbrevs.
11639         (message-display-abbrev): Get automatic display right.
11640
11641         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11642         keystrokes.
11643
11644 2006-04-13  Romain Francoise  <romain@orebokech.com>
11645
11646         TODO: Backport to v5-10!
11647
11648         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11649         Move here (and rename) from gnus-registry.el.
11650
11651         * gnus-registry.el: Require gnus-util.
11652         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11653
11654 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11655
11656         * gnus-group.el (gnus-group-catchup-current):
11657         Change if-then-else-if-then-else into cond.
11658         (gnus-group-catchup): Indent.
11659         (group-name-at-point): New function.
11660         (gnus-fetch-group): Provide default from thing at point.
11661
11662 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11663
11664         * message.el (message-display-abbrev): Fix regexp.
11665
11666         * ecomplete.el (ecomplete-highlight-match-line):
11667         Reimplement choosing.
11668         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11669         dead variables.
11670
11671         * message.el (message-newline-and-indent): Remove debugging.
11672         (message-display-abbrev): Use new implementation.
11673
11674 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11675
11676         * gnus-art.el (gnus-article-mode):
11677         Set cursor-in-non-selected-windows to nil.
11678
11679         * smiley.el: Revert previous change.
11680         (smiley-data-directory): defvar it before using it in the
11681         defcustom of `smiley-style'.
11682
11683 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11684
11685         * message.el (message-newline-and-indent): New function.
11686
11687         * ecomplete.el: Implement more bits.
11688
11689         * message.el (message-put-addresses-in-ecomplete): Clean up the
11690         string.
11691
11692         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11693
11694         * gnus-sum.el (gnus-summary-save-parts):
11695         Bind gnus-summary-save-parts-counter and use it to make unique file
11696         names.
11697
11698         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11699
11700         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11701         parameter to say whether to actually parse the individual
11702         addresses.
11703
11704         * message.el (message-put-addresses-in-ecomplete): New function.
11705         (ecomplete): Require.
11706         (message-mail-alias-type): Add ecomplete as an option.
11707
11708 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11709
11710         * flow-fill.el (fill-flowed): Remove trailing space from blank
11711         quoted lines.
11712
11713 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11714
11715         * smiley.el (smiley-style): Move definition later to avoid a
11716         compilation warning.
11717
11718 2006-04-12  Kenichi Handa  <handa@m17n.org>
11719
11720         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11721         buffer and then decode the buffer text if necessary.
11722         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11723         first, and after mm-encode-body, change the buffer to unibyte.
11724         Use mm-disable-multibyte instead of set-buffer-multibyte.
11725
11726 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11727
11728         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11729         Content-Type header instead of Content-Disposition header.
11730         (gnus-mime-inline-part): Ditto.
11731         (gnus-mime-view-part-as-charset): Ignore charset that the part
11732         specifies.
11733
11734         * mm-decode.el (mm-display-part): Work with external parts and
11735         usual parts similarly.
11736
11737         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11738         instead of gnus-display-mime.
11739
11740         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11741         instead of with-temp-buffer.
11742
11743         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11744         tag to summarized topics part in order to encode non-ASCII text.
11745
11746 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11747
11748         * smiley.el (smiley-style): New variable.
11749         (smiley-directory): New function.
11750         (smiley-data-directory): Derive from `smiley-style' using
11751         `smiley-directory'.
11752         (smiley-regexp-alist): Add new entries.
11753
11754         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11755         (gnus-article-browse-delete-temp): Add :version.
11756
11757 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11758
11759         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11760         the sieve region.
11761
11762 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11763
11764         * gnus.el (gnus-version-number): Bump version.
11765
11766 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11767
11768         * gnus.el: No Gnus v0.4 is released.
11769
11770 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11771
11772         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11773         layout.
11774
11775         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11776         unknown charset.
11777
11778         * message.el (message-header-synonyms): Add Original-To to the
11779         default.
11780
11781         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11782         optional parameter.
11783
11784 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11785
11786         * gnus-fun.el (gnus): Require it for gnus-directory.
11787
11788 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11789
11790         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11791
11792 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11793
11794         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11795
11796 2006-04-05  Simon Josefsson  <jas@extundo.com>
11797
11798         * password.el (password-reset): New function.
11799
11800 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11801
11802         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11803         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11804
11805 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11806
11807         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11808         Some whitespace was matched into the url, which broke browsing hits
11809         > 100 when mm-url-use-external was nil.
11810
11811 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11812
11813         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11814         Check gnus-extra-headers for 'Newsgroups.
11815
11816         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11817         bound.
11818
11819 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11820
11821         * pgg-gpg.el: Clean up process buffers every time gpg processes
11822         complete.
11823
11824 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11825
11826         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11827         doc string.
11828
11829 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11830
11831         * pgg-gpg.el (pgg-gpg-process-filter)
11832         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11833
11834         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11835         lines, temporary fix.
11836
11837 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11838
11839         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11840
11841 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11842
11843         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11844         default-enable-multibyte-characters.  This reverts the change from
11845         revision 6.17 which is no longer necessary because the passphrase
11846         is sent separately now.  GnuPG messages are unreadable under
11847         multibyte locales with default-enable-multibyte-characters set to
11848         nil.
11849
11850 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11851
11852         * message.el (message-tool-bar-gnome): Move "spell".
11853
11854 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11855
11856         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11857         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11858         instead.
11859
11860 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11861
11862         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11863         Improve newsgroups handling for NNTP overviews which don't include
11864         Newsgroups.
11865
11866 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11867
11868         * message.el (message-resend): Bind message-generate-hashcash to nil.
11869
11870 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11871
11872         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11873         when searching for already-paid recipients.
11874
11875 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11876
11877         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11878         passphrases when it is not needed.
11879         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11880         passphrase stuff from gpg, should only be necessary when you use
11881         gpg with a smartcard.
11882
11883 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11884
11885         * mml.el (mml-insert-mime): Ignore cached contents of
11886         message/external-body part.
11887
11888         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11889         (mm-insert-part): Ditto.
11890
11891 2006-03-23  Simon Josefsson  <jas@extundo.com>
11892
11893         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11894         Reiner.
11895         (pgg-gpg-use-agent-p): Use it again.
11896
11897 2006-03-23  Simon Josefsson  <jas@extundo.com>
11898
11899         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11900         older emacsen.
11901         (pgg-gpg-use-agent-p): Don't use it.
11902
11903 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11904
11905         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11906         if we can.
11907
11908 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11909
11910         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11911         (pgg-gpg-update-agent): New function.
11912         (pgg-gpg-use-agent-p): New function.
11913         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11914         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11915         (pgg-gpg-sign-region): Use it.
11916
11917 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11918
11919         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11920         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11921
11922 2006-03-21  Simon Josefsson  <jas@extundo.com>
11923
11924         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11925         <wilde@sha-bang.de>.
11926         (pgg-gpg-use-agent): New variable.
11927         (pgg-gpg-process-region): Use it.
11928         (pgg-gpg-encrypt-region): Likewise.
11929         (pgg-gpg-encrypt-symmetric-region): Likewise.
11930         (pgg-gpg-decrypt-region): Likewise.
11931         (pgg-gpg-sign-region): Likewise.
11932         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11933
11934 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11935
11936         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11937
11938         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11939         Add comment on version.
11940
11941 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11942
11943         * smiley.el: Add missing test smiley.
11944
11945 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11946
11947         * mm-decode.el (mm-with-part): New macro.
11948         (mm-get-part): Use it; work with message/external-body as well.
11949         (mm-save-part): Treat name and filename equally.
11950
11951         * mm-extern.el (mm-extern-cache-contents): New function.
11952         (mm-inline-external-body): Use it; force the part to be displayed;
11953         move undisplayer added to the cached handle to the parent.
11954
11955         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11956         (gnus-mime-view-part-as-type): Work with message/external-body.
11957
11958         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11959
11960 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11961
11962         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11963         images in image-load-path.  [Sync with image.el, revision 1.60, in
11964         Emacs.]
11965
11966 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11967
11968         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11969         path rather than symbol.  Always return list of directories.
11970         Guarantee that image directory comes first.  [Sync with image.el,
11971         revision 1.59, in Emacs.]
11972
11973         * message.el (message-make-tool-bar): Adjust to new API of
11974         `gmm-image-load-path-for-library'.
11975
11976         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11977
11978         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11979
11980 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11981
11982         * gnus-art.el (gnus-article-only-boring-p):
11983         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11984         intangible text.
11985         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11986
11987 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11988
11989         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11990         Use `defun' instead of `gmm-defun-compat'.
11991
11992 2006-03-14  Simon Josefsson  <jas@extundo.com>
11993
11994         * message.el (message-unique-id): Don't use message-number-base36
11995         if (user-uid) is a float.
11996         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11997
11998 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11999
12000         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12001
12002         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12003         empty line between a part and a message part.
12004
12005 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12006
12007         * smiley.el: Add more test smileys.
12008         (smiley-data-directory, smiley-regexp-alist)
12009         (gnus-smiley-file-types): Fix doc strings.
12010         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12011         adding new elements.
12012         (smiley-mouse-map): Unused code.  Make it a comment.
12013
12014 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12015
12016         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12017         scan latest NoCeM messages instead of old ones.
12018         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12019         delimiters that are recently used.
12020         (gnus-nocem-load-cache): Add autoload cookie.
12021
12022         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12023
12024         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12025         level which is larger than gnus-use-nocem is specified.
12026
12027         * gnus-group.el (gnus-group-get-new-news): Ditto.
12028
12029 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12030
12031         * gnus-util.el (gnus-tool-bar-update): New function.
12032
12033         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12034         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12035
12036         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12037
12038         * gnus-group.el (gnus-group-redraw-when-idle)
12039         (gnus-group-redraw-check): Remove.
12040         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12041
12042 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12043
12044         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12045         if optional last element is specified in splits (FIELD VALUE...).
12046
12047 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12048
12049         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12050         to gmm-image-load-path-for-library.  Call with no-error argument.
12051         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12052
12053         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12054
12055         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12056
12057         * gmm-utils.el (gmm-image-load-path): Remove alias.
12058
12059 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12060
12061         * gmm-utils.el (gmm-image-load-path): Add alias.
12062
12063         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12064         nnml-generate-nov-databases-1.
12065         (nnml-generate-nov-databases): Use it.
12066         (nnml-generate-nov-databases-directory): Document no-active
12067         argument.
12068
12069         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12070         directory if path is t.  Add no-error.
12071
12072         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12073         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12074
12075         * gnus-art.el (gnus-article-browse-delete-temp-files):
12076         Simplify resetting gnus-article-browse-html-temp-list.
12077
12078         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12079         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12080         Add example to docstring.  Rename local variables.  Move error
12081         checks to default case in cond and simplify.
12082
12083 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12084
12085         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12086         handle is multipart when calling it recursively.
12087         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12088
12089 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12090
12091         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12092         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12093
12094 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12095
12096         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12097         is loaded.
12098
12099         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12100         loaded.
12101
12102 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12103
12104         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12105         to "Emacs 23 (unicode)" in doc string.
12106
12107         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12108         "Emacs 23 (unicode)" in comment.
12109
12110 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12111
12112         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12113
12114         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12115         characters 160 through 255 in Emacs 23.
12116
12117 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12118
12119         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12120         gnus-article-browse-html-temp.
12121         (gnus-article-browse-delete-temp): Make it customizable.
12122         Add `file'.  Adjust doc string.
12123         (gnus-article-browse-delete-temp-files): Add argument.
12124         Allow query for each file.  Adjust doc string.
12125         (gnus-article-browse-html-parts):
12126         Add `gnus-article-browse-delete-temp-files' to
12127         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12128
12129 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12130
12131         * gnus-art.el (gnus-article-browse-html-temp)
12132         (gnus-article-browse-delete-temp): New variables.
12133         (gnus-article-browse-delete-temp-files): New function.
12134         (gnus-article-browse-html-parts): Use it.
12135
12136 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12137
12138         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12139
12140         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12141         string.
12142
12143         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12144         gnus-summary-insert-new-articles when unplugged.
12145         Remove gnus-summary-search-article-forward.
12146
12147         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12148         display-visual-class instead of display-color-cells.
12149
12150 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12151
12152         * dgnushack.el: Autoload customize-group for XEmacs.
12153
12154         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12155         message/* containing non-ASCII text properly.
12156
12157 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12158
12159         * message.el: Require gmm-utils, remove autoloads.
12160         (message-tool-bar): Set default based on
12161         gmm-tool-bar-style.
12162         (message-tool-bar-gnome): Add gmm-customize-mode.
12163
12164         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12165         gmm-tool-bar-style.
12166         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12167
12168         * gnus-group.el (gnus-group-tool-bar): Set default based on
12169         gmm-tool-bar-style.
12170         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12171
12172         * gmm-utils.el (gmm-image-directory): Rename variable from
12173         gmm-image-load-path.
12174         (gmm-image-load-path): Use gmm-image-directory.
12175         (gmm-customize-mode): New function.
12176         (gmm-tool-bar-style): New variable.
12177
12178         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12179         gnus-group-redraw-line-number.
12180         (gnus-group-redraw-check): Simplify.
12181         (gnus-group-tool-bar-update): Remove redraw check.
12182         (gnus-group-make-tool-bar): Add redraw check.
12183
12184 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12185
12186         * gnus-art.el (gnus-button): Add missing parentheses.
12187
12188 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12189
12190         * lpath.el: Fbind line-number-at-pos.
12191
12192 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12193
12194         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12195
12196 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12197
12198         * gnus-art.el (gnus-button): New face.
12199         (gnus-article-button-face): Use it.
12200
12201         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12202         Add gnus-summary-next-page.  Re-order.
12203
12204         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12205         next-node are now included.
12206         (gnus-group-redraw-line-number): New internal variable.
12207         (gnus-group-redraw-check): Helper function for updating the tool
12208         bar.
12209         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12210
12211         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12212
12213         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12214         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12215         Use it to match format of Spamassassin 3.0 and later.
12216         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12217         (spam-check-bogofilter)
12218         (spam-bogofilter-register-with-bogofilter): Fix args of
12219         `gnus-error' calls.
12220
12221 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12222
12223         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12224         unnecessary interaction when sending queued mails.
12225         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12226
12227 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12228
12229         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12230         first or last are nil.
12231
12232 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12233
12234         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12235
12236 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12237
12238         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12239
12240 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12241
12242         * dns.el (query-dns): Protect more against buggy tcp output.
12243
12244 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12245
12246         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12247         nov.php.
12248
12249 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12250
12251         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12252         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12253         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12254         output on the server side.
12255         (nnweb-google-create-mapping): Update regexps and add some
12256         progress indication.
12257
12258 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12259
12260         * gnus-group.el (gnus-group-tool-bar-gnome):
12261         Fix gnus-agent-toggle-plugged.  Re-order icons.
12262         (gnus-group-tool-bar-gnome):
12263         Add gnus-group-{prev,next}-unread-group.
12264         (gnus-group-tool-bar-gnome): Re-order icons.
12265
12266         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12267         Move gnus-summary-insert-new-articles.
12268
12269         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12270         Fix comments.
12271
12272         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12273         also available in Emacs 21.3.
12274
12275         * message.el (message-fix-before-sending): Change "Emacs 22" to
12276         "Emacs 23 (unicode)" in comment.
12277
12278         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12279         "Emacs 23 (unicode)" in comment.
12280
12281         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12282         comment.
12283         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12284
12285         * mm-view.el (mm-fill-flowed): Add :version.
12286
12287 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12290         and load-path.
12291
12292 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12293
12294         * message.el: Autoload gmm-image-load-path.
12295         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12296         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12297         consitency.
12298
12299         * gmm-utils.el (gmm-image-load-path): Also search in
12300         "../etc/images".  Don't set gmm-image-load-path if we don't find
12301         the image.
12302
12303 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12304
12305         * gmm-utils.el (gmm-image-load-path): Don't make
12306         `gmm-image-load-path' include subdirectories which the second arg
12307         `image' might specify.
12308
12309         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12310         subdirectory to icon file names.
12311
12312         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12313
12314 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12315
12316         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12317         gmm-image-load-path calls.
12318
12319         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12320
12321         * message.el (message-make-tool-bar): Ditto.
12322
12323         * mml.el (mml-preview): Add comment concerning tool bar icons.
12324
12325         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12326         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12327
12328         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12329         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12330
12331         * message.el (message-tool-bar-gnome): Use new icon names.
12332         (message-make-tool-bar): Use `gmm-image-load-path'.
12333
12334         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12335         New functions from MH-E.
12336         (gmm-image-load-path): New variable from MH-E.
12337         (gmm-image-load-path): New function from MH-E.  Add arguments
12338         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12339         *-image-load-path-called-flag.
12340
12341 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12342
12343         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12344
12345 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12346
12347         * nnimap.el (nnimap-request-move-article): Change folder back to
12348         source group before deleting.
12349
12350 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12351
12352         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12353
12354         * gnus-art.el (mm-url-insert-file-contents-external):
12355         Autoload mm-url.
12356
12357         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12358
12359 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12360
12361         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12362         coding system which mm-charset-to-coding-system returns for a
12363         given charset is valid.
12364
12365 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12366
12367         * html2text.el (html2text-remove-tag-list):
12368         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12369
12370 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12371
12372         * gnus-cus.el: Revert 2005-10-17 change.
12373
12374 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * gnus-art.el (article-strip-banner):
12377         Call article-really-strip-banner only when the regexp match is made.
12378
12379 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12380
12381         * gnus-art.el (article-strip-banner):
12382         Use gnus-extract-address-components instead of
12383         mail-header-parse-addresses to make it work with non-ASCII text;
12384         remove mail-encode-encoded-word-string.
12385
12386         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12387         values which are surrounded with \"...\"; make it never cause a
12388         Lisp error; give up parsing of parameters if it failed in
12389         extracting type.
12390
12391 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12392
12393         * smime.el (smime-cert-by-ldap-1): Fix bug where
12394         `smime-ldap-search' returns results without userCertificates.
12395
12396 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12397
12398         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12399
12400 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12401
12402         * spam.el (spam-check-spamassassin-headers): Adapt format for
12403         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12404         <ari@mbf.ocn.ne.jp>.
12405         (spam-list-of-processors): Add spam-use-gmane.
12406
12407 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12408
12409         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12410         make-temp-file; make it work with XEmacs as well.
12411
12412         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12413         mm-make-temp-file.
12414
12415         * mm-decode.el (mm-display-external): Use the 3rd arg of
12416         mm-make-temp-file.
12417         (mm-create-image-xemacs): Ditto.
12418
12419 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12420
12421         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12422         with message-narrow-to-headers.
12423         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12424         (gnus-draft-check-draft-articles): New function.
12425         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12426
12427 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12428
12429         * gnus-art.el (gnus-article-browse-html-parts):
12430         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12431         Don't use suffix argument for mm-make-temp-file for Emacs 21
12432         compatibility.  Remove useless `format'.
12433
12434 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12435
12436         * nnweb.el (nnweb-google-wash-article): Update regexps.
12437         (nnweb-group-alist): Use defvoo instead of defvar.
12438
12439 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12442         re-loading nn* modules.
12443
12444 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12445
12446         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12447         for `tool-bar-mode' and don't check it's default-value.
12448
12449         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12450
12451         * message.el (message-make-tool-bar): Ditto.
12452
12453         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12454         `substring'.  Shorten tmp-file name.
12455
12456         * gnus.el: Remove bogus comment.
12457
12458 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12459
12460         * gnus-art.el (gnus-article-browse-html-parts): New function.
12461         (gnus-article-browse-html-article): New function for viewing html
12462         articles with a browser.
12463
12464 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12465
12466         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12467         in elisp.
12468         (pgg-gpg-encrypt-symmetric-region): Ditto.
12469         (pgg-gpg-sign-region): Ditto.
12470
12471         * pgg-def.el (pgg-text-mode): New variable.
12472
12473         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12474         (mml2015-pgg-encrypt): Ditto.
12475
12476         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12477         (mml1991-pgg-encrypt): Ditto.
12478
12479 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * nnfolder.el (nnfolder-insert-newsgroup-line):
12482         Use message-make-date instead of current-time-string.
12483
12484         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12485         to gnus-decoded which mm-uu might set.
12486
12487 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12488
12489         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12490         don't decode quoted parameters; remove misimported Emacs code.
12491         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12492         (rfc2231-decode-encoded-string): Don't use split-string which
12493         behaves differently according to Emacs version; use
12494         mm-decode-coding-region to convert charset to coding-system.
12495         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12496         (rfc2231-encode-string): Remove misimported Emacs code.
12497
12498 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12499
12500         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12501         when calling mail-header-parse-content-type.
12502         (article-de-quoted-unreadable): Ditto.
12503         (article-de-base64-unreadable): Ditto.
12504         (article-wash-html): Ditto.
12505
12506         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12507         calling mail-header-parse-content-type and
12508         mail-header-parse-content-disposition.
12509         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12510         mail-header-parse-content-type.
12511
12512         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12513         insert charset and format parameters; encode description after
12514         inserting it to buffer.
12515         (mml-insert-parameter): Fold lines properly even if a parameter is
12516         segmented into two or more lines; change the max column to 76.
12517
12518         * rfc1843.el (rfc1843-decode-article-body): Don't use
12519         ignore-errors when calling mail-header-parse-content-type.
12520
12521         * rfc2231.el (rfc2231-parse-string): Return at least type if
12522         possible; don't cause an error even if it fails in parsing of
12523         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12524         (rfc2231-encode-string): Don't break lines at the beginning, leave
12525         it to mml-insert-parameter.
12526
12527         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12528         calling mail-header-parse-content-type.
12529
12530 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12531
12532         * spam-report.el (spam-report-gmane-use-article-number):
12533         Improve doc string.
12534         (spam-report-gmane-internal): Check if a suitable header was found
12535         in the article.
12536
12537 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12538
12539         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12540         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12541
12542 2006-02-05  Romain Francoise  <romain@orebokech.com>
12543
12544         Update copyright notices of all files in the gnus directory.
12545
12546 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12547
12548         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12549
12550 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12551
12552         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12553         segmented lines of parameter value to cope with Thunderbird 1.5
12554         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12555         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12556         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12557
12558 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12559
12560         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12561         parts.
12562
12563 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12564
12565         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12566         there's only one active file for all servers.
12567         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12568         solid groups.  Gnus might have used a FAST request to select the group.
12569         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12570         and nnweb-search redundantly in the active file.
12571         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12572         (nnweb-request-create-group): Don't use ARGS.
12573         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12574         initialisations.  Let nnoo do the work.
12575
12576 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12577
12578         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12579         Say the part has been decoded.
12580
12581         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12582
12583 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12584
12585         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12586         mailcap-viewer-test-cache when there's no 'test clause, since that
12587         will invert the meaning of a "nil" test previously determined by
12588         mailcap-mailcap-entry-passes-test.
12589
12590 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12591
12592         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12593         compiling.
12594
12595         * gnus-sum.el: Ditto.
12596
12597         * message.el: Don't bind tool-bar-map when compiling.
12598
12599 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12600
12601         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12602
12603 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12604
12605         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12606         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12607         current Google Groups.
12608
12609 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12610
12611         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12612         and tool-bar-mode.
12613
12614         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12615         and tool-bar-mode.
12616
12617         * message.el (message-tool-bar-update): Simplify.
12618         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12619
12620         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12621         gnus-summary-buffer.
12622         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12623         gnus-summary-reply.
12624
12625         * gmm-utils.el (gmm): Add :version.
12626
12627 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12628
12629         * Makefile.in (clean): New rule.
12630         (distclean): Use it.
12631
12632 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12633
12634         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12635         Don't autoload.
12636
12637 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12638
12639         * gmm-utils.el (gmm-verbose): Add :group.
12640
12641 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12642
12643         * message.el: Change some comments WRT tool-bars.
12644
12645         * gnus-sum.el (gnus-summary-tool-bar)
12646         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12647         (gnus-summary-tool-bar-zap-list): New variables.
12648         (gnus-summary-make-tool-bar): Complete rewrite using
12649         `gmm-tool-bar-from-list'.
12650
12651         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12652         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12653         New variables.
12654         (gnus-group-make-tool-bar): Complete rewrite using
12655         `gmm-tool-bar-from-list'.
12656         (gnus-group-tool-bar-update): New function.
12657
12658         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12659
12660 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12663         is dissected into a single part of which the type is the same as
12664         the given one; decode charset.
12665
12666 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12667
12668         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12669         into alists as symbol not string, since that's what
12670         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12671         look for.
12672
12673 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12674
12675         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12676         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12677
12678         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12679
12680 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12681
12682         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12683         (gnus-xmas-mime-security-button-menu): New function.
12684
12685         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12686         (gnus-mime-security-button-menu): New definition.
12687         (gnus-mime-security-button-map): Use them.
12688         (gnus-mime-security-button-menu): New function.
12689         (gnus-insert-mime-security-button): Addition to help echo.
12690         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12691         (gnus-mime-security-pipe-part): New functions.
12692
12693         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12694         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12695
12696         * mm-decode.el (mm-handle-set-disposition): Remove.
12697         (mm-handle-set-description): Remove.
12698
12699 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12700
12701         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12702         (mm-w3m-standalone-supports-m17n-p): New function.
12703         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12704         w3m usage.
12705
12706         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12707         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12708
12709 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12710
12711         * message.el (message-tool-bar-zap-list):
12712         Use gmm-tool-bar-zap-list as custom type.
12713         (message-tool-bar-update): New function.
12714         (message-tool-bar, message-tool-bar-gnome)
12715         (message-tool-bar-retro): Add message-tool-bar-update.
12716         (message-tool-bar-gnome): Add flyspell-buffer.
12717
12718         * gnus-util.el (gnus-error): Describe `args'.
12719
12720         * gmm-utils.el (gmm-error): Describe `args'.
12721         (gmm-tool-bar-zap-list): New widget.
12722         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12723
12724 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12725
12726         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12727         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12728         the number of recursive calls.
12729
12730         * mm-decode.el (mm-handle-set-disposition): New macro.
12731         (mm-handle-set-description): New macro.
12732
12733 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12734
12735         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12736         encoding.
12737
12738 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12739
12740         * message.el (message-tool-bar-zap-list, message-tool-bar)
12741         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12742         (message-tool-bar-local-item-from-menu): Remove.
12743         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12744         (message-make-tool-bar): New function.
12745         (message-mode): Use `message-make-tool-bar'.
12746
12747         * gmm-utils.el: New file.
12748         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12749         (gmm-lazy): New widget copied from `nnmail.el'.
12750         (gmm-tool-bar-from-list): New function for creating customizable
12751         tool bars.
12752         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12753         output.
12754         (gmm): Add :prefix to defgroup.
12755
12756 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12757
12758         * gmm-utils.el (gmm-widget-p): New function.
12759
12760 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12761
12762         * mml.el (mml-attach-file): Describe `description' in doc string.
12763         (mml-menu): Add Emacs MIME manual and PGG manual.
12764
12765 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12766
12767         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12768
12769 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12770
12771         * nntp.el (nntp-end-of-line): Doc fix.
12772
12773 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12774
12775         * imap.el (imap-open): Handle case where buffer is a buffer
12776         object.
12777
12778 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12779
12780         * gnus-delay.el (gnus-delay): Don't autoload.
12781         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12782         to be re-loaded when customizing the `gnus-delay' group.
12783
12784 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12785
12786         * message.el (message-insert-citation-line): Use newlines.
12787
12788 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12789
12790         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12791         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12792         these routines, so the passphrase can be managed externally and
12793         passed in to the system.
12794         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12795         pgg-add-passphrase-to-cache function.
12796
12797         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12798         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12799         these routines, so the passphrase can be managed externally and
12800         passed in to the system.
12801         (pgg-pgp5-sign-region): Use new name of
12802         pgg-add-passphrase-to-cache function.
12803
12804 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12805
12806         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12807         part of the decoded armor to find the key-identifier.
12808         (pgg-gpg-lookup-key-owner): New function to return the
12809         human-readable identifier of a key owner.
12810         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12811         itself.
12812         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12813         the key value) if we have a key and can match it against a secret
12814         key.  Also, added a note pointing out fact that the prompt only
12815         indicates the first matching key.
12816
12817         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12818         pgg-decrypt-region.
12819         (pgg-add-passphrase-to-cache): Rename from
12820         `pgg-add-passphrase-cache' to reduce confusion (all callers
12821         changed).
12822         (pgg-remove-passphrase-from-cache): Rename from
12823         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12824         changed).
12825         (pgg-read-passphrase, pgg-add-passphrase-cache)
12826         (pgg-remove-passphrase-cache): Add informative docstrings.
12827         (pgg-decrypt): Convey provided passphrase in subordinate call to
12828         pgg-decrypt-region.
12829
12830 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12831
12832         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12833         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12834         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12835         'passphrase' argument, so the passphrase can be managed externally
12836         and then passed in to the system.
12837
12838         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12839         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12840         so the passphrase cache can be used reliably with identifiers
12841         besides a pgp packet's key id.
12842
12843         * pgg-gpg.el (pgg-gpg-encrypt-region)
12844         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12845         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12846         these routines, so the passphrase can be managed externally and
12847         passed in to the system.
12848
12849         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12850         'notruncate' argument, so the passphrase cache can be used
12851         reliably with identifiers besides a pgp packet's key id.
12852
12853 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12854
12855         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12856         symmetric encryption.
12857         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12858         encrypted session key.
12859         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12860         message ask for the passphrase in a proper way.
12861
12862         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12863         New user commands for symmetric encryption.
12864
12865 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12866
12867         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12868
12869         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12870
12871 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12872
12873         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12874
12875 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * mm-decode.el (mm-inlined-types): Add application/pgp.
12878         (mm-automatic-display): Ditto.
12879
12880         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12881         part as text.
12882
12883 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12884
12885         * nnrss.el: Update copyright.
12886         (nnrss-opml-import): Query whether to subscribe to each entry.
12887
12888         * gnus-art.el:
12889         * gnus-sum.el:
12890         * gnus-xmas.el:
12891         * messagexmas.el:
12892         * mm-uu.el:
12893         * mm-view.el: Update copyright.
12894
12895 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12896
12897         * message.el (message-info): New function.
12898         (message-mode-menu): Add it.
12899         Update copyright.
12900
12901         * ChangeLog: Fix and update copyright.
12902
12903 2006-01-13  Romain Francoise  <romain@orebokech.com>
12904
12905         * message.el (message-forward-subject-name-subject): Prefer the
12906         address to 'nowhere' if the sender has no name.
12907         Fix typo.  Update copyright year.
12908
12909 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12910
12911         * gnus-art.el (article-wash-html):
12912         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12913         (gnus-article-wash-html-with-w3m-standalone): New function.
12914
12915         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12916         mm-inline-text-html-render-with-w3m-standalone.
12917         (mm-text-html-washer-alist): Map w3m-standalone to
12918         gnus-article-wash-html-with-w3m-standalone.
12919         (mm-inline-text-html-render-with-w3m-standalone): New function.
12920
12921 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12922
12923         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12924         Improve LaTeX.
12925
12926 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12927
12928         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12929         (nnrss-request-article): Render text/plain parts as HTML.
12930
12931         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12932         the buffer.
12933
12934 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12935
12936         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12937         custom definition of `gnus-posting-styles'.
12938
12939         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12940         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12941
12942 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12943
12944         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12945         Use nntp for bug archive.
12946
12947 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12948
12949         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12950         parts.
12951         (nnrss-normalize-date): New function converts ISO 8601 date into
12952         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12953         (nnrss-check-group): Use it.
12954
12955 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12956
12957         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12958
12959         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12960         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12961         (nnrss-insert-w3): Ditto.
12962
12963 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12964
12965         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12966         the articles to be forwarded including the case where neither a
12967         number of articles nor a region is specified.
12968
12969 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12970
12971         * nnrss.el (nnrss-request-article): Fix last change; fill
12972         text/plain parts.
12973
12974 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12975
12976         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12977         in text/plain part.
12978         (nnrss-check-group): Don't add excessive newline to dc:subject.
12979
12980 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12981
12982         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12983         article.
12984
12985 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12986
12987         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12988         (nnml-use-compressed-files, nnml-save-mail): Support other
12989         comression programs such as bzip2.
12990
12991 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12992
12993         * dns.el (query-dns): Make sure we check the buffer size before
12994         removing tcp headers.
12995
12996 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12997
12998         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12999         remove MIME buttons associated with multipart/alternative parts.
13000         (gnus-mime-display-alternative): Tag buttons using `article-type'
13001         text property.
13002
13003         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13004         associated with multipart/alternative parts.
13005
13006         * gnus-art.el (gnus-signature-separator): Fix custom type.
13007
13008         * mm-decode.el (mm-inlined-types): Fix custom type.
13009         (mm-keep-viewer-alive-types): Ditto.
13010         (mm-automatic-display): Ditto.
13011         (mm-attachment-override-types): Ditto.
13012         (mm-inline-override-types): Ditto.
13013         (mm-automatic-external-display): Ditto.
13014
13015 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13016
13017         * spam-report.el (spam-report-user-mail-address)
13018         (spam-report-user-agent): New variables.
13019         (spam-report-url-ping-plain): Use spam-report-user-agent.
13020
13021 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13022
13023         * gnus-art.el (gnus-button-handle-custom): Do not just use
13024         `customize-apropos' for any "M-x customize-*" button but the
13025         function called for.  Accept both the function name and its
13026         argument in order to achieve this.
13027         (gnus-button-alist): Remove support for "custom:" URL's.
13028         Pass function name to `gnus-button-handle-custom' in case of "M-x
13029         customize-*" buttons.
13030
13031 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13032
13033         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13034         multipart/alternative and add xref to mm-discouraged-alternatives
13035         in doc string.
13036
13037         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13038         gnus-buttonized-mime-types in doc string.
13039
13040 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13041
13042         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13043         Suggest image/.* in the doc string.
13044
13045 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13046
13047         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13048         message-marks (Debian bug #342521).
13049
13050 2005-12-12  Simon Josefsson  <jas@extundo.com>
13051
13052         * password.el (password-read-from-cache): Add.
13053         (password-read): Use it.
13054
13055 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13056
13057         * rfc2047.el (rfc2047-charset-to-coding-system):
13058         Recognize us-ascii as a MIME charset.
13059
13060         * mm-bodies.el (mm-decode-content-transfer-encoding):
13061         Protect against the case where the 2nd arg TYPE is nil.
13062
13063 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13064
13065         * pop3.el (pop3-stream-type): Fix custom version.
13066
13067         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13068
13069 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13070
13071         * mm-decode.el (mm-display-external): Add missing cdr.
13072
13073 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13074
13075         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13076         RFC1524) if it is in mailcap or add a suffix according to
13077         mailcap-mime-extensions when generating a temp filename; postpone
13078         deleting a temp file for 2 seconds for some wrappers, shell
13079         scripts, and so on, which might exit right after having started a
13080         viewer command as a background job.
13081
13082 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13083
13084         * nntp.el (nntp-marks-directory): Fix custom group.
13085
13086         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13087         steps when < 10.
13088
13089         * gnus-start.el (gnus-no-server-1):
13090         Mention `gnus-level-default-subscribed' in doc string.
13091
13092 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13093
13094         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13095         parens.
13096
13097 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * gnus-xmas.el (gnus-use-toolbar): Revert.
13100         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13101         gnus-use-toolbar is default.
13102
13103         * messagexmas.el (message-use-toolbar): Revert.
13104         (message-setup-toolbar): Use global default-toolbar if
13105         message-use-toolbar is default.
13106
13107 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13108
13109         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13110         according to default-toolbar-visible-p.
13111
13112         * messagexmas.el (message-use-toolbar): Ditto.
13113
13114 2005-11-26  Dave Love  <fx@gnu.org>
13115
13116         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13117         (tls-program, tls-success): Provide openssl alternative.
13118
13119         * starttls.el: Doc fixes.
13120         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13121         SERVICE to PORT.
13122
13123         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13124         port null or service name.
13125         (starttls-negotiate): Autoload.
13126
13127 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13128
13129         * message.el (message-kill-to-signature): Fix interactive spec.
13130
13131 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13132
13133         * pop3.el (pop3-open-server): Recognize a string as a service name.
13134
13135 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13136
13137         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13138
13139 2005-11-23  Dave Love  <fx@gnu.org>
13140
13141         Add pop3s, pop3/starttls.
13142
13143         * pop3.el (pop3-authentication-scheme): Clarify doc.
13144         (open-tls-stream, starttls-open-stream): Autoload.
13145         (pop3-stream-type): New.
13146         (pop3-open-server): Use it.
13147
13148         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13149         for POP.
13150         (mail-source-keyword-map): Add :stream for POP.
13151         (mail-source-fetch-pop): Use pop3-stream-type.
13152
13153 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13156         of current-time-string.
13157
13158 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13159
13160         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13161         date header.
13162
13163 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13164
13165         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13166         it can seriously impact performance as it bypasses the agent's
13167         local caches.
13168
13169 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13170
13171         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13172         must be explicitly online rather than "not explicitly offline" for
13173         its flags to be synchronized.
13174
13175         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13176         that gnus-uu-unmark-thread will function correctly.
13177
13178         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13179         1024K is instead displayed as 1M.
13180
13181 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13182
13183         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13184
13185 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13186
13187         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13188
13189 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13190
13191         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13192         error message to display actual error condition.
13193         (gnus-agent-save-local): Avoid saving symbols that are bound to
13194         nil as they simply result in a warning message in
13195         gnus-agent-read-local.
13196
13197 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13198
13199         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13200         rather than make-variable-buffer-local for file-precious-flag.
13201
13202 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13203
13204         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13205         for duplicates which are removed.  The invalid sort check then
13206         triggers a rescan after the sort as sorting may have moved
13207         duplicate entries such that they can be cheaply detected.
13208
13209 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13210
13211         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13212
13213 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13214
13215         * gnus-agent.el (gnus-agent-article-alist-save-format):
13216         Change internal variable to a custom variable.  Change default value
13217         from compressed(2) to uncompressed(1).
13218         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13219         support for uncompressed agentview files.  Taken together, reading
13220         the agentview file should now be 6-7 times faster.
13221
13222 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13223
13224         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13225         as a buffer-local variable.  This avoids creating truncated
13226         dribble files as a result of a hang up, eg.
13227
13228 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13229
13230         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13231         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13232         XEmacs.
13233
13234 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13235
13236         * gnus-start.el (gnus-start-draft-setup):
13237         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13238
13239         * gnus.el (gnus-splash): Change custom group.
13240         (gnus-group-get-parameter, gnus-group-parameter-value):
13241         Describe allow-list argument.
13242
13243         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13244         string.
13245
13246 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13247
13248         * gnus-art.el (gnus-default-article-saver): Add user-defined
13249         `function' to custom type.
13250
13251 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13252
13253         * imap.el (imap-open): Handle case where buffer is a buffer
13254         object.
13255
13256 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13257
13258         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13259         long lines.
13260         (gnus-cache-delete-group): Wrap doc strings.
13261
13262         * gnus-agent.el (gnus-agent-rename-group)
13263         (gnus-agent-delete-group): Wrap doc strings.
13264
13265 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13266
13267         * messagexmas.el (message-use-toolbar): Change the valid values
13268         into default, top, bottom, left, and right.
13269         (message-toolbar-thickness): New variable.
13270         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13271         well.
13272         (message-setup-toolbar): Make it work.
13273
13274         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13275         (gnus-use-toolbar): Change the valid values into default, top,
13276         bottom, left, and right.
13277         (gnus-toolbar-thickness): New variable.
13278         (gnus-xmas-setup-toolbar): New function.
13279         (gnus-xmas-setup-group-toolbar): Use it.
13280         (gnus-xmas-setup-summary-toolbar): Use it.
13281
13282 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13283
13284         * gnus-start.el (gnus-1): Add "native" to
13285         gnus-predefined-server-alist.
13286
13287         * gnus.el (gnus-method-to-server): Don't add "native" to the
13288         lists here, because that leads to problems when
13289         gnus-select-method is bound.
13290
13291 2005-11-09  Simon Josefsson  <jas@extundo.com>
13292
13293         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13294         use (not sort-by-date) instead.
13295
13296 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13297
13298         * gnus-delay.el (gnus-delay-group): Don't autoload.
13299         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13300         to be re-loaded when customizing the `gnus-delay' group.
13301
13302 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13303
13304         * message.el: Revert last changes.
13305         (message-insert-citation-line): Use newlines.
13306
13307 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13308
13309         * message.el (message-courtesy-message)
13310         (message-mark-insert-begin, message-mark-insert-end)
13311         (message-elide-ellipsis, message-cancel-message)
13312         (message-add-header, message-change-subject)
13313         (message-cross-post-followup-to-header)
13314         (message-cross-post-insert-note, message-reduce-to-to-cc)
13315         (message-widen-reply, message-delete-not-region)
13316         (message-kill-to-signature, message-insert-signature)
13317         (message-insert-importance-high, message-insert-importance-low)
13318         (message-insert-or-toggle-importance)
13319         (message-insert-disposition-notification-to)
13320         (message-indent-citation, message-yank-original)
13321         (message-cite-original-without-signature, message-cite-original)
13322         (message-insert-citation-line, message-position-on-field)
13323         (message-fix-before-sending, message-send-mail-partially)
13324         (message-send-mail, message-send-mail-with-sendmail)
13325         (message-send-mail-with-qmail, message-send-news)
13326         (message-check-news-header-syntax, message-generate-headers)
13327         (message-insert-courtesy-copy, message-fill-address)
13328         (message-fill-header, message-shorten-references)
13329         (message-setup-1, message-cancel-news)
13330         (message-forward-make-body-plain, message-forward-make-body-mime)
13331         (message-forward-make-body-mml, message-encode-message-body)
13332         (message-forward-make-body-digest-plain)
13333         (message-forward-make-body-digest-mime)
13334         (message-use-alternative-email-as-from): Insert `hard-newline'
13335         instead of ordinary newlines.
13336
13337 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13338
13339         * message.el (message-generate-headers): Downcase the argument
13340         given to message-check-element.
13341
13342 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13343
13344         * nntp.el (nntp-authinfo-rejected): New error condition.
13345         (nntp-wait-for): Use new error condition to signal authentication
13346         error.
13347         (nntp-retrieve-data): Rethrow new error condition to break out of
13348         recursive call to nntp-send-authinfo.
13349
13350 2005-11-08  Romain Francoise  <romain@orebokech.com>
13351
13352         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13353         (gnus-summary-exit-map): Bind to `Z p'.
13354         (gnus-summary-make-menu-bar): Add menu item.
13355
13356 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13357
13358         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13359         (gnus-treat-*): Add `first' in all doc strings.
13360
13361         * gnus-group.el (gnus-group-compact-group): Fix typo.
13362
13363 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13364
13365         * gnus.el (gnus-parameters-case-fold-search): New variable.
13366         (gnus-parameters-get-parameter): Use it.
13367
13368         * gnus-score.el (gnus-home-score-file): Doc fix.
13369
13370 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13371
13372         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13373
13374 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13375
13376         * mm-util.el (mm-special-display-p): New function.
13377
13378         * mml.el (mml-preview): Use it; doc fix.
13379
13380 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13381
13382         * imap.el (imap-open): Handle case where buffer is a buffer object.
13383
13384 2005-10-29  Romain Francoise  <romain@orebokech.com>
13385
13386         * message.el (message-fix-before-sending): Fix comment.
13387
13388 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13389
13390         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13391
13392 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13393
13394         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13395         Used in gnus-score.el.
13396
13397 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13398
13399         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13400
13401 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13402
13403         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13404         whitespace removed in revision 7.8.  Use concatenated string to
13405         protect trailing whitespace.
13406
13407 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13408
13409         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13410         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13411         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13412         Courier IMAP ("some version from 2004").  Mostly based on similar
13413         code in the same function.
13414
13415 2005-10-26  Didier Verna  <didier@xemacs.org>
13416
13417         * gnus-group.el (gnus-group-compact-group): Invalidate original
13418         article buffer.
13419         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13420         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13421         NOV database and in article itself.
13422         Invalidate article backlog.
13423
13424 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13425
13426         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13427
13428 2005-10-26  Simon Josefsson  <jas@extundo.com>
13429
13430         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13431         part of 2004-07-25 change.
13432
13433 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13434
13435         * message.el (message-display-completion-list): New function.
13436         (message-expand-group): Use it; make sure the Completions buffer
13437         is modifiable.
13438 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13439
13440         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13441         user-mail-name is an empty string.
13442
13443 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13444
13445         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13446         depending on gnus-score-decay-constant.
13447
13448         * encrypt.el (encrypt-insert-file-contents)
13449         (encrypt-write-file-contents): Don't use `gnus-message'.
13450
13451         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13452         arguments.
13453         (mm-uu-type-alist): Add message-marks and insert-marks.
13454         Pass arguments to mm-uu-verbatim-marks-extract.
13455         (mm-uu-hide-markers): New variable.
13456         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13457
13458         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13459         (gnus-convert-image-to-face-command): Use "convert" by default to
13460         allow other input image formats.
13461         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13462         accordingly.
13463
13464 2005-10-23  Simon Josefsson  <jas@extundo.com>
13465
13466         * imap.el (imap-gssapi-program): Align command line parameters
13467         with latest GNU SASL.
13468         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13469
13470 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13471
13472         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13473         HTML.
13474         (nnslashdot-request-article): Ditto.
13475
13476         * lpath.el (featurep): Add nobreak-char-display.
13477
13478 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13479
13480         * mail-source.el (mail-source-fetch-pop): Require pop3.
13481         (mail-source-check-pop): Ditto.
13482
13483 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13484
13485         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13486         errors.
13487
13488 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13489
13490         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13491         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13492
13493         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13494
13495         * mm-bodies.el (mm-decode-string):
13496         Call `mm-charset-to-coding-system' with allow-override argument.
13497
13498 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13499
13500         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13501         (rfc2047-charset-to-coding-system): New function.
13502         (rfc2047-decode-encoded-words): New function.
13503         (rfc2047-decode-region): Use them.
13504         (rfc2047-decode-cte): Remove.
13505         (rfc2047-parse-and-decode): Remove.
13506         (rfc2047-decode): Remove.
13507
13508 2005-10-15  Kenichi Handa  <handa@m17n.org>
13509
13510         * rfc2047.el (rfc2047-decode-cte): New function.
13511         (rfc2047-decode-region): Change the way to decode successive
13512         encoded-words: decode B- or Q-encoding in each encoded-word,
13513         concatenate them, and decode it as charset.
13514
13515 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13516
13517         * lpath.el: Fbind codepage-setup for XEmacs.
13518
13519 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13520
13521         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13522         widget-move-and-invoke.
13523         (gnus-custom-mode): Use gnus-custom-map.
13524
13525 2005-10-15  Bill Wohler  <wohler@newt.com>
13526
13527         * message.el (message-tool-bar-map): Rename image file from
13528         mail_send to mail/send.
13529
13530 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13531
13532         * message.el (message-expand-group): Pass the common
13533         prefix substring of completion to `display-completion-list'.
13534
13535 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13536
13537         * mml-sec.el (mml-secure-method): New internal variable.
13538         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13539         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13540         New functions using mml-secure-method.
13541
13542         * mml.el (mml-mode-map): Add key bindings for those functions.
13543         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13544         Harder <harder@myrealbox.com>.
13545         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13546         Goto end of message if point is the headers of the message.
13547
13548         * message.el (message-in-body-p): New function.
13549
13550         * assistant.el: Autoload gnus-util and netrc.
13551
13552         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13553         Use `mm-charset-override-alist' only when decoding.
13554
13555         * mm-bodies.el (mm-decode-body):
13556         Call `mm-charset-to-coding-system' with allow-override argument.
13557
13558         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13559         `filename' from Content-Disposition if Content-Type doesn't
13560         provide `name'.
13561         (gnus-mime-view-part-as-type): Set default instead of
13562         initial-input.
13563
13564 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13565
13566         * format-spec.el (format-spec): Propagate text properties of % spec.
13567
13568 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13569
13570         * gnus-art.el (gnus-treat-predicate): Add `first'.
13571
13572 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13573
13574         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13575         (mm-charset-override-alist): New variable.
13576         (mm-charset-to-coding-system): Use it.
13577         (mm-codepage-setup): New helper function.
13578         (mm-charset-eval-alist): New variable.
13579         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13580         Warn about unknown charsets.
13581
13582         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13583
13584 2005-10-04  David Hansen  <david.hansen@gmx.net>
13585
13586         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13587         (nnrss-check-group): Ditto.
13588
13589 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13590
13591         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13592         Rename x-gnus-verbatim to x-verbatim.
13593         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13594
13595         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13596         x-verbatim.
13597
13598         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13599
13600         * gnus-util.el (gnus-remove-duplicates): Remove.
13601
13602         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13603         instead of gnus-remove-duplicates.
13604
13605         * message.el (message-remove-duplicates): Remove.
13606         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13607         message-remove-duplicates.
13608
13609         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13610         available, else use implementation from `delete-dups'.
13611
13612         * message.el (message-insert-expires): New function.
13613         (message-mode-map): Add key binding.
13614         (message-mode-field-menu): Add menu entry.
13615         (message-mode): Document it.
13616         (message-make-expires-date): Use `message-make-date'.
13617
13618 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13619
13620         * message.el (message-make-expires-date): New function.
13621
13622 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * Makefile.in (list-installed-shadows): New entry.
13625         (install): Use it.
13626         (remove-installed-shadows): New entry.
13627
13628         * dgnushack.el (dgnushack-default-load-path): New variable.
13629         (dgnushack-find-lisp-shadows): New function.
13630         (dgnushack-remove-lisp-shadows): New function.
13631
13632 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13633
13634         * Makefile.in (install-el-elc): New entry.
13635         (install): Use it so that .el files are necessarily installed.
13636
13637 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13638
13639         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13640
13641 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13642
13643         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13644         function rather than the diff-mode.el package.
13645         (mm-display-external): Use with-current-buffer.
13646         (mm-viewer-completion-map, mm-viewer-completion-map):
13647         Move initialization inside declaration.
13648
13649 2005-09-29  Simon Josefsson  <jas@extundo.com>
13650
13651         * spam.el: Load hashcash when compiling, to avoid warnings.
13652         Don't autoload mail-check-payment.
13653         (spam-check-hashcash): Define unconditionally, since hashcash.el
13654         is part of Gnus now.  Ignore errors from payment checking.
13655
13656 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13657
13658         * message.el (message-bold-region, message-unbold-region):
13659         Rename from `bold-region' and `unbold-region'.
13660
13661         * message.el: Remove useless autoloads.
13662
13663 2005-09-28  Simon Josefsson  <jas@extundo.com>
13664
13665         * message.el (message-use-idna): Default to t.
13666         (message-use-idna): Test whether encoding works too.  Doc fix.
13667
13668 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13669
13670         * nntp.el (nntp-warn-about-losing-connection): Remove.
13671
13672 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13673
13674         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13675         customizable.  Change default value.
13676         (mm-uu-diff-groups-regexp): Change default value.
13677         (mm-uu-type-alist): Add doc string.
13678         (mm-uu-configure): Add doc string.  Make it interactive.
13679         (mm-uu-tex-groups-regexp): New variable.
13680         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13681         (mm-uu-type-alist): Add LaTeX documents.
13682         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13683         of "text/verbatim".
13684         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13685
13686         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13687         instead of "text/verbatim".
13688
13689         * message.el (message-mark-inserted-region)
13690         (message-mark-insert-file): Use slrn style marks when called with
13691         prefix argument.
13692
13693 2005-09-27  Simon Josefsson  <jas@extundo.com>
13694
13695         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13696
13697 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13698
13699         * message.el (message-remove-duplicates): New function.
13700         Implementation borrowed from `gnus-remove-duplicates'.
13701         (message-idna-to-ascii-rhs): Also encode idna addresses in
13702         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13703         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13704         only ask about the same idna domain once per header and also tell
13705         in what header to replace the idna domain.
13706
13707         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13708         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13709         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13710         a header is decoded and not just the last one.
13711
13712 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13713
13714         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13715         has been decoded.
13716
13717         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13718         (mm-insert-part): Don't modify text if it has been decoded.
13719
13720         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13721         decoded.
13722
13723         * mm-view.el (mm-inline-text): Don't strip text props unless
13724         decoding enriched or richtext parts.
13725
13726 2005-09-25  Romain Francoise  <romain@orebokech.com>
13727
13728         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13729         * gnus-start.el (gnus-subscribe-interactively):
13730         * gnus-uu.el (gnus-uu-grab-articles):
13731         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13732         space.
13733
13734 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13735
13736         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13737         * mm-view.el (mm-view-pkcs7-decrypt):
13738         * gnus-sum.el (gnus-summary-limit-to-extra)
13739         (gnus-summary-respool-article, gnus-read-move-group-name):
13740         * gnus-score.el (gnus-summary-increase-score):
13741         * gnus-util.el (gnus-completing-read-with-default):
13742         * gnus-art.el (gnus-read-save-file-name)
13743         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13744         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13745         * message.el (message-check-news-header-syntax):
13746         Follow convention for reading with the minibuffer.
13747
13748 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13749
13750         * spam-report.el (spam-report-url-ping-plain):
13751         Use gnus-extended-version as User-Agent.
13752
13753         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13754         default value is nil.
13755
13756         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13757         (mm-uu-verbatim-marks-extract): New function.
13758         (mm-uu-extract): New face.
13759         (mm-uu-copy-to-buffer): Use it.
13760
13761         * spam-report.el (spam-report-gmane-ham): Rename from
13762         `spam-report-gmane-unspam'.
13763         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13764         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13765
13766         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13767         Autoload.
13768         (spam-report-gmane-unregister-routine):
13769         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13770
13771 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13772
13773         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13774         (spam-report-gmane-unregister-routine): Add support for gmane
13775         unregistration.
13776
13777         * spam-report.el (spam-report-gmane-unspam)
13778         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13779         (spam-report-gmane): Change to take a single article and do unspam
13780         registration.
13781
13782 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13783
13784         * mm-url.el (mm-url-decode-entities): Fix regexp.
13785
13786 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13787
13788         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13789         default to nil, to be able to use Gnus at all.  If the default
13790         switches to something else, then the function should be fixed not
13791         be exceedingly slow.
13792
13793 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13794
13795         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13796         fail hard.
13797
13798         * spam-report.el: Add better Keywords line.
13799
13800         * spam.el: Add Maintainer and better Keywords line.
13801
13802 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13803
13804         * gnus-art.el (gnus-article-replace-part)
13805         (gnus-mime-replace-part): New functions.
13806         (gnus-mime-action-alist, gnus-mime-button-commands)
13807         (gnus-mime-save-part-and-strip): Add file argument.
13808         (gnus-article-part-wrapper): Add interactive argument.
13809
13810         * gnus-sum.el (gnus-summary-mime-map):
13811         Add `gnus-article-replace-part'.
13812
13813 2005-09-19  Didier Verna  <didier@xemacs.org>
13814
13815         The nnml compaction feature:
13816         * nnml.el (nnml-request-compact-group): New function.
13817         * nnml.el (nnml-request-compact): New function.
13818         * gnus-int.el (gnus-request-compact-group): New function.
13819         * gnus-int.el (gnus-request-compact): New function.
13820         * gnus-group.el (gnus-group-compact-group): New function.
13821         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13822         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13823         * gnus-srvr.el (gnus-server-compact-server): New function.
13824         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13825         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13826
13827 2005-09-18  Deepak Goel  <deego@gnufans.org>
13828
13829         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13830         format spec.
13831
13832 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13833
13834         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13835
13836 2005-09-15  Romain Francoise  <romain@orebokech.com>
13837
13838         * message.el (message-fill-paragraph): Clarify docstring.
13839
13840 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * gnus-art.el (gnus-mime-display-part): Protect against broken
13843         MIME messages.
13844
13845 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13848         before parsing header.
13849
13850 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13851
13852         * html2text.el (html2text-replace-list): Add new entities.
13853
13854 2005-09-11  Romain Francoise  <romain@orebokech.com>
13855
13856         * message.el (message-alternative-emails): Improve docstring.
13857         (message-setup-1): Call `message-use-alternative-email-as-from'
13858         after `message-setup-hook' to give it precedence over posting
13859         styles, etc.
13860         (message-use-alternative-email-as-from): Add docstring.
13861         Remove the original From header if present.
13862
13863         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13864         (nnml-save-mail): Use it.
13865
13866         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13867         articles.  Add new argument `silent'.
13868         (gnus-uu-mark-all): Report the total number of marked articles.
13869
13870 2005-09-10  Romain Francoise  <romain@orebokech.com>
13871
13872         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13873         (gnus-uu-mark-series): Likewise.
13874
13875 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13876
13877         * spam-report.el (spam-report-gmane): Fix generation of spam
13878         report URL.
13879
13880 2005-09-10  Simon Josefsson  <jas@extundo.com>
13881
13882         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13883         t, based on discussion on the ding list with Robert Epprecht
13884         <epprecht@solnet.ch>.
13885
13886 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13887
13888         * spam-report.el (spam-report-gmane): Make it work without
13889         X-Report-Spam header.  Gmane now only provides Archived-At.
13890         This is only used if `spam-report-gmane-use-article-number' is nil.
13891         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13892
13893         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13894         make `gnus-summary-sort-by-recipient' work with threading.
13895
13896         * nnweb.el (nnweb-google-wash-article): Print a message if article
13897         is not available.
13898
13899 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13900
13901         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13902         change.  Decode text/* parts content before displaying.
13903
13904 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13905
13906         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13907
13908 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13909
13910         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13911
13912         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13913         url-package-name, url-package-version,
13914         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13915         w3m-display-inline-images, and w3m-minor-mode-map.
13916
13917 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13918
13919         * message.el (message-tab-body-function): Fix mismatched custom type.
13920
13921         * gnus.el (gnus-group-change-level-function): Ditto.
13922
13923         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13924
13925         * gnus-art.el (gnus-signature-limit)
13926         (gnus-article-mime-part-function): Ditto.
13927
13928 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13929
13930         * mml.el (mml-mode): Silence the byte compiler.
13931
13932         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13933         using `(sit-for 0)' before moving the point to the specified part;
13934         skip unbuttonized parts.
13935         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13936         return to the summary window if gnus-auto-select-part is non-nil.
13937
13938 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13939
13940         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13941         New variables.
13942         (mml-dnd-attach-file, mml-mode): Use them.
13943
13944         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13945         Make fetching article by MID work again for Google Groups.
13946         Add FIXME concerning gnus-group-make-web-group.
13947
13948         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13949         Don't depend on Gnus by using mail-extract-address-components if
13950         gnus-extract-address-components is not bound.
13951
13952 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13953
13954         * gnus-art.el (gnus-mime-display-security): Don't display the
13955         signature, but only the signed part.
13956
13957 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13958
13959         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13960
13961         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13962         list, not listp.
13963
13964 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13965
13966         * mm-encode.el (mm-encode-content-transfer-encoding):
13967         Likewise when encoding.
13968
13969         * mm-bodies.el (mm-decode-content-transfer-encoding):
13970         De-canonicalize CRLF for all text content types, not just
13971         text/plain.
13972
13973 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13974
13975         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13976         valid article; point arrow and cursor at the MIME button.
13977
13978 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13979
13980         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13981         Suggested by Dan Christensen <jdc@uwo.ca>.
13982
13983         * mm-decode.el (mm-save-part): Enable change of prompt.
13984
13985 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13986
13987         * gnus-msg.el (gnus-inews-add-send-actions):
13988         Make `message-post-method' lambda parameter ARG `&optional'.
13989
13990 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13991
13992         * gnus-sum.el (gnus-summary-mime-map):
13993         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13994         gnus-article-jump-to-part.
13995
13996         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13997         (gnus-article-edit-part): Use it.
13998         (gnus-article-part-wrapper): Add no-handle argument.
13999         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14000         New functions.
14001
14002 2005-08-29  Romain Francoise  <romain@orebokech.com>
14003
14004         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14005         docstring.
14006         (gnus-face-from-file): Likewise.
14007
14008 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14009
14010         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14011         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14012         non-nil.
14013         (gnus-auto-select-part): New variable.
14014         (gnus-article-jump-to-part): New function.
14015         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14016         (gnus-mime-delete-part): Allow selecting specified part after
14017         deleting or stripping parts.
14018         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14019         part if argument is bogus.
14020
14021 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14022
14023         * gnus-art.el (w3m-minor-mode-map):
14024         * gnus-spec.el (gnus-newsrc-file-version):
14025         * gnus-util.el (nnmail-active-file-coding-system)
14026         (gnus-original-article-buffer, gnus-user-agent):
14027         * gnus.el (gnus-ham-process-destinations)
14028         (gnus-parameter-ham-marks-alist)
14029         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14030         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14031         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14032         * mm-decode.el (gnus-current-window-configuration):
14033         * mm-extern.el (gnus-article-mime-handles):
14034         * mm-url.el (url-current-object, url-package-name)
14035         (url-package-version):
14036         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14037         (smime-keys, w3m-cid-retrieve-function-alist)
14038         (w3m-current-buffer, w3m-display-inline-images)
14039         (w3m-minor-mode-map):
14040         * mml-smime.el (gnus-extract-address-components):
14041         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14042         (gnus-newsrc-hashtb, message-default-charset)
14043         (message-deletable-headers, message-options)
14044         (message-posting-charset, message-required-mail-headers)
14045         (message-required-news-headers):
14046         * mml1991.el (mc-pgp-always-sign):
14047         * mml2015.el (mc-pgp-always-sign):
14048         * nnheader.el (nnmail-extra-headers):
14049         * rfc1843.el (gnus-decode-encoded-word-function)
14050         (gnus-decode-header-function, gnus-newsgroup-name):
14051         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14052
14053 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14054
14055         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14056         the end of the date treatments.
14057
14058 2005-08-15  Simon Josefsson  <jas@extundo.com>
14059
14060         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14061         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14062         Capello and Romain Francoise.
14063         (pgg-fetch-key-function): Remove, not used?
14064         (pgg-insert-url-with-w3): Require url, to get
14065         url-insert-file-contents regardless of where it is defined.
14066
14067 2005-08-13  Romain Francoise  <romain@orebokech.com>
14068
14069         * message.el (message-cite-original-1): New function.
14070         (message-cite-original): Use it.
14071         (message-cite-original-without-signature): Ditto.
14072
14073 2005-08-08  Romain Francoise  <romain@orebokech.com>
14074
14075         * message.el (message-yank-empty-prefix): New variable.
14076         (message-indent-citation): Use it.
14077         (message-cite-original-without-signature): Respect X-No-Archive.
14078
14079 2005-08-08  Simon Josefsson  <jas@extundo.com>
14080
14081         * pgg.el: Autoload url-insert-file-contents instead of loading
14082         w3/url.
14083         (pgg-insert-url-with-w3): Don't load url here.
14084
14085 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14086
14087         * message.el (message-kill-to-signature): Don't insert newline at
14088         bol.
14089         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14090
14091 2005-08-06  Romain Francoise  <romain@orebokech.com>
14092
14093         * message.el (message-user-fqdn): Fix typo in docstring.
14094
14095 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14096
14097         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14098
14099         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14100
14101 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14102
14103         * mm-bodies.el (mm-encode-body): Use coding system rather than
14104         charset to encode text.
14105
14106         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14107         number of charsets if utf-8 is available (XEmacs).
14108
14109 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14110
14111         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14112         taken from `gnus-button-mid-or-mail-regexp'.
14113         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14114         (gnus-button-alist): Improve regexp for domain part of the MIDs
14115         for news:localpart@domain buttons.
14116         (gnus-button-ctan-directory-regexp): Update.
14117
14118 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14119
14120         * sieve-manage.el (sieve-manage-interactive-login):
14121         Use make-local-variable rather than make-variable-buffer-local.
14122         (sieve-manage-open): Ditto.
14123         (sieve-manage-authenticate): Ditto.
14124
14125         * mml.el (mml-generate-mime-1): Make the content type default to
14126         text/plain if the filename is not specified.
14127
14128 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14129
14130         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14131         instead of insert-buffer.
14132
14133         * message.el (message-yank-original): Ditto; set the mark at the
14134         end of the yanked message.
14135
14136 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14137
14138         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14139         lines to scroll rather than to stop it.
14140
14141         * mml.el (mml-generate-default-type): Add doc string.
14142         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14143         default to application/octet-stream when determining the content
14144         type if it is not specified for the part or the mml contents; add
14145         a comment about mml-generate-default-type.
14146
14147 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14148
14149         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14150         make it default to application/octet-stream when determining the
14151         content type if it is not specified for the external contents.
14152
14153 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14154
14155         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14156         segmented parameter but also other parameters might be there.
14157
14158 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14159
14160         * mm-decode.el (mm-display-external): Delete temp file, directory
14161         and buffer immediately if the external process is exited.
14162
14163 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14164
14165         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14166         fewer lines than that of scroll-margin.
14167         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14168
14169 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14170
14171         * gnus-art.el (gnus-article-next-page): Revert.
14172         (gnus-article-beginning-of-window): New macro.
14173         (gnus-article-next-page-1): Use it.
14174         (gnus-article-prev-page): Ditto.
14175         (gnus-article-edit-part): Use insert-buffer-substring instead of
14176         insert-buffer.
14177         (gnus-article-edit-exit): Ditto.
14178
14179         * gnus-util.el (gnus-beginning-of-window): Remove.
14180         (gnus-end-of-window): Remove.
14181
14182         * lpath.el: Don't bind header-line-format and scroll-margin.
14183
14184 2005-07-25  Simon Josefsson  <jas@extundo.com>
14185
14186         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14187         to have the url package without w3.  Reported by Daiki Ueno
14188         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14189
14190 2005-07-20  Didier Verna  <didier@xemacs.org>
14191
14192         * gnus-diary.el: Remove the description comment (nndiary is now
14193         properly documented in the Gnus manual).
14194         Fix the spelling of "Back End".
14195         * nndiary.el: Ditto.
14196         Fix the copyright notice.
14197
14198 2005-07-18  Romain Francoise  <romain@orebokech.com>
14199
14200         * gnus-sum.el (gnus-summary-to-prefix)
14201         (gnus-summary-newsgroup-prefix): New variables.
14202         (gnus-summary-from-or-to-or-newsgroups): Use them.
14203
14204 2005-07-17  Romain Francoise  <romain@orebokech.com>
14205
14206         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14207         space as it's generally not especially interesting to the user.
14208
14209 2005-07-16  Romain Francoise  <romain@orebokech.com>
14210
14211         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14212         nil to avoid prompting and file modification if one of the
14213         messages at the top of the nnfolder file contains a copyright
14214         notice.
14215         Update copyright notice.
14216
14217         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14218         instead of `current-time-string' as the latter creates a time
14219         string that is not RFC 2822 compliant (it lacks the zone).
14220         Update copyright notice.
14221
14222 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14223
14224         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14225         for text/rtf.  Display default in prompt.  Pass default for M-n.
14226
14227         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14228
14229 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14230
14231         * gnus-msg.el (gnus-button-mailto):
14232         Remove save-selected-window-window hackery because it relies on
14233         save-selected-window internals.
14234
14235 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14236
14237         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14238         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14239         (gnus-article-prev-page): Ditto.
14240
14241         * gnus-util.el (gnus-beginning-of-window): New function.
14242         (gnus-end-of-window): New function.
14243
14244         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14245
14246 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14247
14248         * gnus-score.el (gnus-score-edit-all-score):
14249         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14250         gnus-message.
14251
14252 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14253
14254         * gnus-msg.el (gnus-button-mailto):
14255         Remove save-selected-window-window hackery because it relies on
14256         save-selected-window internals.
14257
14258 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14259
14260         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14261         add-minor-mode.
14262         (gnus-binary-mode): Ditto.
14263
14264         * gnus-topic.el (gnus-topic-mode): Ditto.
14265
14266 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14267
14268         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14269         (gnus-article-prev-page): Take scroll-margin into consideration.
14270
14271 2005-07-04  Lute Kamstra  <lute@gnu.org>
14272
14273         Update FSF's address in GPL notices.
14274
14275 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14276
14277         * gnus.el (gnus-exit):
14278         * gnus-group.el (gnus-group-icons):
14279         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14280
14281         * gnus-nocem.el (gnus-nocem):
14282         * message.el (message-various, message-buffers, message-sending)
14283         (message-interface, message-forwarding, message-insertion)
14284         (message-headers, message-news, message-mail):
14285         * pgg-gpg.el (pgg-gpg):
14286         * pgg-parse.el (pgg-parse):
14287         * pgg-pgp.el (pgg-pgp):
14288         * pgg-pgp5.el (pgg-pgp5):
14289         * pop3.el (pop3): Finish `defgroup' description with period.
14290
14291 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14292
14293         * gnus-art.el (article-display-face): Improve the efficiency.
14294         (article-display-x-face): Ditto; remove grey x-face stuff.
14295
14296 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14297
14298         * gnus-art.el (article-display-face): Correct the position in
14299         which Faces are inserted.
14300
14301 2005-06-29  Didier Verna  <didier@xemacs.org>
14302
14303         * gnus-art.el (article-display-face): Display faces in correct
14304         order.
14305
14306 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14307
14308         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14309         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14310         (gnus-nocem-check-article): Fetch the Type header.
14311         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14312         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14313         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14314         make sure gnus-nocem-hashtb is initialized.
14315         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14316         (gnus-nocem-unwanted-article-p): Ditto.
14317
14318         * pgg.el (pgg-verify): Return the verification result.
14319
14320 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14321
14322         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14323         is ascii.
14324
14325 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14326
14327         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14328         `show-nonbreak-escape'.
14329
14330 2005-06-23  Lute Kamstra  <lute@gnu.org>
14331
14332         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14333
14334         * dig.el (dig-mode):
14335         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14336
14337 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14338
14339         * nnimap.el (nnimap-split-download-body): Fix spellings.
14340
14341 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14342
14343         * gnus-art.el (gnus-article-encrypt-body):
14344         * gnus-cus.el (gnus-score-customize):
14345         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14346         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14347
14348 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14349
14350         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14351         header by looking for magic "MII" at the beginnig.
14352
14353 2005-06-16  Miles Bader  <miles@gnu.org>
14354
14355         * gnus-xmas.el (gnus-xmas-group-startup-message):
14356         Use renamed gnus-splash face.
14357
14358         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14359         (assistant-field-face): New backward-compatibility alias for renamed
14360         face.
14361         (assistant-render-text): Use renamed assistant-field face.
14362
14363         * spam.el (spam): Remove "-face" suffix from face name.
14364         (spam-face): New backward-compatibility alias for renamed face.
14365         (spam-face, spam-initialize): Use renamed spam face.
14366
14367         * message.el (message-header-to, message-header-cc)
14368         (message-header-subject, message-header-newsgroups)
14369         (message-header-other, message-header-name)
14370         (message-header-xheader, message-separator, message-cited-text)
14371         (message-mml): Remove "-face" suffix from face names.
14372         (message-header-to-face, message-header-cc-face)
14373         (message-header-subject-face, message-header-newsgroups-face)
14374         (message-header-other-face, message-header-name-face)
14375         (message-header-xheader-face, message-separator-face)
14376         (message-cited-text-face, message-mml-face):
14377         New backward-compatibility aliases for renamed faces.
14378         (message-font-lock-keywords): Use renamed message faces.
14379
14380         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14381         (sieve-test-commands, sieve-tagged-arguments):
14382         Remove "-face" suffix from face names.
14383         (sieve-control-commands-face, sieve-action-commands-face)
14384         (sieve-test-commands-face, sieve-tagged-arguments-face):
14385         New backward-compatibility aliases for renamed faces.
14386         (sieve-control-commands-face, sieve-action-commands-face)
14387         (sieve-test-commands-face, sieve-tagged-arguments-face):
14388         Use renamed sieve faces.
14389
14390         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14391         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14392         (gnus-group-news-3-empty, gnus-group-news-4)
14393         (gnus-group-news-4-empty, gnus-group-news-5)
14394         (gnus-group-news-5-empty, gnus-group-news-6)
14395         (gnus-group-news-6-empty, gnus-group-news-low)
14396         (gnus-group-news-low-empty, gnus-group-mail-1)
14397         (gnus-group-mail-1-empty, gnus-group-mail-2)
14398         (gnus-group-mail-2-empty, gnus-group-mail-3)
14399         (gnus-group-mail-3-empty, gnus-group-mail-low)
14400         (gnus-group-mail-low-empty, gnus-summary-selected)
14401         (gnus-summary-cancelled, gnus-summary-high-ticked)
14402         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14403         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14404         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14405         (gnus-summary-low-undownloaded)
14406         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14407         (gnus-summary-low-unread, gnus-summary-normal-unread)
14408         (gnus-summary-high-read, gnus-summary-low-read)
14409         (gnus-summary-normal-read, gnus-splash):
14410         Remove "-face" suffix from face names.
14411         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14412         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14413         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14414         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14415         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14416         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14417         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14418         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14419         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14420         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14421         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14422         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14423         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14424         (gnus-summary-normal-ticked-face)
14425         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14426         (gnus-summary-normal-ancient-face)
14427         (gnus-summary-high-undownloaded-face)
14428         (gnus-summary-low-undownloaded-face)
14429         (gnus-summary-normal-undownloaded-face)
14430         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14431         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14432         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14433         (gnus-splash-face):
14434         New backward-compatibility aliases for renamed faces.
14435         (gnus-group-startup-message): Use renamed gnus faces.
14436
14437         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14438         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14439         (gnus-server-agent): Remove "-face" suffix from face names.
14440         (gnus-server-agent-face, gnus-server-opened-face)
14441         (gnus-server-closed-face, gnus-server-denied-face)
14442         (gnus-server-offline-face):
14443         New backward-compatibility aliases for renamed faces.
14444         (gnus-server-agent-face, gnus-server-opened-face)
14445         (gnus-server-closed-face, gnus-server-denied-face)
14446         (gnus-server-offline-face): Use renamed gnus faces.
14447
14448         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14449         Remove "-face" suffix from face names.
14450         (gnus-picon-xbm-face, gnus-picon-face):
14451         New backward-compatibility aliases for renamed faces.
14452
14453         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14454         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14455         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14456         (gnus-cite-11): Remove "-face" suffix from face names.
14457         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14458         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14459         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14460         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14461         New backward-compatibility aliases for renamed faces.
14462         (gnus-cite-attribution-face, gnus-cite-face-list)
14463         (gnus-article-boring-faces): Use renamed gnus faces.
14464
14465         * gnus-art.el (gnus-signature, gnus-header-from)
14466         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14467         (gnus-header-content): Remove "-face" suffix from face names.
14468         (gnus-signature-face, gnus-header-from-face)
14469         (gnus-header-subject-face, gnus-header-newsgroups-face)
14470         (gnus-header-name-face, gnus-header-content-face):
14471         New backward-compatibility aliases for renamed faces.
14472         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14473
14474         * gnus-sum.el (gnus-summary-selected-face)
14475         (gnus-summary-highlight): Use renamed gnus faces.
14476         * gnus-group.el (gnus-group-highlight): Likewise.
14477
14478 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14479
14480         * gnus-sieve.el (gnus-sieve-article-add-rule):
14481         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14482         * spam-stat.el (spam-stat-buffer-change-to-spam)
14483         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14484
14485         * message.el (message-is-yours-p):
14486         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14487
14488 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14489
14490         * mm-view.el (mm-inline-text): Withdraw the last change.
14491
14492 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14493
14494         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14495         executing enriched-decode.
14496
14497 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14498
14499         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14500         charset of tar files.
14501
14502 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14503
14504         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14505
14506 2005-06-04  Lute Kamstra  <lute@gnu.org>
14507
14508         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14509         information is never recorded.
14510
14511 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14512
14513         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14514
14515 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14516
14517         * pop3.el (pop3-apop): Run md5 in the binary mode.
14518
14519         * starttls.el (starttls-set-process-query-on-exit-flag):
14520         Use eval-and-compile.
14521
14522 2005-05-31  Simon Josefsson  <jas@extundo.com>
14523
14524         * smime.el (smime-replace-in-string): Define.
14525         (smime-cert-by-ldap-1): Use it.
14526
14527 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14528
14529         * gnus-art.el (article-display-x-face): Replace
14530         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14531
14532         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14533         set-process-query-on-exit-flag or process-kill-without-query.
14534
14535         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14536         loop instead of replace-regexp.
14537
14538         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14539         instead of process-kill-without-query if it is available.
14540
14541         * lpath.el: Fbind ldap-search-entries.
14542
14543         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14544         instead of find-file-hooks if it is available.
14545
14546         * mml1991.el: Bind pgg-default-user-id when compiling.
14547
14548         * mml2015.el: Bind pgg-default-user-id when compiling.
14549
14550         * nndraft.el (nndraft-request-associate-buffer):
14551         Use write-contents-functions instead of write-contents-hooks if it is
14552         available.
14553
14554         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14555         instead of find-file-hooks if it is available.
14556
14557         * nntp.el (nntp-open-connection): Replace
14558         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14559         (nntp-open-ssl-stream): Ditto.
14560         (nntp-open-tls-stream): Ditto.
14561
14562         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14563         set-process-query-on-exit-flag or process-kill-without-query.
14564         (starttls-open-stream-gnutls): Use it instead of
14565         process-kill-without-query.
14566         (starttls-open-stream): Ditto.
14567
14568 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14569
14570         * smime.el (smime-cert-by-ldap-1): Don't use
14571         replace-regexp-in-string.
14572
14573 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14574
14575         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14576
14577         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14578         in PEM format.  Adjust to the XEmacs compability.
14579
14580 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14581
14582         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14583         by `string-to-number'.
14584         * gnus-agent.el (gnus-agent-regenerate-group)
14585         (gnus-agent-fetch-articles): Ditto.
14586         * gnus-art.el (gnus-button-fetch-group): Ditto.
14587         * gnus-cache.el (gnus-cache-generate-active)
14588         (gnus-cache-articles-in-group): Ditto.
14589         * gnus-group.el (gnus-group-set-current-level)
14590         (gnus-group-insert-group-line): Ditto.
14591         * gnus-score.el (gnus-score-set-expunge-below)
14592         (gnus-score-set-mark-below, gnus-summary-score-effect)
14593         (gnus-summary-score-entry): Ditto.
14594         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14595         (gnus-soup-pack): Ditto.
14596         * gnus-spec.el (gnus-xmas-format): Ditto.
14597         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14598         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14599         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14600         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14601         * nndb.el (nndb-get-remote-expire-response): Ditto.
14602         * nndiary.el (nndiary-parse-schedule-value)
14603         (nndiary-string-to-number, nndiary-request-replace-article)
14604         (nndiary-request-article): Ditto.
14605         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14606         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14607         * nneething.el (nneething-make-head): Ditto.
14608         * nnfolder.el (nnfolder-request-article)
14609         (nnfolder-retrieve-headers): Ditto.
14610         * nnheader.el (nnheader-file-to-number): Ditto.
14611         * nnkiboze.el (nnkiboze-request-article): Ditto.
14612         * nnmail.el (nnmail-process-unix-mail-format)
14613         (nnmail-process-babyl-mail-format): Ditto.
14614         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14615         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14616         (nnmh-request-create-group, nnmh-request-list-1)
14617         (nnmh-request-group, nnmh-request-article): Ditto.
14618         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14619         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14620         * nnsoup.el (nnsoup-make-active): Ditto.
14621         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14622         * nntp.el (nntp-find-group-and-number)
14623         (nntp-retrieve-headers-with-xover): Ditto.
14624         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14625         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14626         (pgg-format-key-identifier): Ditto.
14627         * pop3.el (pop3-last, pop3-stat): Ditto.
14628         * qp.el (quoted-printable-decode-region): Ditto.
14629
14630         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14631         of concat.
14632
14633 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14634
14635         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14636
14637         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14638
14639         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14640
14641         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14642
14643         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14644
14645         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14646
14647         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14648         (gnus-carpal-mode): Ditto.
14649
14650         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14651         (gnus-browse-mode): Ditto.
14652
14653         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14654
14655         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14656
14657 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14658
14659         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14660
14661 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14662
14663         * gnus-util.el (gnus-run-mode-hooks): New function.
14664
14665         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14666
14667         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14668         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14669
14670 2005-05-27  Lute Kamstra  <lute@gnu.org>
14671
14672         * dns-mode.el (dns-mode): Specify customization group.
14673
14674 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14675
14676         * gnus-agent.el (gnus-agent-make-mode-line-string):
14677         Use mode-line-highlight as mouse-face.
14678
14679 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14680
14681         * canlock.el (canlock): Change the parent group to news.
14682
14683         * deuglify.el (gnus-outlook-deuglify): Add :group.
14684
14685         * dig.el (dig): Add :group.
14686
14687         * dns-mode.el (dns-mode): Add :group.
14688
14689         * encrypt.el (encrypt): Add :group.
14690
14691         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14692         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14693         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14694         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14695         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14696
14697         * gnus-diary.el (gnus-diary): Add :group.
14698
14699         * gnus.el (gnus-group-news-1-face): Add :group.
14700         (gnus-group-news-1-empty-face): Ditto.
14701         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14702         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14703         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14704         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14705         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14706         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14707         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14708         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14709         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14710         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14711         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14712         (gnus-summary-high-ticked-face): Ditto.
14713         (gnus-summary-low-ticked-face): Ditto.
14714         (gnus-summary-normal-ticked-face): Ditto.
14715         (gnus-summary-high-ancient-face): Ditto.
14716         (gnus-summary-low-ancient-face): Ditto.
14717         (gnus-summary-normal-ancient-face): Ditto.
14718         (gnus-summary-high-undownloaded-face): Ditto.
14719         (gnus-summary-low-undownloaded-face): Ditto.
14720         (gnus-summary-normal-undownloaded-face): Ditto.
14721         (gnus-summary-high-unread-face): Ditto.
14722         (gnus-summary-low-unread-face): Ditto.
14723         (gnus-summary-normal-unread-face): Ditto.
14724         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14725         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14726
14727         * hashcash.el (hashcash): New custom group.
14728         (hashcash-default-payment): Add :group.
14729         (hashcash-payment-alist): Ditto.
14730         (hashcash-default-accept-payment): Ditto.
14731         (hashcash-accept-resources): Ditto.
14732         (hashcash-path): Ditto.
14733         (hashcash-extra-generate-parameters): Ditto.
14734         (hashcash-double-spend-database): Ditto.
14735         (hashcash-in-news): Ditto.
14736
14737         * message.el (message-minibuffer-local-map): Add :group.
14738
14739         * netrc.el (netrc): Add :group.
14740
14741         * sieve-manage.el (sieve-manage-log): Add :group.
14742         (sieve-manage-default-user): Diito.
14743         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14744         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14745         (sieve-manage-authenticators): Ditto.
14746         (sieve-manage-authenticator-alist): Ditto.
14747         (sieve-manage-default-port): Ditto.
14748
14749         * sieve-mode.el (sieve-control-commands-face): Add :group.
14750         (sieve-action-commands-face): Ditto.
14751         (sieve-test-commands-face): Ditto.
14752         (sieve-tagged-arguments-face): Ditto.
14753
14754         * smime.el (smime): Add :group.
14755
14756         * spam-report.el (spam-report): Add :group.
14757
14758         * spam.el (spam, spam-face): Add :group.
14759
14760 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14761
14762         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14763         return \n.\n.\n at the end of articles.  Protect against that.
14764         (nntp-with-open-group): Allow debugging.
14765
14766         * nnheader.el (mail-header-set-extra): Make into a function
14767         because I just could't understand how to quote the list properly.
14768
14769         * dns.el (query-dns-cached): New function.
14770
14771 2005-05-26  Lute Kamstra  <lute@gnu.org>
14772
14773         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14774
14775 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14776
14777         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14778
14779         * gnus-art.el: Don't autoload mail-extract-address-components.
14780
14781         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14782         eval-and-compile to evaluate it.
14783
14784         * hashcash.el: Don't autoload executable-find.
14785
14786         * nndb.el: Don't declare the nndb back end two or more times; don't
14787         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14788
14789         * nntp.el: Autoload format-spec instead of format; use
14790         eval-and-compile to evaluate autoload forms.
14791
14792 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14793
14794         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14795
14796 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14797
14798         * gnus.el (gnus-version-number): Bump version.
14799
14800 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14801
14802         * gnus.el: No Gnus v0.3 is released.
14803
14804 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14805
14806         * lpath.el (featurep): Bind show-nonbreak-escape.
14807
14808 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14809
14810         * gnus-art.el (gnus-article-edit-part): Disable undo.
14811
14812 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14813
14814         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14815         gnus-article-date-lapsed-new-header is t if date timer is active;
14816         skip headers in which the original date value is empty.
14817         (gnus-article-save-original-date): Redefine it as a macro.
14818         (gnus-display-mime): Use it.
14819
14820 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14821
14822         * gnus-art.el (article-date-ut): Support converting date in
14823         forwarded parts as well.
14824         (gnus-article-save-original-date): New function.
14825         (gnus-display-mime): Use it.
14826
14827 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14828
14829         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14830         enclosure element of <item>.
14831
14832 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14833
14834         * message.el (message-kill-buffer-query): Rename from
14835         `message-kill-buffer-query-if-modified'.  Add :version.
14836
14837 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14838
14839         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14840         window layout.
14841
14842 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14843
14844         * mml.el: Autoload dnd when compiling.
14845
14846 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14847
14848         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14849         x-dnd-*.
14850
14851 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14852
14853         * qp.el (quoted-printable-encode-region): Save excursion.
14854
14855 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14856
14857         * message.el (message-kill-buffer-query-if-modified): Add new variable
14858         so the user can kill a modified message buffer quickly.
14859         (message-kill-buffer): Use it.
14860
14861 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14862
14863         * lpath.el: Fbind display-time-event-handler; don't fbind
14864         string-to-multibyte.
14865
14866         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14867
14868 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14869
14870         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14871         contained in text because xml.el decodes entities) with LFs.
14872
14873 2005-04-11  Lute Kamstra  <lute@gnu.org>
14874
14875         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14876         differently.
14877
14878 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14879
14880         * mm-util.el (mm-detect-coding-region): Typo.
14881
14882 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14885
14886 2005-04-06  Deepak Goel  <deego@gnufans.org>
14887
14888         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14889         user-function allow user modifications of the scores.
14890         (spam-stat-score-buffer-user): New function, to allow
14891         user-computed modifications to the score.
14892         (spam-stat-score-buffer-user-functions): List of additional
14893         scoring functions.
14894         (spam-stat-error-holder): Global temporary error holder.
14895         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14896         variable.
14897
14898 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14899
14900         * gnus-registry.el (gnus-registry-clean-empty-function)
14901         (gnus-registry-trim, gnus-registry-fetch-groups)
14902         (gnus-registry-delete-group): Groups that match
14903         `gnus-registry-ignored-groups' are removed from the registry
14904         entries, not just ignored for splitting.  This helps clean up the
14905         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14906         to get all the groups a message ID is in.
14907
14908         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14909         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14910         (spam-stat-score-buffer-user-functions): Add :number custom type.
14911
14912 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14913
14914         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14915         argument in XEmacs.
14916
14917         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14918         (nnrss-request-group): Decode group name first.
14919         (nnrss-request-article): Make a text/plain article if mml-to-mime
14920         failed.
14921         (nnrss-get-encoding): Return a compatible encoding according to
14922         nnrss-compatible-encoding-alist.
14923         (nnrss-find-el): Use consp instead of listp.
14924         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14925
14926 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14927
14928         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14929         which Emacs 20 doesn't support.
14930         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14931
14932 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14933
14934         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14935         silence the byte compiler inside the defun.
14936
14937         * gnus-demon.el (parse-time-string): Add autoload.
14938
14939         * gnus-delay.el (parse-time-string): Add autoload.
14940
14941         * gnus-art.el (parse-time-string): Add autoload.
14942
14943         * nnultimate.el (parse-time): Require for `parse-time-string'.
14944
14945 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14946
14947         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14948
14949         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14950
14951         * smime.el (smime-ldap-host-list): Add :version.
14952
14953 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14954
14955         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14956         pass it to `gnus-browse-read-group'.
14957         (gnus-browse-read-group): Add NUMBER argument and pass it to
14958         `gnus-group-read-ephemeral-group'.
14959
14960         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14961         argument and pass it to `gnus-group-read-group'.
14962
14963 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14964
14965         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14966         mm-xemacs-find-mime-charset-1 if we have the mule feature
14967         available at runtime.
14968
14969 2005-03-25  Werner Lemberg  <wl@gnu.org>
14970
14971         * nnmaildir.el: Replace `illegal' with `invalid'.
14972
14973 2005-03-23  Lute Kamstra  <lute@gnu.org>
14974
14975         * time-date.el: Add comment on time value formats.
14976         Don't require parse-time.
14977         (with-decoded-time-value): New macro.
14978         (encode-time-value): New function.
14979         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14980         (days-to-time): Return a valid time value when arg is huge.
14981         (time-since): Use time-subtract.
14982         (time-to-number-of-days): Use time-to-seconds.
14983
14984 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14985
14986         * gnus-start.el (gnus-display-time-event-handler):
14987         Check display-time-timer at runtime rather than only at load time
14988         in case display-time-mode is turned off in the mean time.
14989
14990 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14991
14992         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14993         used.
14994
14995         * nneething.el (nneething-map-file-directory): Derive from
14996         `gnus-directory'.
14997
14998         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14999         the To/Cc button.
15000
15001 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15002
15003         * nnmaildir.el (nnmaildir-request-accept-article):
15004         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15005
15006 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15007
15008         * gnus-async.el: Require timer-funcs at compile time when in
15009         XEmacs for `run-with-idle-timer'.
15010
15011 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15012
15013         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15014         autoloaded function.
15015
15016 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15017
15018         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15019
15020 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15021
15022         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15023
15024 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15025
15026         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15027         Add gnus-expert-user to default.
15028
15029 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15030
15031         * nnimap.el (nnimap-open-server): Ditto.
15032
15033         * imap.el (imap-authenticate): Fix typo.
15034
15035 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15036
15037         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15038         buffer (since IMAP server might return FETCH response out of
15039         order, and the nntp buffer must be sorted).
15040
15041 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15042
15043         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15044         comparison on string.
15045
15046         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15047         (gnus-agent-score): Rename category keywords to match gnus-cus.
15048         (gnus-agent-summary-fetch-series): Modify to protect against
15049         gnus-agent-summary-fetch-group clearing processable flags.
15050         (gnus-agent-synchronize-group-flags): Update live group buffer as
15051         synchronization may occur due to the user toggle the plugged
15052         status.
15053         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15054         successfully downloaded.
15055         (gnus-agent-expire-group-1): Avoid using markers when the overview
15056         is in ascending order; greatly improves performance.
15057         (gnus-agent-regenerate-group):
15058         Use gnus-agent-synchronize-group-flags to reset read status in both
15059         gnus and server.
15060         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15061
15062 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15063
15064         * message.el: Don't autoload former message-utils variables.
15065         (message-strip-subject-trailing-was): Change doc string.
15066
15067         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15068         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15069         (nnweb-google-search): Add "hl=en" here.
15070         (nnweb-google-parse-1, nnweb-google-create-mapping):
15071         Don't hardcode URL.
15072
15073 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15074
15075         * message.el (message-get-reply-headers, message-followup):
15076         Mention related variables `message-use-followup-to' and
15077         `message-use-mail-followup-to', in the information buffer.
15078
15079         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15080         of broken groups(-beta).google.com.
15081
15082 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15083
15084         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15085         parameter to invoked gnus-request-move-article; remove the
15086         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15087         all at once instead of once per article.
15088         (gnus-summary-remove-process-mark): Accept a list of articles as
15089         well as a single article for processing.
15090
15091         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15092         parameter.
15093
15094         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15095
15096         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15097
15098         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15099         parameter.
15100
15101         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15102         parameter.
15103
15104         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15105         parameter and remove the gnus-sum-hint-move-is-internal variable.
15106
15107         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15108         parameter.
15109
15110         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15111         parameter.
15112
15113         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15114         parameter.
15115
15116         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15117
15118         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15119         parameter.
15120
15121         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15122         parameter.
15123
15124 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15125
15126         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15127         a more conservative way.
15128
15129 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15130
15131         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15132         buffer, so it moves the window's cursor.
15133
15134 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15135
15136         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15137         `mm-dissect-multipart' and receive the from field as an (optional)
15138         argument from `mm-dissect-multipart'.
15139         (mm-dissect-multipart): Receive the from field as an argument and
15140         pass it on when we call `mm-dissect-buffer' on MIME parts.
15141         Fixes verification/decryption of signed/encrypted MIME parts.
15142
15143 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15144
15145         * gnus-sum.el (gnus-summary-move-article):
15146         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15147         whatever it calls (right now, only nnimap-request-move article
15148         respects it).
15149
15150         * nnimap.el (nnimap-request-move-article):
15151         When gnus-sum-hint-move-is-internal is set, don't do the extra
15152         nnimap-request-article.
15153
15154 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15155
15156         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15157
15158         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15159         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15160
15161         * gnus-sum.el (gnus-summary-caesar-message):
15162         Apply `gnus-treat-article' after rotation.
15163
15164         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15165         doc string.
15166
15167 2005-02-22  Simon Josefsson  <jas@extundo.com>
15168
15169         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15170         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15171         <arne@arnested.dk>.
15172         (encrypt): Add password-cache and password-cache-expiry as group
15173         members.
15174
15175 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15176
15177         * smime.el (smime-ldap-host-list): Doc fix.
15178         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15179         cache) password.
15180         (smime-sign-region): Use it.
15181         (smime-decrypt-region): Use it.
15182         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15183         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15184         fails.
15185         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15186         certificate from DER to PEM format rather than calling openssl.
15187
15188         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15189
15190         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15191         for signing/encryption.
15192
15193         * mml.el (mml-parse-1): Use them.
15194
15195 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15196
15197         * nnrss.el (nnrss-verbose): Remove.
15198         (nnrss-request-group): Use `nnheader-message' instead.
15199
15200 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15201
15202         * nnrss.el (nnrss-verbose): New variable.
15203         (nnrss-request-group): Make it say nnrss is requesting a group.
15204
15205 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15206
15207         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15208         Handle news URL with given port correctly.
15209
15210 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15211
15212         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15213         containing special characters.
15214
15215         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15216
15217         * mml.el (mime-to-mml): Ditto.
15218
15219         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15220         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15221         (rfc2047-decode-region): Quote decoded words containing special
15222         characters when rfc2047-quote-decoded-words-containing-tspecials
15223         is non-nil.
15224
15225 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15226
15227         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15228
15229         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15230
15231 2005-02-15  Simon Josefsson  <jas@extundo.com>
15232
15233         * nnimap.el (nnimap-debug): Doc fix.
15234
15235         * imap.el (imap-debug): Doc fix.
15236
15237 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15238
15239         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15240
15241 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15242
15243         * gnus.el (spam-contents): Improve docs for spam-contents
15244         parameter in its variable incarnation.
15245
15246 2005-02-14  Simon Josefsson  <jas@extundo.com>
15247
15248         * smime-ldap.el: Use require instead of load-library for ldap.
15249         (smime-ldap-search): Indent.
15250         (smime-ldap-search-internal): Shorten line.
15251
15252         * smime.el (smime-cert-by-dns): Add doc-string.
15253         (smime-cert-by-ldap-1): Indent.
15254
15255         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15256         mml-smime-get-dns-ldap.
15257         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15258
15259 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15260
15261         * smime.el: Require smime-ldap.
15262         (smime-ldap-host-list): New variable.
15263         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15264
15265         * mml-smime.el (mml-smime-encrypt-query): New function.
15266         (mml-smime-encrypt-query): Use it.
15267
15268         * smime-ldap.el: New file.
15269
15270 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15271
15272         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15273
15274 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15275
15276         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15277         argument in doc string.  Make query for type more clear.
15278
15279 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15280
15281         * gnus.el (gnus-group-startup-message): Search for gnus images in
15282         etc/images/gnus.
15283         * mm-util.el (mm-image-load-path): Likewise.
15284         * smiley.el (smiley-data-directory): Search for smilies in
15285         etc/images/smilies.
15286
15287 2005-02-09  Kim F. Storm  <storm@cua.dk>
15288
15289         Change Emacs release version from 21.4 to 22.1 throughout.
15290         Change Emacs development version from 21.3.50 to 22.0.50.
15291
15292 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15295
15296         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15297         non-Mule XEmacs as well.
15298         (mm-decompress-buffer): Signal an error intentionally if it does
15299         not decompress compressed data because auto-compression-mode is
15300         disabled.
15301
15302 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15303
15304         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15305         an ID in the registry even if it has no groups.
15306
15307 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15308
15309         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15310         merge it into mm-decompress-buffer.
15311         (gnus-mime-copy-part): Use the MIME part charset, the value which
15312         a user specified or gnus-newsgroup-charset for decoding, like
15313         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15314         save-buffer what was used.  Suggested by Kevin Ryde
15315         <user42@zip.com.au>.
15316         (gnus-mime-inline-part): Allow the name parameter as well as the
15317         filename parameter; force decompressing of compressed data; always
15318         display contents being not decoded as unibyte.
15319
15320         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15321         as well as the filename parameter.
15322
15323         * mm-util.el (mm-decompress-buffer):
15324         Merge gnus-mime-jka-compr-maybe-uncompress.
15325         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15326         of compressed data.
15327
15328 2005-02-08  Simon Josefsson  <jas@extundo.com>
15329
15330         * imap.el (imap-log): Doc fix.
15331
15332 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15333
15334         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15335         the coding cookies; decompress compressed parts.
15336
15337         * mml.el (mml-generate-mime-1): Add the charset parameter according
15338         to the value which a user specified manually or the coding cookie.
15339
15340         * mm-util.el (mm-string-to-multibyte): New function.
15341         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15342         (mm-coding-system-to-mime-charset): New function.
15343         (mm-decompress-buffer): New function.
15344         (mm-find-buffer-file-coding-system): New function.
15345
15346         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15347         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15348         parts.
15349
15350 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15351
15352         * mm-view.el (mm-display-inline-fontify): Decode a part according
15353         to the charset parameter.
15354
15355 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15356
15357         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15358         prefix arg is neither nil nor a number, as info specifies.
15359
15360 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15361
15362         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15363         timestamps.
15364
15365 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15366
15367         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15368         groups error checking and notify user.
15369
15370 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15371
15372         * message.el (message-send-mail-function): Check existence of
15373         sendmail-program first before using default value
15374         `message-send-mail-with-sendmail'.  Otherwise use more generic
15375         `smtpmail-send-it'.
15376
15377 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15378
15379         * nntp.el (nntp-request-update-info): Always return nil.
15380
15381 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15382
15383         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15384
15385 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15386
15387         * message.el (message-beginning-of-line): Change the behavior when
15388         invoked between BOL and : so that it first moves backward.
15389
15390 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15391
15392         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15393         article buffer when editing of the article is discarded.
15394         (gnus-article-prepare): Revert.
15395
15396 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15397
15398         * gnus-art.el (gnus-article-prepare):
15399         Remove message-strip-forbidden-properties from the local hook.
15400
15401 2005-01-27  Simon Josefsson  <jas@extundo.com>
15402
15403         * password.el (password-cache-add): Only start one timer per key.
15404         Reported by Derek Atkins <warlord@MIT.EDU>.
15405
15406 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15407
15408         * run-at-time.el: Remove.  It is no longer needed as
15409         timer-funcs.el in the xemacs-base package has a working version of
15410         `run-at-time'.
15411
15412         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15413
15414         * password.el: Require timer-funcs instead of run-at-time in
15415         XEmacs.
15416         Remove `password-run-at-time' macro.
15417         (password-cache-add): Use `run-at-time' instead of
15418         `password-run-at-time'.
15419
15420         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15421         Remove `nnheader-cancel-function-timers' alias,
15422         `cancel-function-timers' exists in XEmacs in timer-funcs.
15423
15424         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15425         for `run-with-idle-timer'.
15426
15427         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15428         for `run-at-time'.
15429
15430         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15431         for `with-timeout'.
15432
15433         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15434         the same as for XEmacs 21.4.
15435         No need to ignore `run-with-idle-timer', this function exists in
15436         XEmacs now in timer-funcs.el in the xemacs-base package.
15437         (dgnushack-compile): No need to delete
15438         run-at-time.el from the list of files to compile because it
15439         doesn't exist anymore.
15440
15441 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15442
15443         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15444         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15445
15446 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15447
15448         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15449         sensitively.
15450
15451 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15452
15453         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15454
15455 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15456
15457         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15458         which will be inserted according to the multibyteness of a buffer
15459         rather than the type of contents.  Suggested by ARISAWA Akihiro
15460         <ari@mbf.ocn.ne.jp>.
15461
15462         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15463         of string which old xml.el may return rather than a string.
15464
15465 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15466
15467         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15468
15469 2005-01-16  Simon Josefsson  <jas@extundo.com>
15470
15471         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15472         idn/idna.el isn't available.
15473         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15474         <michael@waxrat.com>.
15475
15476         * hashcash.el: Remove non-FSF copyright header.
15477
15478         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15479         (hashcash-generate-payment): Use it.
15480         (hashcash-generate-payment-async): Use it.
15481
15482 2005-01-15  Simon Josefsson  <jas@extundo.com>
15483
15484         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15485         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15486
15487         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15488         gnus-summary-idna-message.
15489         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15490         (gnus-summary-idna-message): New function.
15491
15492 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15493
15494         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15495         gnus-novice-user.
15496
15497 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15498
15499         * nnrss.el (nnrss-request-delete-group): Delete entries in
15500         nnrss-group-alist as well.
15501         (nnrss-save-server-data): Insert newline.
15502
15503 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15504
15505         * gnus.el (gnus-user-agent): Use list of symbols instead of
15506         symbols.  Display full version number for (S)XEmacs.
15507         Optionally display (S)XEmacs codename.
15508
15509         * gnus-util.el (gnus-emacs-version): Update for new
15510         `gnus-user-agent'.
15511
15512         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15513         Gnus version.
15514
15515 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15516
15517         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15518         which is unreadable in some setups.
15519
15520 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * gnus-spec.el (gnus-update-format-specifications): Flush the
15523         group format spec cache if it doesn't support decoded group names.
15524
15525 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15526
15527         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15528         Allow to apply decay on score files matching a regexp.
15529
15530 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15531
15532         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15533         compatibility in %g and %c.
15534
15535 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15536
15537         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15538         name for only %g and %c.
15539         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15540         of gnus-tmp-group to decoded group name.
15541         (gnus-group-make-rss-group): Exclude `/'s from group names.
15542
15543 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15544
15545         * nnrss.el (nnrss-get-encoding): Fix regexp.
15546
15547 2004-12-27  Simon Josefsson  <jas@extundo.com>
15548
15549         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15550         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15551         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15552
15553 2004-12-17  Kim F. Storm  <storm@cua.dk>
15554
15555         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15556
15557         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15558
15559 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15560
15561         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15562
15563 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15564
15565         * nnrss.el: Require rfc2047 and mml.
15566         (nnrss-file-coding-system): New variable.
15567         (nnrss-format-string): Redefine it as an inline function.
15568         (nnrss-decode-group-name): New function.
15569         (nnrss-string-as-multibyte): Remove.
15570         (nnrss-retrieve-headers): Decode group name; don't use
15571         nnrss-format-string.
15572         (nnrss-request-group): Decode group name.
15573         (nnrss-request-article): Decode group name; allow a Message-ID as
15574         well as an article number; don't use nnrss-format-string; encode a
15575         Message-ID string which may contain non-ASCII characters; use
15576         mml-to-mime to compose a MIME article.
15577         (nnrss-request-expire-articles): Decode group name.
15578         (nnrss-request-delete-group): Decode group name.
15579         (nnrss-fetch): Clarify error message.
15580         (nnrss-read-server-data): Use insert-file-contents instead of load;
15581         bind file-name-coding-system; use multibyte buffer.
15582         (nnrss-save-server-data): Bind coding-system-for-write to the
15583         value of nnrss-file-coding-system; bind file-name-coding-system;
15584         add coding cookie.
15585         (nnrss-read-group-data): Use insert-file-contents instead of load;
15586         bind file-name-coding-system; use multibyte buffer.
15587         (nnrss-save-group-data): Bind coding-system-for-write to the
15588         value of nnrss-file-coding-system; bind file-name-coding-system.
15589         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15590         make it work with non-ASCII text.
15591         (nnrss-find-el): Make it work with old xml.el as well.
15592
15593 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15594
15595         * nnrss.el (nnrss-get-encoding): New function.
15596         (nnrss-fetch): Use unibyte buffer initially; bind
15597         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15598         decode contents according to the encoding attribute.
15599         (nnrss-save-group-data): Add coding cookie.
15600         (nnrss-mime-encode-string): New function.
15601         (nnrss-check-group): Use it to encode subject and author.
15602
15603 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15604
15605         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15606         imaginary variable.
15607
15608 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15609
15610         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15611         correctly even if there are wide characters.
15612
15613 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15614
15615         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15616         downcased symbol names; make a new cache instead of reusing
15617         bbdb-hashtable.
15618
15619 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15620
15621         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15622         concatenating segments rather than before concatenating them.
15623         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15624
15625         * message.el (message-get-reply-headers): Bind `extra'.
15626
15627 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15628
15629         * message.el (message-extra-wide-headers): New variable.
15630         (message-get-reply-headers): Use it.
15631
15632 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15633
15634         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15635         (gnus-agent-group-pathname): Ditto.
15636
15637         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15638
15639         * gnus-group.el (gnus-group-make-group): Decode group name.
15640         (gnus-group-make-rss-group): Register the group data after opening
15641         the nnrss group.
15642
15643 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15644
15645         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15646         by expiry now get marked as read.
15647
15648 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15649
15650         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15651
15652 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15653
15654         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15655         unify Latin characters in XEmacs.
15656         (mm-find-mime-charset-region): Use it.
15657
15658 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15659
15660         * gnus-util.el (gnus-delete-directory): New function.
15661
15662         * gnus-agent.el (gnus-agent-delete-group): Use it.
15663
15664         * gnus-cache.el (gnus-cache-delete-group): Use it.
15665
15666 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15667
15668         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15669         names.
15670
15671 2004-12-16  Simon Josefsson  <jas@extundo.com>
15672
15673         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15674
15675 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15676
15677         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15678
15679         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15680         (gnus-group-set-current-level): Decode group name.
15681
15682 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15683
15684         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15685         failed.
15686
15687 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15688
15689         * gnus-group.el (gnus-group-delete-group): Decode group name.
15690         (gnus-group-make-rss-group): Encode group name.
15691         (gnus-group-catchup-current): Decode group name.
15692         (gnus-group-kill-group): Decode group name.
15693
15694 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15695
15696         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15697
15698 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15699
15700         * gnus-group.el (gnus-group-make-rss-group):
15701         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15702
15703         * gnus-start.el (gnus-setup-news): Honor user's setting to
15704         gnus-message-archive-method.  Suggested by Lute Kamstra
15705         <lute@gnu.org>.
15706
15707 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15708
15709         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15710         global counterparts of the buffer-local variables.
15711
15712 2004-11-16  Romain Francoise  <romain@orebokech.com>
15713
15714         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15715         counterparts of the buffer-local variables.
15716
15717 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15718
15719         * message.el (message-forbidden-properties): Fix typo in doc
15720         string.
15721
15722 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15723
15724         * gnus-util.el (gnus-replace-in-string): Add doc string.
15725
15726         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15727         to avoid problems when splitting mails with many recipients.
15728
15729 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15730
15731         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15732         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15733
15734 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15735
15736         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15737         if there is no hashtable in memory or file modification time is
15738         newer than cached timestamp.
15739
15740 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15741
15742         * gnus-sum.el (gnus-summary-limit-to-recipient):
15743         Implement not-matching option.
15744
15745 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15746
15747         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15748         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15749         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15750         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15751         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15752         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15753
15754 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15755
15756         * message.el (message-forward-make-body-mml): Remove headers
15757         according to message-forward-ignored-headers if a message is decoded.
15758
15759 2004-12-02  Romain Francoise  <romain@orebokech.com>
15760
15761         * message.el (message-forward-make-body-plain): Always remove
15762         headers according to message-forward-ignored-headers.
15763
15764 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15765
15766         * spam.el (spam-summary-prepare-exit): Remove the
15767         gnus-summary-limit pop for now, it has problems with ham marks for
15768         me.
15769
15770 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15771
15772         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15773         correctly.
15774
15775 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15776
15777         * format-spec.el (format-spec): Message the char.
15778
15779 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15780
15781         * gnus-art.el (gnus-split-methods): Reformat comments.
15782
15783         * spam.el (spam-summary-prepare-exit): Remove article limits
15784         before exiting the summary buffer.
15785
15786 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15787
15788         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15789         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15790
15791         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15792         order to silence the byte compiler.
15793
15794         * spam.el: Fix the way to silence the byte compiler, which
15795         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15796         bbdb-search-simple, spam-BBDB-register-routine,
15797         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15798         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15799         spam-stat-buffer-is-spam, spam-stat-load,
15800         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15801         spam-stat-save and spam-stat-split-fancy.
15802
15803 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15804
15805         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15806         which may confuse users.
15807         (canlock-password-for-verify): Ditto.
15808
15809         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15810
15811         * gnus-art.el (gnus-emphasis-alist): Ditto.
15812
15813         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15814
15815         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15816
15817         * gnus-start.el (gnus-save-killed-list): Ditto.
15818
15819         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15820         (gnus-sum-thread-tree-root): Ditto.
15821         (gnus-sum-thread-tree-false-root): Ditto.
15822         (gnus-sum-thread-tree-single-indent): Ditto.
15823
15824         * message.el (message-courtesy-message): Ditto.
15825         (message-archive-note): Ditto.
15826         (message-subscribed-address-file): Ditto.
15827         (message-user-fqdn): Ditto.
15828
15829         * spam-report.el (spam-report-gmane-regex): Ditto.
15830
15831         * spam.el (spam-blackhole-good-server-regex): Ditto.
15832
15833 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15834
15835         * mml.el (mml-preview): Widen the message buffer before copying
15836         the contents to the preview buffer; sort headers before previewing.
15837
15838         * message.el (message-hidden-headers): Fix the way to avoid a bug
15839         in the `repeat' widget in Emacs 21.3 or earlier.
15840
15841 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15842
15843         * message.el (message-hidden-headers): Default to "^References:".
15844         Improve customization type.  Suggested by Reiner Steib
15845         <Reiner.Steib@gmx.de>.
15846
15847 2004-11-25  Romain Francoise  <romain@orebokech.com>
15848
15849         * message.el (message-strip-forbidden-properties): Remove check for
15850         obsolete `message-hidden' text property, hidden headers are not
15851         accessible in the buffer anymore.
15852
15853 2004-11-22  Romain Francoise  <romain@orebokech.com>
15854
15855         * message.el (message-header-format-alist): Add `From' in list
15856         so that it can be sorted.
15857         (message-fix-before-sending): Widen and sort headers before
15858         sending.
15859         (message-hide-headers): Use narrowing to hide headers by moving
15860         them to the top of the buffer and narrowing to the region
15861         underneath.
15862
15863 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15864
15865         * message.el (message-strip-forbidden-properties):
15866         Bind buffer-read-only (etc) to nil.
15867
15868 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15871         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15872
15873 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15874
15875         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15876
15877 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15878
15879         * dns.el (query-dns): Use sit-for to time instead of
15880         accept-process-output, since that doesn't seem to work on udp
15881         sockets.
15882
15883 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15884
15885         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15886
15887 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15888
15889         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15890         doc string.  Improve doc string.
15891
15892 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15893
15894         * nntp.el (nntp-request-update-info): Return nil if
15895         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15896         may not call gnus-activate-group which uselessly issues the GROUP
15897         commands for all nntp groups and wastes time.  Reported by Romain
15898         Francoise <romain@orebokech.com>.
15899
15900         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15901
15902 2004-11-15  Simon Josefsson  <jas@extundo.com>
15903
15904         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15905         headers separately.
15906         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15907         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15908
15909 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15910
15911         * gnus-start.el (gnus-convert-old-newsrc):
15912         Assign legacy-gnus-agent to 5.10.7.
15913
15914 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15915
15916         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15917         start of the lines.
15918
15919 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15920
15921         * hashcash.el (hashcash-default-payment): Change default to 20.
15922         (hashcash-default-accept-payment): Change default to 20.
15923         (hashcash-process-alist): New variable.
15924         (hashcash-generate-payment-async): Add.
15925         (hashcash-already-paid-p): Add.
15926         (hashcash-insert-payment): Don't generate payments twice.
15927         (hashcash-insert-payment-async): Add.
15928         (hashcash-insert-payment-async-2): Add.
15929         (hashcash-cancel-async): Add.
15930         (hashcash-wait-async): Add.
15931         (hashcash-processes-running-p): Add.
15932         (hashcash-wait-or-cancel): Add.
15933         (mail-add-payment): New optional argument.  Conditionally start
15934         asynchronous calculation.
15935         (mail-add-payment-async): Add.
15936
15937         * message.el (message-send-mail): Wait for asynchronous hashcash
15938         results.  Don't clobber existing X-Hashcash headers.
15939         (message-setup-1): Call mail-add-payment-async when
15940         message-generate-hashcash is non-nil.
15941
15942 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15943
15944         * message.el (message-use-alternative-email-as-from): Examine the
15945         From header as well; use message-make-from in order to include a
15946         user's full name.
15947
15948 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15949
15950         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15951         default; improve customization type.
15952         (gnus-emphasis-custom-with-format): New macro.
15953         (gnus-emphasis-custom-value-to-external): New function.
15954         (gnus-emphasis-custom-value-to-internal): New function.
15955
15956 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15957
15958         * dns.el (query-dns): Resolve reverse addresses.
15959
15960 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15961
15962         * gnus-group.el (gnus-group-get-new-news): Use it.
15963
15964         * gnus-start.el (gnus-check-reasonable-setup): New function.
15965
15966 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15967
15968         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15969         "Args out of range" error.  Reported by Arnaud Giersch
15970         <arnaud.giersch@free.fr>.
15971
15972 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15973
15974         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15975
15976 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15977
15978         * spam.el (spam group): Add :version.
15979
15980         * pgg-def.el (pgg group): Add :version.
15981
15982 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15983
15984         * gnus-art.el (gnus-article-edit-article): Don't associate the
15985         article buffer with a draft file.  This is a temporary measure
15986         against the 2004-08-22 change to gnus-article-edit-mode.
15987
15988 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15989
15990         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15991         (html2text-format-tags): Remove unused variable `attr'.
15992
15993 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15994
15995         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15996
15997         * tls.el (tls-process-connection-type, tls-success)
15998         (tls-certtool-program): Add :version.
15999
16000         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16001         (starttls-extra-arguments, starttls-process-connection-type)
16002         (starttls-connect, starttls-failure, starttls-success): Add :version.
16003
16004         * spam-stat.el (spam-stat): Add :version.
16005
16006         * sieve.el (sieve): Add :version.
16007
16008         * sha1.el (sha1): Add :version.
16009         (sha1-use-external): Remove redundant version.
16010
16011         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16012         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16013         (nnmail-split-fancy-match-partial-words)
16014         (nnmail-split-lowercase-expanded): Add :version.
16015
16016         * nndiary.el (nndiary): Add :version.
16017
16018         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16019
16020         * mml-sec.el (mml-default-sign-method)
16021         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16022         Add :version.
16023
16024         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16025
16026         * mm-url.el (mm-url-use-external, mm-url-program)
16027         (mm-url-arguments): Add :version.
16028
16029         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16030         (mm-attachment-file-modes, mm-decrypt-option)
16031         (mm-w3m-safe-url-regexp): Add :version.
16032
16033         * message.el (message-cite-prefix-regexp)
16034         (message-sendmail-envelope-from, message-minibuffer-local-map)
16035         (message-user-fqdn, message-completion-alist): Add :version.
16036
16037         * gnus-win.el (gnus-configure-windows-hook)
16038         (gnus-use-frames-on-any-display): Add :version.
16039
16040         * gnus-art.el (gnus-article-address-banner-alist)
16041         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16042         (gnus-treat-from-picon, gnus-treat-mail-picon)
16043         (gnus-treat-x-pgp-sig): Add :version.
16044
16045         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16046         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16047         (gnus-summary-article-delete-hook)
16048         (gnus-summary-display-while-building): Add :version.
16049
16050         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16051         (gnus-get-top-new-news-hook): Add :version.
16052
16053         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16054         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16055
16056         * gnus-registry.el (gnus-registry): Add :version.
16057
16058         * gnus-spec.el (gnus-use-correct-string-widths)
16059         (gnus-make-format-preserve-properties): Add :version.
16060
16061         * gnus.el (gnus-group-charter-alist)
16062         (gnus-group-fetch-control-use-browse-url)
16063         (gnus-install-group-spam-parameters): Add :version.
16064
16065         * gnus-diary.el (gnus-diary): Add :version.
16066
16067         * gnus-delay.el (gnus-delay): Add :version.
16068
16069         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16070         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16071         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16072         Add :version.
16073
16074         * gnus-agent.el (gnus-agent-max-fetch-size)
16075         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16076         (gnus-agent-prompt-send-queue): Add :version.
16077
16078         * deuglify.el (gnus-outlook-deuglify): Add :version.
16079
16080         * html2text.el: Beautify code.  Improve doc strings.
16081         Some checkdoc cleanup.
16082         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16083
16084 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16085
16086         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16087
16088 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16089
16090         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16091         when package is loaded.
16092
16093         * spam.el (spam-summary-score-preferred-header): Add global preference
16094         for people who want to override the default SpamAssassin over
16095         Bogofilter preference (when both are set).
16096         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16097         (spam-user-format-function-S):
16098         Check spam-summary-score-preferred-header.
16099         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16100         (spam-user-format-function-S): Format the score correctly.
16101
16102 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16103
16104         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16105         signature file.  Suggested by Manoj Srivastava
16106         <srivasta@golden-gryphon.com>.
16107
16108         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16109         iso-2022-jp even in the Japanese language environment.
16110         Suggested by Jason Rumney <jasonr@gnu.org>.
16111
16112 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16113
16114         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16115         use the same characters as the dummy marks; make it free from
16116         getting affected by the language environment.
16117         (gnus-summary-read-group-1): Update mark positions only when the
16118         format spec is updated.
16119
16120         * gnus-spec.el (gnus-update-format-specifications): Return a list
16121         of updated types.
16122
16123 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16124
16125         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16126         of boundp to check if display-warning is available.
16127
16128 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16129
16130         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16131
16132 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16133
16134         * nnspool.el (nnspool-spool-directory): Use news-path if the
16135         news-directory variable is not bound.
16136
16137         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16138         function instead of display-warning if it is not available.
16139
16140 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16141
16142         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16143         v5-10: Use `point-at-bol'.
16144
16145 2004-10-26  Simon Josefsson  <jas@extundo.com>
16146
16147         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16148         <chenggao@gmail.com>.
16149
16150 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16151
16152         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16153         instead.
16154
16155 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16156
16157         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16158         to remove a server from the nnimap-server-buffer-alist.
16159         (nnimap-open-connection, nnimap-close-server): Use it.
16160
16161         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16162
16163 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16164
16165         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16166         running the major-mode function.
16167
16168 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16169
16170         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16171         dummy marks in the right way.
16172
16173 2004-10-18  David Edmondson  <dme@dme.org>
16174
16175         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16176         excessively.
16177
16178 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16179
16180         * gnus-util.el (gnus-split-references): Accept a nil references
16181         string and go on blissfully.
16182
16183         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16184         cases where the references string is non-nil but has no references.
16185
16186         * encrypt.el: Add autoload tags.
16187
16188         * spam.el (spam-resolve-registrations-routine): Remove article
16189         from unregistration list too.  Reported by David Hanak
16190         <dhanak@isis.vanderbilt.edu>
16191
16192 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16193
16194         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16195         nil.  Change custom type.
16196
16197 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16198
16199         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16200
16201         * gnus-sum.el (gnus-summary-move-article): Use it.
16202
16203 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16204
16205         * encrypt.el: Add autoload cookies.
16206
16207         * spam.el (spam-backend-article-list-property)
16208         (spam-backend-get-article-todo-list)
16209         (spam-backend-put-article-todo-list)
16210         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16211         Resolve registrations separately.
16212         (spam-register-routine): Format comments.
16213         (spam-unregister-routine, spam-register-routine): Always call with
16214         specific-articles, no default list.
16215         (spam-summary-prepare-exit): Use the spam-classifications function.
16216
16217         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16218         gnus-encrypt.el.
16219
16220         * encrypt.el: Copied from gnus-encrypt.el.
16221
16222         * gnus-encrypt.el: Commented that it's obsolete.
16223
16224 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16225
16226         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16227         (gnus-score-save): Use it.
16228
16229         * message.el (message-bury): Use `window-dedicated-p'.
16230
16231 2004-10-15  Simon Josefsson  <jas@extundo.com>
16232
16233         * pop3.el (top-level): Don't require nnheader.
16234         (pop3-read-timeout): Add.
16235         (pop3-accept-process-output): Add.
16236         (pop3-read-response, pop3-retr): Use it.
16237
16238 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16239
16240         * spam.el (spam-register-routine): Move comment.
16241         (spam-verify-bogofilter): Use 'unknown for the initial
16242         spam-bogofilter-valid state, not 'never.
16243
16244         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16245         for netrc-machine.
16246
16247         * nnimap.el (nnimap-open-connection):
16248         Use netrc-machine-user-or-password.
16249
16250 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16251
16252         * gnus-registry.el (gnus-registry-unload-hook):
16253         Set as a variable with add-hook.
16254
16255         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16256         of news-path.
16257
16258         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16259
16260         * spam.el: Delete duplicate `provide'.
16261         (spam-unload-hook): Set as a variable with add-hook.
16262
16263 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16264
16265         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16266         in the doc string.
16267
16268         * message.el (message-ignored-news-headers)
16269         (message-ignored-supersedes-headers)
16270         (message-ignored-resent-headers)
16271         (message-forward-ignored-headers): Improve custom type.
16272
16273 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16274
16275         * message.el (message-tokenize-header): Fix 2004-09-06 change
16276         which used point-min in the wrong place.
16277
16278 2004-10-12  Simon Josefsson  <jas@extundo.com>
16279
16280         * tls.el (tls-certtool-program): New variable.
16281         (tls-certificate-information): New function, based on
16282         ssl-certificate-information.
16283
16284 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * compface.el: Move the version of ELisp-based uncompface program
16287         to the contrib directory because of the copyright problem.
16288
16289 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16290
16291         * message.el (message-kill-buffer): Raise the current frame.
16292
16293 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16294
16295         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16296
16297         * gnus.el (message-y-or-n-p): Autoload.
16298
16299         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16300         (pop3-password-required, pop3-authentication-scheme)
16301         (pop3-leave-mail-on-server): Make customizable.
16302         (pop3): New custom group.
16303         (pop3-retr): Remove `sleep-for' statements.
16304         Suggested by Dave Love <fx@gnu.org>.
16305
16306         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16307         Windows/DOS.
16308
16309         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16310         (imap-parse-body): Fix incorrect use of `assert'.
16311         Suggested by Dave Love <fx@gnu.org>.
16312
16313         * mml.el (mml-minibuffer-read-disposition): Require match.
16314         Suggested by Dave Love <fx@gnu.org>.
16315
16316 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16317
16318         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16319         doc string.
16320
16321 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16322
16323         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16324
16325 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16326
16327         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16328         instead of calling `mm-insert-inline', to decode text/* parts
16329         before displaying them.
16330
16331 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16332
16333         * mm-uu.el (mm-uu-text-plain-type): New variable.
16334         (mm-uu-pgp-signed-extract-1): Use it.
16335         (mm-uu-pgp-encrypted-extract-1): Use it.
16336         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16337         bind mm-uu-text-plain-type with that value.
16338         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16339         mm-uu-dissect.
16340
16341 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16342
16343         * gnus-group.el (gnus-update-group-mark-positions):
16344         * gnus-sum.el (gnus-update-summary-mark-positions):
16345         * message.el (message-check-news-body-syntax):
16346         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16347         of string-as-multibyte.
16348
16349 2004-10-05  Juri Linkov  <juri@jurta.org>
16350
16351         * gnus-group.el (gnus-update-group-mark-positions):
16352         * gnus-sum.el (gnus-update-summary-mark-positions):
16353         * message.el (message-check-news-body-syntax):
16354         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16355         8-bit unibyte values to a multibyte string for search functions.
16356
16357 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16358
16359         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16360         (mm-uu-dissect-text-parts): New function.
16361
16362         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16363         dissect text parts.
16364
16365         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16366         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16367
16368         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16369
16370         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16371         Use gnus-current-topics instead of gnus-current-topic.
16372
16373 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16374
16375         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16376
16377 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16378
16379         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16380         where approriate.
16381
16382         * nnml.el (nnml-generate-active-info): do.
16383
16384         * nndiary.el (nndiary-generate-active-info): do.
16385
16386         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16387         (gnus-topic-move): do.
16388
16389         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16390         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16391
16392         * gnus-srvr.el (gnus-server-prepare)
16393         (gnus-server-open-all-servers): do.
16394
16395         * gnus-msg.el (gnus-summary-cancel-article)
16396         (gnus-summary-resend-message)
16397         (gnus-summary-mail-crosspost-complaint): do.
16398
16399         * gnus-move.el (gnus-change-server): do.
16400
16401         * gnus-group.el (gnus-group-unmark-all-groups)
16402         (gnus-group-set-current-level): do.
16403
16404 2004-10-04  Simon Josefsson  <jas@extundo.com>
16405
16406         * message.el (message-generate-hashcash): Doc fix.
16407
16408 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16409
16410         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16411         avoid infinite recursion via gnus-get-function.
16412
16413 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16414
16415         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16416
16417         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16418
16419         * nnmail.el (nnmail-split-history): do.
16420
16421         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16422         (nnml-request-delete-group): do.
16423
16424         * nnslashdot.el (nnslashdot-read-groups): do.
16425
16426         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16427         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16428
16429         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16430         (nnspool-sift-nov-with-sed): Use last.
16431         (nnspool-retrieve-headers-with-nov): Use mapc.
16432         (nnspool-request-newgroups): Use dolist.
16433         (nnspool-request-group): Use last.
16434
16435         * nntp.el (nntp-read-server-type): Use dolist.
16436
16437         * nnvirtual.el (nnvirtual-create-mapping)
16438         (nnvirtual-update-read-and-marked): Use dolist.
16439         (nnvirtual-convert-headers): Simplify.
16440
16441 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16442
16443         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16444         Add support for sync'ing tick marks.
16445
16446 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16447
16448         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16449         there's no visible header.
16450
16451 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16452
16453         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16454         When necessary, pass full group name to gnus-request-set-marks.
16455
16456 2004-10-01  Simon Josefsson  <jas@extundo.com>
16457
16458         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16459         acroread.
16460
16461 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16462
16463         * spam-report.el (spam-report-gmane): Fix interactive.
16464
16465         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16466
16467         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16468         when writing file.
16469         (gnus-agent-synchronize-flags): Don't default to being
16470         interactive.
16471
16472 2004-09-30  Simon Josefsson  <jas@extundo.com>
16473
16474         * message.el (message-generate-hashcash): Add.
16475         (message-send-mail): Use it, call mail-add-payment.
16476
16477 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16478
16479         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16480
16481 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16482
16483         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16484         gnus-requst-update-info with explicit code to sync the in-memory
16485         info read flags with the marks being sync'd to the backend.
16486
16487         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16488
16489 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16490
16491         * spam.el (spam-verify-bogofilter): Add new function.
16492         (spam-check-bogofilter)
16493         (spam-bogofilter-register-with-bogofilter): Use it.
16494         (spam-verify-bogofilter): Add small fixes.
16495
16496 2004-09-28  Simon Josefsson  <jas@extundo.com>
16497
16498         * hashcash.el (hashcash-generate-payment): Revert.
16499
16500 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16501
16502         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16503         Use gnus-extract-references instead of gnus-split-references.
16504
16505         * gnus-util.el (gnus-extract-references): Add new function, analogous
16506         to gnus-split-references but extracts only the message-ID without
16507         anything extra.
16508
16509         * hashcash.el (hashcash-generate-payment)
16510         (hashcash-check-payment): Do the right thing if hashcash-path is
16511         nil (because the hashcash program could not be found).
16512
16513         * spam.el (spam-use-hashcash): Remove comment.
16514
16515 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16516
16517         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16518         (gnus-cache-enter-article, gnus-cache-remove-article)
16519         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16520
16521         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16522
16523         * gnus-art.el (article-hide-boring-headers)
16524         (article-translate-strings, article-display-face)
16525         (gnus-article-mime-match-handle-first)
16526         (gnus-article-highlight-headers)
16527         (gnus-article-add-buttons-to-head): do.
16528
16529 2004-09-27  Simon Josefsson  <jas@extundo.com>
16530
16531         * hashcash.el: New version, from
16532         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16533         ../contrib/.
16534
16535 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16536
16537         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16538
16539 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16540
16541         * gnus-dup.el (gnus-dup-open): Use mapc.
16542         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16543
16544         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16545         Reported by Stefan Wiens <s.wi@gmx.net>.
16546
16547         * gnus.el (gnus-shutdown): Use dolist.
16548
16549         * gnus-undo.el (gnus-undo): Use mapc.
16550
16551         * nnrss.el (nnrss-generate-active): do.
16552
16553         * message.el (message-cite-original-without-signature)
16554         (message-cite-original): Use mapc.
16555         (message-do-actions, message-make-forward-subject): Use dolist.
16556
16557 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16558
16559         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16560         deletion to remove entire duplicate line.  Fixes merged article
16561         number bug.
16562
16563 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16564
16565         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16566         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16567         first ask if you want to open a server and then, even when you
16568         responded with no, asking if you want to synchronize the server's
16569         flags.
16570         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16571         multi-line expressions.
16572         (gnus-agent-synchronize-group-flags): New internal function.
16573         Updates marks in memory (in the info structure) AND in the
16574         backend.
16575
16576         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16577
16578         * nnagent.el (nnagent-request-set-mark):
16579         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16580         method, to ensure that synchronization updates marks in the
16581         backend and in the info (in memory) structure.
16582
16583 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16584
16585         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16586         convention fully; don't miss the root article of a thread; make
16587         the X-Draft-From header with correct article numbers.
16588
16589 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16590
16591         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16592         unless plugged.  Disable the agent so that an open failure causes
16593         an error.
16594
16595         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16596         Revert 2004-09-21 change.  The backend must be opened while
16597         synchronizing flags even when the backend stores the flags
16598         locally.
16599
16600 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16601
16602         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16603         in `header' match.  Reported by Svend Tollak Munkejord.
16604
16605         * message.el (message-cite-original): Fix use of
16606         `message-cite-articles-with-x-no-archive'.
16607
16608 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16609
16610         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16611         (gnus-window-to-buffer): Ditto.
16612
16613         * mml.el (mml-preview-buffer): New variable.
16614         (mml-preview): Manage window layout with gnus-buffer-configuration.
16615
16616         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16617         X-Draft-From header even if those articles aren't quoted.
16618
16619 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16620
16621         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16622         (gnus-request-set-mark, gnus-request-update-mark): Use new
16623         g-s-t-u-l-m to decide to use backend even when unplugged.
16624
16625 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16626
16627         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16628         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16629
16630 2004-09-20  Simon Josefsson  <jas@extundo.com>
16631
16632         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16633         "utf-16-le".
16634
16635 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16636
16637         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16638
16639 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16640
16641         * uudecode.el (uudecode-use-external): Add :version.
16642
16643         * smime.el (smime-CA-file, smime-encrypt-cipher)
16644         (smime-dns-server): Add :version.
16645
16646         * smiley.el (gnus-smiley-file-types): Add :version.
16647
16648         * sha1.el (sha1-use-external): Add :version.
16649
16650         * pgg-def.el (pgg-query-keyserver): Add :version.
16651
16652         * nnmail.el (nnmail-fancy-expiry-targets)
16653         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16654         Add :version.
16655
16656         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16657         (nnimap-retrieve-groups-asynchronous): Add :version.
16658         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16659
16660         * mml.el (mml-content-disposition-parameters)
16661         (mml-insert-mime-headers-always): Add :version.
16662
16663         * mm-util.el (mm-coding-system-priorities): Add :version.
16664
16665         * mm-decode.el (mm-inline-text-html-with-images)
16666         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16667         (mm-verify-option): Add :version.
16668         (mm-text-html-renderer): Change :version.
16669
16670         * message.el (message-fcc-externalize-attachments)
16671         (message-required-headers, message-draft-headers)
16672         (message-subject-trailing-was-query)
16673         (message-subject-trailing-was-ask-regexp)
16674         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16675         (message-mark-insert-end, message-archive-header)
16676         (message-archive-note, message-cross-post-default)
16677         (message-cross-post-note, message-followup-to-note)
16678         (message-cross-post-note-function, message-use-mail-followup-to)
16679         (message-subscribed-address-functions)
16680         (message-subscribed-address-file, message-subscribed-addresses)
16681         (message-subscribed-regexps, message-allow-no-recipients)
16682         (message-yank-cited-prefix, message-signature-insert-empty-line)
16683         (message-hidden-headers, message-hierarchical-addresses)
16684         (message-mail-user-agent, message-use-idna)
16685         (message-valid-fqdn-regexp)
16686         (message-strip-special-text-properties, message-header-synonyms)
16687         (message-beginning-of-line, message-tab-body-function): Add :version.
16688         (message-insert-canlock, message-wide-reply-confirm-recipients):
16689         Change :version.
16690
16691         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16692         and :version.
16693         (mail-source-delete-old-incoming-confirm)
16694         (mail-source-movemail-program): Add :version.
16695
16696         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16697         (gnus-agent-cache, gnus-agent): Change :version.
16698
16699         * gnus-util.el (gnus-use-byte-compile): Change :version.
16700
16701         * gnus-sum.el (gnus-summary-make-false-root-always)
16702         (gnus-summary-default-high-score)
16703         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16704         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16705         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16706         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16707         (gnus-sum-thread-tree-single-indent)
16708         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16709         (gnus-sum-thread-tree-leaf-with-other)
16710         (gnus-sum-thread-tree-single-leaf): Add :version.
16711         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16712         (gnus-article-loose-mime): Change :version.
16713
16714         * gnus-start.el (gnus-backup-startup-file)
16715         (gnus-save-startup-file-via-temp-buffer): Add :version.
16716
16717         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16718         (gnus-server-offline-face): Add :version.
16719
16720         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16721
16722         * gnus-msg.el (gnus-gcc-externalize-attachments)
16723         (gnus-debug-files, gnus-debug-exclude-variables)
16724         (gnus-discouraged-post-methods): Change :version.
16725         (gnus-confirm-mail-reply-to-news)
16726         (gnus-confirm-treat-mail-like-news): Add :version.
16727
16728         * gnus-int.el (gnus-server-unopen-status): Add :version.
16729
16730         * gnus-group.el (gnus-group-jump-to-group-prompt)
16731         (gnus-large-ephemeral-newsgroup)
16732         (gnus-fetch-old-ephemeral-headers): Add :version.
16733
16734         * gnus-fun.el (gnus-x-face-directory)
16735         (gnus-convert-pbm-to-x-face-command)
16736         (gnus-convert-image-to-x-face-command)
16737         (gnus-convert-image-to-face-command): Add :version.
16738
16739         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16740
16741         * gnus-cite.el (gnus-cite-blank-line-after-header)
16742         (gnus-article-boring-faces): Add :version.
16743
16744         * gnus-art.el (gnus-buttonized-mime-types)
16745         (gnus-inhibit-mime-unbuttonizing)
16746         (gnus-treat-display-face)
16747         (gnus-treat-body-boundary): Change :version.
16748         (gnus-body-boundary-delimiter, gnus-picon-databases)
16749         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16750         (gnus-treat-date-english, gnus-treat-fold-headers)
16751         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16752         (gnus-treat-mail-picon, gnus-treat-wash-html)
16753         (gnus-article-encrypt-protocol)
16754         (gnus-use-idna, gnus-article-over-scroll)
16755         (gnus-mime-display-multipart-alternative-as-mixed)
16756         (gnus-mime-display-multipart-related-as-mixed)
16757         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16758         (gnus-ctan-url, gnus-button-ctan-handler)
16759         (gnus-button-handle-ctan-bogus-regexp)
16760         (gnus-button-ctan-directory-regexp)
16761         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16762         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16763         (gnus-button-man-level, gnus-button-emacs-level)
16764         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16765
16766         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16767         (gnus-agent-go-online): Change :version.
16768         (gnus-agent-expire-unagentized-dirs)
16769         (gnus-agent-auto-agentize-methods): Add :version.
16770
16771         * flow-fill.el (fill-flowed-display-column)
16772         (fill-flowed-encode-column): Add :version.
16773
16774         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16775         (gnus-outlook-deuglify-unwrap-max)
16776         (gnus-outlook-deuglify-cite-marks)
16777         (gnus-outlook-deuglify-unwrap-stop-chars)
16778         (gnus-outlook-deuglify-no-wrap-chars)
16779         (gnus-outlook-deuglify-attrib-cut-regexp)
16780         (gnus-outlook-deuglify-attrib-verb-regexp)
16781         (gnus-outlook-deuglify-attrib-end-regexp)
16782         (gnus-outlook-display-hook): Add :version.
16783
16784         * binhex.el (binhex-use-external): Add :version.
16785
16786 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16787
16788         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16789         and `invisible'.
16790
16791 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16792
16793         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16794         in gnus-registry-trim.
16795
16796 2004-09-13  Simon Josefsson  <jas@extundo.com>
16797
16798         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16799
16800         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16801
16802         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16803         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16804         <yamaoka@jpl.org>.
16805         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16806         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16807         <yamaoka@jpl.org>.
16808
16809         * sieve.el (sieve-manage-mode): Ditto.
16810
16811 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16812
16813         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16814
16815 2004-09-11  Simon Josefsson  <jas@extundo.com>
16816
16817         * dns-mode.el: Add.
16818
16819         * mm-view.el (mm-display-dns-inline): Add.
16820
16821         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16822         (mm-automatic-display): Ditto.
16823
16824         * mailcap.el (mailcap-mime-data): Add text/dns.
16825         (mailcap-mime-extensions): Map .soa to text/dns.
16826
16827 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16828
16829         * gnus-art.el (article-decode-mime-words, article-babel)
16830         (gnus-article-highlight-signature, gnus-article-add-buttons)
16831         (gnus-signature-toggle): Remove unnecessary bindings of
16832         `inhibit-read-only' inherited from v5.10 merge.
16833
16834 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16835
16836         * nntp.el (nntp): New customization group.
16837         (nntp-authinfo-file): Add customization group.
16838
16839         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16840
16841         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16842
16843         * gnus.el (to-address, to-list, subscribed)
16844         (large-newsgroup-initial): Ditto.
16845
16846         * flow-fill.el (fill-flowed-display-column)
16847         (fill-flowed-encode-column): Ditto.
16848
16849 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16850
16851         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16852         Use point-min rather than 1.
16853         (message-send-mail): Use buffer-size rather than point-max.
16854
16855         * gnus-sum.el (gnus-summary-search-article-forward):
16856         Signal a specific `search-failed' rather than a generic `error'.
16857
16858         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16859         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16860         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16861
16862 2004-09-10  Simon Josefsson  <jas@extundo.com>
16863
16864         * nndb.el (require): Remove tcp and duplicate cl.
16865
16866 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16867
16868         * gnus-agent.el (directory-files-and-attributes): Move forward.
16869
16870 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16871
16872         * gnus-agent.el (directory-files-and-attributes):
16873         Optionally defined to support XEmacs.
16874
16875 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16876
16877         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16878         to avoid run-time CL dependencies.
16879         (gnus-agent-unfetch-articles): New function.
16880         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16881         article numbers even when local .overview file is missing.
16882         (gnus-agent-read-article-number): New function.  Only accepts
16883         27-bit article numbers.
16884         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16885         Use gnus-agent-read-article-number.
16886         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16887         from backend while recognizing that article numbers in .overview
16888         must be valid.
16889         (gnus-agent-update-files-total-fetched-for):
16890         Use directory-files-and-attributes to improve performance.
16891         * gnus-int.el (gnus-request-move-article):
16892         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16893         improve performance.
16894
16895         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16896         some users confused by references to .newsrc when they only have a
16897         .newsrc.eld file.
16898         (gnus-convert-mark-converter-prompt)
16899         (gnus-convert-converter-needs-prompt): Fix use of property list.
16900         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16901         New function.  Used internally to only display 'gnus converting
16902         files' message when actually necessary.
16903
16904         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16905         methods now autoloaded.
16906
16907 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16908
16909         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16910         identifiers.
16911
16912 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16913
16914         * gnus-picon.el: Fix indentation and closing parenthesis.
16915
16916 2004-09-01  Simon Josefsson  <jas@extundo.com>
16917
16918         * message.el (message-canlock-generate): Require sha1, not
16919         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16920         to require within a function.  Sadly, if sha1.el isn't loaded, the
16921         let binding in m-c-g will hide the defcustom definition, which is
16922         bad.)
16923
16924         * canlock.el: Require sha1, not sha1-el.
16925
16926         * message.el: Don't autoload sha1 (there is a autoload cookie in
16927         sha1.el).
16928
16929         * sha1-el.el: Rename to sha1.el.
16930
16931 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16932
16933         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16934
16935 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16936
16937         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16938
16939 2004-08-30  Kim F. Storm  <storm@cua.dk>
16940
16941         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16942
16943         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16944         Add :group 'nnimap.
16945
16946 2004-08-30  Andreas Schwab  <schwab@suse.de>
16947
16948         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16949         ?* and ?\;.
16950
16951         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16952         and ?\' to symbol instead of whitespace.
16953
16954 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16955
16956         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16957
16958         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16959         instead of re-search-forward.
16960
16961         * gnus-uu.el (gnus-uu-save-article): Ditto.
16962         (gnus-uu-post-encode-uuencode): Ditto.
16963
16964         * html2text.el (html2text-clean-list-items): Ditto.
16965         (html2text-clean-dtdd): Ditto.
16966         (html2text-format-tags): Ditto.
16967
16968         * message.el (message-send-mail-with-sendmail): Fix regexp.
16969         (message-fill-field-general): Use search-forward instead of
16970         re-search-forward.
16971         (unbold-region): Ditto.
16972
16973         * nnrss.el (nnrss-request-article): Ditto.
16974
16975         * nnslashdot.el (nnslashdot-request-article): Ditto.
16976
16977         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16978
16979         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16980         "Unrecognized menu descriptor" error in XEmacs.
16981
16982 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16983
16984         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16985         parent article of a sparse article in the thread hashtb.
16986
16987 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16988
16989         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16990         (nnmail-expand-newtext): Lowercase expanded entries if
16991         nnmail-split-lowercase-expanded is non-nil.
16992
16993 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16994
16995         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16996
16997         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16998         of gnus-tmp-news-method into string under XEmacs.  It will be
16999         passed to gnus-correct-length which takes only a string argument.
17000
17001 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17002
17003         * gnus-util.el (gnus-bind-print-variables): New macro.
17004         (gnus-prin1): Use it.
17005         (gnus-prin1-to-string): Use it.
17006         (gnus-pp): New function.
17007         (gnus-pp-to-string): New function.
17008
17009         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17010         Replace pp-to-string with gnus-pp-to-string.
17011         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17012         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17013         * gnus-msg.el (gnus-debug): Ditto.
17014         * gnus-score.el (gnus-score-save): Ditto.
17015         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17016         gnus-pp-to-string.
17017         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17018         with gnus-pp.
17019         * score-mode.el (gnus-score-pretty-print): Ditto.
17020         * webmail.el (webmail-debug): Ditto.
17021
17022 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17023
17024         * gnus-art.el (article-display-face, article-display-x-face):
17025         Use buffer-read-only.
17026
17027 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17028
17029         * gnus-art.el (article-hide-list-identifiers):
17030         Bind inhibit-read-only as t.
17031
17032 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17033
17034         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17035
17036 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17037
17038         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17039         (gnus-narrow-to-page): Don't assume point-min == 1.
17040         (gnus-article-edit-mode): Derive from message-mode.
17041
17042         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17043         point-min == 1.
17044
17045         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17046         Disable incorrect use of `assert'.
17047
17048         * message.el (message-mode): Set comment-start-skip.
17049
17050
17051 2004-08-22  Sam Steingold  <sds@gnu.org>
17052
17053         * pop3.el (pop3-leave-mail-on-server): New user variable.
17054         (pop3-movemail): Delete mail only when it is nil.
17055
17056 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17057
17058         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17059
17060         * mml.el (mml-preview): Use `pop-to-buffer'.
17061
17062         * message.el (message-goto-mail-followup-to): Insert after "To".
17063         (message-carefully-insert-headers): Add comment.
17064
17065         * gnus.el: Remove unused variable `gnus-article-check-size'.
17066
17067         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17068
17069         * gnus-art.el (gnus-button-alist):
17070         Improve `gnus-button-handle-library' entry.
17071
17072 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17073
17074         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17075         Use downcase, since XEmacs capitalizes error messages differently.
17076
17077 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17078
17079         * nntp.el: Add (require 'gnus) due to reference to
17080         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17081
17082 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17083
17084         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17085         Bind `mm-fill-flowed'.
17086
17087         * mm-decode.el (mm-dissect-singlepart): Check it.
17088
17089 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17090
17091         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17092         'imap' for netrc parsing.
17093
17094 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17095
17096         * mailcap.el (mailcap-mime-data): Mark as risky.
17097
17098 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17099
17100         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17101         may be included in the encoded word.
17102         (rfc2047-encode): Don't append a space if the encoded word
17103         includes close parenthesis.
17104
17105 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17106
17107         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17108         of text within parentheses.
17109
17110 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17111
17112         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17113         (gnus-encrypt-write-file-contents): Make the password key the file
17114         name PLUS the cipher, not just the cipher.  Also remove failed
17115         passwords from the cache.
17116
17117 2004-08-06  Simon Josefsson  <jas@extundo.com>
17118
17119         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17120         Doc fix.
17121
17122 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17123
17124         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17125         LWSP.
17126
17127 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17128
17129         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17130         Try to append in-reply-to: data to the references: header.
17131
17132         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17133         (netrc-parse): Use gnus-encrypt.el functions.
17134
17135         * gnus-encrypt.el: Add new file for encryption support; currently
17136         does only a few GPG ciphers and an internal XOR cipher.
17137
17138         * password.el: Add comments on using password-read-and-add.
17139         (password-read-and-add): Add function to read and add the
17140         password to the cache at once.
17141
17142 2004-07-28  Simon Josefsson  <jas@extundo.com>
17143
17144         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17145         parameter (but don't use it, for now).
17146
17147         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17148         instead of hard coding to nil.
17149
17150 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17151
17152         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17153         as mm-inline-image-xemacs does.
17154
17155 2004-07-26  Simon Josefsson  <jas@extundo.com>
17156
17157         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17158         Revert part of 2004-07-17 change below.
17159
17160 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17161
17162         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17163         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17164
17165 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17166
17167         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17168         quotes that actually start with ">" at the beginning of the
17169         lines.
17170
17171 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17172
17173         * rfc2047.el (rfc2047-encode-region): Fix last change.
17174         (rfc2047-encode-parameter): Remove useless concat.
17175
17176 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17177
17178         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17179         encode special characters; fix some kind of misconfigured headers;
17180         signal a real error if debug-on-quit or debug-on-error is non-nil.
17181         (rfc2047-encode-max-chars): New variable.
17182         (rfc2047-encode-1): Use it.
17183         (rfc2047-encode-parameter): New function.
17184
17185         * mml.el (mml-insert-parameter): Remove an excessive space.
17186
17187 2004-07-17  Simon Josefsson  <jas@extundo.com>
17188
17189         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17190         Kai Grossjohann <kai@emptydomain.de>.
17191         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17192         (gnus-group-make-menu-bar): Ditto.
17193
17194         * gnus-util.el (gnus-group-server): Add.
17195
17196 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17197
17198         * message.el (message-clone-locals): Clone sendmail and smtp
17199         variables.
17200
17201 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17202
17203         * rfc2047.el (rfc2047-encode-region): Fix last change.
17204
17205 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17206
17207         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17208         characters as non-special.
17209
17210 2004-07-09  Simon Josefsson  <jas@extundo.com>
17211
17212         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17213         Users will lose all flag changes made while unplugged with
17214         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17215         good default.  See numerous reports on ding mailing list.
17216
17217 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17218
17219         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17220         add generate-head-function and generate-article-function to the
17221         rfc822-forward entry.
17222         (nndoc-rfc822-forward-generate-article): New function.
17223         (nndoc-rfc822-forward-generate-head): New function.
17224
17225         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17226
17227 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17228
17229         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17230         respect display group parameter and gnus-summary-expunge-below.
17231         (gnus-articles-to-read): Remove unused reference to display group
17232         parameter.
17233
17234 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17235
17236         * nnheader.el (nnheader-uniquify-message-id): New experimental
17237         variable.
17238         (nnheader-nov-read-message-id): Use it.
17239
17240         * spam-report.el (spam-report-gmane): Add interactive.
17241
17242 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17243
17244         * mm-encode.el (mm-content-transfer-encoding-defaults):
17245         Use qp-or-base64 for the application/* types.
17246
17247 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17248
17249         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17250
17251 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17252
17253         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17254         trim value.
17255
17256 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17257
17258         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17259         New macro and function.
17260         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17261
17262 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17263
17264         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17265         after-load-alist.
17266
17267 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17268
17269         * gnus-group.el (gnus-group-get-new-news-this-group):
17270         Don't update info that isn't there.
17271
17272 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17273
17274         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17275         entry.
17276
17277 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17278
17279         * mm-view.el (mm-inline-render-with-function): Use multibyte
17280         buffer; decode html source by charset.
17281
17282         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17283
17284         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17285         Mule-UCS is loaded under XEmacs.
17286         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17287
17288 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17289
17290         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17291
17292 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17293
17294         * mm-util.el (mm-coding-system-p): Return a coding-system.
17295         (mm-mime-mule-charset-alist): Use shift_jis instead of
17296         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17297         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17298         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17299         instead of japanese-shift-jis and iso-latin-1 respectively in
17300         order to share the default value with both Emacs and XEmacs-mule.
17301         (mm-mule-charset-to-mime-charset):
17302         Make mm-coding-system-priorities effective.
17303         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17304         while predicating of candidates upon the priorities.
17305
17306 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17307
17308         * gnus-sum.el (gnus-summary-make-menu-bar):
17309         Add gnus-uu-invert-processable.
17310
17311         * gnus.el: Autoload gnus-uu-invert-processable.
17312
17313 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17314
17315         * mm-util.el (mm-with-multibyte-buffer): New macro.
17316
17317         * rfc2047.el (rfc2047-encode-string): Use it.
17318         (rfc2047-encode-region): Move point to the end of the region after
17319         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17320
17321 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17322
17323         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17324         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17325
17326 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17327
17328         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17329         (gnus-cite-parse): Ignore quoted envelope From_.
17330         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17331
17332 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17333
17334         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17335         invalid addresses.
17336
17337 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17338
17339         * spam.el: Change section markers, revise TODO list.
17340         (spam-backends): Make new master list of all installed backends.
17341         (spam-summary-exit-behavior): Add new variable to determine how
17342         messages moves are done at summary exit.
17343         (spam-move-spam-nonspam-groups-only)
17344         (spam-process-ham-in-nonham-groups)
17345         (spam-process-ham-in-spam-groups): Remove variables, the
17346         spam-summary-exit-behavior variable should be used to manage this
17347         behavior.
17348         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17349         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17350         and spam-old-spam-articles.
17351         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17352         Add empty variables, placeholders for the backends they represent.
17353         (spam-set-difference): Move, unchanged.
17354         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17355         unless the user has a processor variable.
17356         (spam-classifications, spam-classification-valid-p)
17357         (spam-backend-properties, spam-backend-property-valid-p)
17358         (spam-backend-function-type-valid-p)
17359         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17360         (spam-report-articles-gmane, spam-report-articles-resend):
17361         Remove functions, they are not needed.
17362         (spam-install-backend-super, spam-backend-list)
17363         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17364         (spam-backend-function, spam-backend-ham-registration-function)
17365         (spam-backend-spam-registration-function)
17366         (spam-backend-ham-unregistration-function)
17367         (spam-backend-spam-unregistration-function)
17368         (spam-backend-statistical-p, spam-backend-mover-p)
17369         (spam-install-backend-alias, spam-install-checkonly-backend)
17370         (spam-install-mover-backend, spam-install-nocheck-backend)
17371         (spam-install-backend, spam-install-statistical-backend)
17372         (spam-install-statistical-checkonly-backend): Add backend installation
17373         support.
17374         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17375         (spam-group-processor-p): Use the new backend code and respect the
17376         summary exit behavior.
17377         (spam-mark-spam-as-expired-and-move-routine): Remove.
17378         (spam-summary-prepare): Change to use the new spam-old-articles
17379         variable.
17380         (spam-copy-or-move-routine, spam-copy-spam-routine)
17381         (spam-move-spam-routine, spam-copy-ham-routine)
17382         (spam-move-ham-routine): Add code to copy/move ham or spam.
17383         (spam-fetch-field-fast): Improve doc and code, plus allow the
17384         'number request.
17385         (spam-list-of-checks, spam-list-of-statistical-checks):
17386         Remove variables.
17387         (spam-split, spam-find-spam): Use the new backend code.
17388         (spam-registration-functions): Remove variable.
17389         (spam-unregister-routine): Add convenience wrapper.
17390         (spam-log-undo-registration, spam-register-routine)
17391         (spam-log-processing-to-registry)
17392         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17393         where possible.
17394         (spam-check-gmane-xref, spam-check-regex-headers)
17395         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17396         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17397         (spam-check-bogofilter-headers, spam-check-spamoracle)
17398         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17399         (spam-check-crm114-headers): Use the spam-split-group that
17400         spam-split prepares, no need to determine it every time.
17401
17402         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17403         to the nnheader-parse-naked-head call.
17404
17405         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17406
17407         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17408         the nnheader-nov-read-message-id call.
17409
17410 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17411
17412         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17413         gnus-activate-group twice.  Suggested by Markus Peter
17414         <warp@spin.de>.
17415
17416 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17417
17418         * gnus-art.el (gnus-article-time-format): Exchange the order of
17419         day and month in the default value; fix customization type.
17420         (article-date-ut): Use add-text-properties.
17421         (article-make-date-line): Use message-make-date instead of
17422         current-time-string.
17423
17424         * message.el (message-fetch-field): Don't use set-text-properties.
17425         (message-make-date): Simplify.
17426
17427         * messagexmas.el (message-xmas-make-date): New function.
17428         (message-xmas-redefine): Defalias message-make-date to it.
17429
17430 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17431
17432         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17433         (rfc2047-encode-region): Treat text within parentheses as special;
17434         show the original text when error has occurred.
17435
17436         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17437         already-computed method to gnus-activate-group.
17438
17439         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17440         same select-methods identical Lisp objects.
17441
17442         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17443         object when modifying the info.
17444
17445 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17446
17447         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17448         gnus-opened-servers since it has never been opened with the new
17449         configuration yet.
17450
17451 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17452
17453         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17454         arg to nnheader-generate-fake-message-id.
17455
17456 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17457
17458         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17459         number and build a fake message ID localized to a group and
17460         article number (so it's repeatable from that point on).
17461         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17462         ID format.
17463
17464         * gnus-sum.el (gnus-get-newsgroup-headers):
17465         Call nnheader-generate-fake-message-id with the article number.
17466
17467 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17468
17469         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17470         end-of-buffer.
17471
17472 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17473
17474         * message.el (message-ignored-supersedes-headers): Add Approved.
17475
17476 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17477
17478         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17479         goto-char.
17480         (rfc2047-encode): Fold the line before encoding.
17481
17482 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17483
17484         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17485         folding -- not all headers can be folded, and this should be done
17486         by the message composition mode.  Probably.  I think.
17487
17488 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17489
17490         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17491         fast.
17492
17493         * gnus-ems.el (gnus-remove-image): Don't use
17494         message-text-with-property; remove only the image found first.
17495
17496         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17497         found first.
17498
17499 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17500
17501         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17502
17503 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17504
17505         * message.el (message-text-with-property): Make it fast and accept
17506         optional arguments.
17507         (message-strip-forbidden-properties): Use it.
17508         (message-fix-before-sending): Follow the m-t-w-p change.
17509
17510         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17511
17512 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17513
17514         * gnus-art.el (article-hide-headers): Don't change the buffer
17515         mistakenly when performing mml-preview even if
17516         gnus-single-article-buffer is nil.
17517
17518 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17519
17520         * message.el (message-expand-name-databases): New user option.
17521         (message-expand-name): Use it.
17522
17523 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17524
17525         * spam.el (spam-report-articles-resend)
17526         (spam-report-resend-register-routine): Allow ham reporting.
17527         (spam-report-resend-register-ham-routine): Add wrapper.
17528         (spam-registration-functions): Add ham resending functions.
17529         (spam-list-of-processors): Add ham resend processor.
17530
17531         * gnus.el (ham-resend-to): Add new group parameter.
17532         (spam-process): Add ham resend option.
17533
17534         * spam-report.el (spam-report-resend): Allow reporting ham.
17535         (spam-report-resend-ham): Add wrapper.
17536
17537 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17538
17539         * message.el (message-cite-articles-with-x-no-archive):
17540         New variable.
17541         (message-cite-original): Use it.
17542
17543 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17544
17545         * message.el (message-cite-original): Respect X-No-Archive.
17546
17547 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17548
17549         * gnus-art.el (article-hide-headers): Refer to the values for
17550         gnus-ignored-headers and gnus-visible-headers in the summary
17551         buffer since a user may have set them as group parameters.
17552
17553 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17554
17555         * assistant.el (assistant-node-name): Add convenience function.
17556         (assistant-render-text, assistant-render-node): Add error handling,
17557         plus handle multiple next nodes.
17558         (assistant-find-next-node): Comment out for now.
17559         (assistant-find-next-nodes): Add function, returns list of next
17560         nodes.
17561
17562 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17563
17564         * mail-source.el (mail-source-directory): Fix doc-string.
17565
17566 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17567
17568         * assistant.el (assistant-render-text, assistant-eval): Add :set
17569         widget type, which is different because it takes and returns a
17570         list.  Much hilarity ensues.
17571
17572 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17573
17574         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17575
17576         * gnus-group.el (gnus-group-get-new-news-this-group):
17577         Add doc-string.
17578
17579         * gnus-start.el (gnus-activate-group): Add doc-string.
17580
17581 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17582
17583         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17584
17585 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17586
17587         * assistant.el (assistant-render-text): Try to add a :set
17588         widget, more to come.
17589
17590         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17591         strings.
17592         (spam-report-articles-resend)
17593         (spam-register-routine): Do registration iff any articles warrant
17594         it.
17595         (spam-summary-prepare-exit): Change log message for nil group
17596         destinations.
17597
17598 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17599
17600         * spam.el (spam-report-resend-register-routine):
17601         Allow spam-report-resend-to to be a group parameter or a global value.
17602
17603 2004-05-26  Simon Josefsson  <jas@extundo.com>
17604
17605         * starttls.el: Merge with my GNUTLS based starttls.el.
17606         (starttls-gnutls-program, starttls-use-gnutls)
17607         (starttls-extra-arguments, starttls-process-connection-type)
17608         (starttls-connect, starttls-failure, starttls-success):
17609         New variables.
17610         (starttls-program, starttls-extra-args): Doc fix.
17611         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17612         New functions.
17613         (starttls-negotiate, starttls-open-stream):
17614         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17615         function if it is set.
17616
17617 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17618
17619         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17620         structured fields.
17621
17622 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17623
17624         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17625
17626 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17627
17628         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17629         Add variable.
17630         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17631         assigning the spam-mark to new messages.
17632
17633 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17634
17635         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17636
17637 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17638
17639         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17640
17641         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17642         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17643         default.
17644
17645 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17646
17647         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17648         correct data.
17649
17650 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17651
17652         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17653         (spam-group-processor-p): Fix function.
17654         (spam-group-processor-multiple-p)
17655         (spam-group-spam-processor-report-gmane-p)
17656         (spam-group-spam-processor-report-resend-p)
17657         (spam-group-spam-processor-bogofilter-p)
17658         (spam-group-spam-processor-blacklist-p)
17659         (spam-group-spam-processor-ifile-p)
17660         (spam-group-ham-processor-ifile-p)
17661         (spam-group-spam-processor-spamoracle-p)
17662         (spam-group-spam-processor-crm114-p)
17663         (spam-group-ham-processor-bogofilter-p)
17664         (spam-group-spam-processor-stat-p)
17665         (spam-group-ham-processor-stat-p)
17666         (spam-group-ham-processor-whitelist-p)
17667         (spam-group-ham-processor-BBDB-p)
17668         (spam-group-ham-processor-spamoracle-p)
17669         (spam-group-ham-processor-copy-p): Remove functions with some
17670         prejudice against unneeded code.
17671         (spam-report-articles-resend)
17672         (spam-report-resend-register-routine): Allow the group/topic
17673         spam-resend-to value to override spam-report-resend-to.
17674         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17675         properly now.
17676
17677         * gnus.el (spam-resend-to): Add group/topic parameter.
17678         (spam-process): Move the OBSOLETE processors to the end of the
17679         choices.
17680
17681 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17682
17683         * spam-report.el (spam-report-resend-to, spam-report-resend):
17684         Start with resend-to set to nil, and then ask the user if necessary.
17685         (spam-report-resend): spam-report-resend takes a list of articles, not
17686         separate article numbers.
17687
17688 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17689
17690         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17691         addition to emacs-w3m.
17692
17693 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17694
17695         * assistant.el (assistant-authinfo-data): New function.
17696         (assistant-eval): Eval for entire assistant.
17697
17698         * netrc.el (netrc-services-file): New variable.
17699         (netrc-parse-services): New function.
17700         (netrc-find-service-name): New function.
17701         (netrc-find-service-number): New function.
17702         (netrc-port-equal): New function.
17703         (netrc-machine): Use it.
17704
17705         * nnimap.el (nnimap-open-connection): Use netrc.
17706
17707         * gnus-util.el (gnus-netrc-get): Remove aliases.
17708
17709         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17710
17711         * assistant.el (wid-edit): Fix compilation.
17712
17713         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17714
17715 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17716
17717         * gnus-util.el (gnus-set-file-modes): New function.  (small
17718         patch).
17719
17720 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17721
17722         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17723
17724         * assistant.el (assistant-render-node): Fix up rendering and
17725         read-only text.
17726         (assistant-render-node): Reset.
17727         (assistant-make-read-only): Not sticky.
17728
17729 2004-05-20  Danny Siu  <dsiu@adobe.com>
17730
17731         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17732         centered even when gnus-auto-center-summary is t.
17733
17734 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17735
17736         * dns.el (dns-get-txt-answer): New function.
17737         (dns-read-txt): Ditto.
17738         (query-dns): Use it.
17739
17740 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17741
17742         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17743         active for foreign groups even if the group level is higher than
17744         the specified value.
17745
17746 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17747
17748         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17749         non-active groups.
17750
17751         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17752
17753 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17754
17755         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17756
17757 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17758
17759         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17760         (spam-crm114-header, spam-crm114-spam-switch)
17761         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17762         (spam-crm114-positive-spam-header)
17763         (spam-crm114-database-directory, spam-list-of-processors)
17764         (spam-group-spam-processor-crm114-p)
17765         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17766         (spam-generic-score, spam-list-of-checks)
17767         (spam-list-of-statistical-checks, spam-registration-functions)
17768         (spam-check-crm114-headers, spam-crm114-score)
17769         (spam-check-crm114, spam-crm114-register-with-crm114)
17770         (spam-crm114-register-spam-routine)
17771         (spam-crm114-unregister-spam-routine)
17772         (spam-crm114-register-ham-routine)
17773         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17774         From asjo@koldfront.dk (Adam Sjøgren).
17775
17776         * gnus.el: Add spam-use-crm114.
17777
17778         * spam.el (spam-list-of-processors, spam-registration-functions):
17779         Add spam-use-resend.
17780         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17781         (spam-report-articles-gmane): Add doc fix.
17782         (spam-report-articles-resend, spam-report-resend-register-routine):
17783         Add wrappers around spam-report-resend-to.
17784
17785         * spam-report.el (spam-report-resend-to, spam-report-resend):
17786         Add support for resending spam.
17787         (spam-report-gmane): Fix line length >80.
17788
17789         * gnus.el (spam-process): Add spam-use-resend.
17790
17791 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17792
17793         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17794         number of processed spam messages.
17795         (spam-ham-copy-or-move-routine): Return the number of processed
17796         ham messages.
17797         (spam-summary-prepare-exit): Use the above values to decide
17798         whether status messages shouled be displayed.
17799
17800 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17801
17802         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17803         `rfc2047-encoding-function-alist' in order to avoid conflicting
17804         with the old version.
17805         (rfc2047-encode-region): Concatenate words containing non-ASCII
17806         characters in structured fields; don't encode space-delimited
17807         ASCII words even in unstructured fields; don't break words at
17808         char-category boundaries.
17809         (rfc2047-encode-1): New function.
17810         (rfc2047-encode): Use it; encode text so that it occupies the
17811         maximum width within 76-column; work correctly on Q encoding for
17812         iso-2022-* charsets.
17813         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17814         sure not to break a line just after the header name.
17815         (rfc2047-b-encode-region): Remove.
17816         (rfc2047-b-encode-string): New function.
17817         (rfc2047-q-encode-region): Remove.
17818         (rfc2047-q-encode-string): New function.
17819
17820         * mm-util.el (mm-replace-in-string): New function.
17821
17822 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17823
17824         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17825         Really get it right.
17826         (gnus-inews-make-draft): Really.
17827
17828 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17829
17830         * nnmh.el (nnmh-request-list-1): Don't check the link count
17831         before descending.  (small patch)
17832
17833 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17834
17835         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17836         stuff.
17837
17838         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17839         Match on real group name.
17840
17841         * gnus-art.el (gnus-signature-limit): Doc fix.
17842
17843         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17844
17845         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17846
17847 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17848
17849         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17850         isn't a string.
17851
17852 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17853
17854         * gnus-draft.el (gnus-draft-send):
17855         Bind rfc2047-encode-encoded-words.
17856
17857         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17858         (rfc2047-encodable-p): Say that =? needs encoding.
17859         (rfc2047-encode-encoded-words): New variable.
17860
17861         * gnus-group.el (gnus-group-select-group): Doc fix.
17862
17863         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17864
17865         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17866         to nil.
17867
17868         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17869
17870         * nnheader.el (nnheader-get-lines-and-char): New function.
17871
17872 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17873
17874         * gnus-msg.el (gnus-summary-followup-with-original):
17875         Document yanking of region when active.
17876
17877 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17878
17879         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17880         groups if the group level is higher than the specified value.
17881
17882 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17883
17884         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17885         (gnus-group-jump-to-group): Add prefix argument using
17886         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17887         non-active group.
17888
17889         * compface.el (uncompface): Be verbose when changing
17890         `uncompface-use-external'.
17891
17892         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17893         handle manual section.
17894
17895 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17896
17897         * gnus-art.el (gnus-button-alist): Revert previous change.
17898
17899 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17900
17901         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17902
17903 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17904
17905         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17906         whether backend can accept message.
17907
17908         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17909
17910 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17911
17912         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17913         Avoid creating directory when nntp-marks-is-evil is true.
17914         Reported by Reiner Steib.
17915
17916 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17917
17918         * gnus-picon.el (gnus-picon-style): New variable.
17919         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17920         (gnus-picon-transform-address): Support `gnus-picon-style'.
17921         From Jesper Harder <harder@ifa.au.dk>.
17922
17923 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17924
17925         * message.el (message-fill-field): Return point.
17926         (message-generate-headers): Go to end of field.
17927
17928         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17929         stuff for non-living groups.
17930
17931 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17932
17933         * gnus-art.el (gnus-article-followup-with-original)
17934         (gnus-article-reply-with-original): gnus-mark-active-p ->
17935         gnus-region-active-p.
17936
17937 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17938
17939         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17940         only when there is spam or ham to be processed.
17941
17942 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17943
17944         * mail-source.el (mail-source-delete-crash-box): Refactor.
17945         (mail-source-fetch): Use it.
17946         (mail-source-fetch-file): Ditto.
17947         (mail-source-fetch-directory): Run postscript in loop.
17948         (mail-source-fetch-pop): Delete.
17949         (mail-source-fetch-maildir): Ditto.
17950         (mail-source-fetch-imap): Ditto.
17951
17952         * imap.el (imap-authenticators): Comment out sasl.
17953
17954         * message.el (message-skip-to-next-address): New function.
17955         (message-fill-header-address): Refactor.
17956         (message-fill-address): Use it.
17957         (message-delete-address): Use it.
17958         (message-fill-header-general): Refactor.
17959         (message-fill-field-address): Rename.
17960         (message-narrow-to-field): Find the start of the header.
17961         (message-header-format-alist): Don't pre-fill.
17962         (message-fill-header): Remove.
17963         (message-insert-header): New function.
17964         (message-shorten-references): Use it.
17965
17966         * rfc2047.el (rfc2047-field-value): Strip props.
17967
17968         * mail-parse.el (mail-header-make-address): New alias.
17969
17970         * ietf-drums.el (ietf-drums-make-address): New function.
17971
17972         * imap.el: Add compiler directives.
17973
17974         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17975
17976         * gnus-art.el (article-decode-idna-rhs): Don't use
17977         message-idna-inside-rhs-p.
17978
17979 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17980
17981         * message.el (message-idna-inside-rhs-p): Remove.
17982         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17983
17984         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17985         false positives.
17986
17987 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17988
17989         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17990
17991 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17992
17993         * nneething.el (nneething-file-name): Don't create spurious
17994         files.
17995
17996         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17997         (gnus-inews-do-gcc): Remove sleep.
17998
17999         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18000         part under point.
18001
18002         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18003         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18004
18005 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18006
18007         * spam.el (spam-summary-prepare-exit): Fix (length).
18008
18009 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18010
18011         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18012         as expired without moving it" message when there are spam
18013         messages left.
18014
18015 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18016
18017         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18018         header is not nil.
18019
18020 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18021
18022         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18023         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18024         (nntp-marks-changed-p): New arg SERVER.
18025         (nntp-request-update-info): Adjust caller.
18026
18027 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18028
18029         * nntp.el (nntp-save-marks): Pass missing arg.
18030
18031 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18032
18033         * nntp.el: Support marks.
18034         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18035         (nntp-marks-modtime, nntp-marks-directory): New variables.
18036         (nntp-request-set-mark, nntp-request-update-info)
18037         (nntp-possibly-create-directory, nntp-marks-changed-p)
18038         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18039         New functions.
18040
18041 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18042
18043         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18044         (gnus-xmas-redefine): Rename.
18045
18046         * gnus-score.el (gnus-score-insert-help):
18047         Use gnus-select-lowest-window.
18048
18049         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18050         appt-select-lowest-window and rename to gnus-select-lowest-window.
18051
18052         * gnus.el: do.
18053
18054 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18055
18056         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18057         encodings of MIME-encoded words, in order to improve
18058         interoperability with several broken MUAs.
18059
18060 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18061
18062         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18063         tags, only when charsets are not specified in headers.
18064         (mm-inline-text-html-render-with-w3m): Ditto.
18065
18066         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18067         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18068
18069 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18070
18071         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18072         instead of MIME-decoded from fields when checking
18073         `gnus-article-address-banner-alist'.
18074
18075 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18076
18077         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18078         description rather than subject.
18079
18080 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18081
18082         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18083
18084 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18085
18086         * gnus.el (gnus-version-number): Bump.
18087
18088 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18089
18090         * gnus.el: No Gnus v0.2 is released.
18091
18092 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18093
18094         * gnus-agent.el (gnus-agent-read-agentview):
18095         Inline gnus-uncompress-range.
18096
18097 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18098
18099         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18100         `exec-installed-p'.
18101
18102 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18103
18104         * gnus.el (spam-process, spam-autodetect-methods):
18105         Add bsfilter and bsfilter-headers.
18106
18107         * spam.el (spam-bsfilter): New customize group.
18108         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18109         (spam-bsfilter-header, spam-bsfilter-probability-header)
18110         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18111         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18112         (spam-bsfilter-database-directory): New options.
18113         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18114         (spam-list-of-statistical-checks, spam-registration-functions):
18115         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18116         (spam-bsfilter-score): New command.
18117         (spam-check-bsfilter-headers, spam-check-bsfilter)
18118         (spam-bsfilter-register-with-bsfilter)
18119         (spam-bsfilter-register-spam-routine)
18120         (spam-bsfilter-unregister-spam-routine)
18121         (spam-bsfilter-register-ham-routine)
18122         (spam-bsfilter-unregister-ham-routine): New functions.
18123         (spam-generic-score): Support bsfilter; Accept an optional argument
18124         to recalcurate spam score even if scoring header has already been
18125         added.
18126         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18127         optional argument to recalcurate spam score even if scoring header
18128         has already been added.
18129
18130 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18131
18132         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18133         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18134         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18135         link is missing.
18136
18137 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18138
18139         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18140         (html2text-get-attr): Rewrite.
18141
18142         * message.el (message-setup-1): Remove redundant put-text-property
18143         on mail-header-separator.
18144
18145 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18146
18147         * gnus-registry.el (gnus-registry-cache-whitespace)
18148         (gnus-registry-action, gnus-registry-spool-action)
18149         (gnus-registry-split-fancy-with-parent): Change message levels
18150         from 5 to 3 or 7, as needed.
18151
18152         * spam.el (spam-summary-prepare-exit)
18153         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18154         (spam-split, spam-find-spam, spam-log-undo-registration)
18155         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18156         level from 5 to 6.
18157
18158 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18159
18160         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18161         2004-03-04 change).
18162
18163 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18164
18165         * sieve-manage.el (sieve-manage-open):
18166         * nnweb.el (nnweb-insert-html):
18167         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18168         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18169         * nnspool.el (nnspool-request-group):
18170         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18171         * nnml.el (nnml-request-update-info):
18172         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18173         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18174         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18175         (nnimap-request-set-mark):
18176         * nnfolder.el (nnfolder-request-update-info):
18177         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18178         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18179         * gnus-uu.el (gnus-uu-find-articles-matching):
18180         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18181         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18182         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18183         * gnus-nocem.el (gnus-nocem-scan-groups):
18184         * gnus-int.el (gnus-start-news-server):
18185         * gnus-group.el (gnus-group-make-kiboze-group)
18186         (gnus-group-browse-foreign-server):
18187         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18188         Use mapc when appropriate.
18189
18190 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18191
18192         FIXME: Make separate entries for each person.
18193
18194         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18195         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18196         <shields@msrl.com>:
18197
18198         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18199         may need for spam sorting and scoring.
18200         (spam-user-format-function-S): Add user format function suitable for
18201         general use.
18202         (spam-article-sort-by-spam-status): Add sorting function for summary
18203         sorting.
18204         (spam-extra-header-to-number): Add function to get a score from a
18205         header.
18206         (spam-summary-score): Add function to get a numeric score from the
18207         headers.
18208         (spam-generic-score): Fix function doc, was in wrong place.
18209         (spam-initialize): Take symbols when it's run, and install the
18210         extra headers that spam-necessary-extra-headers thinks we need.
18211
18212 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18213
18214         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18215         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18216
18217 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18218
18219         * gnus-sum.el (gnus-set-global-variables)
18220         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18221         (gnus-article-get-xrefs, gnus-summary-best-group)
18222         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18223         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18224         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18225         Use with-current-buffer.
18226
18227 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18228
18229         * spam.el (spam-summary-prepare-exit): Simplify logic.
18230         (spam-fetch-article-header): Read the article header if it's not
18231         available.
18232         (spam-list-articles): Simplify logic.
18233         (spam-filelist-register-routine): Fix bug with unregister-list.
18234
18235         * gnus-registry.el: Fix comments at beginning.
18236
18237 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18238
18239         * message.el (message-cater-to-broken-inn): Remove.
18240         (message-shorten-references): Make sure the total folded length of
18241         References is shorter than 998 characters to cater to a bug in INN
18242         2.3.  Also, don't pretend that references aren't folded -- this
18243         hasn't worked for a while.
18244
18245 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18246
18247         * gnus-agent.el (gnus-agentize):
18248         gnus-agent-send-mail-real-function no longer set to current value
18249         of message-send-mail-function but rather a lambda that calls
18250         message-send-mail-function.  The change makes the agent real-time
18251         responsive to user changes to message-send-mail-function.
18252
18253 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18254
18255         * legacy-gnus-agent.el
18256         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18257         help from Florian Weimer <fw@deneb.enyo.de>
18258
18259 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18260
18261         * nnmail.el (nnmail-cache-insert): Revert last change.
18262
18263 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18264
18265         * nnmail.el (nnmail-cache-insert): Always check whether
18266         nnmail-cache-ignore-groups matches a group name.
18267
18268 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18269
18270         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18271         (spam-find-spam, spam-log-processing-to-registry)
18272         (spam-log-registered-p, spam-log-unregistration-needed-p)
18273         (spam-log-undo-registration): Use gnus-message instead of
18274         gnus-error, none of these errors are fatal.
18275
18276         * gnus-registry.el (gnus-registry-clean-empty-function)
18277         (gnus-registry-clean-empty): Remove only empty entries without
18278         extra data.
18279
18280 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18281
18282         * spam-stat.el (spam-stat-buffer-change-to-spam)
18283         (spam-stat-buffer-change-to-non-spam): Change (error) to
18284         (gnus-message 8) invocation.
18285
18286 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18287
18288         * nntp.el (nntp-via-netcat-command): New variable.
18289         (nntp-via-netcat-switches): New variable.
18290         (nntp-open-via-rlogin-and-netcat): New function.
18291         (nntp-open-connection-function): Doc fix.
18292         (nntp-telnet-command): Doc fix.
18293         (nntp-end-of-line): Doc fix.
18294         (nntp-via-rlogin-command): Doc fix.
18295         (nntp-via-user-name): Doc fix.
18296         (nntp-via-address): Doc fix.
18297
18298 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18299
18300         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18301         error in Emacs 21.1.
18302
18303 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18304
18305         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18306
18307 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18308
18309         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18310         (gnus-agent-with-refreshed-group): New macro.
18311         (gnus-agent-rename-group): New function.
18312         (gnus-agent-delete-group): New function.
18313         (gnus-agent-save-group-info): Use gnus-command-method when
18314         `method' parameter is nil.  Don't write nil entries into the
18315         active file.
18316         (gnus-agent-get-group-info): New function.
18317         (gnus-agent-fetch-articles):
18318         Use gnus-agent-update-files-total-fetched-for to increment disk space
18319         used.
18320         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18321         Use gnus-agent-update-view-total-fetched-for to increment disk space
18322         used.
18323         (gnus-agent-get-local): Add optional parameters to avoid calling
18324         gnus-group-real-name and gnus-find-method-for-group.
18325         (gnus-agent-set-local): Delete stored entry if either min, or max,
18326         are nil.
18327         (gnus-agent-fetch-session): Reworded error/quit messages.
18328         On quit, use gnus-agent-regenerate-group to record existance of any
18329         articles fetched to disk before the quit occurred.
18330         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18331         gnus-agent-update-view-total-fetched-for, and
18332         gnus-agent-update-files-total-fetched-for to decrement disk space
18333         used.
18334         (gnus-agent-retrieve-headers):
18335         Use gnus-agent-update-view-total-fetched-for to increment disk space
18336         used.
18337         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18338         with gnus-agent-update-files-total-fetched-for to decrement disk
18339         space and fresh group buffer.
18340         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18341         (gnus-agent-need-update-total-fetched-for): New variable.
18342         (gnus-agent-update-files-total-fetched-for): New function.
18343         (gnus-agent-update-view-total-fetched-for): New function.
18344         (gnus-agent-total-fetched-for): New function.
18345
18346         * gnus-cache.el (gnus-cache-save-buffers):
18347         Use gnus-cache-update-overview-total-fetched-for to change disk space
18348         used by this group.
18349         (gnus-cache-possibly-enter-article):
18350         Use gnus-cache-update-file-total-fetched-for to increment disk space
18351         used by this group.
18352         (gnus-cache-possibly-remove-article):
18353         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18354         used by this group.
18355         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18356         (gnus-cache-rename-group): New function.
18357         (gnus-cache-delete-group): New function.
18358         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18359         (gnus-cache-need-update-total-fetched-for): New variable.
18360         (gnus-cache-with-refreshed-group): New macro.
18361         (gnus-cache-update-file-total-fetched-for): New function.
18362         (gnus-cache-update-overview-total-fetched-for): New function.
18363         (gnus-cache-rename-group-total-fetched-for): New function.
18364         (gnus-cache-delete-group-total-fetched-for): New function.
18365         (gnus-cache-total-fetched-for): New function.
18366
18367         * gnus-group.el: Require gnus-sum and autoload functions to
18368         resolve warnings when gnus-group.el compiled alone.
18369         (gnus-group-line-format): Documented new %F.
18370         (size of Fetched data) group line format; identifies disk space
18371         used by agent and cache.
18372         (gnus-group-line-format-alist): Defined new F format.
18373         (gnus-total-fetched-for): New function.
18374         (gnus-group-delete-group): No longer update
18375         gnus-cache-active-altered as gnus-request-delete-group now keeps
18376         the cache in sync.
18377         (gnus-group-list-active): Let the agent store a server's active
18378         list if currently plugged.
18379
18380         * gnus-int.el (gnus-request-delete-group):
18381         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18382         local disk in sync with the server.
18383         (gnus-request-rename-group):
18384         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18385         local disk in sync with the server.
18386
18387         * gnus-start.el (gnus-get-unread-articles):
18388         Cosmetic simplification to logic.
18389
18390         * gnus-util.el (gnus-rename-file): New function.
18391
18392 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18393
18394         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18395
18396 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18397
18398         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18399         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18400
18401 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18402
18403         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18404         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18405
18406 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18407
18408         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18409
18410 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18411
18412         * spam.el (spam-set-difference): Add function to replace
18413         gnus-set-difference in spam.el.
18414         (spam-summary-prepare-exit): Use spam-set-difference.
18415
18416 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18417
18418         * gnus-registry.el (gnus-registry-cache-file): Update to use
18419         gnus-dribble-directory OR gnus-home-directory OR ~.
18420         (gnus-registry-split-fancy-with-parent): Fix doc.
18421
18422 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18423
18424         * message.el (message-exchange-point-and-mark):
18425         Use message-mark-active-p.  Suggested by Jesper Harder
18426         <harder@ifa.au.dk>.
18427
18428 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18429
18430         * message.el (message-exchange-point-and-mark): Don't activate
18431         region if it was inactive.  Suggested by Hiroshi Fujishima
18432         <pooh@nature.tsukuba.ac.jp>.
18433
18434 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18435
18436         * gnus-art.el (article-display-face): Display Faces in the same
18437         order as X-Faces.
18438
18439 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18440
18441         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18442
18443 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18444
18445         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18446         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18447         (gnus-article-mime-hierarchy): Remove.
18448         (gnus-article-mime-hierarchy-next): Remove.
18449         (gnus-article-mode): Revert 2004-03-19 change.
18450         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18451         (gnus-insert-mime-button): Revert 2004-03-19 change.
18452         (gnus-mime-accumulate-hierarchy): Remove.
18453         (gnus-mime-enter-multipart): Remove.
18454         (gnus-mime-leave-multipart): Remove.
18455         (gnus-mime-display-part): Revert 2004-03-19 change.
18456         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18457
18458         * mml.el (mml-preview): Revert 2004-03-19 change.
18459
18460 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18461
18462         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18463
18464 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18465
18466         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18467         t while entering a file name using the mm-with-multibyte macro.
18468         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18469
18470         * mm-util.el (mm-with-multibyte): New macro.
18471
18472 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18473
18474         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18475         New user option.
18476         (gnus-mime-multipart-functions): Doc and customization fix.
18477         (gnus-article-mime-hierarchy): New variable.
18478         (gnus-article-mime-hierarchy-next): New variable.
18479         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18480         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18481         gnus-article-mime-hierarchy-next to nil.
18482         (gnus-insert-mime-button): Show hierarchy numbers.
18483         (gnus-mime-accumulate-hierarchy): New function.
18484         (gnus-mime-enter-multipart): New function.
18485         (gnus-mime-leave-multipart): New function.
18486         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18487         (gnus-mime-display-alternative): Show hierarchy numbers.
18488
18489         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18490         gnus-article-mime-hierarchy-next to nil.
18491
18492 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18493
18494         * dns.el: Don't require gnus-xmas.
18495
18496 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18497
18498         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18499         inline PGP.
18500         (mml-menu): Disable mml-quote-region if mark is inactive.
18501
18502 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18503
18504         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18505         when the group's active is not available.
18506
18507 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18508
18509         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18510         error.
18511
18512 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18513
18514         * imap.el (imap-store-password): New variable.
18515         (imap-interactive-login): Use it.
18516         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18517
18518 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18519
18520         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18521         window-start and hscroll to summary window.
18522
18523 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18524
18525         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18526         conversion message to newsrc-dribble when an actual conversion is
18527         performed.
18528
18529 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18530
18531         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18532
18533 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18534
18535         * mm-decode.el (mm-complicated-handles): New function reviving
18536         former definition of mm-multiple-handles.
18537
18538         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18539         (gnus-mime-delete-part): Use it.
18540
18541 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18542
18543         * gnus-agent.el (gnus-agent-read-local):
18544         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18545         avoid the implicit assumption that they will always be equal.
18546         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18547         coding-system-for-write, as the with-temp-file macro first prints
18548         to a buffer then saves the buffer.
18549
18550 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18551
18552         * gnus-art.el (gnus-article-edit-part): New function.
18553         (gnus-mime-save-part-and-strip): Use it; do query instead of
18554         signaling an error; don't use mm-multiple-handles.
18555         (gnus-mime-delete-part): Ditto.
18556
18557 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18558
18559         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18560         old file versions.
18561         (gnus-group-prepare-hook): Remove function that converted list
18562         form of gnus-agent-expire-days to group properties.
18563
18564         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18565         (gnus-request-accept-article): Re-indented.
18566
18567         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18568         converters to handle old agent file formats.  Add logic for a
18569         "backup before upgrading warning".
18570         (gnus-convert-mark-converter-prompt): Developers can mark
18571         functions as needing (default), or not needing,
18572         gnus-convert-old-newsrc's "backup before upgrading warning".
18573         (gnus-convert-converter-needs-prompt): Tests whether the user
18574         should be protected from potentially irreversable changes by the
18575         function.
18576
18577         * legacy-gnus-agent.el: New.  Provides converters that are only
18578         loaded when gnus-convert-old-newsrc needs to call them.
18579
18580 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18581
18582         * mail-source.el (mail-source-touch-pop): Doc fix.
18583
18584         * message.el (message-smtpmail-send-it): Doc fix.
18585
18586 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18587
18588         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18589
18590         * nnmail.el (nnmail-split-fancy): do.
18591
18592         * gnus-kill.el (gnus-kill, gnus-execute): do.
18593
18594 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18595
18596         * gnus-sum.el (gnus-widget-reversible-match)
18597         (gnus-widget-reversible-to-internal)
18598         (gnus-widget-reversible-to-external): New functions.
18599         (gnus-widget-reversible): New widget.
18600         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18601
18602 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18603
18604         * gnus-sum.el (gnus-thread-sort-functions)
18605         (gnus-article-sort-functions): Document `(not F)' items.
18606
18607 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18608
18609         * spam.el (spam-use-gmane-xref): Add new backend.
18610         (spam-gmane-xref-spam-group): Add variable to control the name of the
18611         Gmane spam group.
18612         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18613         (spam-regex-headers-spam, spam-regex-headers-ham)
18614         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18615         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18616         backends and checks.
18617         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18618
18619         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18620         an autodetect method.
18621
18622 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18623
18624         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18625         articles are being added to a group.
18626         (gnus-request-replace-article): Inform the agent that articles
18627         need to be uncached as the cached contents are no longer valid.
18628
18629 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18630
18631         * binhex.el: Don't autoload executable-find.
18632
18633         * canlock.el: Don't autoload mail-fetch-field.
18634
18635         * dgnushack.el: Autoload c-mode for XEmacs.
18636
18637         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18638
18639         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18640         rmail-dont-reply-to and rmail-output.
18641
18642         * gnus-score.el: Don't autoload ffap-string-at-point.
18643
18644         * gnus-setup.el: Don't autoload sc-cite-original.
18645
18646         * imap.el: Don't autoload base64-decode-string,
18647         base64-encode-string and md5.
18648
18649         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18650         and rmail-msg-restore-non-pruned-header.
18651
18652         * mm-decode.el: Don't autoload executable-find.
18653
18654         * mm-url.el: Don't autoload executable-find.
18655
18656         * mm-view.el: Don't autoload diff-mode.
18657
18658         * nndb.el: Don't autoload news-reply-mode, news-setup,
18659         cancel-timer and telnet.
18660
18661         * password.el: Don't autoload run-at-time for Emacs.
18662
18663         * sha1-el.el: Don't autoload executable-find.
18664
18665         * sieve-mode.el: Don't autoload c-mode.
18666
18667         * uudecode.el: Don't autoload executable-find.
18668
18669 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18670
18671         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18672         (gnus-agent-possibly-alter-active): Avoid null in numeric
18673         comparison.
18674         (gnus-agent-set-local): Refuse to save null in local object table.
18675         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18676         list of articles that will be marked as unread.
18677
18678 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18679
18680         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18681
18682 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18683
18684         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18685         language tags.
18686
18687 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18688
18689         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18690         Don't bind "obarray".
18691
18692         * gnus-sum.el (gnus-thread-sort-functions):
18693         Add `gnus-thread-sort-by-most-recent-number' and
18694         `gnus-thread-sort-by-most-recent-date'.
18695         Reported by Kai Grossjohann <kai@emptydomain.de>.
18696
18697 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18698
18699         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18700
18701 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18702
18703         * gnus-cus.el (gnus-agent-customize-category):
18704         Remove ignore-errors macro reference that required cl to be loaded at
18705         run-time.
18706
18707         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18708         single-interval range of the form (min . max).  Previously the
18709         range had to look like ((min . max)).  Likewise, return
18710         (min . max) rather than ((min . max)).
18711         (gnus-range-map): Use gnus-range-normalize to accept
18712         single-interval range.
18713
18714         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18715         the cache, but not the agent, now appear with their usual face.
18716
18717         * dgnushack.el (loaddir): New variable that is bound to the
18718         directory containing the dgnushack.el file. Use loaddir, rather
18719         than srcdir, to update load-path. Change lets dgnushack compile
18720         code in directories other than GNUS/lisp.
18721
18722 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18723
18724         * lpath.el: Don't bind w3m-safe-url-regexp.
18725
18726         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18727         w3m-safe-url-regexp variable buffer-local.
18728
18729         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18730
18731 2004-02-27  Simon Josefsson  <jas@extundo.com>
18732
18733         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18734         gnus-group-real-prefix.
18735         (gnus-summary-move-article): Use it, instead of
18736         gnus-group-real-prefix.
18737
18738 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18739
18740         * lpath.el: Bind w3m-safe-url-regexp.
18741
18742         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18743         w3m-safe-url-regexp variable buffer-local and set it as the value
18744         of mm-w3m-safe-url-regexp.
18745
18746         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18747
18748         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18749         parsing gnus-posting-styles when the message is not for replying.
18750
18751         * dgnushack.el: Autoload sgml-mode for XEmacs.
18752
18753         * nnrss.el (nnrss-opml-export):
18754         Use mm-set-buffer-file-coding-system instead of
18755         set-buffer-file-coding-system.
18756
18757 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18758
18759         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18760         of checkdoc.el).
18761         * nnrss.el: do.
18762         * gnus-mlspl.el: do.
18763         * gnus-ml.el: do.
18764         * gnus-srvr.el: do.
18765
18766         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18767
18768 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18769
18770         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18771         Corrections to custom-manual links.
18772
18773         * gnus-art.el (gnus-article): Ditto.
18774
18775         * mm-decode.el (mime-display, mime-security): Ditto.
18776
18777 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18778
18779         * flow-fill.el: Typo.
18780
18781 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18782
18783         * spam-wash.el: New file.
18784
18785 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18786
18787         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18788
18789 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18790
18791         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18792         to be run with new-articles as LIST1, not LIST2.
18793         (spam-registration-functions): Add spam-use-ham-copy as a nil
18794         registration backend.
18795
18796 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18797
18798         * spam-stat.el (spam-stat-washing-hook): New option.
18799         (spam-stat-buffer-words): Use it.
18800         (spam-stat-process-directory, spam-stat-test-directory):
18801         Use insert-file-contents-literally.
18802         (spam-stat-coding-system): New variable.
18803         (spam-stat-load, spam-stat-save): Use it.
18804
18805 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18806
18807         * spam-report.el (spam-report-plug-agent):
18808         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18809
18810 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18811
18812         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18813         Allow / in mailto URLs.
18814
18815 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18816
18817         * spam-report.el (spam-report-process-queue): Fix interactive use.
18818         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18819         (spam-report-unplug-agent): Doc fixes.
18820         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18821         (spam-report-agentize, spam-report-deagentize): Autoload.
18822
18823 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18824
18825         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18826
18827         * message.el (message-setup-fill-variables): Add mml tags to
18828         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18829         <ajk@iu.edu>.
18830         (message-mode): Don't modify paragraph-separate there.
18831
18832 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18833
18834         * compface.el (uncompface-use-external): Default to undecided.
18835         (uncompface-use-external-threshold): New variable.
18836         (uncompface-float-time): New macro.
18837         (uncompface): Determine whether to use the external decoder if
18838         uncompface-use-external is undecided.
18839
18840 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18841
18842         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18843         after images.
18844
18845         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18846
18847 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18848
18849         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18850
18851         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18852
18853         * gnus-sum.el (gnus-summary-limit-to-age)
18854         (gnus-summary-limit-children): do.
18855
18856         * gnus-int.el (gnus-request-scan): do.
18857
18858         * gnus-group.el (gnus-group-suspend): do.
18859
18860         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18861
18862         * gnus-cite.el (gnus-cite-parse-attributions): do.
18863
18864         * gnus-agent.el (gnus-summary-set-agent-mark)
18865         (gnus-agent-regenerate-group): do.
18866
18867         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18868
18869         * binhex.el (binhex-decode-region-internal): do.
18870
18871 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18872
18873         * gnus-fun.el (gnus-face-properties-alist): New user option.
18874         (gnus-display-x-face-in-from): Use it.
18875
18876         * gnus-art.el (article-display-face): Ditto.
18877
18878         * compface.el (uncompface-use-external): Default to nil.
18879
18880 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18881
18882         * nntp.el (nntp-erase-buffer): New function.
18883         (nntp-retrieve-data, nntp-send-command)
18884         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18885         (nntp-possibly-change-group): Use it.
18886
18887         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18888         Use with-current-buffer.
18889
18890 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18891
18892         * compface.el: Merge the ELisp-based uncompface program.
18893         (compface): New customization group.
18894         (uncompface-use-external): New user option.
18895         (uncompface): Call uncompface-internal if uncompface-use-external
18896         is nil.
18897         (uncompface-internal): New function.  Note that there are also
18898         some other functions and variables added for this function.
18899
18900 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18901
18902         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18903         if necessary.
18904
18905 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18906
18907         * spam-report.el (spam-report-unplug-agent)
18908         (spam-report-plug-agent, spam-report-deagentize)
18909         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18910         Add support for the Agent in spam-report: when unplugged, report to a
18911         file; when plugged, submit all the requests.
18912
18913         * spam.el (spam-register-routine): Fix message about
18914         registration.
18915
18916 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18917
18918         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18919         dependencies.
18920         (rfc2047-encode): Use it.
18921
18922         * gnus-art.el (gnus-button-marker-list): Move before first
18923         reference.
18924
18925         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18926         (imap-parse-body): Fix format string mismatch.
18927
18928         * gnus-score.el (gnus-summary-increase-score): do.
18929
18930         * nnrss.el (nnrss-close): New function.
18931
18932 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18933
18934         * nnrss.el (nnrss-make-filename): New function.
18935         (nnrss-request-delete-group, nnrss-read-server-data)
18936         (nnrss-save-server-data, nnrss-read-group-data)
18937         (nnrss-save-group-data): Use it.
18938         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18939         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18940         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18941
18942 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18943
18944         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18945
18946 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18947
18948         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18949         files.
18950
18951         * message.el (message-generate-headers-first): Don't quote nil
18952         and t in docstrings.
18953
18954         * imap.el (imap-id): do.
18955
18956         * gnus-agent.el (gnus-agent-consider-all-articles)
18957         (gnus-agent-queue-mail): do.
18958
18959 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18960
18961         * spam-report.el (spam-report-process-queue): New function.
18962         Process requests from `spam-report-requests-file'.
18963         (spam-report-process-queue): Doc fix.
18964
18965 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18966
18967         * spam.el (spam-register-routine)
18968         (spam-log-processing-to-registry, spam-log-registered-p)
18969         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18970         Change "check" to "spam-check" for semi-clarity.
18971
18972 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18973
18974         * pop3.el: Require nnheader.
18975
18976         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18977
18978         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18979
18980         * gnus-picon.el: Require cl.
18981
18982         * gnus-fun.el: Require gnus-ems and gnus-util.
18983
18984         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18985
18986         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18987
18988         * gnus-art.el (gnus-article-edit-mode): Define before first
18989         reference.
18990
18991 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18992
18993         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18994         (gnus-uu-post-encoded): Use point-at-bol.
18995
18996         * gnus-topic.el (gnus-group-active-topic-p): do.
18997
18998         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18999
19000         * gnus-group.el (gnus-group-kill-region): do.
19001
19002         * gnus-art.el (article-date-ut): do.
19003
19004         * message.el (message-fetch-field): Remove redundant
19005         case-fold-search binding.
19006         (message-narrow-to-field): Simplify.
19007
19008 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19009
19010         * spam.el (spam-directory): Derive from `gnus-directory'.
19011
19012         * spam-report.el (spam-report-url-to-file)
19013         (spam-report-requests-file): New function and variable for offline
19014         reporting.
19015         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19016         and user defined function.
19017         (spam-report-url-ping-mm-url): Remove doubled slash.
19018
19019 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19020
19021         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19022
19023 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19024
19025         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19026         Fix format string mismatch.
19027
19028         * sieve.el (sieve-deactivate-all): do.
19029
19030         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19031
19032         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19033
19034         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19035
19036         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19037
19038 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19039
19040         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19041         the list of checks.
19042
19043 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19044
19045         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19046         padding.
19047
19048 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19049
19050         * mm-view.el (mm-fill-flowed): New variable.
19051         (mm-inline-text): Use it.
19052
19053 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19054
19055         * spam.el (spam-spamassassin-register-ham-routine)
19056         (spam-spamassassin-register-spam-routine): Fix function names.
19057
19058 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19059
19060         * gnus.el (gnus-tmp-grouplens): Remove.
19061         (gnus-summary-line-format): Remove grouplens.
19062
19063         * gnus-group.el (gnus-group-line-format): Ditto.
19064
19065         * gnus-spec.el (gnus-format-specs): Ditto.
19066         (gnus-update-format-specifications): Flush the group format spec
19067         cache if there's the grouplens stuff.
19068         (gnus-parse-simple-format): Replace %l with the empty string.
19069
19070 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19071
19072         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19073         omission.
19074
19075 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19076
19077         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19078         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19079
19080 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19081
19082         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19083         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19084         New macros and functions.
19085         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19086         Handle > NLINK_MAX messages.
19087         * nnmaildir.el (nnmaildir-request-set-mark):
19088         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19089
19090 2004-01-25  Alex Schroeder  <alex@gnu.org>
19091
19092         * spam-stat.el (spam-stat-process-directory-age): New option.
19093         (spam-stat-process-directory): Use it.
19094
19095 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19096
19097         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19098         (spam-stat-save): Accept prefix argument.
19099
19100 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19101
19102         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19103         links" error.
19104
19105 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19106
19107         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19108         the rest of the and/or forms.
19109
19110 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19111
19112         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19113         compatibility with old .newsrc.eld files.
19114
19115         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19116
19117         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19118
19119         * gnus-start.el (gnus-1): do.
19120
19121         * gnus-group.el (gnus-group-line-format-alist): do.
19122
19123         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19124
19125         * gnus-gl.el: Remove.
19126
19127 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19128
19129         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19130         marks consisting of a single range {for example, (3 . 5)} rather
19131         than a list of a single range { ((3 . 5)) }.
19132
19133 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19134
19135         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19136         Use with-current-buffer.
19137         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19138         avoid consing a string.
19139
19140         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19141         Remove obsolete entries for big5 and gb2312.
19142
19143 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19144
19145         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19146         uncompressed list.
19147
19148 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19149
19150         * spam-stat.el (spam-stat-strip-xref): New function.
19151         (spam-stat-process-directory): Use it.
19152
19153         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19154         here -- it's done in message-fetch-field.
19155
19156 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19157
19158         * gnus-agent.el (gnus-agent-queue-mail)
19159         (gnus-agent-prompt-send-queue): New variables.
19160         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19161         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19162         "nndraft:queue" along to gnus-draft-send.
19163         Use gnus-agent-prompt-send-queue.
19164         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19165         is "nndraft:queue".  Suggested by Gaute Strokkenes
19166         <gs234@srcf.ucam.org>
19167
19168         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19169         (agent-enable-undownloaded-faces): Add.
19170         (gnus-agent-cat-groups): Use eval-and-compile, not
19171         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19172         method of gnus-agent-cat-groups even when the buffer has been
19173         evaled.
19174         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19175         delete gnus-agent-save-active-1.
19176         (gnus-agent-save-groups): Delete.  Identical to
19177         gnus-agent-save-active.
19178         (gnus-agent-write-active): No longer adjust agent's copy of active
19179         file as agent's adjustments are now stored in their own
19180         file.  Remove optional parameter.
19181         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19182         servers.  Add use of min/max range limits from server's local
19183         file.
19184         (gnus-agent-save-alist): Remove unused optional argument.
19185         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19186         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19187         (gnus-agent-set-local): A per-server file that keeps min/max range
19188         limits for articles known to the agent.  Provides a fast mechanism
19189         for altering many active ranges.
19190         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19191         active file (local makes it unnecessary).
19192         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19193
19194         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19195         (agent-enable-undownloaded-faces): Add.
19196
19197         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19198         disable it when sending to "nndraft:queue".
19199         (gnus-group-send-queue): Add safety check to avoid sending queue
19200         when unplugged.
19201
19202         * gnus-group.el (gnus-group-catchup): Use new
19203         gnus-sequence-of-unread-articles, not
19204         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19205         numbers of articles.  Use gnus-range-map to avoid having to
19206         uncompress the unread list.
19207         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19208         Fix invalid ange-ftp reference.
19209
19210         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19211         (gnus-sorted-range-intersection): Intersection of two ranges
19212         without requiring that they first be uncompressed.
19213
19214         * gnus-start.el (gnus-activate-group): Unless blocked by the
19215         caller, possibly expand the active range to include both cached
19216         and agentized articles.
19217         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19218         multiple version-dependent converters.
19219         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19220         gnus-agent-save-active.
19221         (gnus-save-newsrc-file): Save dirty agent range limits.
19222
19223         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19224         gnus-agent-possibly-alter-active.
19225         (gnus-adjust-marked-articles): Faster handling of simple lists.
19226
19227 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19228
19229         * spam-stat.el (spam-stat-test-directory): New optional argument
19230         displays a list of files detected.  Suggested by Andrew Cohen
19231         <cohen@andy.bu.edu>.
19232         (spam-stat-buffer-words-with-scores): Don't narrow and change
19233         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19234
19235 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19236
19237         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19238         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19239         (spam-spamassassin-arguments)
19240         (spam-spamassassin-spam-flag-header)
19241         (spam-spamassassin-positive-spam-flag-header)
19242         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19243         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19244         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19245         (spam-list-of-processors, spam-list-of-checks)
19246         (spam-list-of-statistical-checks, spam-registration-functions)
19247         (spam-check-spamassassin-headers, spam-check-spamassassin)
19248         (spam-spamassassin-score)
19249         (spam-spamassassin-register-with-sa-learn)
19250         (spam-spamassassin-register-spam-routine)
19251         (spam-spamassassin-register-ham-routine)
19252         (spam-assassin-register-spam-routine)
19253         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19254         (spam-bogofilter-score): Fix to show article before scoring.
19255
19256 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19257
19258         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19259         default scoring function.
19260         (spam-generic-score): Call spam-spamassassin-score if
19261         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19262         spam-bogofilter-score otherwise.
19263
19264         * gnus.el (spam-process, spam-autodetect-methods):
19265         Add spamassassin and spamassassin-headers.
19266
19267 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19268
19269         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19270         Suppress unnecessary messages.
19271
19272 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19273
19274         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19275         make-hash-table.
19276
19277 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19278
19279         * canlock.el (base64-encode-string): Don't autoload it.
19280
19281 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19282
19283         * run-at-time.el: Remove useless (require 'itimer),
19284         eval-and-compile and (featurep 'xemacs).
19285
19286 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19287
19288         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19289         GROUP is a virtual group.
19290
19291 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19292
19293         * gnus.el: Autoload `message-y-or-n-p'.
19294
19295 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19296
19297         * pgg-parse.el: Remove unnecessary (require 'custom).
19298
19299         * pgg-def.el: do.
19300
19301         * nnmail.el: do.
19302
19303         * gnus-undo.el: do.
19304
19305         * gnus-picon.el: do.
19306
19307         * gnus-util.el: do.
19308
19309 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19310
19311         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19312
19313 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19314
19315         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19316         handle, as well as a list.
19317
19318         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19319         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19320         (mm-w3m-cid-retrieve): Simplify.
19321
19322 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19323
19324         * message.el (message-kill-to-signature): Allow prefix arg to
19325         specify number of lines to keep before signature.
19326
19327 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19328
19329         * message.el (message-kill-to-signature): Change docstring.
19330
19331 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19332
19333         * canlock.el: Always require sha1-el.
19334         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19335
19336         * message.el: Autoload sha1 only when compiling.
19337
19338         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19339         eudc-expand-inline for XEmacs.
19340
19341 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19342
19343         * message.el (message-canlock-generate): Require sha1-el.
19344
19345 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19346
19347         * message.el (message-expand-name): Silence the byte compiler.
19348
19349         * lpath.el: Add detect-coding-system.
19350
19351         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19352         cus-edit.
19353
19354 2004-01-13  Simon Josefsson  <jas@extundo.com>
19355
19356         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19357         Invoke gnus-score-mode.
19358         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19359
19360         * gnus-range.el (gnus-compress-sequence): Doc fix.
19361         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19362
19363 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19364
19365         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19366
19367 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19368
19369         * spam.el (spam-get-article-as-string): Update to use
19370         gnus-request-article-this-buffer, much simpler.
19371         (spam-get-article-as-buffer): Remove.
19372
19373 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19374
19375         * message.el (message-expand-name): Use EUDC if the user uses that.
19376
19377 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19378
19379         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19380         character for the encoding to avoid consing a string.
19381
19382         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19383         unnecessarily.
19384
19385         * mm-util.el (mm-replace-chars-in-string): Remove.
19386
19387         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19388         of mm-replace-chars-in-string.
19389
19390 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19391
19392         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19393
19394         * mm-util.el (mm-subst-char-in-string): Support inplace.
19395
19396         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19397         a new string in every iteration.  Use shy groups.
19398
19399 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19400
19401         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19402         * gnus-soup.el (gnus-soup-group-brew):
19403         * gnus-msg.el (gnus-put-message):
19404         * gnus-move.el (gnus-group-move-group-to-server):
19405         * gnus-kill.el (gnus-batch-score):
19406         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19407         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19408         (gnus-group-update-group, gnus-group-read-group)
19409         (gnus-group-make-group, gnus-group-make-help-group)
19410         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19411         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19412         (gnus-group-sort-by-unread, gnus-group-catchup)
19413         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19414         (gnus-group-yank-group, gnus-group-set-info)
19415         (gnus-group-list-groups):
19416         * gnus.el (gnus-generate-new-group-name):
19417         * gnus-delay.el (gnus-delay-send-queue):
19418         * nnvirtual.el (nnvirtual-catchup-group):
19419         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19420         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19421         (gnus-group-prepare-topics, gnus-topic-check-topology):
19422         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19423         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19424         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19425         (gnus-group-make-articles-read):
19426         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19427         (gnus-group-change-level, gnus-kill-newsgroup)
19428         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19429         (gnus-get-unread-articles, gnus-make-articles-unread)
19430         (gnus-make-ascending-articles-unread): Use accessor
19431         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19432         to get group information for improved readability.
19433
19434
19435 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19436
19437         * gnus-art.el (article-decode-mime-words, article-babel)
19438         (gnus-article-highlight-signature, gnus-article-add-buttons)
19439         (gnus-signature-toggle): Use gnus-with-article-buffer.
19440
19441         * gnus-art.el (gnus-article-highlight-headers)
19442         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19443
19444         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19445         (gnus-article-set-globals, gnus-request-article-this-buffer)
19446         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19447         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19448         (gnus-mime-display-alternative): Use with-current-buffer.
19449
19450 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19451
19452         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19453         also under 80 char limit, and call gnus-error if needed.
19454         (spam-fetch-article-header): Fix - it was a
19455         buffer-local variable (gnus-newsgroup-data).
19456         (spam-find-spam): Use spam-generate-fake-headers, forget about
19457         spam-insert-fake-headers.
19458         (spam-insert-fake-headers): Remove.
19459
19460 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19461
19462         * deuglify.el (gnus-article-outlook-unwrap-lines)
19463         (gnus-outlook-rearrange-article)
19464         (gnus-outlook-repair-attribution-outlook)
19465         (gnus-outlook-repair-attribution-block)
19466         (gnus-outlook-repair-attribution-other): Remove redundant
19467         save-excursion.
19468
19469 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19470
19471         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19472         (spam-fetch-field-subject-fast)
19473         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19474         (spam-fetch-article-header): Add functions to deal with Gnus
19475         internals for fast retrieval of article header data.
19476         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19477
19478 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19479
19480         * pop3.el (pop3-md5): Remove.
19481         (pop3-apop): Replace pop3-md5 with md5.
19482
19483         * mm-bodies.el: base64 is always built-in.
19484
19485         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19486         Use with-current-buffer.
19487
19488 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19489
19490         * canlock.el (canlock-insert-header): Remove excessive grouping in
19491         regexp.
19492
19493         * gnus-sum.el (gnus-summary-read-document): Ditto.
19494
19495         * gnus-uu.el (gnus-uu-part-number): Ditto.
19496
19497         * html2text.el (html2text-remove-tags): Ditto.
19498         (html2text-format-tags): Ditto.
19499         (html2text-format-single-elements): Ditto.
19500
19501         * mml.el (mml-parse-1): Ditto.
19502
19503 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19504
19505         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19506
19507         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19508
19509         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19510
19511         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19512
19513 2003-11-15  Simon Josefsson  <jas@extundo.com>
19514
19515         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19516         (pgg-gpg-lookup-key): Use regexp match instead of
19517         split-string (split-string is different between emacs 21.2 and
19518         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19519
19520 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19521
19522         * gnus-art.el (gnus-mime-view-all-parts)
19523         (gnus-article-part-wrapper, gnus-article-view-part):
19524         Use with-current-buffer.
19525
19526 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19527
19528         * spam.el (spam-disable-spam-split-during-ham-respool)
19529         (spam-spamoracle-database, spam-cache-lookups)
19530         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19531         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19532         (spam-group-ham-marks, spam-group-spam-marks)
19533         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19534         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19535         also add spam-use-blackholes to the statistical checks.
19536         (spam-fetch-field-fast): Add interface to fetching fields, may
19537         become a macro.
19538         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19539         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19540         (spam-insert-fake-headers): Fake an article when needed.
19541         (spam-find-spam): Fake article when possible.
19542         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19543         (spam-check-bogofilter-headers): Use message-fetch-field instead
19544         of nnmail-fetch-field.
19545
19546 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19547
19548         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19549
19550 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19551
19552         * spam.el (spam-split): Do not require spam-use-CHECK to be
19553         enabled if that check is passed to spam-split explicitly; also
19554         fix so 'spam doesn't get converted to spam-split-group when
19555         spam-split-symbolic-return is t.
19556         (spam-find-spam): Find registrations of the article and use those
19557         instead of re-running spam-split to find the spam/ham
19558         classification of the article.
19559         (spam-log-processing-to-registry, spam-log-registered-p)
19560         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19561         Use gnus-error instead of gnus-message.
19562         (spam-log-registration-type): Add function to determine the
19563         classification of a message based on registry entries; will
19564         return nil if both 'spam and 'ham are found.
19565         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19566         a reasonably fast local cache without the loading errors.
19567         (spam-cache-lookups): Set to t by default.
19568         (spam-find-spam): Don't try to guess spam-cache-lookups.
19569         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19570         spam-caches entry.
19571         (spam-filelist-build-cache, spam-filelist-check-cache):
19572         Fix caching of whitelist/blacklist entries.
19573         (spam-check-whitelist, spam-check-blacklist):
19574         Invoke spam-from-listed-p with a type, not a cache variable.
19575         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19576
19577 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19578
19579         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19580
19581         * nnmail.el (nnmail-split-fancy): do.
19582
19583         * mml.el (mml-parse): do.
19584
19585         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19586         (gnus-score-adaptive): do.
19587
19588 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19589
19590         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19591         (gnus-mime-button-map): Don't set keymap parent.
19592         (gnus-button-ctan-directory-regexp): Use shy grouping.
19593         (gnus-prev-page-map): Don't set keymap parent.
19594         (gnus-prev-page-map): Remove duplicated one.
19595         (gnus-next-page-map): Don't set keymap parent.
19596         (gnus-mime-security-button-map): Ditto.
19597
19598         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19599         version number.
19600
19601         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19602
19603 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19604
19605         * canlock.el (canlock-sha1-function): Remove.
19606         (canlock-sha1-function-for-verify): Remove.
19607         (canlock-openssl-program): Remove.
19608         (canlock-openssl-args): Remove.
19609         (canlock-ignore-errors): Remove.
19610         (canlock-sha1-with-openssl): Remove.
19611         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19612         (canlock-verify): Don't use canlock-ignore-errors.
19613
19614         * sha1-el.el (sha1-string-external): Make it can return a string
19615         in binary form.
19616         (sha1-region-external): Ditto.
19617         (sha1-string-internal): Ditto.
19618         (sha1-region-internal): Ditto.
19619         (sha1-region): Ditto.
19620         (sha1-string): Ditto.
19621         (sha1): Ditto.
19622
19623 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19624
19625         * spam.el (spam-report-articles-gmane): New command.
19626
19627 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19628
19629         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19630
19631         * run-at-time.el (run-at-time-saved): Remove.
19632         (run-at-time): Doc fix.
19633
19634 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19635
19636         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19637         (gnus-summary-limit-map): Add it.
19638         (gnus-summary-make-menu-bar): do.
19639
19640 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19641
19642         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19643         Make attempt at some caching support (done for BBDB only now).
19644         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19645         addresses to be checked.
19646         (spam-clear-cache-BBDB): Add function, to be invoked by
19647         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19648         (spam-check-BBDB): Check and use the caches, if
19649         spam-cache-lookups is on, remove superfluous (provide).
19650
19651 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19652
19653         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19654
19655 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19656
19657         * run-at-time.el (run-at-time-saved): Move to after the definition
19658         of `run-at-time'.
19659
19660         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19661
19662 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19663
19664         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19665         mm-w3m-local-map-property.
19666
19667         * mm-view.el (mm-w3m-mode-map): Remove.
19668         (mm-w3m-local-map-property): Remove.
19669         (mm-inline-text-html-render-with-w3m): Don't use
19670         mm-w3m-local-map-property.
19671
19672 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19673
19674         * run-at-time.el: New file.
19675
19676         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19677         under Emacs.
19678
19679         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19680         of gnus-set-text-properties.
19681
19682         * gnus-uu.el (gnus-uu-save-article): Ditto.
19683
19684         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19685
19686         * gnus-cite.el (gnus-cite-parse): Ditto.
19687
19688         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19689         of gnus-.
19690
19691         * gnus-xmas.el (run-at-time): Require run-at-time.
19692
19693         * gnus.el: Change calls to nnheader-run-at-time and
19694         password-run-at-time throughout to use run-at-time directly.
19695
19696         * password.el: Remove definition of run-at-time.
19697
19698         * nnheaderxm.el: Remove definition of run-at-time.
19699
19700 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19701
19702         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19703         in prompt.
19704
19705 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19706
19707         * messagexmas.el (message-xmas-redefine): Alias
19708         `message-make-caesar-translation-table' to
19709         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19710         version.
19711
19712         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19713         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19714         `gnus-xmas-set-text-properties'.
19715         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19716         `gnus-xmas-completing-read'.
19717         (gnus-xmas-completing-read): Removed.
19718         (gnus-xmas-open-network-stream): Removed.
19719
19720         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19721         XEmacs version.
19722
19723         * dns.el (dns-make-network-process): Use `open-network-stream'
19724         instead of `gnus-xmas-open-network-stream'.
19725
19726         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19727
19728         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19729
19730 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19731
19732         * gnus-art.el (gnus-mime-display-alternative)
19733         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19734         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19735         Don't use gnus-local-map-property.
19736
19737         * gnus-util.el (gnus-local-map-property): Remove.
19738
19739         * mm-view.el (mm-view-pkcs7-decrypt):
19740         Replace gnus-completing-read-maybe-default with completing-read.
19741
19742         * gnus-util.el (gnus-completing-read): do.
19743         (gnus-completing-read-maybe-default): Remove.
19744
19745 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19746
19747         * password.el: Only autoload `run-at-time' if not XEmacs.
19748         Only autoload the itimer functions if XEmacs.
19749
19750 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19751
19752         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19753         XEmacsen.
19754
19755         * dgnushack.el: Autoload executable-find for XEmacs.
19756
19757 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19758
19759         * gnus-art.el (gnus-read-string): Remove.
19760         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19761         read-string.
19762
19763 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19764
19765         * netrc.el: Autoload password-read.
19766         (netrc): Add configuration group.
19767         (netrc-encoding-method, netrc-openssl-path):
19768         Add variables for encoding and decoding of files with symmetric
19769         ciphers.
19770         (netrc-encode): Add assistant function to encode a file with
19771         netrc-encoding-method.
19772         (netrc-parse): Add interactive parameter, added optional
19773         decoding if netrc-encoding-method is non-nil but otherwise
19774         behavior is standard.
19775         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19776         Do s/encode/encrypt/ everywhere.
19777
19778         * spam.el: Remove executable-find autoload.
19779
19780 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19781
19782         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19783
19784         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19785
19786 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19787
19788         * gnus-art.el (gnus-treat-ansi-sequences)
19789         (article-treat-ansi-sequences): New variable and function.
19790         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19791
19792         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19793         Use it.
19794
19795 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19796
19797         * mm-util.el (mm-quote-arg): Remove.
19798
19799         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19800         shell-quote-argument.
19801
19802         * gnus-uu.el (gnus-uu-command): do.
19803
19804         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19805
19806         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19807         with make-char.
19808
19809         * mm-util.el (mm-make-char): Remove.
19810
19811         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19812         add-minor-mode.
19813
19814         * gnus-undo.el (gnus-undo-mode): do.
19815
19816         * gnus-topic.el (gnus-topic-mode): do.
19817
19818         * gnus-sum.el (gnus-dead-summary-mode): do.
19819
19820         * gnus-start.el (gnus-slave-mode): do.
19821
19822         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19823
19824         * gnus-ml.el (gnus-mailing-list-mode): do.
19825
19826         * gnus-gl.el (gnus-grouplens-mode): do.
19827
19828         * gnus-draft.el (gnus-draft-mode): do.
19829
19830         * gnus-dired.el (gnus-dired-mode): do.
19831
19832         * gnus-ems.el (gnus-add-minor-mode): Remove.
19833
19834         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19835         Replace gnus-char-width with char-width.
19836
19837         * gnus-ems.el (gnus-char-width): Remove.
19838
19839         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19840         Replace gnus-char-width with char-width.
19841
19842         * gnus-ems.el (gnus-char-width): Remove.
19843
19844         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19845         definition.
19846         Remove Emacs 20 hash table compatibility code.
19847
19848         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19849         20 compatibility code.
19850
19851         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19852
19853         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19854
19855         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19856         Replace with point-at-{eol,bol}.
19857
19858         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19859
19860         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19861
19862         * flow-fill.el (fill-flowed-point-at-bol)
19863         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19864
19865         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19866         Replace with point-at-{eol,bol} throughout all files.
19867
19868 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19869
19870         * ntlm.el (ntlm-string-as-unibyte): New macro.
19871         (ntlm-build-auth-response): Use it.
19872
19873         Remove Emacs 20 stuff:
19874         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19875         (butlast, mapc, remove): Remove the compiler macros.
19876         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19877         of delq and copy-sequence.
19878         * gnus-art.el (popup-menu): Remove the compiler macro.
19879         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19880         Emacs 20.
19881
19882 2004-01-05  Simon Josefsson  <jas@extundo.com>
19883
19884         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19885         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19886         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19887         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19888         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19889         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19890         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19891         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19892         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19893         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19894         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19895         string-xor into ntlm-string-xor.
19896         Suggested by Jesper Harder <harder@myrealbox.com>.
19897
19898         * ntlm.el: Don't include poem.
19899
19900         * md4.el (print-int32, print-string-hexa): Remove.
19901         Suggested by Jesper Harder <harder@myrealbox.com>.
19902
19903         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19904
19905         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19906         probably breaks emacs with DL patch, but do we care? Is anyone
19907         still using the DL stuff?)
19908
19909         * sieve-manage.el: Use the password package.
19910         (sieve-manage-read-passwd): Remove.
19911         (sieve-manage-interactive-login): Use password.  Re-add
19912         condition-case around loop.
19913
19914         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19915         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19916         Use the password package.
19917
19918 2003-02-19  Simon Josefsson  <jas@extundo.com>
19919
19920         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19921         token.
19922
19923 2002-08-07  Simon Josefsson  <jas@extundo.com>
19924
19925         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19926         (sieve-manage-authenticators):
19927         (sieve-manage-authenticator-alist): Add some SASL mechs.
19928         (sieve-sasl-auth): New function.
19929         (sieve-manage-cram-md5-auth):
19930         (sieve-manage-plain-auth): Rewrite using SASL library.
19931         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19932         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19933         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19934         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19935
19936 2004-01-05  Simon Josefsson  <jas@extundo.com>
19937
19938         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19939         New files.
19940
19941 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19942
19943         * gnus-group.el (gnus-no-groups-message): Update.
19944
19945         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19946
19947 2003-11-09  Simon Josefsson  <jas@extundo.com>
19948
19949         * imap.el: Support for ID IMAP extension (RFC 2971).
19950         (imap-local-variables): Add imap-id.
19951         (imap-id): New variable.
19952         (imap-id): New function.
19953         (imap-parse-response): Parse untagged ID response.
19954         * nnimap.el (nnimap-id): New variable.
19955         (nnimap-open-connection): Use it.
19956
19957 2003-12-28  Simon Josefsson  <jas@extundo.com>
19958
19959         * gnus-score.el (gnus-score-edit-all-score): New.
19960         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19961
19962 2004-01-04  Simon Josefsson  <jas@extundo.com>
19963
19964         * password.el: Add.
19965
19966 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19967
19968         * dns.el (dns-query-types): Fix typo.
19969         (dns-query-types): New function.
19970         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19971         PTR and SOA replies, see RFC 1035.
19972
19973 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19974
19975         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19976
19977         * Move to Changelog.2.
19978
19979 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19980
19981         * gnus.el (gnus-version-number): Bump version.
19982
19983 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19984
19985         * gnus.el: No Gnus v0.1 is released.
19986
19987 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19988
19989         * gnus.el: No Gnus v0.0 is released.
19990
19991 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19992
19993         * gnus.el (gnus-version-number): Bump.
19994         (gnus-version): No.
19995
19996 See ChangeLog.2 for earlier changes.
19997
19998     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19999       Free Software Foundation, Inc.
20000
20001   This file is part of GNU Emacs.
20002
20003   GNU Emacs is free software: you can redistribute it and/or modify
20004   it under the terms of the GNU General Public License as published by
20005   the Free Software Foundation, either version 3 of the License, or
20006   (at your option) any later version.
20007
20008   GNU Emacs is distributed in the hope that it will be useful,
20009   but WITHOUT ANY WARRANTY; without even the implied warranty of
20010   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20011   GNU General Public License for more details.
20012
20013   You should have received a copy of the GNU General Public License
20014   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20015
20016 ;; Local Variables:
20017 ;; coding: utf-8
20018 ;; fill-column: 79
20019 ;; add-log-time-zone-rule: t
20020 ;; End: