gnus-gravatar: set mail-extr-ignore-realname-equals-mailbox-name to nil
[gnus] / lisp / ChangeLog
1 2010-12-23  Julien Danjou  <julien@danjou.info>
2
3         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
4         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5         the addresses, otherwise we might misplaced the gravatar.
6
7 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8
9         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
10         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
11         obsolete in Emacs.
12
13 2010-12-20  Julien Danjou  <julien@danjou.info>
14
15         * gnus-util.el (gnus-rescale-image): Revert last change.
16
17 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18
19         * gnus-group.el (gnus-group-delete-articles): New command.
20
21 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
22
23         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
24
25 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26
27         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
28         here, since it's up to the backends to do CRLF removal if their
29         protocol has it.
30
31         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
32
33 2010-12-17  Julien Danjou  <julien@danjou.info>
34
35         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
36         they are from file. Can also scale up.
37
38 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
39
40         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
41         gnus-use-agent.
42         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
43
44         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
45
46 2010-12-17  Julien Danjou  <julien@danjou.info>
47
48         * gravatar.el (gravatar-retrieve-synchronously): New function.
49         (gravatar-get-data): Make more robust.
50
51 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
52
53         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
54
55 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
56
57         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
58         to really consider the last line.
59
60 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
61
62         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
63         list of recipient keys, or use symmetric encryption if not a list.
64         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
65         EPA override, replacing the call to `netrc-store-data'.
66
67 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
68
69         * gnus-srvr.el: Avoid passing nil regexp argument to
70         delete-matching-lines.
71
72 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
73
74         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
75         fetching stops when Gnus exits.
76
77         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
78         function.
79         (nnfolder-request-expire-articles): Save all the buffers after doing
80         expiry.
81
82         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
83         the last article", since that led to serious performance regressions
84         when expiring nnml groups.
85
86 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
87
88         * nnir.el: Improve customizations.
89
90 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
91
92         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
93
94         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
95         group has been killed.
96         (gnus-group-yank-group): Ditto.
97
98         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
99
100         * nnimap.el (nnimap-request-update-group-status): New function.
101
102         * gnus-int.el (gnus-request-update-group-status): New interface
103         function.
104
105         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
106         copying read-ness to the backends.
107
108         * nnimap.el (nnimap-quirk): New function.
109         (nnimap-retrieve-group-data-early): Use it.
110         (nnimap-quirks): New alist.
111
112 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
113
114         * shr.el (shr-insert): Set shr-start after deleting trailing space;
115         don't delete it within indentation.
116
117 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
118
119         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
120         previous line.
121
122 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
123
124         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
125         QRESYNC command by deleting a superfluous space which broke Cyrus
126         servers.  This change will break other servers that are buggy the other
127         way around.
128
129 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
130
131         * spam.el: Reindent and fix long lines.
132         (spam-copy-or-move-routine): Exclude invalid move destinations.
133
134 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
135
136         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
137         installed the registry.
138
139 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
142
143 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
144
145         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
146         groupname doesn't contain "gmane".
147
148 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
149
150         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
151         and netrc-bound-and-true-p bindings.
152         (netrc-parse): Cache the netrc contents.
153
154         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
155         (gnus-1): Don't create the nndrafts group twice.
156         (gnus-setup-news): There's no need to read the active file here, since
157         that's done again later on a per-backend basis.
158         (gnus-start-draft-setup): Make sure that the new group is started out
159         empty.
160
161         * gnus-agent.el (gnus-agentize): Don't create the queue group
162         automatically on startup.  It'll be created later, if needed.
163
164         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
165         of automatically subscribed groups.
166         (gnus-auto-subscribed-categories): New variable.
167         (gnus-matches-options-n): Use it.
168         (gnus-default-subscribed-newsgroups): Remove unused variable.
169         (gnus-start-draft-setup): Message a bit less.
170
171 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
172
173         * nnir.el (nnir-run-imap): Return article list in order of increasing
174         UID.
175
176 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
177
178         * gnus-sum.el (gnus-summary-enter-digest-group): Mention
179         gnus-auto-select-on-ephemeral-exit.
180
181         * proto-stream.el (proto-stream-open-network-only): Fix the calling
182         convention of the network-only option.
183
184 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
185
186         * proto-stream.el (proto-stream-open-network-only): New function to
187         have a way to specify non-STARTTLS upgrade connections.
188
189 2010-12-10  Julien Danjou  <julien@danjou.info>
190
191         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
192         email address is nil.
193
194         * message.el (message-bogus-recipient-p): Set address to "" if nil.
195
196 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
197
198         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
199         deletion.
200         (nnir-run-imap): Only need to parse list once.
201
202 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
203
204         * shr.el (shr-tag-script): Ignore <script>.
205         (shr-tag-label): Add <label> support.
206
207 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
208
209         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
210
211         * shr.el (shr-image-displayer): Work for images lined side by side.
212
213 2010-12-08  Robert Pluim  <rpluim@gmail.com>
214
215         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
216         parameter, since XEmacs doesn't accept t as a parameter.
217
218 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
219
220         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
221         ids.
222         (nnir-run-gmane): Simplify groupspec formatting.
223         (nnir-request-expire-articles): New function.
224
225 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
226
227         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
228         overflow, possibly.
229
230         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
231         (shr-render-td): Handle td style="" better.
232         (shr-tag-table): Use the color from the style sheet.
233         (shr-render-td): Make sure we copy over all the overlays, too.
234
235 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
236
237         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
238         (nnir-request-article): Improve article retrieval.
239
240 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
241
242         * mm-util.el (mm-extra-numeric-entities): New variable.
243
244         * mm-url.el (mm-url-decode-entities):
245         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
246
247         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
248
249 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
250
251         * message.el: Use completion-at-point.
252         (message-completion-function): New fun, extracted from message-tab.
253         (message-mode): Use it for completion-at-point-functions.
254         (message-tab): Use it and completion-at-point.
255
256 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
257
258         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
259         character if a non-breakable character follows.
260
261 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
262
263         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
264         any stream.
265
266         * shr.el (shr-tag-font): Colorize the region.
267         (shr-tag-body): Ditto.
268         (shr-tag-font): Actually let the styles be inherited instead of
269         overwriting them.
270         (shr-tag-font): Get the background color right.
271         (shr-tag-style): Ignore all <style> tags for the moment.
272
273         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
274         a Message-ID to avoid having nnimap depend on gnus-sum.
275
276         * shr.el (shr-descend): Only colorize something if we have a node that
277         sets colors.
278
279 2010-12-06  Julien Danjou  <julien@danjou.info>
280
281         * shr.el (shr-render-td): Render td content with shr-descend, so style
282         will be applied to <td> too.
283         (shr-colorize-region): Colorize region even if we only have a background.
284         (shr-tag-body): Fix color and background color inheritance.
285         Do not recolorize after shr-generic.
286         (shr-tag-font): Let shr-generic colorize via inheritance.
287
288 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
289
290         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
291
292 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
293
294         * nnir.el (nnir-request-move-article): Remove obsolete code.
295
296 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
297
298         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
299
300 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * gnus-sum.el (gnus-summary-respool-article): The completion function
303         expects a list instead of an alist.
304
305         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
306         string as the parameter.
307
308         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
309
310         * shr.el (shr-stylesheet): New dynamic variable for cascading the
311         styles.
312         (shr-colorize-region): New function.
313         (shr-insert-background-overlay): Remove.
314         (shr-render-td): Background setting should be taken care of on a higher
315         level.
316         (shr-tag-body): Use post-hoc colorizations.
317         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
318         (shr-put-color-1): Don't overwrite old colors.
319         (shr-colorize-region): When the background color isn't explicit, use
320         a fixed background.
321
322         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
323         nnmail variables.
324
325 2010-12-05  Bjørn Mork  <bjorn@mork.no>
326
327         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
328         unless necessary.
329
330 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
331
332         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
333         server.
334
335 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
336
337         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
338         so that TAB works.
339
340         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
341         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
342
343         * shr.el (shr-urlify): Show the URL before the title to avoid
344         misleading URLs.
345
346 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
347
348         * shr.el (shr-urlify): Display the title in <a> tags.
349
350 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
351
352         * nnir.el (nnir-categorize): Replace mapcar with mapc.
353
354 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
355
356         * nnir.el: Rearrange code to allow macros to be autoloaded by
357         gnus-sum.el.
358         (nnir-retrieve-headers-override-function): Make this variable
359         customizable.
360         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
361
362         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
363         from nnir.el.
364
365 2010-12-03  Julien Danjou  <julien@danjou.info>
366
367         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
368
369 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
370
371         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
372         allow optional argument `environment'.
373
374 2010-12-03  Glenn Morris  <rgm@gnu.org>
375
376         * mm-extern.el (message-goto-body): Update declaration.
377
378 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
379
380         * gnus-util.el (gnus-macroexpand-all): New function.
381
382         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
383         instead of macroexpand-all that is unavailable in XEmacs.
384
385 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
386
387         * nnir.el (nnir-summary-line-format): New variable.
388         (nnir-mode): Use it.
389         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
390         (nnir-article-ids): Reimplement as defsubst.
391         (nnir-retrieve-headers): Don't mangle the subject header.
392         (nnir-run-imap): Use 100 as RSV score.
393         (nnir-run-find-grep): Fix for full server searching.
394         (nnir-run-gmane): Better restriction to gmane groups.
395
396         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
397         summary buffers.
398
399 2010-12-02  Julien Danjou  <julien@danjou.info>
400
401         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
402
403         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
404
405         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
406         support.
407
408 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
409
410         * nnir.el: Update to handle the registry better.
411         (autoload): Silence byte-compiler.
412         (nnir-open-server): Add a hook for nnir groups.
413         (nnir-request-move-article): Don't mangle the header. Better to use
414         formating variables (which will be added in the future).
415         (nnir-registry-action): Update the registry using the original article
416         group name.
417         (nnir-mode): Install nnir-specific hooks for updating the registry.
418
419         * gnus-sum.el
420         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
421         obsolete variables.
422         (gnus-summary-move-article): Remove use of obsolete variables.
423         (gnus-summary-local-variables): Make move and delete hooks local to
424         summary buffers.
425
426 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
427
428         * rtree.el: New file.
429
430 2010-12-01  Julien Danjou  <julien@danjou.info>
431
432         * message.el (message-user-organization): Do not use
433         gnus-local-organization.
434
435         * gnus.el: Remove gnus-local-organization.
436
437         * gnus-msg.el: Remove nastygram thing.
438
439 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
440
441         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
442         funcall.
443
444 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
447         names.
448
449         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
450         characters.
451
452         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
453         to t of inhibit-read-only since it is inside gnus-with-article-headers.
454         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
455         (gnus-gravatar-transform-address): Use mail-extract-address-components
456         that supports non-ASCII names rather than mail-header-parse-addresses.
457
458 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
459
460         * proto-stream.el (open-protocol-stream): All starttls connections are
461         handled by the network handler.
462
463 2010-11-30  Julien Danjou  <julien@danjou.info>
464
465         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
466         (nnimap-open-connection-1): Fix PREAUTH.
467
468         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
469
470 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
471
472         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
473         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
474         (shr-insert): Use them.
475         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
476
477 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
478
479         * nnir.el (nnir-request-move-article): Bail out if original group
480         doesn't support article moves.
481         (nnir-get-active): Improve active list retrieval.
482
483 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
484
485         * shr.el (shr-find-fill-point): Don't break before apostrophes.
486
487 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
488
489         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
490         seem to accept strings-with-numbers as port numbers,
491
492 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
493
494         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
495         change the registry.
496
497 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
500         delete-dups that is not available in XEmacs 21.4.
501
502         * mm-util.el (mm-delete-duplicates): Add comment.
503
504 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
505
506         * nnir.el (nnir-ignored-newsgroups): New variable.
507         (nnir-get-active): Use it.
508
509 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
510
511         * proto-stream.el (proto-stream-open-network): Add some comments.
512
513         * nntp.el (nntp-open-connection): Provide a :success condition.
514
515         * nnimap.el (nnimap-open-connection-1): Ditto.
516
517         * proto-stream.el (proto-stream-open-network): See what the response to
518         the STARTTLS command is.
519
520         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
521         backwards compatibility).
522         (nnimap-open-connection-1): Really respect nnimap-server-port.
523
524         * proto-stream.el (proto-stream-open-network): When doing opportunistic
525         TLS upgrades we don't really care about the identity of the peer.
526         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
527         that what we've checked for.
528         (proto-stream-always-use-starttls): Only default to t if
529         open-gnutls-stream exists.
530         (proto-stream-open-network): If STARTTLS failed, then just open a
531         normal connection.
532         (proto-stream-open-network): Wait until the greeting before doing
533         STARTTLS.
534
535         * nntp.el (nntp-open-connection): Report what the connection error is.
536
537         * proto-stream.el (open-protocol-stream): Renamed from
538         open-proto-stream.
539
540 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
541
542         * nnimap.el (nnimap-stream): Change default to `undecided'.
543         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
544         first, and then network.
545         (nnimap-open-connection-1): Respect nnimap-server-port.
546         (nnimap-open-connection): Be more backwards-compatible.
547
548         * proto-stream.el (proto-stream-always-use-starttls): New variable.
549         (proto-stream-open-starttls): De-duplicate the starttls code.
550         (proto-stream-open-starttls): Folded back into the main function.
551         (proto-stream-open-network): Fix typo in the gnutls path.
552         (proto-stream-command): Refactor out.
553
554         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
555
556         * proto-stream.el (proto-stream-open-starttls): Actually implement the
557         starttls.el STARTTLS.
558
559         * color.el (color-lab->srgb): Fix function call name.
560
561         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
562         if we're using tls.el.
563         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
564         built in, then don't try to establish a STARTTLS connection.
565
566         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
567         servers.
568
569         * proto-stream.el (open-proto-stream): Use network, not stream.
570         (open-proto-stream): Add a way to specify what the end of a command is.
571
572         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
573         connections types.
574         (nntp-open-network-stream): Remove.
575         (nntp-open-ssl-stream): Remove.
576         (nntp-open-tls-stream): Remove.
577         (nntp-ssl-program): Remove.
578
579         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
580
581 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
582
583         * nnir.el: Fix typos.
584         (nnir-retrieve-headers-override-function): Rename variable to reflect
585         new semantics.
586         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
587         macros.
588         (nnir-request-article, nnir-request-move-article): Use them.
589         (nnir-categorize): New function.
590         (nnir-run-query): Use it.
591         (nnir-retrieve-headers): Rewrite to batch header retrieval.
592         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
593         sorted.
594         (nnir-group-full-name): Use gnus-group-full-name instead.
595         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
596         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
597
598 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
601
602         * proto-stream.el: New library to provide protocol-specific
603         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
604         protocols.
605         (open-proto-stream): Complete the documentation.
606         (proto-stream-open-network): Fix some typos.
607
608         * nnimap.el (nnimap-open-connection): Use it.
609
610 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
611
612         * pop3.el (pop3-open-server): Read server greeting before starting TLS
613         negotiation.
614
615 2010-11-26  Julien Danjou  <julien@danjou.info>
616
617         * color.el: Rename various rgb functions to srgb.
618
619 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
620
621         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
622         names.
623
624 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
625
626         * shr.el (shr-insert): Revert last change.
627         (shr-find-fill-point): Never leave point being at bol;
628         relax the kinsoku limitation when rendering tables.
629
630 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
631
632         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
633         results from -accept-article.
634
635         * shr-color.el: Require cl when compiling.
636
637         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
638         checkin.
639
640         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
641
642         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
643
644         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
645         'add and 'delete to set backend marks.
646
647         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
648
649         * nnheader.el (nnheader-update-marks-actions): Refactor out.
650
651         * nntp.el (nntp-request-set-mark): Use it.
652
653         * nnfolder.el (nnfolder-request-set-mark): Ditto.
654
655         * nnml.el (nnml-request-set-mark): Ditto.
656
657         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
658         introduces regressions in article selection.
659         (nnimap-find-uid-response): New function.
660         (nnimap-request-accept-article): Use the UID returned, if any.
661         (nnimap-request-move-article): Use the UID returned, if any.
662         (nnimap-get-groups): Reimplement to work with folded lines.
663         (nnimap-find-uid-response): The UID is the last element in the list.
664         (nnimap-request-set-mark): Extend syntax with 'set.
665
666         * nnml.el (nnml-request-set-mark): Ditto.
667
668         * nnfolder.el (nnfolder-request-set-mark): Ditto.
669
670         * nntp.el (nntp-request-set-mark): Ditto.
671
672 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
673
674         * message.el (message-called-interactively-p): A temporary macro.
675         (message-goto-body): Use it temporarily.
676
677 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
678
679         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
680         (nnimap-last-response-string): Unfold quoted lines, if they exist.
681         (nnimap-last-response-string): Fix last unfolding fix.
682
683 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
684
685         * shr.el (shr-insert): Fix the way to fold lines.
686
687 2010-11-25  Julien Danjou  <julien@danjou.info>
688
689         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
690
691         * color.el: Rename from color-lab.el
692         (color-rgb->hex): Add.
693         (color-complement): Add.
694         (color-complement-hex): Add.
695
696         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
697
698 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
699
700         * shr-color.el (shr-color-visible): Don't bug out if the colour names
701         don't exist.
702
703 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
704
705         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
706         assuming that article displaying or another mml-preview may be
707         interrupted for an error or for the like.
708
709         * shr.el (shr-get-background): Fix argument name.
710
711 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
712
713         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
714
715         * gnus-sum.el (gnus-summary-include-articles): New function.
716
717         * message.el (message-goto-body): called-interactively-p needs a
718         parameter, so use `any'.
719
720         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
721         clear marks before moving, since they're synced from the Gnus side
722         first.
723
724         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
725         (gnus-summary-move-article): Copy over all marks before moving, so that
726         IMAP doesn't think a new article has arrived.
727
728 2010-11-24  Julien Danjou  <julien@danjou.info>
729
730         * shr.el (shr-insert-background-overlay): Fix typo.
731         (shr-render-td): Copy the background before rendering.
732
733         * shr-color.el (shr-color-visible): Fix docstring.
734
735         * shr.el (shr-tag-table): Add bgcolor support.
736         (shr-render-td): Add bgcolor support.
737         (shr-get-background): Add.
738         (shr-insert-foreground-overlay): Use shr-get-background.
739
740         * message.el (message-goto-body): Use called-interactively-p.
741         (message-in-body-p): message-goto-body returns point.
742
743 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
744
745         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
746         Fixes something or other in Emacs 23, and is backwards compatible.
747
748         * message.el (message-goto-body): Remove the <#secure special-casing,
749         which is too special.
750
751         * shr.el (shr-parse-style): Drop !important from styles.
752
753 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
754
755         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
756         this function to return incorrect results when calling it with an
757         explicit article argument different from
758         (gnus-summary-article-number).
759
760 2010-11-24  Julien Danjou  <julien@danjou.info>
761
762         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
763         (shr-tag-body): Add background support.
764         (shr-descend): Add background support.
765         (shr-tag-title): Add.
766
767         * shr-color.el (shr-color-visible): Really return original background
768         if fixed.
769
770 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
771
772         * shr.el (shr-color-check): Protect against non-existant colour names.
773
774 2010-11-24  Julien Danjou  <julien@danjou.info>
775
776         * color-lab.el: Require 'cl when compiling.
777
778         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
779
780         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
781         matched part.
782
783         * color-lab.el: Fix all expt calls to use float type.
784
785 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
786
787         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
788         expression to shr-color-check as is.
789
790         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
791
792         * color-lab.el: Add coding cookie.
793         (float-pi): Use eval-and-compile.
794
795         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
796         compiled for Emacsen having no `libxml-parse-html-region' support.
797
798 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
799
800         * shr.el (shr-insert-color-overlay): Split stuff like
801         "#444444 !important" to find the real colour.
802         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
803         parse <font color="red"> entries.
804
805 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
806
807         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
808         point when parsing headers.
809
810         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
811         is positioned properly when parsing headers.
812
813 2010-11-23  Julien Danjou  <julien@danjou.info>
814
815         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
816
817         * shr-color.el (shr-color->hexadecimal): Add support for color names.
818
819         * shr.el (shr-parse-style): Replace \n with space in style parsing.
820
821         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
822         shr-color-hue-to-rgb.
823         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
824
825 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
826
827         * shr.el (shr-color->hexadecimal): Autoload.
828         (shr-descend): Add color to all tags.
829
830 2010-11-22  Julien Danjou  <julien@danjou.info>
831
832         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
833         shr-color->hexadecimal.
834
835         * shr-color.el (shr-color->hexadecimal): Add converting functions for
836         RGB() or HSL() color representation.
837
838         * shr.el (shr-tag-font): Add.
839         (shr-tag-color-check): New function to get better colors.
840         (shr-tag-insert-color-overlay): Factorize code between tag-font and
841         tag-span.
842
843         * shr-color.el: New file.
844
845         * color-lab.el: New file.
846
847         * gnus-art.el (gnus-url-mailto): Do not downcase args.
848
849 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
850
851         * nnir.el: Fix typo in comments.
852         (nnir-run-imap): Simplify code. No need to reverse artlist.
853         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
854
855 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
856
857         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
858
859         * nnimap.el (nnimap-get-capabilities): Refactor out.
860         (nnimap-open-connection): Re-request capabilities after STARTTLS.
861
862 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
863
864         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
865         appearing when `mm-uu-hide-markers' is nil.
866
867 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868
869         * nnimap.el (nnimap-unselect-group): Make into its own function.
870         (nnimap-request-rename-group): Unselect group before renaming.
871         This had gotten lost somewhere.
872         (nnimap-request-accept-article): Keep track of examined groups, and
873         unselect the group before APPENDing to read-only groups.
874         (nnimap-request-move-article): Clear flags before moving so that they
875         can be re-set later.
876
877 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
878
879         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
880         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
881
882 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
883
884         * gnus-art.el (gnus-mime-display-single)
885         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
886         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
887         parameter.
888
889 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
890
891         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
892         (shr-table-vertical-line): New variable.
893         (shr-insert-table): Use it.
894
895 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
896
897         * gnus-html.el (gnus-html-wash-images): Don't display images if
898         gnus-inhibit-images is non-nil; register displayer for cid images.
899         (gnus-html-display-image): Work for cid image.
900         (gnus-html-insert-image): Allow arguments.
901         (gnus-html-put-image): Inhibit read-only.
902         (gnus-html-prefetch-images): Don't prefetch images if
903         gnus-inhibit-images is non-nil.
904
905 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906
907         * shr.el (shr-put-image): Break lines when inserting big pictures.
908
909 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
910
911         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
912         sender, thanks Katsumi Yamaoka.
913
914 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
915
916         * nnir.el (nnir-run-imap): Reverse the article list for each group
917         rather than the whole list.
918
919 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
920
921         * shr.el (shr-image-displayer): Protect function against non-existent
922         image source.
923
924         * gnus-art.el (gnus-inhibit-images): New user option.
925         (gnus-mime-display-single): Don't display image if it is non-nil.
926
927         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
928         gnus-inhibit-images.
929
930         * shr.el (shr-image-displayer): New function.
931         (shr-tag-img): Use it.
932
933 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
934
935         * mml2015.el (mml2015-epg-sign): Use From header.
936
937 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
938
939         * gnus-html.el (gnus-html-wash-images): Register a displayer.
940
941         * gnus-util.el (gnus-find-text-property-region): Return markers.
942
943         * shr.el (shr-tag-img): Put a displayer in the text property.
944
945         * gnus-util.el (gnus-find-text-property-region): New utility function.
946
947         * gnus-html.el (gnus-html-display-image): Make the alt optional.
948         (gnus-html-show-images): Remove.
949
950         * gnus-art.el (gnus-article-show-images): New, more general function.
951
952         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
953         image url text properties.
954
955         * shr.el: Ditto.
956
957         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
958         gnus-agent-auto-agentize-methods is set.  Which it isn't.
959
960 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
963         work for two or more articles.
964
965 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
966
967         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
968         divide an image that's in an html article to two or more when washing
969         non-ASCII characters in alt text of it.
970
971 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
972
973         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
974         smime-decrypt-region using function argument.
975         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
976
977         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
978
979         * smime.el (smime-decrypt-region): Catch it.
980
981 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
982
983         * smime.el (smime-mode-map): Move initialization into declaration.
984         (gnus-run-mode-hooks): Don't autoload.
985         (smime-mode): Use define-derived-mode.
986
987 2010-11-11  Glenn Morris  <rgm@gnu.org>
988
989         * smime.el (from): Restrict declaration to XEmacs.
990
991         * nnir.el (gnus-group-topic-name): Autoload.
992
993 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
994
995         * shr.el (shr-insert): Don't break long line if it is because of
996         kinsoku-bol characters in the line end.
997
998 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
999
1000         * nnir.el (nnir-request-move-article): Fix to provide original group
1001         and subject.
1002         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1003         been retrieved.
1004
1005         * gnus-sum.el (gnus-summary-move-article): Use original group and
1006         subject for virtual articles such as those in an nnir summary buffer.
1007
1008 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1009
1010         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1011         least 21.5).
1012
1013         * smime.el (from): Declare it again for XEmacs.
1014
1015 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1016
1017         * message.el (message-resend): Don't disable encoding unless it's
1018         already encoded.
1019
1020         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1021         low-numbered articles.
1022
1023 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1024
1025         * rfc2047.el (rfc2047-syntax-table): Simplify.
1026
1027         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1028
1029         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1030         set-char-table-range for XEmacs.
1031
1032 2010-11-10  Glenn Morris  <rgm@gnu.org>
1033
1034         * time-date.el (time-to-seconds): Always an alias on Emacs,
1035         never a real function.
1036         (with-no-warnings): Remove compat stub, now unused.
1037         (time-less-p): Doc fix.
1038         (time-to-number-of-days): Simplify.
1039
1040         * smime.el (from): Remove unused declaration.
1041
1042         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1043         (gnus-float-time): On Emacs, always an alias.
1044
1045         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1046         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1047
1048 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1049
1050         * dgnushack.el: Don't use ignore-errors in the top level form since it
1051         is unavailable in XEmacs even if cl is loaded.
1052
1053         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1054
1055 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1056
1057         * shr.el (browse-url-mailto): Autoload.
1058
1059         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1060
1061         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1062         regexp doesn't need quoting.
1063
1064 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1065
1066         * message.el (message-subject-trailing-was-ask-regexp)
1067         (message-subject-trailing-was-regexp): Match was: in addition to was.
1068
1069 2010-11-09  Glenn Morris  <rgm@gnu.org>
1070
1071         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1072         (nnbabyl-check-mbox): Use point-at-bol.
1073
1074 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1075
1076         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1077
1078         * message.el (message-mailto): New function.
1079         (message-mailto): Should accept other parameters.
1080         (message-mailto): Remove since it duplicates browse-url-mailto
1081         functionality.
1082
1083 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1084
1085         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1086         methods.
1087         (gnus-read-active-file): Ditto.
1088
1089         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1090         ": " from the prompt.
1091         (gnus-group-make-group): Ditto.
1092
1093 2010-11-07  Glenn Morris  <rgm@gnu.org>
1094
1095         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1096         (gnus-bookmark-kill-line): Use point-at-eol.
1097
1098 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1099
1100         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1101         asterisks in From header.
1102
1103 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1104
1105         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1106         string to avoid making the From headers syntactically invalid.
1107
1108         * message.el (message-send-mail): Don't insert courtesy messages if the
1109         message already has List-Post and List-ID messages.
1110
1111 2010-11-06  Glenn Morris  <rgm@gnu.org>
1112
1113         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1114         `condition', `type', `length' a prefix.
1115         (gnus-treat-predicate): Update for above name changes.
1116
1117 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1118
1119         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1120         binding.  Handled by `gnus-summary-refer-thread' instead.
1121         (nnir-warp-to-article): New backend function.
1122
1123         * nnimap.el (nnimap-request-thread): Force dependency updating.
1124
1125         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1126         (gnus-summary-refer-thread): Rework to improve thread-referral.
1127
1128         * gnus-int.el (gnus-warp-to-article): New function.
1129
1130         * gnus-sum.el (gnus-summary-article-map): Bind it.
1131
1132 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1133
1134         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1135         gnus-summary-refer-thread.
1136
1137         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1138         headers.
1139         (gnus-summary-limit-include-thread): Prevent articles in thread from
1140         being cut in gnus-cut-threads.
1141         (gnus-summary-refer-thread): Limit retrieved headers to those in
1142         thread.
1143
1144 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1145
1146         * message.el (message-send-mail): Use the value of
1147         message-courtesy-message from the message buffer.
1148
1149         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1150
1151         * shr.el (shr-browse-url): Implement mailto: URLs.
1152
1153         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1154         "raw".
1155
1156         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1157         if it's already selected.
1158
1159         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1160
1161 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1162
1163         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1164         to measure the length and truncate alt text.
1165
1166 2010-11-03  Glenn Morris  <rgm@gnu.org>
1167
1168         * nndiary.el (nndiary-generate-nov-databases-1)
1169         (nndiary-generate-active-info): Rename dynamic variable `files' to
1170         something less generic.
1171
1172 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1173
1174         * nnir.el (nnir-request-move-article): Call the underlying backend to
1175         move articles from nnir.
1176
1177 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1178
1179         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1180
1181 2010-11-02  Julien Danjou  <julien@danjou.info>
1182
1183         * nnir.el: Remove wais support.
1184
1185 2010-11-02  Glenn Morris  <rgm@gnu.org>
1186
1187         * gnus-html.el: Reorder requirements to quieten compiler.
1188
1189 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1190
1191         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1192         properly for XEmacs as well.
1193         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1194         (gnus-article-natural-long-line-p): Use window-width rather than
1195         frame-width.
1196
1197 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1198
1199         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1200         (nnir-read-parms): Don't modify query.
1201         (nnir-run-query): Add ability to search topic on current line.
1202         (nnir-get-active): Clean up.
1203
1204 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1205
1206         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1207         degenerate articles.
1208
1209         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1210         (gnus-print-buffer): Just print the buffer as is, without any copying
1211         to a buffer and then re-highlighting.
1212
1213         * nnimap.el (nnimap-request-group): Store the new updated info.
1214         (nnimap-request-group): Select the group when we don't know whether it
1215         exists or not.
1216
1217         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1218         groups.
1219
1220         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1221         groups.
1222
1223         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1224         groups.
1225
1226         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1227         long-lines case by only filling the long lines.
1228
1229         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1230         (bug #7311).
1231
1232 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1233
1234         * shr.el: No need to declare `declare-function' since shr.el is for
1235         only Emacsen that provide `libxml-parse-html-region'.
1236
1237         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1238         effective only in a file it is referred to.
1239
1240 2010-11-01  Glenn Morris  <rgm@gnu.org>
1241
1242         * mm-util.el (gnus-completing-read): Autoload.
1243         (mm-read-coding-system): Simplify Emacs definition.
1244
1245         * nnmail.el (gnus-activate-group):
1246         * nnimap.el (gnutls-negotiate):
1247         * nntp.el (netrc-parse): Fix declarations.
1248
1249 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1250
1251         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1252         string-match-p in Emacs >=23.
1253
1254         * gnus-msg.el (gnus-configure-posting-styles)
1255         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1256
1257 2010-11-01  Glenn Morris  <rgm@gnu.org>
1258
1259         * nnir.el (declare-function): Add compat stub.
1260         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1261         (nnir-run-gmane): Require 'mm-url.
1262
1263         * mm-util.el (mm-string-to-multibyte): Simplify.
1264
1265         * shr.el (declare-function): Add compat stub.
1266         (url-cache-create-filename): Declare.
1267         (mm-disable-multibyte, widget-convert-button): Autoload.
1268
1269         * smime.el (ldap-search): Declare.
1270         (smime-cert-by-ldap-1): Require ldap on Emacs.
1271
1272         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1273         (nnimap-keepalive): Use gnus-float-time.
1274
1275         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1276         (mail-source-delete-crash-box): Use gnus-float-time.
1277
1278         * gnus-dired.el (gnus-completing-read): Autoload.
1279
1280         * mm-view.el (gnus-rescale-image): Autoload.
1281
1282         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1283
1284         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1285
1286         * sieve-manage.el: Require 'cl when compiling.
1287
1288         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1289         (gnus-iswitchb-completing-read): Require iswitchb.
1290         (gnus-select-frame-set-input-focus): Silence compiler.
1291
1292 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1293
1294         * message.el (message-subject-trailing-was-query): Change default to t,
1295         since I think that's what most people want.
1296
1297         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1298         appending for easier debugging.
1299         (nnimap-wait-for-connection): Take a regexp.
1300         (nnimap-request-accept-article): Wait for the continuation line before
1301         sending anything unless we're streaming.
1302
1303         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1304         leave the header washing to take place.
1305
1306 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1307
1308         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1309         regular expression match and replace in posting styles.
1310
1311 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1312
1313         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1314         an entire server.
1315         (nnir-get-active): New function.
1316         (nnir-run-imap): Use it.
1317         (nnir-run-gmane): Who knew, gmane search returns an article score!
1318
1319         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1320         server on the current line with nnir.
1321
1322 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1323
1324         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1325         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1326         left edge.
1327         (gnus-article-foldable-buffer): Skip past the prefix when determining
1328         raggedness.
1329
1330         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1331         the raw article, and change `C-u g' to show the article without doing
1332         treatments.
1333
1334         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1335         on to `gnus-treat-article'.
1336         (gnus-inhibit-article-treatments): New variable.
1337
1338         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1339
1340         * gnus-art.el (gnus-treatment-function-alist): Have
1341         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1342         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1343         sections.
1344
1345         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1346         parameter.
1347         (gnus-article-fill-cited-long-lines): New function.
1348         (gnus-article-fill-cited-article): Allow filling only long sections.
1349
1350         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1351         and non-punctuation (like after the apostrophe in "'We").
1352
1353         * gnus-sum.el (gnus-summary-select-article): Make sure
1354         gnus-original-article-buffer is alive.
1355
1356         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1357         reflect the order they're in in the digest.
1358
1359         * gnus.el (gnus-group-startup-message): Move point to the start of the
1360         buffer.
1361
1362         * nnimap.el (nnimap-capability): New function.
1363         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1364         is set.
1365
1366 2010-10-31  David Engster  <dengste@eml.cc>
1367
1368         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1369         conform with changes to gnus-completing-read.
1370
1371 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1372
1373         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1374
1375 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1376
1377         * nnir.el: Move defvar, defcustom around to keep file organized
1378         and keep byte-compiler quiet.
1379         (nnir-read-parms): Accept search-engine as arg.
1380         (nnir-run-query): Pass search-engine as arg.
1381         (nnir-search-engine): Remove.
1382
1383 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1384
1385         * shr.el (shr-generic): The text nodes should be text, not :text.
1386
1387         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1388         later in the file.
1389
1390 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1391
1392         * nnir.el: General clean up.  Allow searching with multiple engines.
1393         Allow separate extra-parameters for each engine.
1394         Batch queries when possible.
1395         (nnir-imap-default-search-key,nnir-method-default-engines):
1396         Add customize interface.
1397         (nnir-run-gmane): New engine.
1398         (nnir-engines): Use it.  Qualify all prompts with engine name.
1399         (nnir-search-engine): Remove global variable.
1400         (nnir-run-hyrex): Restore for now.
1401         (nnir-extra-parms,nnir-search-history): New variables.
1402         (gnus-group-make-nnir-group): Use them.
1403         (nnir-group-server): Remove in favor of gnus-group-server.
1404         (nnir-request-group): Avoid searching twice.
1405         (nnir-sort-groups-by-server): New function.
1406
1407 2010-10-30  Julien Danjou  <julien@danjou.info>
1408
1409         * gnus-group.el: Remove gnus-group-fetch-control.
1410
1411         * gnus-start.el (gnus-find-new-newsgroups):
1412         Remove gnus-check-first-time-used.
1413
1414         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1415
1416 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1417
1418         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1419         set on groups that don't have \* permanentflags.
1420
1421 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1422
1423         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1424         control the background color.
1425         (shr-tag-img): Ignore very small web bug type images.
1426         (shr-put-image): Add help-echo alt texts to the images.
1427         (shr-tag-video): Show the video poster image.
1428
1429 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1430
1431         * shr.el (shr-table-depth): New variable.
1432         (shr-tag-table-1): Only insert the images after the top-level table.
1433
1434         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1435
1436         * gnus-util.el (gnus-list-memq-of-list): New function.
1437
1438         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1439         selected.
1440         (nnimap-unsplittable-articles): New slot.
1441         (nnimap-new-articles): Use it.
1442
1443 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1444
1445         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1446         move to the previous line on `M-g'.
1447
1448 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1449
1450         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1451         *-request-group, which seems unnecessary.
1452
1453         * nnimap.el (nnimap-quote-specials): Function copied over from
1454         imap.el.
1455         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1456         they support that.  Suggested by Tom Regner.
1457
1458 2010-10-29  Julien Danjou  <julien@danjou.info>
1459
1460         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1461         defalias.
1462         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1463
1464         * gnus.el: Remove `gnus-nntp-service' variable.
1465         (gnus-secondary-servers): Make obsolete.
1466         (gnus-nntp-server): Make obsolete.
1467
1468         * gnus-start.el (gnus-1): Remove x-splash calls.
1469
1470         * gnus-ems.el (gnus-x-splash): Remove.
1471
1472         * gnus.el (gnus-group-startup-message): Simplify/update code.
1473
1474         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1475         definition.
1476
1477         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1478         capability before doing anything.
1479         (gnus-group-insert-group-line): Remove useless
1480         gnus-group-remove-excess-properties.
1481
1482 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1483
1484         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1485
1486 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1487
1488         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1489         config after reselecting.
1490
1491 2010-10-28  Julien Danjou  <julien@danjou.info>
1492
1493         * shr.el (shr-put-image): Use point even if only inserting text.
1494         (shr-put-image): Save excursion when inserting alt text on non-graphic
1495         display, so the behaviour is the same when we are on a graphic display.
1496
1497         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1498
1499 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1500
1501         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1502         (gnus-mime-copy-part): Check coding system, not charset.
1503         (gnus-mime-view-part-externally): Never remove part.
1504         (gnus-mime-view-part-internally): Don't remove part here.
1505         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1506         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1507         multipart/alternative.
1508
1509         * mm-decode.el (mm-display-part): Take optional arg `force'.
1510
1511 2010-10-26  Julien Danjou  <julien@danjou.info>
1512
1513         * gnus-group.el (gnus-group-default-list-level): Add this function to
1514         compute the default list level.
1515         (gnus-group-default-list-level): Add possibility to use a function.
1516
1517 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1518
1519         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1520
1521         * gnus-group.el (gnus-group-completing-read)
1522         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1523         gnus-replace-in-string.
1524
1525 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1526
1527         * shr.el (shr-tag-div): Add.
1528
1529         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1530
1531 2010-10-25  Julien Danjou  <julien@danjou.info>
1532
1533         * gnus-util.el: Remove `gnus-with-local-quit'.
1534
1535         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1536
1537 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1538
1539         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1540         the original article buffer.
1541
1542 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1543
1544         * nnimap.el (nnimap-request-head): New function.
1545         (nnimap-request-move-article): Try to be slighly faster by not
1546         requesting the entire message when moving.
1547         (nnimap-transform-headers): Don't bug out on bodiless articles.
1548         (nnimap-send-command): Have no outstanding messages if the IMAP server
1549         doesn't support streaming.
1550         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1551
1552 2010-10-24  Julien Danjou  <julien@danjou.info>
1553
1554         * message.el (message-default-headers): Fix type.
1555
1556 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1557
1558         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1559         prefetching images.
1560
1561         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1562         backend for unknown groups.  This is mainly useful for nnimap groups.
1563
1564         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1565         group isn't covered by the agent.
1566
1567 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1568
1569         * nnir.el (nnir-method-default-engines): New variable.
1570         (nnir-run-query): Use it.
1571         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1572         (gnus-summary-nnir-goto-thread): Change group if needed.
1573
1574         * gnus-group.el (gnus-group-group-map): Add key binding for
1575         gnus-group-make-nnir-group.
1576
1577 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578
1579         * shr.el (shr-tag-object): Add.
1580
1581         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1582         original article buffer live.
1583         (gnus-summary-select-article-buffer):
1584         Mention gnus-widen-article-buffer.
1585
1586 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1587
1588         * shr.el (shr-tag-strong): Add.
1589
1590 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1591
1592         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1593         group names.  They mess up the group buffer badly.
1594
1595         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1596
1597         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1598         instead of the summary one.
1599
1600 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * mml.el (mml-preview): Work properly when editing article.
1603
1604         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1605         gnus-have-read-active-file if it's already been in.
1606
1607 2010-10-22  Tom Tromey  <tromey@redhat.com>
1608
1609         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1610         gnus-group-completing-read.
1611
1612 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1613
1614         * message.el (message-mode-map): Don't bind M-; to comment region, to
1615         allow the global comment-dwim to work.
1616
1617 2010-10-21  Julien Danjou  <julien@danjou.info>
1618
1619         * message.el (message-setup-1): Allow message-default-headers to be a
1620         function.
1621
1622 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1623
1624         * shr.el (shr-tag-table): Simplify.
1625
1626 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1627
1628         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1629         to avoid trying to snarf invalid stuff.
1630
1631         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1632
1633         * gnus.el (gnus-message-archive-group): Quote value.
1634         (gnus-message-archive-group): Mark as changed.
1635
1636         * shr.el (shr-add-font): Don't put the font properties on the newline
1637         or the indentation.
1638
1639         * message.el (message-fix-before-sending): Change options when sending
1640         non-printable characters.
1641
1642         * gnus.el (gnus-message-archive-method): Change the default to
1643         monthly outgoing groups.
1644
1645         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1646         that have gotten new numbers.
1647
1648         * nnimap.el (nnimap-request-replace-article): New function.
1649
1650 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1651
1652         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1653         (nnrss-request-article): Don't use special html washing code.
1654
1655 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1656
1657         * shr.el (shr-tag-table): Remove useless nconc.
1658
1659 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1660
1661         * gnus-art.el (article-wash-html): Simplify and remove the charset
1662         stuff.  Use the normal html rendering code instead of the special html
1663         washing code.
1664
1665         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1666         `gnus-w3m' symbols.
1667         (mm-text-html-washer-alist): Remove.
1668
1669         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1670         (mm-inline-media-tests): Remove use.
1671         (mm-text-html-renderer): Change default to the `shr' symbol.
1672
1673         * mm-view.el (mm-inline-text-html): Remove use.
1674
1675         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1676         `gnus-blocked-images' to be a function.
1677         (gnus-article-wash-function): Remove.
1678
1679 2010-10-20  Julien Danjou  <julien@danjou.info>
1680
1681         * spam.el (spam-list-of-processors): Mark as obsolete.
1682
1683         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1684         (nnimap-insert-partial-structure): Fix boundary detection.
1685
1686 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1687
1688         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1689         run file-truename on remote files.  This can be expensive and even
1690         prevent one from editing drafts if some unrelated buffer has a stale
1691         connection.
1692
1693 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1694
1695         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1696         kinsoku-eol regardless of shr-kinsoku-shorten.
1697         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1698         (shr-tag-table): Support caption, thead, and tfoot.
1699
1700 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1701
1702         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1703         lines.
1704         (shr-save-contents): New command and keystroke.
1705
1706         * nndoc.el (nndoc-type-alist): Add git support.
1707         (nndoc-git-type-p): New function.
1708         (nndoc-transform-git-article): Ditto.
1709         (nndoc-transform-git-headers): Ditto.
1710         (nndoc-transform-git-headers): Generate Subject headers.
1711
1712         * shr.el (shr-parse-style): New function.
1713         (shr-tag-span): Ditto.
1714
1715         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1716         to `G G' to avoid collisions.
1717
1718 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1719
1720         * shr.el: Load kinsoku if necessary.
1721         (shr-kinsoku-shorten): New internal variable.
1722         (shr-find-fill-point): Make kinsoku shorten text line if
1723         shr-kinsoku-shorten is bound to non-nil.
1724         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1725         shr-indentation too when testing if table is wider than frame width.
1726         (shr-insert-table): Use `string-width' instead of `length' to measure
1727         text width.
1728         (shr-insert-table-ruler): Make sure indentation is done at bol.
1729
1730 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1731
1732         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1733         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1734         undecoded network data.
1735
1736 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1737
1738         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1739         name in the mode line spec so that the mode line menu works
1740         (bug #2431).
1741
1742         * message.el (message-get-reply-headers): If we're fed `to-address',
1743         then always use that.
1744
1745         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1746         aren't so wide as to need to switch off the edit menu.
1747
1748         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1749         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1750
1751         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1752         `M-g'.
1753         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1754         the permanent marks.
1755
1756 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1757
1758         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1759         Splitting according to references/in-reply-to obeys the ignore-groups
1760         variable, while splitting by sender and subject do not.
1761
1762 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1763
1764         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1765         alist, so that we can look for non-Unicode chars.
1766         (article-translate-strings): Allow both character and string maps.
1767
1768 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1769
1770         * shr.el (shr-insert): Don't insert space behind a wide character
1771         categorized as kinsoku-bol, or between characters both categorized as
1772         nospace.
1773
1774 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1775
1776         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1777         headers to gnus-newsgroup-headers.
1778
1779 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1780
1781         * shr.el (shr-tag-img): Don't align images -- since we're not
1782         rescaling, this often leads to ugly displays.
1783
1784 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1785
1786         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1787         duplicates.
1788
1789 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1790
1791         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1792         call.
1793
1794 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1795
1796         * gnus.el: Autoload gnus-html-show-images.
1797
1798         * nnimap.el: Use nnheader-message throughout.
1799
1800         * shr.el (shr-tag-img): Ignore images with no data.
1801
1802 2010-10-15  Julien Danjou  <julien@danjou.info>
1803
1804         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1805         a possibility to disable format=flow encoding when using hard newlines.
1806
1807 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1808
1809         * shr.el (shr-insert): Remove space inserted before or after a
1810         breakable character or at the beginning or the end of a line.
1811         (shr-find-fill-point): Do kinsoku; find the second best point or give
1812         it up if there's no breakable point.
1813
1814 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1815
1816         * nnimap.el (nnimap-open-connection): Message when opening connection
1817         for debugging purposes.
1818
1819         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1820         on every setup buffer call to allow this to change from article to
1821         article.
1822
1823         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1824         buffers where we have a wide table.
1825
1826 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1827
1828         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1829         uses *-request-thread.
1830
1831 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1832
1833         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1834         incantation, which is no longer valid.
1835
1836 2010-10-14  Julien Danjou  <julien@danjou.info>
1837
1838         * shr.el: Fix defcustom type (char -> character).
1839
1840 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1841
1842         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1843         programs.
1844
1845 2010-10-14  Julien Danjou  <julien@danjou.info>
1846
1847         * shr.el (shr-tag-a): Use url-link as widget type.
1848
1849         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1850         `gnus-group-get-icon'.
1851
1852 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1853
1854         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1855         This should make server editing work better.
1856
1857         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1858
1859         * tls.el (tls-program): Remove spurious %s from openssl.
1860
1861         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1862         (nnimap-parse-flags): Fix regexp.
1863
1864         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1865         probably work for CJVK text, too.
1866
1867         * nnimap.el (nnimap-extend-tls-programs): Remove.
1868         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1869
1870         * tls.el (tls-starttls-switches): Remove starttls hack.
1871         (open-tls-stream): Ditto.
1872         (tls-find-starttls-argument): Ditto.
1873
1874 2010-10-13  Julien Danjou  <julien@danjou.info>
1875
1876         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1877         responses.
1878
1879 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880
1881         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1882
1883         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1884         anything in Emacs.
1885
1886         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1887
1888 2010-10-13  Julien Danjou  <julien@danjou.info>
1889
1890         * shr.el (shr-width): Make shr-width a defcustom with default to
1891         fill-column.
1892         (shr-tag-img): Use shr-width rather than fill-column.
1893
1894 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * dgnushack.el (byte-optimize-apply)
1897         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1898
1899         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1900         position when (X-)Faces exist.
1901         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1902         avatars when called interactively.
1903
1904 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1905
1906         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1907         gnus-article-x-face-too-ugly is bound.
1908
1909 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1910
1911         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1912
1913         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1914         mailbox that doesn't exist.
1915
1916 2010-10-12  Julien Danjou  <julien@danjou.info>
1917
1918         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1919         (shr-get-image-data): Encode URL properly when fetching from cache.
1920         (shr-tag-img): Use aligned-to spaces to align correctly images.
1921
1922         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1923         before inserting the Gravatar.
1924
1925         * shr.el (shr-tag-img): Add align attribute support for <img>.
1926
1927 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1928
1929         * gnus-gravatar.el (gnus-art): Require.
1930
1931         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1932         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1933         Remove long obsoleted functions.
1934
1935 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1936
1937         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1938
1939         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1940
1941         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1942         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1943         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1944         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1945         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1946         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1947         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1948
1949 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1950
1951         * nnimap.el (nnimap-request-rename-group): Select group read-only
1952         before renaming it.
1953
1954         * shr.el (shr-insert): Fix up the white space only regexp.
1955
1956         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1957         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1958
1959         * shr.el (shr-current-column): New function.
1960         (shr-find-fill-point): New function.
1961
1962 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1963
1964         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1965         numbers.
1966
1967 2010-10-11  Julien Danjou  <julien@danjou.info>
1968
1969         * shr.el (shr-hr-line): Add.
1970         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1971         display hr lines.
1972         (shr-max-columns): Do not change state to nil if we just inserting
1973         spaces.
1974
1975 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1976
1977         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1978         select the last group.
1979
1980 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1981
1982         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1983
1984 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1985
1986         * dig.el (dig-mode-map): Declare and define in one step.
1987
1988 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1989
1990         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1991         for Gnus.
1992         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1993         (nnimap-update-qresync-info): Mark \Seen articles as read.
1994
1995         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1996         non-variable, too.
1997
1998         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1999         available.
2000         (nnimap-update-info): Rely more on the current active than the param
2001         active to avoid marking articles as read too much.
2002
2003         * auth-source.el (auth-source-create): Use (user-login-name) for the
2004         user name default.
2005
2006         * nnimap.el (nnimap-update-info): If the server doesn't return any
2007         useful info, just use the previous info.
2008         (nnimap-update-info): Prefer old info over start-article.
2009         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2010
2011 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2012
2013         * nnir.el (autoload): Clean up autoloads.
2014         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2015         Use key rather than value.
2016         (nnir-imap-search-other): New variable.
2017         (nnir-read-parm): Use it.
2018         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2019         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2020
2021 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2022
2023         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2024         the process, too.
2025
2026 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2027
2028         * spam.el (gnus-summary-mode-map): Bind to "$".
2029         Suggested by Russ Allbery.
2030
2031         * shr.el: Rework the way things are indented by <li> slightly.
2032
2033         * gnus.el (gnus-group-set-parameter): Fix typo.
2034
2035         * nnimap.el: Start implementing QRESYNC support.
2036
2037 2010-10-09  Julien Danjou  <julien@danjou.info>
2038
2039         * nnir.el (nnir-engines): Fix too many arguments.
2040
2041 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2042
2043         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2044         group is the "last", so that the backends like nnfolder actually save
2045         their folders.
2046
2047         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2048         try to use that for the tls stream.
2049         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2050         UIDVALIDITY and find out which groups are read-only and not.
2051         (nnimap-get-flags): Use the same marks parsing code as the rest of
2052         nnimap.
2053
2054 2010-10-09  Julien Danjou  <julien@danjou.info>
2055
2056         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2057
2058         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2059         retrieving gravatars.
2060
2061         * shr.el (shr-table-corner): Add.
2062         (shr-table-line): Add.
2063         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2064
2065 2010-10-08  Julien Danjou  <julien@danjou.info>
2066
2067         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2068
2069 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2070
2071         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2072
2073         * gnus-sum.el (gnus-mark-article-as-unread)
2074         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2075         (gnus-summary-set-bookmark): Use it.
2076
2077         * gnus-msg.el (gnus-setup-message): Use it.
2078
2079         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2080
2081         * gnus.el (gnus-group-remove-parameter): Use it.
2082
2083         * gnus-group.el (gnus-group-make-web-group): Use it.
2084
2085         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2086
2087         * nnregistry.el: Update docs to mention manual.
2088
2089         * gnus-registry.el: Update docs to mention nnregistry.el.
2090         (gnus-registry-initialize): Don't install nnregistry refer method
2091         automatically.
2092         (gnus-registry-install-nnregistry): Remove it.
2093
2094 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2095
2096         * shr.el (shr-insert): Don't insert double spaces.
2097
2098 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2099
2100         * gnus-gravatar.el (gnus-treat-from-gravatar)
2101         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2102         called interactively.
2103
2104         * gnus-art.el (gnus-mime-view-part-externally)
2105         (gnus-mime-view-part-internally): Make predicate function passed to
2106         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2107         of a mime type.
2108
2109         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2110
2111 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2112
2113         * shr.el (require): Require cl when compiling.
2114         (shr-tag-hr): New function.
2115
2116         * nnimap.el (nnimap-update-info): Remove double setting of high.
2117         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2118         This makes nnimap work properly on Courier again.
2119
2120         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2121         the variable for backwards compatability.
2122
2123         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2124         the file name before using to avoid setting mm-default-directory to
2125         nil.
2126
2127         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2128         bidning gnus-agent variables.
2129
2130         * shr.el (shr-render-td): Use a cache for the table rendering function
2131         to avoid getting an exponential rendering behaviour in nested tables.
2132         (shr-insert): Rework the line-breaking algorithm.
2133         (shr-insert): Don't leave trailing spaces.
2134         (shr-insert-table): Also insert empty TDs.
2135         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2136
2137 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2138
2139         * gnus-sum.el (gnus-number): Rename from `number'.
2140         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2141         (gnus-summary-limit-children): Update uses correspondingly.
2142
2143 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2146         (gnus-gravatar-transform-address): Don't show avatars of people of
2147         which mail addresses match gnus-gravatar-too-ugly.
2148
2149 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2150
2151         * shr.el (shr-table-widths): Expand TD elements to fill available
2152         space.
2153
2154 2010-10-07  Julien Danjou  <julien@danjou.info>
2155
2156         * nnimap.el (nnimap-request-rename-group): Add this method.
2157
2158 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2159
2160         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2161         name from XEmacs' function-arglist.
2162
2163         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2164         gravatar under XEmacs.
2165
2166 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2167
2168         * auth-source.el: Update docs with TODO items.
2169
2170         * gnus-sync.el: Update docs to explain state and plans.
2171
2172         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2173         Hooks for mark updates.
2174         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2175
2176         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2177         hooks with arguments, which is needed for mark update hooks.
2178
2179 2010-10-06  Julien Danjou  <julien@danjou.info>
2180
2181         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2182         was matched.
2183
2184         * sieve-manage.el: Update example in `Commentary'.
2185
2186         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2187
2188         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2189         not 2000.
2190         (sieve-manage-authenticate): Re-add function.
2191
2192 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2193
2194         * shr.el (shr-insert): Get 'space transition right.
2195         (shr-render-td): Only delete space at the end of the TD.
2196
2197         * nnimap.el (nnimap-open-connection): Prepare to support
2198         open-gnutls-stream.
2199
2200         * shr.el: Rearrange function order to be more logical.
2201
2202 2010-10-06  Julien Danjou  <julien@danjou.info>
2203
2204         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2205         (nnrss-discover-feed): Remove 404 URL in docstring.
2206
2207         * nnir.el: Fix Swish-E URL.
2208         Fix Namazu URL.
2209
2210         * message.el (message-change-subject): Remove 404 URL in a comment.
2211
2212 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2213
2214         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2215         called interactively.
2216
2217         * gnus-util.el (gnus-remove-if): Allow hash table.
2218         (gnus-remove-if-not): New function.
2219
2220         * gnus-art.el (gnus-mime-view-part-as-type)
2221         * gnus-score.el (gnus-summary-score-effect)
2222         * gnus-sum.el (gnus-read-move-group-name):
2223         Replace remove-if-not with gnus-remove-if-not.
2224
2225         * gnus-group.el (gnus-group-completing-read):
2226         Regard collection as a hash table if it is not a list.
2227
2228 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2229
2230         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2231
2232         * shr.el: Document the table-rendering algorithm.
2233
2234 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2235
2236         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2237         for Emacsen having no `libxml-parse-html-region' support.
2238
2239 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2240
2241         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2242         invalid URLs.
2243
2244         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2245         line-broken.
2246         (shr-tag-img): Ignore image fetching errors.
2247         (shr-overlays-in-region): Compute overlay positions correctly.
2248
2249         * mm-decode.el (mm-shr): Require shr.
2250
2251         * gnus-art.el (gnus-blocked-images): Move variable here.
2252
2253         * shr.el (shr-insert-table): Bind free variable.
2254
2255         * mm-decode.el (mm-shr): Bind shr-content-function.
2256
2257         * shr.el (shr-content-function): New variable.
2258
2259         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2260         added for symmetry.
2261
2262         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2263
2264         * gnus-group.el (gnus-group-make-group): Doc fix.
2265
2266         * nnimap.el (nnimap-request-newgroups): Return success.
2267
2268         * shr.el (shr-find-elements): New function.
2269         (shr-tag-table): Put all the images after the table.
2270         (shr-tag-table): Really inhibit images inside the table.
2271         (shr-collect-overlays): Copy over overlays from the TD elements to the
2272         main document.
2273
2274         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2275         gnus-blocked-images.
2276
2277 2010-10-05  Julien Danjou  <julien@danjou.info>
2278
2279         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2280
2281         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2282         (gnus-html-maximum-image-size): Add this function.
2283         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2284
2285         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2286         server-value of the capability is nil.
2287
2288 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2289
2290         * shr.el (shr-tag-em): Add <EM> tag.
2291
2292 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2293
2294         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2295         customizable.
2296
2297         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2298         handing broken links to browse-url.
2299
2300 2010-10-05  Julien Danjou  <julien@danjou.info>
2301
2302         * gnus-util.el (gnus-emacs-completing-read)
2303         (gnus-iswitchb-completing-read): Use autoload rather than require.
2304
2305 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2306
2307         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2308         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2309         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2310         iswitchb-temp-buflist for XEmacs.
2311
2312         * gnus-util.el (gnus-completing-read-function): Exclude
2313         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2314         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2315         XEmacs.
2316
2317         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2318         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2319
2320         * gnus-html.el: Don't require help-fns under XEmacs.
2321         (gnus-html-schedule-image-fetching): Work for XEmacs.
2322
2323         * mm-decode.el (mm-shr): Decode contents by charset.
2324
2325 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2326
2327         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2328         unknown.
2329
2330         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2331         (shr-get-image-data): Ensure against the cache file missing.
2332
2333         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2334         for data.
2335
2336         * spam-report.el (spam-report-url-ping-plain): Don't query about
2337         killing the process.
2338
2339         * shr.el (shr-render-td): Protect against too-wide text.
2340
2341 2010-10-04  Julien Danjou  <julien@danjou.info>
2342
2343         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2344         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2345
2346         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2347         retrieved.
2348
2349 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2350
2351         * shr.el (browse-url): Require.
2352         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2353         lines.
2354         (shr-show-alt-text, shr-browse-image): New commands.
2355         (shr-browse-url, shr-copy-url): New commands.
2356
2357         * gnus-sum.el (gnus-widen-article-window): New variable.
2358         (gnus-summary-select-article-buffer): Use it.
2359
2360         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2361         without @ signs.
2362
2363 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2364
2365         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2366
2367 2010-10-04  Julien Danjou  <julien@danjou.info>
2368
2369         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2370         for XEmacs.
2371
2372 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2373
2374         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2375
2376         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2377         (nnimap-close-server): Implement.
2378
2379         * dgnushack.el (iswitchb): Require to shut up the compiler.
2380
2381         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2382         (shr-insert): Tweak line breaking.
2383         (shr-insert): Handle <pre> better.
2384         (shr-tag-li): Get <li> indentation right.
2385         (shr-tag-li): Get <li> indentation even righter.
2386         (shr-tag-blockquote): Ensure paragraph start.
2387         (shr-make-table): Tweak table generation.
2388         (shr-make-table): Fix typo.
2389
2390         * shr.el: Implement table rendering.
2391
2392 2010-10-04  Julien Danjou  <julien@danjou.info>
2393
2394         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2395
2396 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2397
2398         * shr.el (shr-insert): Use string anchors instead of line anchors.
2399
2400 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2401
2402         * shr.el: Add headings.
2403         (shr-ensure-paragraph): Actually work.
2404         (shr-tag-li): Make <ul> prettier.
2405         (shr-insert): Get white space at the beginning/end of elements right.
2406         (shr-tag-p): Collapse subsequent <p>s.
2407         (shr-ensure-paragraph): Don't insert double line feeds after blank
2408         lines.
2409         (shr-insert): \t is also space.
2410         (shr-tag-s): Fix "s" tag name function.
2411         (shr-tag-s): Fix face prop name.
2412
2413 2010-10-03  Julien Danjou  <julien@danjou.info>
2414
2415         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2416
2417         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2418         gnus-window-inside-pixel-edges.
2419
2420         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2421         gnus-ems.
2422
2423         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2424
2425         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2426         function.
2427
2428         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2429         resize choice.
2430
2431 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432
2433         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2434         beginning of the buffer.
2435
2436         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2437         article buffer again.
2438
2439         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2440
2441         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2442         when it's at the start of the buffer.
2443
2444         * shr.el (shr-tag-blockquote): Convert name.
2445         (shr-rescale-image): Use the right image-size variant.
2446
2447         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2448         buffer isn't shown, then select the current article first instead of
2449         bugging out.
2450         (gnus-summary-select-article-buffer): Show both the article and summary
2451         buffers again.
2452
2453         * shr.el (shr-fontize-cont): Protect against regions with no text.
2454         Rename tag functions to shr-tag-* for enhanced security.
2455         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2456
2457 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2458
2459         * shr.el (shr-insert):
2460         * pop3.el (pop3-movemail):
2461         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2462         loaded.
2463
2464 2010-10-03  Glenn Morris  <rgm@gnu.org>
2465
2466         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2467
2468         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2469
2470         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2471
2472         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2473
2474         * gnus-util.el (gnus-make-local-hook): Simplify.
2475
2476 2010-10-02  Julien Danjou  <julien@danjou.info>
2477
2478         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2479         (gnus-ido-completing-read): New function.
2480         (gnus-emacs-completing-read): New function.
2481         (gnus-completing-read): Use gnus-completing-read-function.
2482         Add gnus-completing-read-function.
2483
2484 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2485
2486         * shr.el (shr-insert-document): Autoload.
2487         (shr-img): Be silent.
2488         (shr-insert): Add a newline after every picture before text.
2489         (shr-add-font): Use overlays for combining faces.
2490         (shr-insert): Pass upwards the text start point.
2491
2492         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2493         possible.
2494         (mm-shr): New function.
2495
2496 2010-10-02  Julien Danjou  <julien@danjou.info>
2497
2498         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2499         should go backward.
2500
2501 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2502
2503         * shr.el (shr): Fix typo in provide call.
2504
2505 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2506
2507         * shr.el: New file.
2508
2509         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2510
2511         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2512         completing read.
2513
2514 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2515
2516         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2517         we're being queried about.  Suggested by Dan Jacobson.
2518
2519         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2520         Suggested by Jason Eisner.
2521
2522         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2523         table, too.  Suggested by Stefan Wiens.
2524         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2525         the table unnecessary.  Suggested by Stefan Wiens.
2526
2527         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2528         longer needed, and probably doesn't work either, as pointed out by
2529         Stefan Wiens.
2530         (gnus-summary-exit): Remove call to the clearing function.
2531         (gnus-summary-exit-no-update): Ditto.
2532
2533         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2534         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2535         Reported by Stefan Monnier.
2536         (gnus-summary-save-in-rmail): Ditto.
2537
2538         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2539         article buffer, instead of both the article buffer and the summary
2540         buffer.  Sort of suggested by Dan Jacobson.
2541
2542         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2543
2544         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2545         Suggested by Dan Jacobson.
2546
2547         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2548         documentation clearer.
2549
2550         * message.el (message-shorten-references): Comment on the number "21".
2551         Suggested by Stefan Monnier.
2552
2553         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2554         Suggested by Dan Jacobson.
2555
2556         * gnus.el (gnus-large-newsgroup):
2557         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2558
2559         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2560         externalize attachments.  Bug reported by Steve Wen.
2561
2562         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2563         really message anything to the user.
2564
2565         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2566         directly.
2567
2568         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2569         messages in empty groups.
2570
2571 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2572
2573         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2574         non-UIDNEXT group.
2575
2576 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2577
2578         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2579         not the value from the collection.
2580
2581         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2582         values.  This sometimes happens on some groups that have no info.
2583         (nnimap-request-newgroups): New function.
2584
2585 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2586
2587         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2588         check into `gnus-registry-initialize'.
2589         (gnus-registry-initialize): Ditto.
2590         Fix and extend header docs.
2591
2592 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2593
2594         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2595         regexp backtrace overflows.
2596
2597         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2598         for starttls that tls.el implements; i.e. openssl.
2599
2600         * tls.el (tls-starttls-switches): Give up on using starttls with
2601         gnutls-cli.
2602         (tls-program): Add --insecure to be consistent with the defaults from
2603         openssl s_client.  Now all three commands are insecure.
2604
2605 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2606
2607         * lpath.el: Bind completion-styles-alist for XEmacs.
2608
2609         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2610         (gravatar-create-image): New function that's an alias to
2611         gnus-xmas-create-image, gnus-create-image, or create-image.
2612         (gravatar-data->image): Use it.
2613
2614 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2615
2616         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2617         install the nnregistry refer method.
2618         (gnus-registry-install-hooks): Use it.
2619         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2620         unfollowed groups.
2621
2622 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2623
2624         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2625         expanding threads.
2626
2627 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2628
2629         * nnir.el: Use the server names without suffixes (bug #7009).
2630
2631         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2632         unencrypted to STARTTLS, if possible.
2633
2634 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2635
2636         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2637         headers before superseding.
2638
2639 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2640
2641         * nnrss.el (nnrss-use-local): Add documentation.
2642
2643         * nnimap.el (nnimap-extend-tls-programs): New function.
2644         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2645         (nnimap-wait-for-connection): Accept the greeting from the stupid
2646         output from openssl s_client -starttls, too.
2647
2648         * tls.el (tls-starttls-switches): New variable.
2649         (tls-find-starttls-argument): Use it.
2650         (open-tls-stream): Ditto.
2651
2652         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2653         (netrc-machine): Ditto.
2654
2655         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2656         article number.
2657         (nnimap-split-fancy): New variable.
2658         (nnimap-split-incoming-mail): Use it.
2659
2660         * nntp.el (nntp-server-list-active-group): Document.
2661
2662         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2663         SELECT to get the message-id.
2664
2665         * mail-source.el (mail-sources): Remove webmail support.
2666         (defvar): Ditto.
2667         (mail-source-fetcher-alist): Ditto.
2668         (mail-source-fetch-webmail): Remove.
2669
2670         * webmail.el: Remove -- doesn't seem relevant any more.
2671
2672         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2673
2674         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2675         the \r.
2676
2677 2010-09-30  Julien Danjou  <julien@danjou.info>
2678
2679         * gnus-agent.el (gnus-agent-add-group): Fix call to
2680         gnus-completing-read.
2681
2682 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2683
2684         * nndoc.el (nndoc-retrieve-groups): New function.
2685
2686         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2687         `default', use nnmail-split-methods.
2688         (nnimap-request-article): Downcase the NILs so that they are nil.
2689
2690         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2691         symbol.
2692
2693         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2694         code, since if the user has requested network, that's what they ought
2695         to get.
2696         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2697         (nnimap-split-rule): Mark as obsolete.
2698
2699         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2700         New variable.
2701
2702         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2703         correct slot, too.
2704
2705 2010-09-29  Julien Danjou  <julien@danjou.info>
2706
2707         * gnus.el (gnus-local-domain): Declare variable obsolete.
2708
2709         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2710         Fix history computing.
2711         (gnus-ido-completing-read): Require ido.
2712
2713 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2714
2715         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2716         build Gnus.
2717
2718         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2719         when interpreting the structures.
2720         (nnimap-request-accept-article): Add \r\n to the lines to make this
2721         work with Cyrus.
2722
2723         * nndraft.el (nndraft-request-expire-articles): Use the group name
2724         instead if "nndraft".  Fix found by Nils Ackermann.
2725
2726 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2727
2728         * nnregistry.el: Add.
2729
2730 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2731
2732         * nnmail.el (group, group-art-list, group-art):
2733         Remove unneeded directives.
2734
2735 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2736
2737         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2738         (mm-mime-charset)
2739         * rfc2047.el (rfc2047-syntax-table)
2740         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2741
2742         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2743         rather than `insert-file-contents' and `eval-region'.
2744
2745         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2746         construction.
2747
2748         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2749
2750         * time-date.el: No need to require cl for Emacs 21.
2751
2752 2010-09-29  Julien Danjou  <julien@danjou.info>
2753
2754         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2755         replacement of `gnus-gravatar-relief' to mimic
2756         `gnus-faces-properties-alist'.
2757         Add :version property.
2758
2759 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2760
2761         * mail-source.el (mail-source-report-new-mail)
2762         * message.el (message-default-mail-headers)
2763         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2764
2765         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2766
2767 2010-09-28  Julien Danjou  <julien@danjou.info>
2768
2769         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2770         mail-address contains the same string as real-name.
2771
2772         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2773         non-blank in header, otherwise it'll get stripped.
2774
2775         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2776         real-name, and then for mail address rather than doing : or , search.
2777
2778 2010-09-27  Julien Danjou  <julien@danjou.info>
2779
2780         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2781         right completing-read function.
2782         (gnus-use-ido): New variable
2783         (gnus-completing-read-with-default): Remove.
2784         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2785         (gnus-agent-add-group):
2786         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2787         * mm-view.el (mm-view-pkcs7-decrypt):
2788         * mm-util.el (mm-codepage-setup):
2789         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2790         * mml-smime.el (mml-smime-openssl-sign-query):
2791         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2792         (mml-insert-multipart):
2793         * gnus-msg.el (gnus-summary-yank-message):
2794         * gnus-int.el (gnus-start-news-server):
2795         * mm-decode.el (mm-interactively-view-part):
2796         * gnus-dired.el (gnus-dired-attach):
2797         * gnus.el (gnus-read-method):
2798         * gnus-bookmark.el (gnus-bookmark-jump):
2799         * gnus-art.el (gnus-mime-view-part-as-type)
2800         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2801         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2802         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2803         * nnmairix.el (nnmairix-create-server-and-default-group)
2804         (nnmairix-update-groups, nnmairix-get-server)
2805         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2806         (nnmairix-get-group-from-file-path):
2807         * nnrss.el (nnrss-find-rss-via-syndic8):
2808         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2809         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2810         (gnus-group-browse-foreign-server):
2811         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2812         (gnus-summary-execute-command, gnus-summary-respool-article)
2813         (gnus-read-move-group-name):
2814         * gnus-score.el (gnus-summary-increase-score)
2815         (gnus-summary-score-effect):
2816         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2817
2818 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2819
2820         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2821         x-focus-frame.
2822
2823         * nnimap.el (auth-source-forget-user-or-password)
2824         (auth-source-user-or-password): Autoload.
2825
2826         * message.el (message-from-style, message-interactive)
2827         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2828         (message-yank-prefix, message-indentation-spaces, message-signature)
2829         (message-signature-file): Add comment.
2830
2831 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2832
2833         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2834         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2835         new articles.
2836
2837         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2838         parts.
2839         (nnimap-request-article): Work with the t setting, too.
2840
2841         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2842         that you don't get flashes of other buffers.
2843         (gnus-summary-show-complete-article): Intern before setting.
2844
2845 2010-09-27  David Engster  <dengste@eml.cc>
2846
2847         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2848         well as HEADERS.
2849         (nnmairix-retrieve-headers): Provide new argument for the above.
2850
2851 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2852
2853         * gnus-sum.el (gnus-summary-move-article): Don't alter
2854         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2855         group.
2856
2857         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2858
2859         * message.el (message-cite-prefix-regexp): Revert my last edit.
2860
2861         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2862         variable instead of the Gnus variable.
2863
2864         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2865
2866         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2867
2868         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2869         since some servers don't like it.
2870         (nnimap-open-connection): Forget credentials if the server says the
2871         password was wrong.
2872         (nnimap-parse-line): Protect against invalid data.
2873
2874         * gnus-sum.el (gnus-summary-move-article): Add comment.
2875         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2876         nothing alters it while scanning for new messages.
2877
2878         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2879         which may or may not help.
2880         (nnimap-open-connection): If we're doing a stream connection, and then
2881         discover we're on a STARTTLS-capable server, then open a STARTTLS
2882         connection instead.
2883
2884 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2885
2886         * nnimap.el (utf7): Require.
2887
2888         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2889         prefix.
2890
2891 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2892
2893         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2894
2895 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2896
2897         * nnimap.el (nnimap-request-accept-article): Message the error on
2898         error.
2899
2900 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2901
2902         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2903
2904 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2905
2906         * nndoc.el (nndoc-request-list): Return success always.
2907
2908         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2909         `fetch-old' -- we only want to fetch the articles we've requested.
2910         The rest are in the agent, probably.
2911         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2912         disappeared server" to something low.  It's not important.
2913
2914         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2915         arrived before the FETCH data.
2916
2917         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2918         target here, because we don't know the Gnus name of the group.
2919
2920         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2921         for the correct group.
2922
2923         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2924
2925         * gnus.el (gnus): Give a final warning after startup.
2926
2927         * gnus-util.el (gnus-action-message-log): New variable.
2928         (gnus-message): Use it.
2929         (gnus-final-warning): New function.
2930
2931         * nnimap.el (nnimap-open-connection): Record the greeting.
2932         (nnimap): Add greeting.
2933
2934 2010-09-26  Julien Danjou  <julien@danjou.info>
2935
2936         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2937         arguments.
2938         (gnus-html-wash-images): Fix spec computing to include start/end.
2939
2940         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2941
2942 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2943
2944         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2945         deletion.
2946         (nnimap-retrieve-headers): Don't select the group, because that's
2947         already done by nnimap-possibly-change-group.
2948
2949         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2950         (gnus-picon-transform-address): Use it.
2951
2952         * mail-source.el (mail-source-value): Revert previous patch.
2953
2954         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2955         on failure.
2956         (nnimap-open-connection): Look up both virtual and physical server name
2957         credentials.
2958
2959         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2960
2961 2009-02-07  Dave Love  <fx@gnu.org>
2962
2963         * tls.el (open-tls-stream): Don't query killing process.
2964
2965 2009-02-08  Dave Love  <fx@gnu.org>
2966
2967         * gnus-win.el (gnus-window-to-buffer-helper)
2968         (gnus-all-windows-visible-p): Function needn't be a symbol.
2969
2970         * mail-source.el (mail-source-value): Function needn't be a symbol.
2971
2972 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2973
2974         * message.el (message-cite-prefix-regexp): Remove } from the cite
2975         prefix.
2976
2977         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2978         highlight again, so that the highlight is correct.
2979
2980         * gnus-picon.el (gnus-picon): Remove again.
2981         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2982
2983         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2984         doing the header highlightling, so that the background colour of the
2985         picon is correct.
2986
2987         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2988         (gnus-picon): Ditto.
2989         (gnus-picon): Reinstate.  The background colour for picons is white.
2990         (gnus-picon-insert-glyph): Make the background white.
2991
2992         * nnml.el (nnml-open-nov): Don't return dead buffers.
2993
2994         * auth-source.el (auth-source-create): Query the user for whether to
2995         store the credentials.
2996
2997         * netrc.el (netrc-store-data): New function.
2998
2999         * auth-source.el (auth-source-user-or-password): Use the existing auth
3000         sources, if any, for creation.
3001
3002         * gnus.el (gnus-group-fast-parameter): Return the last matching
3003         parameter instead of the first matching parameter.
3004
3005 2010-09-26  Julien Danjou  <julien@danjou.info>
3006
3007         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3008
3009 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3010
3011         * mml2015.el (mml2015-use): Remove gpg support.
3012
3013         * mml1991.el (mml1991-function-alist): Remove gpg function.
3014         (mml1991-gpg-sign): Remove.
3015
3016 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3017
3018         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3019         (gnus-browse-unsubscribe-current-group): Document it.
3020         (gnus-browse-unsubscribe-group): Use it.
3021
3022 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3023
3024         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3025         address to the To list for easier response.
3026
3027         * gnus.el (gnus-play-startup-jingle): Remove.
3028         (gnus-splash): Don't play jingle.
3029         (gnus): Silence gnus-load message.
3030
3031         * gnus-art.el (gnus-treat-play-sounds): Remove.
3032
3033         * gnus.el (gnus-play-jingle): Remove audio support.
3034
3035         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3036
3037         * earcon.el: Remove -- no users.
3038
3039         * gnus-audio.el: Remove -- no users of this package.
3040
3041         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3042
3043         * gnus-start.el (gnus-setup-news): Remove nocem support.
3044
3045         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3046
3047         * gnus.el (gnus-use-nocem): Remove.
3048
3049         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3050         Remove.
3051
3052         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3053         uses NoCeM any more.
3054
3055         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3056         (gnus-button-ctan-handler): Ditto.
3057         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3058         (gnus-button-ctan-directory-regexp): Ditto.
3059         (gnus-button-handle-ctan): Ditto.
3060         (gnus-button-tex-level): Ditto.
3061         (gnus-button-alist): Remove CTAN stuff.
3062
3063 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3064
3065         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3066         nnimap-streaming test.
3067
3068         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3069         servers twice.
3070
3071         * nnimap.el (nnimap-open-connection): Add more error reporting when
3072         nnimap fails early.
3073
3074         * nnheader.el (nnheader-get-report-string): New function.
3075         (nnheader-get-report): Use it.
3076
3077         * gnus-int.el (gnus-check-server): Say what the error was when opening
3078         failed.
3079
3080         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3081         using streaming.
3082
3083 2010-09-25  Julien Danjou  <julien@danjou.info>
3084
3085         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3086         gnus-window-inside-pixel-edges.
3087
3088 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3089
3090         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3091
3092         * mm-decode.el (mm-save-part): Allow saving to other directories the
3093         normal Emacs way.
3094
3095         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3096         Suggested by Jay Berkenbilt.
3097
3098         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3099         there isn't a single byte.
3100
3101         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3102         just do it.  It doesn't really seem to matter what the user responds
3103         here, I think, so it's just a confusing question.
3104
3105         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3106         non-streaming case.
3107
3108         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3109         (gnus-article-encrypt-body): Use it.
3110
3111         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3112         keystroke.
3113
3114         * nnimap.el (nnimap-find-wanted-parts-1):
3115         Use gnus-fetch-partial-articles.
3116
3117         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3118
3119         * nnimap.el (nnimap-insert-partial-structure): New function.
3120         (nnimap-get-partial-article): New function.
3121         (nnimap-request-article): Use it.
3122         (nnimap-wait-for-response): Return whether the wait was successful.
3123         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3124         retrieval wasn't successful.
3125         (nnimap-retrieve-group-data-early): Allow throttling servers.
3126         (nnimap-streaming): New variable.
3127         (nnimap-fetch-partial-articles): Remove.
3128
3129         * mm-decode.el (mm-with-part): Protect against killed buffers.
3130
3131         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3132         for prettier summary display.
3133
3134 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3135
3136         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3137
3138 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3139
3140         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3141         apparently third-party libraries depend on it.
3142
3143         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3144         before starting negotiation.
3145
3146         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3147         privacy reasons.
3148         (gnus-treat-mail-gravatar): Ditto.
3149
3150         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3151         buffer when inserting images.  Inserting text into the headers, for
3152         instance, can make them invalid.
3153
3154 2010-09-25  Julien Danjou  <julien@danjou.info>
3155
3156         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3157         variables.
3158
3159         * nnheader.el: Remove useless variables news-reply-yank-from and
3160         news-reply-yank-message-id.
3161
3162         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3163         variables.
3164
3165         * mml1991.el: Remove useless mml1991-verbose.
3166
3167         * gnus.el: Remove useless variable gnus-use-generic-from.
3168         Remove obsolete variable gnus-topic-indentation.
3169
3170         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3171
3172         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3173
3174         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3175
3176         * gnus-group.el: Remove useless gnus-group-icon-cache.
3177         Remove useless gnus-ephemeral-group-server.
3178
3179         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3180
3181         * mml2015.el: Remove useless mml2015-verbose.
3182
3183         * mml-smime.el: Remove useless mml-smime-verbose.
3184
3185         * gnus.el: Remove useless gnus-local-domain.
3186
3187         * gnus-gravatar.el (gnus-gravatar-transform-address):
3188         Use gnus-gravatar-size.
3189
3190         * gnus-art.el: Remove useless gnus-treat-translate.
3191
3192 2010-09-24  Julien Danjou  <julien@danjou.info>
3193
3194         * gnus-sum.el: Add support for Gravatars.
3195
3196         * gnus-art.el: Add support for Gravatars.
3197
3198         * gnus-gravatar.el: Add this file.
3199
3200         * gravatar.el: Add this file.
3201
3202 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3203
3204         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3205
3206         * gnus-group.el (gnus-group-fetch-faq): Remove.
3207
3208         * gnus.el (gnus-group-faq-directory): Remove.
3209
3210         * gnus-group.el (gnus-group-fetch-charter): Remove.
3211
3212         * gnus.el (gnus-group-charter-alist): Remove.
3213
3214         * gnus-group.el (gnus-group-archive-directory): Remove.
3215         (gnus-group-recent-archive-directory): Ditto.
3216         (gnus-group-make-archive-group): Remove.
3217
3218         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3219
3220         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3221         use the same article number for all the cached articles.
3222
3223         * nnimap.el (nnimap-command): Register the last command time so
3224         that we can use it for idling NOOPs.
3225         (nnimap-open-connection): Start the keeplive timer.
3226         (nnimap-make-process-buffer): Store all the process buffers.
3227         (nnimap-keepalive): New function.
3228
3229         * starttls.el (starttls-open-stream): Add autoload cookie.
3230
3231 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3232
3233         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3234         handling.
3235
3236 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3237
3238         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3239         its data structures.
3240
3241         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3242         instead of the cl.el copy-list.
3243         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3244         equalp.
3245
3246 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3247
3248         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3249         and tool-bar-local-item-from-menu.
3250
3251         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3252         mode-line-highlight face for Emacs.
3253
3254         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3255         loading gnus-sum.elc; fix comment for canlock-verify.
3256         (gnus-article-jump-to-part): Use read-number.
3257         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3258         Remove Emacs pre-21 compatible code for help-echo.
3259         (gnus-article-next-page-1): No need to adjust the number of lines.
3260         (gnus-article-describe-bindings): Always use help-buffer.
3261
3262         * gnus-audio.el (gnus-audio-inline-sound)
3263         * gnus-cus.el (gnus-custom-mode)
3264         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3265
3266         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3267
3268         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3269         compatible code.
3270
3271 2010-09-24  Glenn Morris  <rgm@gnu.org>
3272
3273         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3274         visiting the fcc file in rmail-mode.
3275
3276         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3277
3278 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3279
3280         * nnir.el: Silence the byte compiler.
3281
3282         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3283         alias to browse-url-url-encode-chars if any.
3284         (gnus-html-encode-url): Use it.
3285
3286 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3287
3288         * gnus-start.el (gnus-use-backend-marks): New variable.
3289         (gnus-get-unread-articles-in-group): Use it.
3290
3291         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3292         makeover.
3293
3294 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3295
3296         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3297
3298 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3299
3300         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3301         Remove.
3302         (gnus-setup-news-hook):
3303         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3304
3305         * gnus-int.el (gnus-request-update-info): Protect against backends not
3306         having the function.
3307
3308         * nnimap.el (nnimap-stream): Mention starttls.
3309         (nnimap-open-connection): Add starttls support.
3310
3311 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3312
3313         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3314
3315 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3316
3317         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3318         BODYSTRUCTUREs.
3319         (nnimap-transform-headers): Unfold quoted {42} headers.
3320
3321         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3322         the info.
3323         (gnus-get-unread-articles): Only call updatep on backends that support
3324         it.
3325
3326         * nnweb.el (nnweb-request-update-info): NOOP.
3327
3328         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3329
3330         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3331         since it only deals with marks.
3332
3333         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3334         gnus-request-marks, and make a new gnus-request-update-info.
3335
3336         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3337         the active instead of the high number, which is usually too low.
3338
3339 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3340
3341         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3342         * encrypt.el: Remove.
3343
3344 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3345
3346         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3347         server in symbolic form.
3348
3349         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3350
3351 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3352
3353         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3354         (nnimap-update-info): Fix up code slightly.
3355
3356         * gnus-int.el (gnus-open-server): Add tracing for performance
3357         debugging.
3358
3359         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3360         (gnus-group-insert-group-line): Pass the real group name so that it
3361         gets the right data.
3362
3363         * gnus-start.el (gnus-get-unread-articles): Don't have
3364         `gnus-get-unread-articles-in-group' update info, since that can be
3365         really slow and doesn't seem to be needed?
3366
3367 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3368
3369         * time-date.el (date-to-time): Try using parse-time-string first before
3370         using the slower timezone-make-date-arpa-standard.
3371
3372 2010-09-22  Julien Danjou  <julien@danjou.info>
3373
3374         * gnus-group.el (gnus-group-insert-group-line):
3375         Call gnus-group-highlight-line.
3376         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3377         default hook list.
3378         (gnus-group-update-eval-form): Add new function.
3379         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3380         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3381
3382 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3383
3384         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3385         immediate, then expire all articles.
3386         (nnimap-update-info): Fix off-by-one errors.
3387         (nnimap-flags-to-marks): Would return no marks lists for group with no
3388         flags.  Instead return the other data.
3389
3390 2010-09-22  Julien Danjou  <julien@danjou.info>
3391
3392         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3393         Only return an icon.
3394         (gnus-group-insert-group-line): Compute icon to return.
3395
3396         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3397         (gnus-html-image-fetched): Only cache if
3398         gnus-html-image-automatic-caching is set.
3399         (gnus-html-image-fetched): Check for errors.
3400
3401 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3402
3403         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3404         once per method on `g'.  This ensures that backends like nnfolder don't
3405         open all their folders.
3406
3407         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3408         (nnimap-request-list): Nix out group in the correct buffer.
3409         (nnimap-parse-flags): Implement by using `read' instead of
3410         hand-parsing.
3411         (nnimap-flags-to-marks): Pass on permanent-flags.
3412         (nnimap-make-process-buffer): Record the server name.
3413         (nnimap-parse-flags): Fix typo.
3414         (nnimap-request-scan): Run split on the server in general, not just a
3415         single group.
3416
3417         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3418         parameter, and propagate this downwards.
3419
3420         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3421         since EXAMINE changes it on the server.
3422
3423         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3424         this command might take a while.
3425
3426 2010-09-22  Julien Danjou  <julien@danjou.info>
3427
3428         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3429         harmful if you have 2 images side-by-side, they can't be properly
3430         update on text deletion.  Using text-property is safer here.
3431         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3432         data.
3433
3434 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3435
3436         * nnimap.el (nnimap-expunge-inbox): Remove.
3437         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3438         (nnimap-expunge): Flip default to t.
3439
3440         * gnus.el (gnus-method-to-server): Don't push things to the cache
3441         unless it's unique.
3442         (gnus-server-to-method): Ditto.
3443
3444 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3445
3446         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3447
3448 2010-09-22  Julien Danjou  <julien@danjou.info>
3449
3450         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3451         get the start of data.
3452         (gnus-html-encode-url): Add this function to encode special chars in
3453         URL.
3454         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3455         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3456
3457         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3458         default.
3459         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3460
3461         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3462         images alt-text.
3463         (gnus-html-put-image): Put alt-text as help-echo.
3464
3465 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3466
3467         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3468         * mm-util.el (mm-decompress-buffer)
3469         * nnir.el (nnir-run-find-grep)
3470         * pop3.el (pop3-list): Use 3rd arg of split-string.
3471
3472         * time-date.el (format-seconds): Comment fix.
3473
3474         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3475         and byte-optimize-form-code-walker.
3476         (dgnushack-make-auto-load): Don't advise make-autoload.
3477
3478         * lpath.el: Remove Emacs 21 stuff.
3479
3480 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3481
3482         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3483         outside the active range.  Suggested by Dan Christensen.
3484
3485         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3486         slightly later to avoid double-getting it.
3487
3488         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3489         previous patch.
3490
3491         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3492
3493 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3494
3495         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3496
3497 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3498
3499         * gnus-int.el (gnus-open-server): Give a better error message in the
3500         "go offline" case.
3501
3502         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3503         marks for nnimap, which is seldom the right thing to do.
3504
3505         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3506         (gnus-same-method-different-name): New function.
3507
3508         * nnimap.el (parse-time): Require.
3509
3510         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3511         method in the presence of many similar methods.
3512
3513         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3514
3515         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3516         nnml-inhibit-expiry.
3517
3518         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3519         find out whether methods are equal.
3520
3521         * nnimap.el (nnimap-find-expired-articles): New function.
3522         (nnimap-process-expiry-targets): New function.
3523         (nnimap-request-move-article): Request the article before looking at
3524         what the Message-ID is.  Fix found by Andrew Cohen.
3525         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3526
3527         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3528         for oldness in addition to being a predicate.
3529
3530         * nnimap.el (nnimap-request-group): When we have zero articles, return
3531         the right data to Gnus.
3532         (nnimap-request-expire-articles): Only delete articles immediately if
3533         the target is 'delete.
3534
3535         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3536         method, this would bug out.
3537
3538         * gnus-group.el (gnus-group-expunge-group): Rename from
3539         gnus-group-nnimap-expunge, and implemented as a normal interface
3540         function.
3541
3542         * gnus-int.el (gnus-request-expunge-group): New function.
3543
3544         * nnimap.el (nnimap-request-create-group): Implement.
3545         (nnimap-request-expunge-group): New function.
3546
3547 2010-09-21  Julien Danjou  <julien@danjou.info>
3548
3549         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3550         (gnus-html-cache-expired): Add new function.
3551         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3552         wethever we should display image for fetch it.
3553         Compute alt-text earlier to pass it to the fetching function too.
3554         (gnus-html-schedule-image-fetching): Change function argument to only
3555         get one image at a time, not a list.
3556         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3557         cache.
3558         (gnus-html-get-image-data): New function to retrieve image data from
3559         cache.
3560         (gnus-html-put-image): Change buffer argument to use image data rather
3561         than file, and place image above region rather than inserting a new
3562         one.  Do not take alt-text as argument, since it's useless now: we place
3563         the image above alt-text.
3564         (gnus-html-prune-cache): Remove.
3565         (gnus-html-show-images): Start to fetch image when we find one, do not
3566         push into a temporary list.
3567         (gnus-html-prefetch-images): Only fetch image if they have expired.
3568         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3569         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3570
3571 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3572
3573         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3574
3575 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3576
3577         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3578         spec inser "*" if the group isn't active instead of 0.
3579
3580         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3581         opening the server.
3582         (nnimap-request-delete-group): Implement group deletion.
3583         (nnimap-transform-headers): Return the size of the entire message in
3584         the Bytes header, not just the size of the first part.
3585         (nnimap-request-move-article): When moving an article from nnimap,
3586         request the article first so the accepting form has an article to
3587         accept.  Reported by Dan Christensen.
3588         (nnimap-command): Make sure that the error message doesn't error out.
3589
3590 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3591
3592         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3593         we haven't requested anything.
3594
3595 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3596
3597         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3598         "".  Fix found by Andrew Cohen.
3599
3600         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3601         instead of -encode-string.
3602
3603 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3606
3607         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3608         by mm-subst-char-in-string.
3609
3610 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3611
3612         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3613         waiting for the connection string.
3614
3615         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3616         arriving.
3617
3618         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3619         bogus characters.  This allows selecting certain Gmail groups.
3620
3621         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3622         (nnimap-fetch-partial-articles): New variable.
3623         (nnimap-open-connection): When looking for credentials, also use the
3624         nnimap-server-port.
3625         (nnimap-request-article): Return the group/article number, so that Gnus
3626         `^' works as expected.
3627         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3628
3629         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3630         comments.
3631         (gnus-methods-sloppily-equal): New function.
3632         (gnus): When using the development version of Gnus, load the gnus-load
3633         file.
3634
3635         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3636         `gnus-open-server' on each method before trying to scan them etc.
3637         This ensures that all the backend parameters are set correctly.
3638
3639         * nnimap.el (nnimap-authenticator): New variable.
3640         (nnimap-open-connection): Allow anonymous login.
3641         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3642         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3643
3644         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3645         patch, found by Knut Anders Hatlen.
3646
3647 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3648
3649         * gnus-agent.el (gnus-agent-batch-confirmation)
3650         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3651         to gnus-message.
3652         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3653         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3654         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3655         * gnus-int.el (gnus-open-server): Likewise.
3656         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3657         (gnus-score-check-syntax): Likewise.
3658         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3659         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3660         Likewise.
3661         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3662
3663 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3664
3665         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3666         calling conventions so that prefetch doesn't bug out.
3667
3668 2010-09-19  Julien Danjou  <julien@danjou.info>
3669
3670         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3671         rather than `subst-char-in-region' in order to be able to replace ASCII
3672         char by UTF-8 ones.
3673
3674         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3675         than curl.
3676         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3677         the right URL and ALT text on images.
3678         (gnus-html-wash-tags): Fix tag case.
3679         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3680         (gnus-article-html): Add -o display_ins_del=2 option.
3681         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3682
3683 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3684
3685         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3686         the extra mail headers, which sometimes seem to happen for unknown
3687         reasons.
3688
3689         * mail-parse.el (mail-header-encode-parameter): Define as
3690         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3691         (or most, perhaps?) mail readers don't understand the latter, but do
3692         understand the former.
3693
3694         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3695         to nil, so that no methods are automatically agentized.  I think this
3696         is probably what most users want.
3697
3698         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3699         from url-retrieve, for instance about invalid URLs.
3700
3701         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3702         groups that have no articles.
3703         (nnimap-request-article): Check that we really got an article when we
3704         requested one.
3705
3706         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3707         doesn't exist.
3708
3709         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3710         nntp buffer so the agent can save it.
3711         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3712         that CRLF doesn't get translated to \n.
3713         (nnimap-open-connection): Don't make 'shell commands only send \n.
3714
3715 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3716
3717         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3718         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3719         Update var name.
3720         (nnml-generate-nov-file): Use dolist.
3721         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3722         Use with-current-buffer.
3723
3724 2010-09-18  Julien Danjou  <julien@danjou.info>
3725
3726         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3727         parallel.
3728
3729 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3730
3731         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3732         the range update right.
3733         (nnimap-request-group): Don't make `M-g' bug out on group with no
3734         marks.
3735         (nnoo): Require, so that other packages can require nnimap.
3736         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3737         command we're looking for.  This helps when the server sends more
3738         responses after we've gotten everything we expected.
3739         (nnimap): Add a `newlinep' field to keep track of end-of-line
3740         conventions.
3741         Don't send CRLF to things that don't want it.
3742         (nnimap-request-accept-article): Ditto.
3743
3744 2010-09-18  Julien Danjou  <julien@danjou.info>
3745
3746         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3747         than curl to retrieve images.
3748
3749 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3750
3751         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3752         the marks.
3753         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3754         (nnimap-wait-for-connection): New function.
3755         (nnimap-open-connection): If we have PREAUTH, don't query for login
3756         credentials.
3757         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3758         when doing a partial update.
3759
3760 2010-09-18  Julien Danjou  <julien@danjou.info>
3761
3762         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3763         tags.
3764
3765 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3766
3767         * nnimap.el (nnimap-credentials): New function.
3768         (nnimap-open-connection): Use the new function to look for credentials
3769         also on the numeric equivalents of "imap" and "imaps".
3770
3771         * gnus-start.el (gnus-activate-group): Send the info to
3772         gnus-request-group.
3773
3774         * nnimap.el (nnimap-request-group): Have the "check" version of the
3775         function parse flags and update the info, so that a `M-g' get a total
3776         resync of all flags from the group.
3777
3778         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3779         to allow backends to alter the info on group selection.  Also alter all
3780         the backend -request-group functions to take the parameter.
3781
3782         * nnimap.el (nnimap-store-info): New function.
3783         (nnimap-update-info): Store the info for later usage.
3784         (nnimap-request-group): Use the stored info for the dont-check case, so
3785         that we don't retrieve all marks when we enter a group.
3786
3787         * nnimap.el: Use deffoo instead of defun for interface functions.
3788
3789         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3790         update the group info.  This makes the nndraft groups, for instance, go
3791         back to their old behaviour.
3792
3793         * gnus-sum.el (gnus-select-newsgroup): Indent.
3794
3795         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3796         in.
3797         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3798         nothing.
3799
3800         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3801         from methods that are denied.
3802
3803         * gnus-int.el (gnus-method-denied-p): New function.
3804
3805         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3806         store the password instead of netrc.
3807         (nnimap-open-connection): Don't error out when we can't make a
3808         connections.
3809
3810         * auth-source.el (auth-source-create): In the password prompt, say what
3811         we're querying for.  Also prompt for user name if that hasn't been
3812         given.
3813
3814         * nnimap.el (nnimap-with-process-buffer): Remove.
3815
3816 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3817
3818         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3819         method when we're reading from the agent.
3820
3821         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3822
3823         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3824         that's probably most useful for users.
3825
3826         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3827         "failed" all the time.
3828
3829         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3830         ...)) with (with-current-buffer ... ).
3831
3832         * nntp.el (nntp-open-server): Return whether the open was successful or
3833         not.
3834
3835         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3836         select an unread unseen article first.
3837
3838         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3839         /etc/services, supply some sensible port defaults.
3840
3841         * dgnushack.el: Define netrc-credentials.
3842
3843 2010-09-17  Julien Danjou  <julien@danjou.info>
3844
3845         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3846
3847 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3848
3849         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3850         doesn't have any parameters.
3851
3852 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3853
3854         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3855         only upcased checks.
3856
3857         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3858
3859         * nnimap.el (nnimap-open-shell-stream): New function.
3860         (nnimap-open-connection): Use it.
3861         (nnimap-transform-headers): Get the number of lines in each message.
3862         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3863         number of lines.
3864         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3865         problem.
3866
3867         * utf7.el (utf7-encode): Autoload.
3868
3869         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3870         to allow the mail splitting to not return a default group.  This is
3871         useful for nnimap, which will leave unmatched mail in the inbox.
3872
3873         * nnimap.el: Rewritten.
3874
3875         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3876         nnimap usage.
3877
3878         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3879         if the move is internal, so that nnimap can do fast internal moves.
3880
3881         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3882         data.
3883         (gnus-read-active-for-groups): Support finishing the early retrieval of
3884         data.
3885
3886         * gnus-range.el (gnus-range-nconcat): New function.
3887
3888         * gnus-int.el (gnus-finish-retrieve-group-infos)
3889         (gnus-retrieve-group-data-early): New functions.
3890
3891 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3892
3893         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3894         (nnrss-retrieve-groups):
3895         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3896         (pop3-quit): Use with-current-buffer.
3897
3898 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3901         instead of nnheader-accept-process-output.
3902
3903         * dgnushack.el (dgnushack-compile): Add comment.
3904
3905         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3906
3907         * gnus-html.el (gnus-html-schedule-image-fetching)
3908         (gnus-html-prefetch-images): Replace process-kill-without-query by
3909         gnus-set-process-query-on-exit-flag.
3910
3911 2010-09-16  Romain Francoise  <romain@orebokech.com>
3912
3913         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3914
3915 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3916
3917         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3918         parameter to unintern is mandatory-ish in Emacs 24.
3919
3920         * gnus-html.el (gnus-html-schedule-image-fetching)
3921         (gnus-html-prefetch-images): Check for curl before using it.
3922
3923         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3924         depend on curl, which isn't essential.
3925
3926         * imap.el: Revert back to version
3927         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3928         seem problematic.
3929
3930 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3931
3932         * gnus-registry.el (gnus-registry-install-shortcuts):
3933         Explicitly pass `obarray' to `unintern' to avoid a warning.
3934
3935 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3936
3937         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3938         change.
3939
3940         * nnrss.el (nnrss-request-list): Remove this function and related
3941         functions, including the moreover stuff.
3942
3943 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3944
3945         * nnrss.el (nnrss-retrieve-groups): New function.
3946
3947 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3948
3949         * .dir-locals.el: Add no-byte-compile cookie.
3950
3951 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3952
3953         * time-date.el (format-seconds): Comment fix.
3954
3955         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3956         for back end that doesn't support request-scan.
3957
3958 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3959
3960         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3961         then do request scans from the backends.
3962
3963         * netrc.el (netrc-credentials): New conveniency function.
3964
3965         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3966         avoid running a hook per line, since this takes a lot of time,
3967         profiling shows.
3968         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3969         directly if gnus-visual-p is true.
3970
3971 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3972
3973         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3974         groups; replace mapcar with dolist which is a bit faster; pass groups
3975         info to gnus-read-active-file-1.
3976         (gnus-read-active-file-1): Scan only specified groups if the new
3977         optional arg `infos' is given.
3978
3979 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3980
3981         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3982
3983         * pop3.el (pop3-movemail): Remove.
3984         (pop3-streaming-movemail): Rename to pop3-movemail.
3985
3986         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3987         don't restrict end-tag searches to the end of the line.
3988
3989 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3990
3991         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3992         articles of every unchecked group to t, which means unknown since the
3993         server has never been opened.
3994
3995 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3996
3997         * gnus-html.el (gnus-html-show-alt-text): New command.
3998         (gnus-html-browse-image): Ditto.
3999         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4000         to browse the image directly.
4001         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4002         better.
4003
4004         * gnus-async.el (gnus-async-article-callback):
4005         Call `gnus-html-prefetch-images' unconditionally.
4006
4007         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4008         before feeding URLs to curl.
4009
4010 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4011
4012         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4013         internal images as deletable by `W D D'.
4014
4015         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4016         (gnus-async-article-callback): Fix typo.
4017
4018 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4019
4020         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4021         current line to work around bugs in the output from w3m.
4022
4023         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4024         for groups that want that.
4025
4026         * nntp.el (nntp-wait-for-string): Supply a timeout for
4027         accept-process-output to ensure progress.
4028
4029         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4030         level to get unread articles from, then use that for foreign groups,
4031         too.
4032
4033         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4034         confuses the rest of the function.
4035
4036         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4037         for the methods that support -retrieve-groups, too.
4038
4039         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4040
4041 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4044         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4045
4046         * pop3.el: Require cl when compiling.
4047         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4048
4049 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4050
4051         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4052         that aren't going to be activated.
4053         (gnus-get-unread-articles): Fix up the last commit.
4054
4055         * gnus-html.el (gnus-article-html): Allow calling without specifying
4056         the handle.  In that case, dissect the buffer first.
4057
4058         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4059
4060         * nnimap.el (nnimap-open-connection): Revert the change that would look
4061         into authinfo for imaps instead of imap.
4062
4063         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4064         say that you don't want to call gnus-request-group with don-check, but
4065         do check the reponse.  This is for virtual groups only.
4066         (gnus-get-unread-articles): Count the archive groups as secondary, so
4067         that they're activated the same way as before.
4068
4069         * imap.el (imap-message-map): Removed optional buffer parameter, since
4070         no callers use it.
4071         (imap-message-get): Ditto.
4072         (imap-message-put): Ditto.
4073         (imap-mailbox-map): Ditto.
4074         (imap-mailbox-put): Ditto.
4075         (imap-mailbox-get): Ditto.
4076         (imap-mailbox-get): Revert last change for this function.
4077
4078         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4079         case-insensitively.
4080         (nnimap-debug): Remove.
4081
4082         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4083         to use `imap-fetch' instead.  According to the comments, this should be
4084         safe, since all other IMAP clients use the 1:* syntax.
4085         (imap-enable-exchange-bug-workaround): Removed.
4086         (imap-debug): Removed -- doesn't seem very useful.
4087
4088         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4089         mail from a file, and the file doesn't exist.
4090
4091         * imap.el (imap-log): New convenience function used throughout instead
4092         of repeating the same code all over the place.
4093
4094         * pop3.el (pop3-streaming-movemail): Return t for success.
4095
4096         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4097         .authinfo if we're using ssl connection.
4098
4099         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4100         already have if we're in a main Gnus `g' run.
4101
4102         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4103
4104 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4105
4106         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4107
4108         * nnmh.el (nnmh-request-list-1): Bind `file'.
4109
4110         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4111         alias to set-process-query-on-exit-flag or process-kill-without-query.
4112         (pop3-open-server): Use it.
4113
4114 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4115
4116         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4117         box to the Incoming file.  Fixes mistake in previous checkin.
4118
4119         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4120         request loop (for debugging purposes) removed.
4121
4122         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4123         culprit is more visible.
4124         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4125         (nnml-add-incremental-nov): New functions to do "incremental" nov
4126         updates, where we just append to the end of the existing nov files
4127         without reading/writing them in full.
4128
4129         * mail-source.el (mail-source-delete-crash-box): Really only check the
4130         incoming files once in a while.
4131
4132         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4133
4134         * mail-source.el (mail-source-delete-crash-box): Only check the
4135         incoming files for deletion once per day to save a lot of file
4136         accesses.
4137
4138         * pop3.el (pop3-logon): Fix up unbound variable typo.
4139
4140         * mail-source.el (pop3-streaming-movemail): Autoload.
4141
4142         * pop3.el (pop3-streaming-movemail):
4143         Respect pop3-leave-mail-on-server.
4144
4145         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4146         retrieval.
4147
4148         * pop3.el (pop3-process-filter): Remove unused function.
4149         (pop3-streaming-movemail, pop3-send-streaming-command)
4150         (pop3-wait-for-messages, pop3-write-to-file)
4151         (pop3-number-of-responses): New functions for streaming pop3
4152         retrieval.
4153
4154         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4155         come from no known methods.
4156         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4157         list.
4158
4159         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4160         message sizes.
4161         (pop3-movemail): Use erase-buffer instead of looping and deleting
4162         regions, which seems rather odd.
4163
4164         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4165         file once per `g' run.
4166
4167         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4168         directories.  This makes the draft queue directory work.
4169
4170         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4171         data from the backends, so that we only request the list of groups from
4172         each method once.  This should speed things up considerably.
4173
4174         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4175         detect that it's not implemented.
4176
4177         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4178         we actually do recurse down into the tree, but don't stat all leaf
4179         nodes.
4180
4181         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4182         then say so instead of bugging out.
4183
4184         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4185         files exist before trying to read them.
4186
4187         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4188         around <pre_int>.
4189
4190         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4191
4192         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4193
4194 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4195
4196         * mm-util.el (mm-image-load-path): Just return the image directories,
4197         not all directories in the path in addition to the image directories.
4198         (mm-image-load-path): Maintain a cache of the image directories so that
4199         the `g' command in Gnus doesn't have to stat dozens of directories each
4200         time.
4201
4202         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4203         (gnus-html-wash-tags): Add a new `i' command to insert images.
4204         (gnus-html-insert-image): New command and keystroke.
4205         (gnus-html-redisplay-with-images): New command and keystroke.
4206         (gnus-html-show-images): Rename command.
4207         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4208         spacers.
4209         (gnus-html-wash-tags): Decode entities at the end, so that entities
4210         inside the tags don't mess up the rest of the "parsing".
4211
4212         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4213         so that nnimap methods aren't agentized by default.  There's apparently
4214         many problems related to agent/imap behaviour.
4215
4216         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4217
4218         * gnus-html.el: Doc fix.
4219
4220 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4221
4222         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4223         specifier-spec-list for Emacs 21.
4224
4225         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4226         glyph-width and glyph-height instead of display-graphic-p and
4227         image-size; make avoidance of displaying small images work for XEmacs.
4228
4229         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4230         for XEmacs.
4231
4232         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4233         of symbol that holds plist data.
4234         (gnus-process-plist): Remove plist of process after getting it.
4235
4236 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4237
4238         * message.el (message-generate-hashcash): Change default to
4239         'opportunistic if hashcash is installed.
4240
4241         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4242         (gnus-html-put-image): Only call image-size once, since it's somewhat
4243         time-consuming on remote X servers.
4244
4245 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4246
4247         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4248         type on data, not a file name.
4249
4250         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4251         window-pixel-edges for Emacs 21.
4252
4253         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4254         decoded contents.
4255         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4256
4257 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4258
4259         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4260         group line format, since it isn't very interesting.
4261
4262         * gnus-agent.el (gnus-agent-short-article),
4263         (gnus-agent-long-article): Increase values for these two variables,
4264         since most people are likely to have more network connection and
4265         storage than before.
4266
4267         * gnus.el (gnus-refer-article-method): Change default to 'current.
4268         When referring an article, the common behaviour is to refer it from the
4269         current select method, not the native select method.  The chances of
4270         the native select method having the message in question is rather slim
4271         these days.
4272
4273         * gnus-sum.el (gnus-auto-select-subject): Change default to
4274         `unseen-or-unread'.  I think it's likely that most people want to
4275         select an unseen article over a previously seen, but unread one.
4276
4277         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4278         means that in the article buffer none of the minor mode elements will
4279         be shown, usually, and this is not desirable in most cases.
4280
4281         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4282         that commands like `d' (and the like) go to the next line in the
4283         buffer, instead of the next unread article.  I think this is the
4284         behaviour that is most natural for most users.
4285         (gnus-single-article-buffer): Change default to nil, so that people can
4286         have as many article buffers open as they have summary buffer.  I think
4287         this is the most natural way for the groups to behave.
4288
4289         * message.el (message-generate-new-buffers): Change default to
4290         `unsent', so that all new message buffers start their names with the
4291         string "*unsent", and it's easier to find the buffers if you move from
4292         them.
4293
4294 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4295
4296         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4297         small.  They're probably tracking images.
4298         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4299         (gnus-html-rescale-image): Yet another try at getting the image sizing
4300         right.
4301
4302         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4303         nntp-marks-file-name is nil.
4304
4305 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4306
4307         * gnus-html.el (gnus-html-wash-tags)
4308         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4309         Better logging.
4310
4311 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4312
4313         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4314
4315         * gnus-html.el (gnus-html-wash-tags): Check the value of
4316         gnus-blocked-images in the summary buffer.
4317
4318 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4319
4320         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4321
4322 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4323
4324         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4325         like "a", it seems like.
4326         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4327         since it needs to be picked from the correct buffer.
4328
4329         * nnwfm.el: Remove.
4330
4331         * nnlistserv.el: Remove.
4332
4333 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4334
4335         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4336         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4337
4338 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4339
4340         * nnkiboze.el: Remove.
4341
4342         * nndb.el: Remove.
4343
4344         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4345         alt text.
4346         (gnus-html-rescale-image): Try to get the rescaling logic right for
4347         images that are just wide and not tall.
4348
4349         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4350         overshadow variable bindings.
4351
4352 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4353
4354         * gnus-html.el (gnus-html-wash-tags)
4355         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4356         Add extra logging.
4357
4358 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4359
4360         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4361         (gnus-max-image-proportion): New variable.
4362         (gnus-html-rescale-image): New function.
4363         (gnus-html-put-image): Rescale images.
4364
4365 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4366
4367         Fix up some byte-compiler warnings.
4368         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4369         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4370         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4371         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4372         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4373         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4374         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4375
4376 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4377
4378         * gnus-html.el (gnus-article-html): Decode contents by charset.
4379
4380 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4381
4382         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4383         (gnus-html-frame-width, gnus-blocked-images)
4384         * message.el (message-prune-recipient-rules): Add custom version.
4385         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4386
4387         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4388         functions.
4389
4390         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4391         gnus-process-get.
4392
4393 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4394
4395         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4396         instead of lsub directly.
4397
4398 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4399
4400         * nnwarchive.el: Remove.
4401
4402         * gnus-soup.el: Remove.
4403
4404         * nnsoup.el: Remove.
4405
4406         * nnultimate.el: Remove.
4407
4408         * gnus-html.el (gnus-blocked-images): New variable.
4409
4410         * message.el (message-prune-recipients): New function.
4411         (message-prune-recipient-rules): New variable.
4412
4413         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4414         guess whether a long line is natural text or not.
4415
4416         * gnus-html.el (gnus-html-schedule-image-fetching):
4417         Use gnus-process-plist and friends for compatibility.
4418
4419 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4420
4421         * gnus-html.el: Require packages that define macros used in this file.
4422         (gnus-article-mouse-face): Declare to silence byte-compiler.
4423         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4424         process-get.
4425         (gnus-html-put-image): Use plist-get to avoid getf.
4426         (gnus-html-prefetch-images): Use with-current-buffer.
4427
4428 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * gnus-ems.el: Provide compatibility functions for
4431         gnus-set-process-plist.
4432
4433         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4434         header-line-format for XEmacs 21.4.
4435
4436         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4437         * gnus.el (gnus-valid-select-methods)
4438         * message.el (message-send-mail-partially-limit)
4439         * mm-decode.el (mm-text-html-renderer)
4440         * mml.el (mml-insert-mime-headers-always)
4441         * smiley.el (smiley-regexp-alist): Bump custom version.
4442
4443 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4444
4445         * gnus-html.el: require mm-url.
4446         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4447         with the url to `url'.
4448         (gnus-html-wash-tags): Support cid: URLs/images.
4449
4450 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4451
4452         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4453         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4454         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4455
4456         * gnus-move.el: Remove file, since it doesn't really work.
4457
4458         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4459         UTF-8.  This seems to fix problems with some German web feeds.
4460
4461         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4462         at the top so that the proper colours are applied.
4463
4464         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4465         don't have dots in their names.
4466
4467         * gnus-art.el (gnus-article-view-part): Doc fix.
4468
4469         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4470         XEmacs-compatible.
4471         (gnus-html-put-image): Don't do images on non-graphic displays.
4472
4473         * nnslashdot.el: Remove this unused backend.
4474
4475         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4476         actions.
4477         (gnus-undo-register-1): Revert last change.
4478
4479         * gnus-group.el (gnus-group-completing-read): Protect against not
4480         having completion-styles bound.
4481
4482         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4483         make broken recipients happier.
4484
4485         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4486
4487         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4488         point parameter.
4489
4490         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4491
4492         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4493         completion-styles for group selection.
4494
4495 2009-02-04  Andreas Schwab  <schwab@suse.de>
4496
4497         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4498         headers and regexp-quote the match if necessary.
4499
4500 2009-03-24  Miles Bader  <miles@gnu.org>
4501
4502         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4503         the blinking smiley.
4504
4505 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4506
4507         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4508         blink smiley.
4509
4510 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4511
4512         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4513         where the dribbel file lives exists.
4514
4515         * message.el (message-send-mail-partially-limit): Change the default to
4516         nil, since most people don't want this.
4517
4518         * mm-url.el (mm-url-decode-entities): Also decode entities like
4519         &#x3212.
4520
4521 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4522
4523         * gnus-sum.el (gnus-summary-idna-message):
4524         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4525         Hyperlink urls in docstrings with URL `...'.
4526
4527 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4528
4529         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4530         functions.
4531
4532 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4533
4534         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4535         say what the mouseover text should be.
4536
4537         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4538         version of the mm-w3m-safe-url-regexp variable to only download images
4539         in the groups where we want that to happen.
4540
4541         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4542
4543         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4544         easier debugging.
4545         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4546         big pictures in the article buffer.
4547
4548         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4549         gnus-article-html.
4550         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4551         w3m.
4552
4553         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4554
4555 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4556
4557         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4558         which doesn't exist.
4559
4560         * message.el (message-inhibit-ecomplete): New variable to allow some
4561         function to inhibit ecomplete address storage.
4562         (message-resend): Disable ecomplete message storage when resending
4563         messages.
4564
4565         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4566
4567 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4568
4569         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4570         Save excursion while copying, moving, and deleting articles in order to
4571         prevent the cursor from jumping to unforeseen place.
4572
4573 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4574
4575         * lpath.el: No need to bind bookmark-current-buffer,
4576         bookmark-yank-point and bookmark-make-record-function.
4577
4578 2010-08-17  Glenn Morris  <rgm@gnu.org>
4579
4580         * gnus-sync.el: Require gnus components whose functions are used.
4581
4582         * gnus-art.el (bookmark-make-record-function):
4583         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4584         Declare for compiler.
4585
4586         * mm-url.el (mml-compute-boundary): Autoload.
4587
4588 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4589
4590         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4591
4592 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4593
4594         Typo fix "hoo4a" -> "hook".
4595
4596         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4597
4598 2010-08-14  Glenn Morris  <rgm@gnu.org>
4599
4600         * gnus-sync.el (gnus-sync): Fix defgroup version.
4601
4602 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4603
4604         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4605
4606         * gnus-sync.el: Fix docs.
4607         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4608         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4609
4610 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4611
4612         Optimizations for gnus-sync.el.
4613
4614         * gnus-sync.el: Add docs about gnus-sync-backend
4615         possibilities.
4616         (gnus-sync-save): Remove unnecessary message.
4617         (gnus-sync-read): Optimize and show what groups were skipped.
4618
4619 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4620
4621         Minor bug fixes for gnus-sync.el.
4622
4623         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4624         Don't read the sync on get-new-news.
4625
4626         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4627         quiet.
4628
4629         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4630         (fix typo).
4631
4632 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4633
4634         Make saving and restoring of hidden threads work with overlays.
4635         Patch applied by Ted Zlatanov.
4636
4637         * gnus-sum.el (gnus-hidden-threads-configuration)
4638         (gnus-restore-hidden-threads-configuration): Update to deal with text
4639         properties, rather than searching for a magic character.
4640
4641 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4642
4643         New gnus-sync.el library for synchronization of marks.
4644
4645         * gnus-sync.el: New library for synchronization of marks.
4646
4647         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4648         renamed from `gnus-registry-grep-in-list'.
4649
4650         * gnus-registry.el (gnus-registry-follow-group-p):
4651         Use `gnus-grep-in-list'.
4652
4653         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4654
4655 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4656
4657         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4658         determining charset of text fails.
4659
4660 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4661
4662         * nnmail.el (nnmail-get-new-mail-1): Revert.
4663
4664         * nnml.el (nnml-active-number): Make sure names of newly created groups
4665         in nnml-group-alist are encoded.
4666
4667 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4668
4669         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4670         containing non-ASCII characters in active file for nnml back end.
4671
4672 2010-07-24  David Engster  <dengste@eml.cc>
4673
4674         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4675         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4676
4677 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4678
4679         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4680         tag (Bug#6654).
4681
4682 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4685         the article buffer, not the summary buffer.
4686
4687 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4688
4689         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4690         Emacs 23 as well.
4691
4692 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4693
4694         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4695         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4696
4697 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4698
4699         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4700         Patch applied by Karl Fogel.
4701
4702         * gnus-sum.el (gnus-summary-bookmark-make-record):
4703         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4704
4705 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4706
4707         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4708         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4709         C-w still not working correctly from Article buffers; Thierry's
4710         patch to fix that will be applied after this.
4711
4712         * gnus-art.el (bookmark-make-record-function): New local variable.
4713
4714         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4715         article buffer.
4716         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4717
4718 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4719
4720         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4721         on changes in bookmark.el.
4722
4723 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4724
4725         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4726         `no-log' instead of message not to log prompt string.
4727
4728 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4729
4730         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4731         the *other* type of HTML form submission.
4732
4733 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4734
4735         * auth-source.el (auth-source-pick): If choice does not contain a
4736         questioned keyword, set the check to t.
4737
4738 2010-06-12  Romain Francoise  <romain@orebokech.com>
4739
4740         * gnus-util.el (gnus-date-get-time): Move up before first use.
4741
4742 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4743
4744         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4745         (gnus-article-edit-part): Bind it to make last part that is substituted
4746         or deleted visible.
4747         (gnus-mime-display-single): Buttonize part of which id equals to
4748         gnus-mime-buttonized-part-id.
4749
4750 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4751
4752         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4753         (gnus-dd-mmm): Use gnus-date-get-time.
4754         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4755         simplify logic.
4756         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4757         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4758
4759 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4760
4761         * auth-source.el (top): Autoload `secrets-list-collections',
4762         `secrets-create-item', `secrets-delete-item'.
4763         (auth-sources): Fix tag string.
4764         (auth-get-source, auth-source-retrieve, auth-source-create)
4765         (auth-source-delete): New defuns.
4766         (auth-source-pick): Rewrite in order to avoid 2 passes.
4767         (auth-source-forget-user-or-password): New parameter USERNAME.
4768         (auth-source-user-or-password): New parameters CREATE-MISSING and
4769         DELETE-EXISTING.  Retrieve password interactively, if needed.
4770
4771 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4772
4773         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4774         deleting unused directories when gnus-expert-user is t.
4775
4776 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4777
4778         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4779         for each temp file when gnus-article-browse-delete-temp is ask.
4780
4781 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4782
4783         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4784         Lisp calls to delete-backward-char by calls to delete-char.
4785
4786 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4787
4788         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4789
4790 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4791
4792         * password-cache.el (password-cache-remove): Fix docstring.
4793
4794 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4795
4796         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4797         article unless decoding article to be saved.
4798
4799 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4802         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4803         generated within the mm-with-unibyte-current-buffer macro.
4804
4805 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4808         to nil when we're in a mml-preview buffer and no group is selected.
4809
4810 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4811
4812         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4813         when catching the `C-g'.  Reported by "Leo".
4814
4815 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4816
4817         * message.el (message-forward-make-body-plain)
4818         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4819         multibyte-string-p.
4820
4821         * lpath.el: Revert.
4822
4823 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4824
4825         * message.el (message-forward-make-body-mml): Assume original message
4826         is multibyte string; error on unibyte.
4827         (message-forward-make-body-plain): Ditto; don't add excessive newline
4828         in body end.
4829
4830         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4831
4832 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4833
4834         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4835         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4836
4837 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4838
4839         * mm-extern.el (mm-extern-url): Don't use
4840         mm-with-unibyte-current-buffer.
4841         (mm-extern-cache-contents): Use with-current-buffer instead of
4842         save-excursion + set-buffer.
4843
4844 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4845
4846         * mm-util.el (mm-emacs-mule): Remove.
4847
4848 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4849
4850         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4851         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4852         change.
4853
4854 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4855
4856         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4857         bind the default value of enable-multibyte-characters to nil.
4858
4859 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4860
4861         * message.el (message-forward-make-body-plain)
4862         (message-forward-make-body-mml):
4863         Don't use mm-with-unibyte-current-buffer.
4864
4865 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4866
4867         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4868
4869 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4870
4871         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4872         (Bug#5592).
4873
4874 2010-05-07  Julien Danjou  <julien@danjou.info>
4875
4876         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4877         it to mm-pipe-part.
4878
4879         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4880         it is given.
4881
4882 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4883
4884         * binhex.el (binhex-decode-region-internal)
4885         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4886         (dns-query)
4887         * nnweb.el (nnweb-gmane-search)
4888         * pgg-parse.el (pgg-parse-armor)
4889         * pgg.el (pgg-verify-region)
4890         * sha1.el (sha1-string-external)
4891         * uudecode.el (uudecode-decode-region-internal)
4892         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4893         XEmacs.
4894
4895         * gnus-art.el (gnus-article-browse-html-parts)
4896         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4897         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4898         make-temp-file.
4899
4900         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4901         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4902         compiling.
4903
4904         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4905         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4906         XEmacs when compiling.
4907
4908         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4909         gnus-pick-mode-off-hook for XEmacs when compiling.
4910         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4911         gnus-binary-mode-off-hook for XEmacs when compiling.
4912
4913         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4914         Return nil if char-charset is not available.
4915
4916         * imap.el (imap-disable-multibyte)
4917         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4918         macros.
4919
4920         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4921         instead of encode-coding-string.
4922
4923         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4924         'xemacs) instead of mm-emacs-mule to switch function definitions.
4925         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4926
4927         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4928         bind temporary-file-directory for XEmacs;
4929         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4930         timer-set-function for XEmacs 21.4 and SXEmacs;
4931         bind timer-list for XEmacs 21.4 and SXEmacs;
4932         fbind char-charset and find-charset-region for non-Mule XEmacs;
4933         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4934         encode-coding-region and encode-coding-string for XEmacs having no
4935         file-coding feature.
4936
4937 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4938
4939         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4940
4941 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4942
4943         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4944         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4945
4946 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4947
4948         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4949         alias `jka-compr-delete-temp-file' no longer exists.
4950
4951 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4952
4953         Use define-minor-mode in Gnus where applicable.
4954         * mml.el (mml-mode): Use define-minor-mode.
4955         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4956         (gnus-undo-mode): Use define-minor-mode.
4957         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4958         (gnus-dead-summary-mode): Use define-minor-mode.
4959         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4960         Initialize in declaration.
4961         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4962         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4963         (gnus-mailing-list-mode): Use define-minor-mode.
4964         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4965         (gnus-draft-mode): Use define-minor-mode.
4966         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4967         (gnus-dired-mode): Use define-minor-mode.
4968
4969 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4970
4971         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4972         handles on recursive mml-to-mime translation and check them for
4973         boundary delimiter collisions.  Reported by Greg Troxel.
4974
4975 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4976
4977         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4978
4979 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4980
4981         * mm-util.el (mm-find-buffer-file-coding-system):
4982         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4983
4984 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4985
4986         * message.el (message-generate-headers): Record insertion of optional
4987         headers as well.  Otherwise the check to prevent repeated insertion of
4988         optional headers is a no-op.
4989
4990 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4991
4992         * smime.el: Don't mention CVS.
4993
4994         * nnrss.el (nnrss-fetch): Don't mention CVS.
4995
4996         * nnir.el: Don't mention CVS.
4997
4998 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4999
5000         * gnus-sum.el (gnus-summary-bookmark-make-record):
5001         Add `location' field.
5002
5003 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5004
5005         * lpath.el: Fbind bookmark-default-handler,
5006         bookmark-get-bookmark-record, bookmark-make-record-default,
5007         bookmark-prop-get for Emacs <23 and XEmacs.
5008
5009 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5010
5011         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5012         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5013         Use with-current-buffer to silence the byte-compiler.
5014         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5015         bother to require `gnus'.
5016         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5017
5018 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5019
5020         * gnus-sum.el (gnus-summary-bookmark-make-record)
5021         (gnus-summary-bookmark-jump): New functions.
5022         (gnus-summary-mode): Setup bookmark support.
5023
5024 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5025
5026         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5027         if set.
5028
5029 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5030
5031         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5032         gnus-article-browse-html-save-cid-image; make it work recursively for
5033         forwarded messages as well.
5034         (gnus-article-browse-html-parts): Work when prefix arg is given.
5035         (gnus-article-browse-html-article): Doc fix.
5036
5037 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5038
5039         * message.el (message-default-mail-headers):
5040         (message-default-headers): Carry the value mail-default-headers over
5041         into message-default-mail-headers, rather than message-default-headers.
5042
5043 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5044
5045         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5046         charset.
5047
5048         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5049         charset into the <meta> tag when the article is encoded to utf-8.
5050
5051 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5052
5053         * gnus-art.el (gnus-article-browse-delete-temp-files):
5054         Delete directories as well.
5055         (gnus-article-browse-html-parts): Work for images that do not specify
5056         file names; delete temp directory when quitting; insert header at the
5057         right place; use file: scheme for image files.
5058
5059 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5060
5061         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5062         (gnus-article-browse-html-parts): Use it to make temporary cid image
5063         files in addition to html file so that browser may display them.
5064
5065 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5068
5069 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5070
5071         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5072
5073 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5074
5075         * auth-source.el (auth-sources): Change default to be simpler.
5076         Explain about Secret Service API sources.  Improve Customize options.
5077         (auth-source-pick): Change to accept any number of search parameters.
5078         Implement fallbacks iteratively, not recursively.  Add scoring on the
5079         second pass and sort by score.  Call Secret Service API when needed.
5080         (auth-source-user-or-password): Use it.  Call Secret Service API
5081         directly when needed to get the user name and the password.
5082
5083 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5084
5085         * message.el (message-interactive): Doc fix.
5086         (message-qmail-inject-args): Reflow.
5087         (message-kill-to-signature): Fix typo in docstring.
5088
5089         * smiley.el (smiley-buffer): Fix typo in docstring.
5090
5091 2010-03-24  Glenn Morris  <rgm@gnu.org>
5092
5093         * mail-source.el (gnus-message): Declare.
5094         (mail-source-delete-old-incoming): Require gnus-util.
5095
5096 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5097
5098         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5099
5100         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5101
5102         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5103         password-cache's default if it is not bound.
5104         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5105         password-cache-expiry's default if it is not bound.
5106
5107         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5108         available in Emacs 21.
5109
5110         * lpath.el: Suppress compiler warnings for:
5111         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5112         XEmacs;
5113         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5114         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5115         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5116
5117 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5118
5119         * auth-source.el (auth-sources): Fix up definition so extra parameters
5120         are always inline.
5121
5122 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5123
5124         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5125         wasn't updated after mismatch.  Clear cached mailbox info correctly
5126         when uidvalidity changes.
5127         (nnimap-group-prefixed-name): New function to avoid some code
5128         duplication.
5129         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5130         (nnimap-request-group): Use it.
5131         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5132         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5133         with many imap folders.  This is done by caching the group status from
5134         the imap server persistently in a group parameter `imap-status'.  (This
5135         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5136         but not persistently, so every Gnus startup was still very slow.)
5137
5138 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5139
5140         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5141         delete the extra newline.  Otherwise editing of :string and :number
5142         types don't work.
5143
5144 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5145
5146         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5147         secrets.el dependency.
5148         (auth-sources): Add optional user name.  Add secrets.el configuration
5149         choice (unused right now).
5150
5151 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5152
5153         * gnus-sum.el (gnus-summary-make-menu-bar):
5154         Let `gnus-registry-install-shortcuts' fill in the functions.
5155
5156         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5157         warnings.
5158         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5159         (gnus-registry-install-shortcuts): Populate and use it in a
5160         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5161
5162 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5163
5164         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5165         In-place substitutions for the group name encoding/decoding.
5166         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5167         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5168         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5169         (nnimap-update-unseen, nnimap-request-list)
5170         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5171         (nnimap-request-set-mark, nnimap-split-to-groups)
5172         (nnimap-split-articles, nnimap-request-newgroups)
5173         (nnimap-request-create-group, nnimap-request-accept-article)
5174         (nnimap-request-delete-group, nnimap-request-rename-group)
5175         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5176         `encoded-mbx' for consistency.
5177         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5178         variable `imap-current-mailbox'.
5179
5180         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5181         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5182
5183 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5184
5185         * pop3.el (pop3-display-message-size-flag): Display message size byte
5186         counts during POP3 download.
5187         (pop3-movemail): Use it.
5188         (pop3-list): Implement listing of available messages.
5189
5190 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5191
5192         * nnir.el (nnir-get-article-nov-override-function): New function to
5193         override the normal NOV retrieval.
5194         (nnir-retrieve-headers): Use it.
5195
5196 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5197
5198         * auth-source.el (netrc-machine-user-or-password): Autoload.
5199
5200 2010-03-19  Glenn Morris  <rgm@gnu.org>
5201
5202         Stop message.el from loading about 40 libraries it doesn't always need.
5203         The general approach is to autoload rather than require, and to
5204         require in the specific functions rather than the file.  (Bug#5642)
5205
5206         * gmm-utils.el: Don't require wid-edit.
5207         (widget-create-child-value, widget-convert, widget-default-get):
5208         Autoload.
5209
5210         * gnus-util.el: Don't require time-date, netrc.
5211         (message-fetch-field, gnus-group-name-decode): Declare rather than
5212         autoloading.
5213         (gnus-fetch-field): Require message.
5214         (gnus-decode-newsgroups): Require gnus-group.
5215
5216         * ietf-drums.el: Don't require time-date.
5217
5218         * message.el: Don't require hashcash, canlock, ecomplete.
5219         Do require mail-utils.  Require nnheader only when compiling.
5220         (smtpmail-default-smtp-server): Remove declaration.
5221         (message-send-mail-function): Check smtpmail-default-smtp-server
5222         is bound rather than requiring smtpmail.
5223         (message-auto-save-directory, message-insert-signature):
5224         Use expand-file-name rather than nnheader-concat.
5225         (nnheader-insert-file-contents): Autoload.
5226         (hashcash-wait-async): Declare.
5227         (message-send-mail): Only call gnus-setup-posting-charset if
5228         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5229         (message-send-mail-with-sendmail): Require sendmail.
5230         (canlock-password, canlock-password-for-verify): Declare.
5231         (message-canlock-password): Require canlock.
5232         (nnheader-get-report): Autoload.
5233         (gnus-setup-posting-charset): Declare.
5234         (message-send-news): Require gnus-msg.
5235         (message-make-references, message-make-in-reply-to): Use mail-header-id
5236         rather than the alias mail-header-message-id.
5237         (ecomplete-add-item, ecomplete-save): Declare.
5238         (message-put-addresses-in-ecomplete): Require ecomplete.
5239         (ecomplete-display-matches): Autoload.
5240
5241         * mm-decode.el: Don't require mailcap, gnus-util.
5242         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5243         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5244         Autoload.
5245         (mailcap-mime-extensions): Declare.
5246
5247         * mm-encode.el: Don't require mailcap.
5248         (mailcap-extension-to-mime): Autoload.
5249
5250         * mml-sec.el: Don't require password-cache.
5251
5252         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5253         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5254         (mml-minibuffer-read-type): Require mailcap.
5255         (mml-preview): Require gnus-msg.
5256
5257         * mml1991.el: Require password-cache.
5258         (password-cache-expiry): Remove declaration.
5259
5260         * mml2015.el: Require password-cache.
5261         (password-cache-expiry): Remove declaration.
5262
5263         * nneething.el (mailcap): Require mailcap.
5264
5265         * nnheader.el (declare-function): Add compatibility stub.
5266         (message-remove-header): Declare rather than autoload.
5267         (nnheader-replace-header): Require message.
5268
5269         * nnimap.el (declare-function): Add compatibility stub.
5270         (netrc-parse, netrc-machine-user-or-password): Declare.
5271         (nnimap-open-connection): Require netrc.
5272
5273         * nntp.el (declare-function): Add compatibility stub.
5274         (netrc-parse, netrc-machine, netrc-get): Declare.
5275         (nntp-send-authinfo): Require netrc.
5276
5277         * rfc2047.el: Don't require qp.
5278         (quoted-printable-encode-region, quoted-printable-decode-string):
5279         Autoload.
5280
5281         * sieve-mode.el: Don't require easymenu.
5282         (easy-menu-add-item): Autoload it.
5283
5284         * spam-stat.el (time-to-number-of-days): Autoload it.
5285
5286 2010-03-19  Glenn Morris  <rgm@gnu.org>
5287
5288         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5289
5290 2010-03-18  Glenn Morris  <rgm@gnu.org>
5291
5292         * hashcash.el (declare-function): Remove duplicate definition.
5293
5294 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5295
5296         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5297         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5298         value if any backslash escapes).
5299
5300 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5301
5302         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5303         if it is available.  (bug#5647)
5304
5305         * lpath.el: Suppress compiler warning for coding-system-from-name for
5306         Emacs 21 and XEmacs.
5307
5308 2010-03-14  Juri Linkov  <juri@jurta.org>
5309
5310         * hmac-def.el:
5311         * hmac-md5.el:
5312         * netrc.el: Fix keywords.
5313
5314 2010-02-26  Glenn Morris  <rgm@gnu.org>
5315
5316         * message.el (message-send-mail-function): Change the default, so that
5317         it inherits from a customized send-mail-function.  (Bug#5643)
5318
5319 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5320
5321         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5322         shell-command-to-string signals an error (bug#5299).
5323
5324 2010-02-24  Glenn Morris  <rgm@gnu.org>
5325
5326         * message.el (message-smtpmail-send-it)
5327         (message-send-mail-with-mailclient): Doc fixes.
5328
5329 2010-02-16  Glenn Morris  <rgm@gnu.org>
5330
5331         * message.el (message-default-mail-headers): Change the default value
5332         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5333
5334 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5337         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5338
5339 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5340
5341         * time-date.el (date-to-time): Doc fix (Bug#5408).
5342
5343 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5344
5345         * message.el (message-mail): Just pass yank-action on to message-setup.
5346         (message-setup): Handle (FUN . ARGS) form of yank-action.
5347         (message-with-reply-buffer, message-widen-reply)
5348         (message-yank-original): Handle non-buffer values of
5349         message-reply-buffer (Bug#4080).
5350         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5351
5352 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5353
5354         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5355         Fix typo in docstring.
5356
5357 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5358
5359         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5360         response.
5361
5362 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5363
5364         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5365
5366         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5367
5368         * message.el (message-check-news-header-syntax): Protect against a
5369         string that `rfc822-addresses' returns when parsing fails.
5370
5371 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5374         (gnus-previous-char-property-change): New functions.
5375
5376         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5377
5378 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5379
5380         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5381         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5382
5383 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5384
5385         * message.el (message-exchange-point-and-mark): Rework last change to
5386         avoid using optional arg of exchange-point-and-mark, for backward
5387         compatibility.
5388
5389 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5390
5391         * message.el (message-exchange-point-and-mark):
5392         Call exchange-point-and-mark with an argument rather than setting
5393         mark-active by hand (Bug#5175).
5394
5395 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5396
5397         * nntp.el (nntp-service-to-port): Work for service expressed with
5398         numeric string; replace [:digit:] with [0-9] for XEmacs.
5399
5400 2009-12-17  Glenn Morris  <rgm@gnu.org>
5401
5402         * gnus-group.el (gnus-bug-group-download-format-alist):
5403         Change emacs entry to debbugs.gnu.org.  Bump :version.
5404
5405 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5406
5407         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5408
5409 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5410
5411         * message.el (message-info): Explain why we use `Info-goto-node'.
5412
5413 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5414
5415         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5416
5417 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5418
5419         * message.el (message-completion-in-region): New compatibility function.
5420         (message-expand-group): Use it.
5421
5422 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5423
5424         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5425         with no unread article should be listed if the 2nd arg `predicate' is
5426         given.
5427
5428 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5431
5432 2009-11-29  Juri Linkov  <juri@jurta.org>
5433
5434         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5435         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5436         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5437
5438 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5439
5440         * sha1.el (sha1-string-external): default-directory "/" in case
5441         otherwise non-existent.  process-connection-type pipe for touch of
5442         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5443
5444 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5445
5446         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5447         it's comms related and sgml-mode.el has "comm" on that basis too.
5448
5449 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5450
5451         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5452         containing tspecial characters if they have been already quoted.
5453
5454 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5455
5456         * dns-mode.el (auto-mode-alist): Purecopy string.
5457
5458 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5459
5460         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5461
5462 2009-10-24  Glenn Morris  <rgm@gnu.org>
5463
5464         * gnus-art.el (help-xref-stack-item): Define for compiler.
5465
5466 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5467
5468         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5469
5470 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5471
5472         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5473
5474 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5475
5476         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5477         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5478
5479 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5480
5481         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5482         (gnus-overlays-in): New alias to overlays-in.
5483
5484         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5485         gnus-overlay-get, and gnus-delete-overlay.
5486         (gnus-summary-show-thread): Make it work as well for systems in which
5487         next-single-char-property-change is not available.
5488         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5489
5490         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5491         (gnus-overlay-get): New alias to extent-property.
5492         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5493
5494         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5495         SXEmacs.
5496
5497         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5498         SXEmacs.
5499
5500 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5501
5502         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5503
5504 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5505
5506         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5507         and XEmacs that don't have `remove-overlays'.
5508
5509 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5510
5511         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5512         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5513         selective display.  Use overlays instead.
5514
5515 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5516
5517         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5518
5519 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5520
5521         * spam-stat.el (spam-stat-load): Fix typo in message.
5522
5523 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5524
5525         * dig.el (dig-invoke): Fix typo in docstring.
5526         (query-dig): Reflow docstring.
5527
5528 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5529
5530         * gnus-art.el (gnus-article-encrypt-body):
5531         * message.el (message-check-recipients):
5532         * mm-util.el (mm-codepage-setup):
5533         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5534         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5535
5536 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5537
5538         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5539         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5540         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5541         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5542         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5543
5544 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5545
5546         * dig.el: Add "Keywords: comm", as per net-utils.el.
5547
5548 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5549
5550         * dig.el (dig-mode): Use define-derived-mode.
5551
5552 2009-09-19  Glenn Morris  <rgm@gnu.org>
5553
5554         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5555
5556 2009-09-18  Glenn Morris  <rgm@gnu.org>
5557
5558         * gnus-diary.el (gnus-diary-check-message):
5559         * message.el (message-insert-formatted-citation-line):
5560         * nnbabyl.el (top-level):
5561         * nndiary.el (nndiary-schedule):
5562         Fix typos in condition-case handlers.
5563
5564 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5565
5566         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5567         configuration that provides the sole article window in a frame;
5568         position point correctly after deleting a part.
5569
5570 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5571
5572         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5573         (spam-resolve-registrations-routine): Use it to unregister articles
5574         that change status.
5575
5576 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5579         with XEmacs.
5580         (parse-time-string-chars): Use it.
5581
5582 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5583
5584         * imap.el (imap-interactive-login): Better messages.
5585         (imap-open): Fix bug with renamed buffer on reconnect.
5586         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5587         for easier debugging and cleaner code.  On successful (guessed based on
5588         server capabilities) secondary authentication, set imap-state
5589         correctly.
5590         (imap-last-authenticator): Define imap-last-authenticator as a variable
5591         to avoid warnings.
5592
5593 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5594
5595         * nnrss.el (nnrss-request-article): Remove binding of
5596         default-enable-multibyte-characters that has gotten needless by
5597         the 2007-07-13 change in rfc2047-encode-message-header.
5598
5599         * mml.el (mml-insert-multipart): Error on the message header.
5600         (mml-insert-part): Error on the message header; position point at
5601         the end of a MIME tag.
5602
5603 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5604
5605         * time-date.el (autoload): Expand define-obsolete-function-alias into
5606         defalias and make-obsolete for old Emacsen that Gnus supports.
5607         (with-no-warnings): Define it for old Emacsen.
5608         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5609         is available.
5610         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5611         float-time is available; suppress compile warning for time-to-seconds.
5612
5613         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5614         (gnus-float-time): Alias to float-time if it exists.
5615
5616         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5617         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5618         float-time is available; suppress compile warning for time-to-seconds.
5619
5620         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5621         XEmacs.
5622
5623 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5624
5625         * imap.el (imap-message-map): Docstring fix.
5626
5627 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5628
5629         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5630         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5631         Add the optional argument `encoding' that overrides the default.
5632
5633         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5634         mm-encode-buffer.
5635
5636 2009-09-04  Glenn Morris  <rgm@gnu.org>
5637
5638         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5639         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5640         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5641         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5642         * mm-util.el (mm-with-unibyte-current-buffer)
5643         (mm-find-buffer-file-coding-system):
5644         * yenc.el (yenc-decode-region): Use default-value rather than
5645         default-enable-multibyte-characters.
5646
5647 2009-09-03  Glenn Morris  <rgm@gnu.org>
5648
5649         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5650         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5651         than default-enable-multibyte-characters.
5652
5653 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5654
5655         * gnus-art.el (gnus-article-read-summary-keys):
5656         Fix gnus-buffer-configuration's value temporarily used.
5657
5658 2009-09-02  Glenn Morris  <rgm@gnu.org>
5659
5660         * gnus-util.el (gnus-float-time): New function.
5661         * gnus-delay.el (gnus-delay-article):
5662         * gnus-sum.el (gnus-thread-latest-date):
5663         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5664         * nnspool.el (nnspool-request-newgroups):
5665         Use gnus-float-time rather than time-to-seconds.
5666         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5667
5668         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5669         (gnus-header-subject-face, gnus-header-newsgroups-face)
5670         (gnus-header-name-face, gnus-header-content-face):
5671         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5672         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5673         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5674         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5675         (gnus-cite-face-11):
5676         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5677         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5678         (gnus-server-closed-face, gnus-server-denied-face)
5679         (gnus-server-offline-face):
5680         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5681         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5682         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5683         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5684         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5685         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5686         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5687         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5688         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5689         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5690         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5691         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5692         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5693         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5694         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5695         (gnus-summary-high-undownloaded-face)
5696         (gnus-summary-low-undownloaded-face)
5697         (gnus-summary-normal-undownloaded-face)
5698         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5699         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5700         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5701         (gnus-splash-face):
5702         * message.el (message-header-to-face, message-header-cc-face)
5703         (message-header-subject-face, message-header-newsgroups-face)
5704         (message-header-other-face, message-header-name-face)
5705         (message-header-xheader-face, message-separator-face)
5706         (message-cited-text-face, message-mml-face):
5707         * sieve-mode.el (sieve-control-commands-face)
5708         (sieve-action-commands-face, sieve-test-commands-face)
5709         (sieve-tagged-arguments-face):
5710         * spam.el (spam-face):
5711         Mark face aliases with "-face" in the name as obsolete.
5712
5713 2009-09-01  Glenn Morris  <rgm@gnu.org>
5714
5715         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5716         than goto-line.
5717
5718 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5719
5720         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5721         Don't move point if the command is invoked inside the message header.
5722
5723 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5724
5725         * imap.el (imap-send-command): Simplify.
5726         (imap-wait-for-tag): point-max -> buffer-size.
5727
5728 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5729
5730         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5731         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5732         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5733         * nnir.el (nnir-swish-e-index-file):
5734         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5735         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5736         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5737         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5738         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5739         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5740
5741 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5744         Don't save excursion.
5745
5746 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5747
5748         * nnheader.el (nnheader-find-file-noselect):
5749         * mm-util.el (mm-insert-file-contents):
5750         Use (default-value 'major-mode) instead of default-major-mode.
5751
5752 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5753
5754         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5755
5756 2009-08-26  Glenn Morris  <rgm@gnu.org>
5757
5758         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5759         than placing in files.el.
5760
5761 2009-08-25  Glenn Morris  <rgm@gnu.org>
5762
5763         * nnir.el (top-level): Don't require cl at run-time.
5764         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5765         Replace cl-function substitute with gnus-replace-in-string.
5766         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5767         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5768         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5769         simplified expansions.
5770
5771 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5772
5773         * dig.el (dig): Add autoload cookie.
5774
5775 2009-08-22  Glenn Morris  <rgm@gnu.org>
5776
5777         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5778         goto-line.
5779
5780 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5781
5782         * parse-time.el (parse-time-string-chars): Save match data.
5783
5784 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5785
5786         * parse-time.el (parse-time-string-chars): Compute using character
5787         classes, to handle non-ascii characters (Bug#3190).
5788
5789 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5790
5791         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5792
5793         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5794         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5795         (gnus-mm-display-part, gnus-mime-display-single)
5796         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5797         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5798
5799         * gnus-sum.el
5800         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5801         (gnus-summary-move-article): Add expirable mark to articles copied or
5802         moved to group that has auto-expire turned on if the option is non-nil.
5803
5804 2009-07-24  Glenn Morris  <rgm@gnu.org>
5805
5806         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5807         Fix typo.  (Bug#3903)
5808
5809 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5810
5811         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5812         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5813         that should not be used for draft articles.
5814         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5815         that has no concern in minor mode keys.
5816         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5817         Abolish.
5818
5819 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5820
5821         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5822         article without making inquiry to a user for unknown encoding.
5823
5824         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5825         (nnmaildir--scan): Assume i-node and device number that file-attributes
5826         returns might be cons-cell.
5827
5828         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5829
5830         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5831
5832 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5833
5834         * auth-source.el: Remove docs now in auth.texi.  Don't use
5835         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5836         `auth-source-hide-passwords' and use them.
5837
5838 2009-07-15  Glenn Morris  <rgm@gnu.org>
5839
5840         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5841
5842 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5843
5844         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5845         excessive whitespace from the default values of title and description.
5846
5847 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5848
5849         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5850         mail-fetch-field to fetch Content-Description header in order to
5851         exclude newlines.
5852
5853 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5854
5855         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5856         format used by GnuPG 2.0.11.
5857
5858 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5861         to deleted part.
5862
5863 2009-05-30  David Engster  <dengste@eml.cc>
5864
5865         * nnmairix.el: Remove old documentation in the commentary block.
5866         (nnmairix-request-group): Do not update active file for nnml back ends.
5867         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5868         end so that overview files are ignored.
5869         (nnmairix-update-groups): Make updating the groups more robust by using
5870         marks.
5871         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5872         with dollar characters in message-id.
5873
5874 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5875
5876         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5877         2008-12-25 in dns.el.
5878
5879 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5880
5881         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5882         could happen if the text is only composed of spaces and/or tabs.
5883
5884 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5885
5886         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5887         when sending a queued message to avoid extra mml tags.
5888
5889 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5892
5893 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5894
5895         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5896         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5897         rmail-toggle-header for XEmacs;
5898         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5899
5900 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5901
5902         * gnus-dired.el: Remove autoload for gnus-setup-message.
5903         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5904         displaying Gnus logo; always use compose-mail.
5905
5906 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5907
5908         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5909
5910 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5913         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5914         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5915         available.
5916         (gnus-nocem-epg-verify): New function.
5917
5918 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5919
5920         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5921
5922 2009-02-15  Glenn Morris  <rgm@gnu.org>
5923
5924         * gnus-util.el (rmail-insert-rmail-file-header)
5925         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5926         autoloads.
5927         (rmail-default-rmail-file): Remove unnecessary declaration.
5928         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5929
5930 2009-02-14  Glenn Morris  <rgm@gnu.org>
5931
5932         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5933         variable (only used in gnus-util, which declares it anyway).
5934         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5935         which was only needed by gnus-art (changed to not use it any more).
5936         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5937         only used in gnus-util, which autoloads it itself.
5938         (rmail-update-summary): Fix autoload.
5939
5940         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5941         rather than rmail-output-to-rmail-file.
5942
5943 2009-02-07  Glenn Morris  <rgm@gnu.org>
5944
5945         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5946         autoload of function that no longer exists.
5947         (rmail-toggle-header): Declare.
5948         (message-forward-rmail-make-body): Handle mbox Rmail.
5949
5950 2009-01-31  Glenn Morris  <rgm@gnu.org>
5951
5952         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5953         2009-01-09 change.
5954
5955 2009-01-31  Dave Love  <fx@gnu.org>
5956
5957         * imap.el (imap-fetch-safe): Bind debug-on-error.
5958         (imap-debug): Add imap-fetch-safe.
5959
5960 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5961
5962         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5963         (auth-source-forget-all-cached): New convenience function.
5964         (auth-source-user-or-password): Accept list of modes or a single mode.
5965
5966         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5967         auth-source modes.
5968
5969         * netrc.el (netrc-machine-user-or-password): Use list of
5970         auth-source modes.
5971
5972         * nnimap.el (nnimap-open-connection): Use list of
5973         auth-source modes.
5974
5975         * nntp.el (nntp-send-authinfo): Use list of
5976         auth-source modes.
5977
5978 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5979
5980         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5981         now.
5982
5983 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5984
5985         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5986         coding system in XEmacs; add a workaround for XEmacs.
5987
5988         * lpath.el: Fbind coding-system-aliasee.
5989
5990 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5991
5992         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5993         of current-language-environment.
5994
5995 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5996
5997         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5998         available at runtime.
5999
6000 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6001
6002         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6003
6004 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6005
6006         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6007         the greatest positive fixnum value doesn't work under an XEmacs with
6008         bignum support; use the most-positive-fixnum constant instead,
6009         available since Emacs 21.1 with cl and XEmacs 21.1.
6010
6011 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6014         XEmacs gets not to work.
6015
6016 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6017
6018         * mm-util.el (mm-coding-system-priorities): Allow the value like
6019         "Japanese (UTF-8)" of current-language-environment.
6020
6021 2009-01-09  Glenn Morris  <rgm@gnu.org>
6022
6023         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6024         with last-command-event.
6025
6026 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6027
6028         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6029         in the doc string.
6030
6031         * message.el (message-fix-before-sending): Amend comment.
6032
6033 2009-01-08  Dave Love  <fx@gnu.org>
6034
6035         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6036
6037 2009-01-07  David Engster  <dengste@eml.cc>
6038
6039         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6040         simplified server definitions by converting it via
6041         gnus-server-to-method.
6042
6043 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6044
6045         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6046         parameter's operands.
6047
6048 2009-01-06  David Engster  <dengste@eml.cc>
6049
6050         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6051         primary select method (for gnus-group-mark-article-as-read).
6052
6053 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6054
6055         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6056         `(gnus)Face', not `(gnus)X-Face'.
6057
6058 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * mm-util.el (mm-ucs-to-char): New function.
6061
6062         * mm-url.el (mm-url-decode-entities): Use it.
6063
6064         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6065         unicode-to-char.
6066
6067 2009-01-05  Dave Love  <fx@gnu.org>
6068
6069         * time-date.el: Require cl for `declare'.
6070
6071 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6072
6073         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6074         Dave Love.
6075
6076 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6077
6078         * message.el (message-fix-before-sending): Add `eight-bit' to
6079         illegible-text check.
6080
6081 2009-01-03  Michael Olson  <mwolson@gnu.org>
6082
6083         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6084         `headers' is nil.  This can occur if the IMAP server does not have
6085         permissions to read messages from a folder, but can write new messages
6086         to the folder.
6087         (nnimap-request-article-part): Do not insert `data' if it is nil.
6088
6089         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6090         characters which will confuse `read', so skip past them.
6091
6092 2009-01-01  Dave Love  <fx@gnu.org>
6093
6094         * imap.el (imap-string-to-integer): Fix typo.
6095         (imap-fetch-safe): New function.
6096         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6097
6098         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6099
6100         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6101         (imap-parse-greeting): Fix doc strings.
6102         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6103         (imap-parse-flag-list): Make messages unique.
6104         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6105
6106         * nnimap.el: Fix author email.
6107         (nnimap-split-rule): Add FIXME comment.
6108         (nnimap-debug): Fix doc string.
6109
6110 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6111
6112         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6113
6114 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6115
6116         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6117         nslookup if resolv.conf isn't available.
6118         (dns-query): Rename from query-dns.
6119         (dns-query-cached): Rename from query-dns-cached.
6120
6121 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6124         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6125         to check if those variables exist (first appeared in Emacs 18.50).
6126
6127 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * mm-util.el (mm-line-number-at-pos): New function.
6130
6131         * spam-report.el (spam-report-process-queue): Use it.
6132
6133 2008-12-24  David Engster  <dengste@eml.cc>
6134
6135         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6136         parameters that haven't existed as variables as buffer-local variables.
6137
6138 2008-12-23  Dave Love  <fx@gnu.org>
6139
6140         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6141         cadar.
6142
6143         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6144         imap-starttls-p.
6145         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6146
6147 2008-12-22  Dave Love  <fx@gnu.org>
6148
6149         * imap.el: Fix author email.  Doc fixes.
6150         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6151         reply.
6152
6153 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6154
6155         * spam-report.el (spam-report-gmane-max-requests): New constant.
6156         (spam-report-gmane-wait): New variable.
6157         (spam-report-gmane-ham, spam-report-gmane-spam)
6158         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6159         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6160         the server.
6161
6162         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6163         Add explanations.
6164
6165         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6166         nnheader-accept-process-output and nnheader-read-timeout if available.
6167         (pop3-movemail): Use it.
6168
6169         * message.el (message-check-news-body-syntax): Fix signature check if
6170         there's an attachment.
6171
6172 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6173
6174         * mm-util.el: Add comments to the mm- emulating functions.
6175
6176 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6177
6178         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6179         Reported by Stephen Berman <stephen.berman@gmx.net>.
6180
6181 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6182
6183         * mm-util.el (mm-substring-no-properties): New function.
6184         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6185         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6186         (mm-string-to-multibyte): Doc fix.
6187
6188         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6189
6190 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6191
6192         * mml.el (mml-attach-file): Strip text properties from file name.
6193         (Bug#1574)
6194
6195 2008-12-16  Glenn Morris  <rgm@gnu.org>
6196
6197         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6198
6199 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6200
6201         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6202         knows since the charset specified might be a bogus alias that
6203         mm-charset-synonym-alist provides.
6204
6205 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6206
6207         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6208         "ISO_8859-1".
6209
6210         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6211
6212 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6213
6214         * mm-util.el (mm-charset-eval-alist):
6215         Define it before mm-charset-to-coding-system.
6216         (mm-charset-to-coding-system): Add optional argument `silent';
6217         define it before mm-charset-override-alist.
6218         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6219         default value if it can be used in Emacs currently running;
6220         silence mm-charset-to-coding-system.
6221
6222 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6225         `allow-override' which says whether to use `mm-charset-override-alist'.
6226         (rfc2047-decode-encoded-words): Use it.
6227
6228         * mm-util.el (mm-charset-override-alist): Fix custom type;
6229         add `(gb2312 . gbk)' to choices.
6230
6231 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6232
6233         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6234         fast.
6235
6236         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6237
6238         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6239
6240 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6241
6242         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6243         on links.
6244
6245         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6246
6247 2008-12-03  Lute Kamstra  <lute@gnu.org>
6248
6249         * sha1.el: Remove leading * from docstrings of defcustoms,
6250         deffaces, defconsts and defuns.
6251
6252 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6253
6254         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6255         users' addresses that don't have domain parts.
6256         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6257         rather than message-narrow-to-head since there will be the message
6258         header separator.
6259
6260 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6261
6262         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6263         since the result is inserted in a unibyte buffer anyway.
6264         (nnimap-demule-use-string-to-multibyte): Remove.
6265         (nnimap-demule): Alias it to mm-string-to-multibyte.
6266
6267 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6268
6269         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6270         variable for debugging bug#464 and bug#1174.
6271         (nnimap-demule): Use it.
6272
6273 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6274
6275         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6276         score calculation correctly.
6277
6278 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6279
6280         * message.el (message-send-mail): Just set the buffer to unibyte
6281         rather than use mm-with-unibyte-current-buffer which does a lot more.
6282         (message-send-mail-partially): Don't bother with
6283         mm-with-unibyte-current-buffer since it's already been made unibyte by
6284         message-send-mail.
6285
6286 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6287
6288         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6289
6290 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6291
6292         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6293
6294 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6295
6296         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6297         require itself and to remove `with-no-warnings'.
6298
6299 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6300
6301         * starttls.el (starttls-any-program-available): Get the name of the
6302         available TLS layer program.
6303         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6304         well as the host name in the "opening" message.
6305
6306         * auth-source.el (auth-source-cache, auth-source-do-cache)
6307         (auth-source-user-or-password): Cache passwords and logins by default,
6308         allow override with `auth-source-do-cache'.
6309         (auth-source-forget-user-or-password): Allow users to remove cache
6310         entries if needed.
6311
6312 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6313
6314         * md4.el (md4-buffer): Fix typo in docstring.
6315         (md4, md4-64): Doc fixes.
6316         (md4-pack-int32): Reflow docstring.
6317
6318 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6319
6320         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6321         condition-case to only the forward-sexp call.
6322
6323 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6324
6325         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6326         quotes contained.  Make it more robust regardless by an extra
6327         condition-case wrapper.
6328
6329 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6330
6331         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6332
6333 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6334
6335         * nnml.el (nnml-request-expire-articles): Check if the function set to
6336         `nnmail-expiry-target' returns the symbol `delete'.
6337
6338         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6339
6340         * nnmail.el (nnmail-expiry-target): Fix custom type.
6341
6342 2008-10-02  Glenn Morris  <rgm@gnu.org>
6343
6344         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6345         Silence compiler warning.
6346
6347 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6348
6349         * tls.el (open-tls-stream): Show the actual command being
6350         executed, instead of the format string.
6351
6352 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6353
6354         * lpath.el: Fbind codepage-setup for Emacs 23.
6355
6356 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6357
6358         * mml.el (mml-menu): Don't assume mml2015 is bound.
6359
6360 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6361
6362         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6363         exists.
6364
6365 2008-09-27  Glenn Morris  <rgm@gnu.org>
6366
6367         * gnus-util.el (mail-header-remove-comments): Autoload it.
6368
6369 2008-09-27  Andreas Schwab  <schwab@suse.de>
6370
6371         * gnus-util.el (gnus-split-references): Strip comments.
6372         (gnus-parent-id): Likewise.
6373
6374 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6375
6376         * message.el (message-confirm-send): Fix version.
6377
6378 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6379
6380         * message.el (message-idna-to-ascii-rhs-1): Use
6381         mail-extract-address-components rather than mail-header-parse-addresses
6382         that is an alias by default to ietf-drums-parse-addresses that does not
6383         support non-ASCII names in headers' contents.
6384
6385 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6386
6387         * message.el (message-confirm-send): Fix variable documentation to
6388         avoid the "y/n" wording.
6389
6390 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6391
6392         * message.el (message-set-auto-save-file-name): Save to a different
6393         filename so multiple messages (especially drafts) can be recovered.
6394
6395 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6396
6397         * message.el (message-confirm-send): Add appropriate version.
6398
6399 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6400
6401         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6402         defvar.
6403
6404 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6405
6406         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6407         (mm-pkcs7-enveloped-magic): Ditto.
6408
6409 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6410
6411         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6412         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6413
6414 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6415
6416         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6417         default, it's better.
6418
6419 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6420
6421         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6422         summary line gnus-number property and ignore them (with a warning
6423         message).
6424
6425 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6428         macro caddr in the interactive form since it won't be expanded.
6429
6430 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6431
6432         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6433         `charset'; fix name of function called recursively.
6434         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6435
6436 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6437
6438         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6439         (gnus-mime-set-charset-parameters): New function.
6440         (gnus-mime-view-part-as-charset): Use it to correctly display part
6441         specifying wrong charset.
6442
6443 2008-09-08  David Engster  <dengste@eml.cc>
6444
6445         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6446         in completing-read for back end server.
6447
6448 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6449
6450         * message.el (message-confirm-send): New variable to confirm sending a
6451         message.
6452         (message-send): Use it.
6453
6454 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6455
6456         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6457
6458 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6461
6462 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6463
6464         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6465         prevent tracking too many groups.
6466         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6467         Use it.
6468
6469 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6470
6471         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6472         moving point to the bottom of the window in order to avoid recentering.
6473
6474 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6475
6476         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6477
6478         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6479         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6480         (gnus-article-beginning-of-window): Fix calculation.
6481
6482 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6483
6484         * gnus-msg.el (gnus-summary-supersede-article)
6485         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6486         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6487         message header.
6488
6489 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6490
6491         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6492         pending output coming after the status change.
6493
6494 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6495
6496         * message.el:
6497         * gnus-start.el:
6498         * gnus-registry.el: Remove VMS support.
6499
6500 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6503         macro.
6504         (rfc2104-hash): Use it.
6505
6506 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6507
6508         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6509         (gnus-summary-sort-by-most-recent-date): New commands.
6510         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6511         and menu entries.
6512
6513 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6514
6515         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6516         don't redisplay article for raw contents; remove plural articles stuff.
6517
6518         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6519         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6520         on gnus-summary-save-article; display results properly.
6521
6522 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6523
6524         * lpath.el: No need to fbind ns-focus-frame.
6525
6526 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6527
6528         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6529
6530 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * gnus-art.el (gnus-summary-save-in-pipe):
6533         Consider gnus-save-all-headers.
6534
6535 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6536
6537         * gnus-util.el (ns-focus-frame): Remove declaration.
6538         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6539         like x.
6540
6541 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6542
6543         * rfc2104.el (rfc2104-zero): Delete defconst.
6544         (rfc2104-hex-alist): Likewise.
6545         (rfc2104-hex-to-int): Delete func.
6546         (rfc2104-hexstring-to-bitstring): Likewise.
6547         (rfc2104-nybbles): New defconst.
6548         (rfc2104-hash): Rewrite for speed.
6549
6550 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6551
6552         * tls.el (open-tls-stream): Make it work with the 2nd argument
6553         BUFFER that is a string but does not exist as a buffer object, as
6554         mentioned in the doc-string.
6555
6556 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6557
6558         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6559         SXEmacs.
6560
6561 2008-07-16  Glenn Morris  <rgm@gnu.org>
6562
6563         * gnus-util.el (ns-focus-frame): Declare for compiler.
6564
6565 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6566
6567         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6568         set as a group parameter.
6569         (gnus-summary-save-in-pipe): Work when it is called independently.
6570         (gnus-summary-pipe-to-muttprint): Don't modify
6571         gnus-summary-pipe-output-default-command.
6572
6573 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6574
6575         * message.el (message-send-mail-with-sendmail):
6576         Display the error message.
6577
6578 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6579
6580         * gnus-art.el (gnus-default-article-saver):
6581         Add gnus-summary-save-in-pipe to choices.
6582         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6583         gnus-summary-pipe-output-default-command as the default command.
6584         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6585         instead of gnus-last-shell-command.
6586
6587         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6588         New user option.
6589         (gnus-summary-muttprint-program): Mention the value will be changed.
6590         (gnus-summary-save-article): Force showing of all headers.
6591         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6592
6593 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6594
6595         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6596
6597 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6598
6599         * nnimap.el (nnimap-id):
6600         * sieve-manage.el (sieve-manage-open): Doc fixes.
6601
6602 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6603
6604         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6605         if available.
6606
6607 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6608
6609         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6610
6611         * nnkiboze.el (nnkiboze-generate-group):
6612         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6613
6614         * nnmairix.el: Require CL.
6615
6616 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6617
6618         * dgnushack.el: Autoload get-display-table and put-display-table for
6619         XEmacs 21.5.
6620
6621         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6622         21.4 and SXEmacs.
6623
6624 2008-06-15  David Engster  <dengste@eml.cc>
6625
6626         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6627
6628 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6629
6630         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6631         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6632         runtime choice under XEmacs.
6633
6634         * gnus-sum.el (gnus-summary-set-display-table):
6635         Use `gnus-put-display-table', `gnus-get-display-table',
6636         `gnus-set-display-table' for the display table, instead of `aset'.
6637
6638         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6639         Use `gnus-put-display-table', `gnus-get-display-table',
6640         `gnus-set-display-table' for the display table.
6641
6642 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6643
6644         * nnmairix.el: Add autoloads.
6645
6646 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6647
6648         * nnmairix.el (nnmairix-delete-recreate-group)
6649         (nnmairix-update-and-clear-marks): Fix error messages.
6650
6651 2008-06-14  David Engster  <dengste@eml.cc>
6652
6653         * nnmairix.el: Upgrade to version 0.6.
6654         (nnmairix-group-toggle-propmarks-this-group)
6655         (nnmairix-group-toggle-readmarks-this-group)
6656         (nnmairix-group-delete-recreate-this-group)
6657         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6658         (nnmairix-remove-tick-mark-original-article): New commands.
6659         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6660         (nnmairix-propagate-marks-to-nnmairix-groups)
6661         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6662         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6663         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6664         functions needed for marks propagation and manipulation of read marks.
6665         (nnmairix-update-groups): New function.
6666         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6667         (nnmairix-determine-original-group-from-registry)
6668         (nnmairix-determine-original-group-from-path)
6669         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6670         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6671         New helper functions.
6672         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6673         keystrokes for new commands.
6674         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6675         (nnmairix-request-group): Check allow-fast group parameter.
6676         (nnmairix-request-create-group): Set allow-fast group parameter if
6677         nnmairix-allowfast-default is set.
6678         (nnmairix-close-group): Propagate marks upon closing if needed.
6679         (nnmairix-group-toggle-threads-this-group): Use new.
6680         nnmairix-group-toggle-parameter helper function.
6681         (nnmairix-search): Better check for empty search result.
6682         (nnmairix-goto-original-article): Use new helper functions for
6683         determining original article.
6684         (nnmairix-show-original-article): Make sure message-id is in brackets.
6685         (nnmairix-call-mairix-binary): Change variable name.
6686         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6687         helper function.
6688         (nnmairix-widget-toggle-activate): Fix doc string.
6689
6690 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * nnir.el: Require edmacro when compiling with XEmacs.
6693         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6694         available in Emacs 21.
6695
6696 2008-06-11  Glenn Morris  <rgm@gnu.org>
6697
6698         * gnus-util.el (x-focus-frame):
6699         * gnus.el (image-size):
6700         * mm-decode.el (image-size): Declare.
6701
6702         * gnus-picon.el (declare-function): Add compat definition.
6703         (image-size): Declare.
6704
6705         * gnus-group.el (tool-bar-map):
6706         * gnus-sum.el (tool-bar-map): Define for compiler.
6707
6708         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6709
6710         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6711
6712         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6713         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6714         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6715         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6716         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6717         * sieve-manage.el, spam-report.el, spam.el:
6718         Remove unnecessary eval-and-compile of autoloads.
6719
6720 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6721
6722         * auth-source.el: Precise Tramp doc.
6723
6724 2008-06-07  Glenn Morris  <rgm@gnu.org>
6725
6726         * nnmairix.el: Remove unnecessary eval-when-compile.
6727
6728 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6729
6730         * lpath.el: Fbind propertize for XEmacs 21.4.
6731
6732 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6733
6734         * nnir.el: Move here from ../contrib.
6735
6736 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6737
6738         * gnus-util.el (gnus-read-shell-command): New function.
6739         * mm-decode.el (mm-pipe-part):
6740         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6741
6742 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6743
6744         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6745
6746 2008-06-03  Glenn Morris  <rgm@gnu.org>
6747
6748         * pop3.el (nnheader-accept-process-output): Autoload it.
6749
6750 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6751
6752         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6753         are not 2-digit hexadecimal characters that follow `%'s.
6754
6755 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6756
6757         * message.el (message-bogus-recipient-p): Fix type in doc string.
6758         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6759         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6760         Improve custom options.
6761         (message-bogus-recipient-p): Adjust accordingly.
6762
6763 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6764
6765         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6766         long-form month and day names.
6767
6768 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6769
6770         * dgnushack.el: Autoload debug, eudc-expand-inline and
6771         pgg-snarf-keys-region for XEmacs.
6772
6773         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6774
6775         * nnmairix.el: Require edmacro when compiling with XEmacs.
6776
6777 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6778
6779         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6780         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6781
6782 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6783
6784         * auth-source.el: Add more docs.
6785
6786         * netrc.el (netrc-machine): Always match if the port is not given.
6787
6788 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6789
6790         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6791         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6792         retrieval faster in some cases, but might make CPU usage larger.
6793         If this has any bad side effects, we might revert this change.
6794
6795         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6796         seems to make mail retrieval much, much faster.
6797         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6798         unconditionally.
6799
6800         * gnus-draft.el (gnus-group-send-queue):
6801         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6802
6803 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6804
6805         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6806
6807         * message.el (message-bogus-address-regexp): Fix and improve custom
6808         type.
6809         (message-setup-hook): Add message-check-recipients as custom option.
6810
6811 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6812
6813         * message.el (message-cite-function): Remove bogus autoload which crept
6814         in during merge from v5-10.
6815
6816 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6817
6818         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6819
6820         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6821
6822         * auth-source.el: Preliminary Tramp docs.
6823         (auth-sources): Change the default auth-sources to use
6824         EPA .gpg files.
6825
6826 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6827
6828         * nntp.el: Autoload `auth-source-user-or-password'.
6829         (nntp-send-authinfo): Use it.
6830
6831         * nnimap.el: Autoload `auth-source-user-or-password'.
6832         (nnimap-open-connection): Use it.
6833
6834         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6835         for the gnus-message function.
6836         (auth-source-user-or-password): Use it.
6837
6838 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6839
6840         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6841         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6842         (rfc2104-hash): Use it.
6843
6844 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6845
6846         * gnus-art.el (gnus-article-toggle-truncate-lines):
6847         Don't use `iff' in docstring.
6848
6849 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6850
6851         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6852
6853         * gnus-util.el (gnus-extract-address-component-name)
6854         (gnus-extract-address-component-email): Convenience functions around
6855         `gnus-extract-address-components'.
6856
6857         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6858         Use `gnus-extract-address-component-email' to fix bug of comparing full
6859         sender name to `user-mail-address'.
6860
6861 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6862
6863         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6864         catch/throw to optimize.
6865         (gnus-registry-find-keywords): Just use member to find a keyword.
6866
6867 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6868
6869         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6870         is current before calling gnus-server-prepare.
6871         (gnus-server-setup-buffer, gnus-server-update-server)
6872         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6873
6874 2008-05-04  Juri Linkov  <juri@jurta.org>
6875
6876         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6877         (mailcap-file-default-commands): Use mailcap-replace-in-string
6878         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6879         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6880
6881 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6882
6883         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6884
6885 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6886
6887         * gnus.el: Bump version to 0.11.
6888
6889 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6890
6891         * gnus.el: No Gnus v0.10 is released.
6892
6893 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6894
6895         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6896         hooks.
6897         (gnus-update-read-articles): Speed up non-marks-using users.
6898         (gnus-use-marks): Define gnus-use-marks.
6899         (gnus-propagate-marks): Rename variable to something more sensible.
6900
6901 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6902
6903         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6904         (gmm-image-load-path-for-library): Fix typos in docstrings.
6905         (gmm-message): Reflow docstring.
6906
6907 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6908
6909         * mail-source.el (mail-source-set-1, mail-source-bind):
6910         Move auth-source code out of the macro to clean it up and fix bugs.
6911
6912 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6913
6914         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6915         by sender if it's equal to user-mail-address, it's likely to be
6916         useless.
6917
6918         * mail-source.el (mail-source-bind): Don't use user or password if they
6919         are not bound.  Unintern them if they are nil.  Don't use server unless
6920         it's bound, and default it to empty string otherwise.
6921
6922 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6923
6924         * mail-source.el: Load auth-source.el.
6925         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6926         get user name or password, if auth-sources is set up.
6927
6928         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6929         strategy of splitting with parent.
6930         (gnus-registry-split-fancy-with-parent)
6931         (gnus-registry-post-process-groups): Use it and fix prior
6932         bug (returning a list as the split result).
6933
6934         * auth-source.el (auth-sources): Remove server parameter.
6935         (auth-source-pick, auth-source-user-or-password)
6936         (auth-source-user-or-password-imap)
6937         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6938         (auth-source-user-or-password-sftp)
6939         (auth-source-user-or-password-smtp): Remove server parameter.
6940
6941 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6942
6943         * smime.el (smime-sign-region, smime-encrypt-region)
6944         (smime-decrypt-region):
6945         Remove redundant calls to `generate-new-buffer-name'.
6946
6947 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6948
6949         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6950         Don't use QP for message/rfc822.
6951         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6952
6953 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6954
6955         * sieve-manage.el (sieve-string-bytes): Remove.
6956         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6957         correct byte-length only if the process's coding-system is the same as
6958         the one used internally by Emacs to represent strings.
6959
6960 2008-04-22  Juri Linkov  <juri@jurta.org>
6961
6962         * mailcap.el (mailcap-file-default-commands): New function.
6963
6964 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6965
6966         * message.el (message-signature-separator, message-cite-function):
6967         Change custom version.
6968
6969 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6970
6971         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6972         commands.
6973         (tls-checktrust): Ditto.
6974
6975 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6976
6977         * mm-decode.el (mm-display-external): Make temp file read-only.
6978
6979 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6980
6981         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6982         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6983         `C-c C-f d'.
6984
6985 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6986
6987         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6988
6989 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6990
6991         * gnus.el: Bump version to 0.9.
6992
6993 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6994
6995         * gnus.el: No Gnus v0.8 is released.
6996
6997 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6998
6999         * mail-source.el (mail-source-value):
7000         Prefer fboundp to functionp so it works with macros as well.
7001
7002 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7003
7004         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7005         Fix last change in case the element is not even a symbol.
7006
7007 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7008
7009         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7010         Prefer fboundp to functionp so it works with macros as well.
7011
7012 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7013
7014         * auth-source.el: Add docs.
7015         (auth-sources): Modify format to support server.
7016         (auth-source-pick, auth-source-user-or-password)
7017         (auth-source-user-or-password-imap)
7018         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7019         (auth-source-user-or-password-sftp)
7020         (auth-source-user-or-password-smtp): Add server parameter.
7021
7022 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7023
7024         * gnus-registry.el: Initialize the registry when gnus-registry-install
7025         is t.
7026
7027 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * compface.el (uncompface): Make buffer unibyte.
7030
7031 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7032
7033         * mail-source.el (mail-source-value):
7034         Prefer fboundp to functionp so it works with macros as well.
7035
7036 2008-04-05  Glenn Morris  <rgm@gnu.org>
7037
7038         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7039
7040 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7041
7042         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7043         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7044
7045         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7046         multibyteness after rather than before erasing it.
7047
7048         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7049         mm-with-multibyte.
7050         (gnus-request-article-this-buffer): Make sure the proper decoding is
7051         used if gnus-original-article-buffer happens to be unibyte.
7052
7053         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7054         default-enable-multibyte-characters.
7055
7056         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7057         default-enable-multibyte-characters.
7058
7059         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7060
7061         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7062
7063 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7064
7065         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7066         Fix last change in case the element is not even a symbol.
7067
7068 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7069
7070         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7071         (imap-message-copyuid-1): Use it.
7072         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7073         J. Williams in
7074         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7075
7076         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7077         imap-enable-exchange-bug-workaround.
7078         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7079
7080 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7081
7082         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7083         a 100 byte status-checks into a 2-3MB transfer for each group.
7084         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7085         to enable bug workaround or not.
7086         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7087
7088 2008-03-31  Glenn Morris  <rgm@gnu.org>
7089
7090         * message.el (mml2015-use): Declare for compiler.
7091         (message-info): Require mml2015 when appropriate.
7092
7093 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7094
7095         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7096         whitespace.
7097
7098 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7099
7100         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7101         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7102         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7103         (nntp-service-to-port): New function.
7104         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7105         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7106         (nntp-open-netcat-stream): New function.
7107         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7108
7109 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7110
7111         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7112
7113 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7114
7115         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7116
7117 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7118
7119         * dns.el (dns-write): Use set-buffer-multibyte.
7120
7121 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7122
7123         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7124
7125 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7126
7127         * message.el (message-signature-separator): Change default.
7128         Improve custom type.
7129         (message-cite-function): Change default to
7130         message-cite-original-without-signature.
7131
7132         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7133         toggle.
7134
7135         * message.el (message-check-news-body-syntax): Fix signature check.
7136         (message-setup-1): Mark buffer as unmodified _after_ running
7137         message-setup-hook and handling message-alternative-emails.
7138         (message-shorten-references): Be more strict when building list of
7139         valid references to comply with GNKSA.
7140
7141         * gnus-group.el (gnus-read-ephemeral-bug-group)
7142         (gnus-read-ephemeral-debian-bug-group)
7143         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7144
7145         * message.el (message-info): Don't use booleanp which isn't supported
7146         in Emacs 21 and XEmacs.
7147
7148 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7149
7150         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7151         gnus-group-gmane-group-download-format.
7152         (gnus-group-read-ephemeral-gmane-group): Rename from
7153         gnus-group-read-ephemeral-gmane-group.
7154         (gnus-read-ephemeral-gmane-group-url): Rename from
7155         gnus-group-read-ephemeral-gmane-group-url.
7156         (gnus-bug-group-download-format-alist): New variable.
7157         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7158         (gnus-read-ephemeral-emacs-bug-group): New commands.
7159
7160 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7161
7162         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7163         (gnus-visible-headers): Improve custom type.
7164
7165 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7166
7167         * mml.el (mml-menu): Add workarounds for XEmacs.
7168
7169         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7170         X-Boundary header.
7171
7172         * message.el (message-simplify-recipients): Fix previous commit.
7173
7174 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7175
7176         * mm-util.el (mm-set-buffer-multibyte): New function.
7177         * mm-decode.el (mm-copy-to-buffer): Use it.
7178
7179         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7180         Prefer fboundp to functionp so it works with macros as well.
7181
7182 2008-03-19  Glenn Morris  <rgm@gnu.org>
7183
7184         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7185         Accidentally removed in the sync process with Emacs.
7186
7187 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7188
7189         * message.el (message-alter-recipients-discard-bogus-full-name):
7190         New function.
7191         (message-alter-recipients-function): New variable.
7192         (message-get-reply-headers): Use it.
7193         (message-replace-header): New helper function.
7194         (message-recipients-without-full-name): New variable.
7195         (message-simplify-recipients): New command.
7196
7197         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7198
7199         * message.el (message-info): Handle EasyPG manual.
7200
7201         * mml.el (mml-menu): Add entry for EasyPG.
7202
7203 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7204
7205         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7206         parameter.
7207
7208         * message.el (message-disassociate-draft): Specify drafts group name
7209         fully.
7210
7211 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7212
7213         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7214         Eliminate unnecessary duplicates from the match list.
7215
7216 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7217
7218         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7219
7220         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7221
7222         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7223         args of `how-many' of which the XEmacs version doesn't take; declare
7224         Info-index-next as function.
7225
7226 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7227
7228         * gnus-score.el (gnus-score-headers): Fix handling of
7229         gnus-inhibit-slow-scoring.
7230
7231         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7232         string.
7233         (gnus-button-url-regexp): Improve handling of parenthesis.
7234         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7235         (gnus-button-handle-info-keystrokes): Handle index entries.
7236
7237 2008-03-15  Glenn Morris  <rgm@gnu.org>
7238
7239         * parse-time.el (parse-time-string): Simplify.
7240
7241 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7242
7243         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7244         Incoming* files.
7245
7246 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7247
7248         * auth-source.el (auth-sources): Rename from auth-source-choices.
7249         (auth-source-pick): Use it.
7250
7251 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7252
7253         * binhex.el (binhex-decode-region-internal):
7254         * uudecode.el (uudecode-decode-region-internal):
7255         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7256         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7257         setting default-enable-multibyte-characters.
7258
7259 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7260
7261         * auth-source.el (auth-source-protocols)
7262         (auth-source-protocols-customize, auth-source-choices): Add and
7263         modified variable customizations and defaults.
7264         (auth-source-pick, auth-source-user-or-password)
7265         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7266         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7267         (auth-source-user-or-password-sftp)
7268         (auth-source-user-or-password-smtp): Use new variables and provide an
7269         interface to netrc.el.
7270
7271 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7274         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7275         Make sure the nntp port to specify is a string.
7276
7277 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7278
7279         * nntp.el: Use with-current-buffer.
7280         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7281         dubious mm-with-unibyte-current-buffer.
7282         (nntp-with-open-group-function): New function extracted from
7283         nntp-with-open-group macro.
7284         (nntp-with-open-group): Use the function, so it's easier to debug.
7285         Add indentation and debugging info.
7286         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7287         Recommend the use of the netcat alternatives.
7288
7289         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7290         Avoid mm-string-as-multibyte as well.
7291
7292         * nnweb.el (nnweb-insert-html):
7293         Remove use of nnheader-string-as-multibyte.
7294
7295         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7296         (nnheader-string-as-multibyte): Remove.
7297
7298         * mm-view.el: Use inhibit-read-only.
7299         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7300         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7301         or unibyte-string.
7302
7303         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7304         (mm-uu-yenc-extract): Use with-current-buffer.
7305
7306         * gnus-soup.el (gnus-soup-send-packet): Don't use
7307         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7308
7309         * nnmh.el: Use with-current-buffer.
7310         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7311         mm-string-as-multibyte on the output of mm-encode-coding-string.
7312
7313         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7314         (nnimap-request-move-article): Use with-current-buffer.
7315
7316         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7317         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7318         conversion uses string-make-unibyte rather than string-as-unibyte.
7319
7320         * gnus-msg.el: Use with-current-buffer.
7321
7322         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7323
7324 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7325
7326         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7327         string for caching if it is 'PIN.
7328
7329 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * lpath.el: Consider the case without Emacs/W3.
7332
7333 2008-03-08  Glenn Morris  <rgm@gnu.org>
7334
7335         * time-date.el (date-to-time, time-subtract, time-add)
7336         (safe-date-to-time): Doc fixes.
7337
7338 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7339
7340         * mail-source.el (mail-source-delete-old-incoming-confirm):
7341         Change default to nil.
7342         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7343
7344 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * lpath.el: Rearrange.
7347
7348         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7349         (gnus-article-goto-prev-page): Work for articles having ^L's.
7350
7351         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7352
7353         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7354
7355 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7356
7357         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7358         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7359         (gnus-bookmark-jump): Adjust some variable names.
7360
7361 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7362
7363         * auth-source.el: New package.
7364         (auth-source-choices): Add customization entry point variable.
7365
7366         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7367         bug.
7368
7369 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7370
7371         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7372         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7373         (gnus-registry-install-shortcuts): Rename from
7374         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7375         the `gnus-registry-mark-map' keymap dynamically from
7376         `gnus-registry-marks'.  The generated functions update the summary line
7377         when a registry mark is added or deleted, and will call
7378         `gnus-registry-install-p' (see the comments in the code).
7379         (gnus-registry-user-format-function-M): Use concat intelligently.
7380
7381         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7382         the registry mark functions.
7383
7384 2008-03-05  Glenn Morris  <rgm@gnu.org>
7385
7386         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7387         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7388         gnus-art.
7389         (top-level): No need to load own source when compiling.
7390
7391 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7392
7393         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7394         Suggested by <chris.anderton@zetnet.co.uk>.
7395
7396 2008-03-04  Glenn Morris  <rgm@gnu.org>
7397
7398         * gnus-sum.el (top-level): No need to require gnus when compiling,
7399         since unconditionally required near start of file.
7400         (gnus-summary-display-while-building): Move definition before use.
7401
7402 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7403
7404         * gnus-registry.el (gnus-registry-user-format-function-M):
7405         Add formatting function.
7406
7407 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7408
7409         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7410         with plists.
7411         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7412         Use new format.
7413
7414 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7415
7416         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7417         `where-is-internal' that returns a range of key sequences.
7418
7419 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7420
7421         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7422
7423         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7424         (gnus-summary-jump-to-group): Consider windows on other displayed
7425         frames as well.  Similar changes might be needed elsewhere, but that's
7426         the one I've bumped into during my use.
7427
7428         * nndoc.el (nndoc-oe-dbx-type-p):
7429         * gnus-msg.el (gnus-debug):
7430         * gnus-group.el (gnus-update-group-mark-positions):
7431         Use mm-string-to-multibyte.
7432
7433 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7434
7435         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7436         doesn't handle NotDashEscaped.
7437
7438         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7439         (mml-dnd-attach-options): Fix typo in custom choice.
7440
7441         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7442         Change nndoc-article-type to mbox.
7443         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7444
7445         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7446         to nil, instead of html2text.
7447
7448         * imap.el (imap-debug): Add `imap-ping-server'.
7449
7450         * gnus-bookmark.el: Add FIXMEs.
7451
7452         * message.el (message-form-letter-separator)
7453         (message-send-form-letter-delay): New variables.
7454         (message-send-form-letter): Use them.  New command to send form
7455         letters.  Requested by Uwe Siart.
7456         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7457
7458 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7459
7460         * Update copyright years.
7461
7462 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7463
7464         Sync from EMACS_22_BASE.
7465
7466         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7467
7468 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7469
7470         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7471         empty author.
7472
7473 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7474
7475         * gnus-registry.el (gnus-registry-marks): Add variable for
7476         customization of marks and their appearance.
7477         (gnus-registry-read-mark): Use it.
7478         (gnus-registry-do-marks): Add utility function to loop through
7479         `gnus-registry-marks'.
7480         (gnus-registry-install-shortcuts-and-menus): Add function to install
7481         shortcuts and menus.
7482         (gnus-registry-initialize): Use it.
7483         (gnus-registry-default-mark): Clarify documentation.
7484
7485 2008-02-29  Glenn Morris  <rgm@gnu.org>
7486
7487         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7488         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7489         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7490         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7491         Change defcustom :version from 23.0 to 23.1.
7492
7493 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7494
7495         * gnus-registry.el (gnus-registry-follow-group-p)
7496         (gnus-registry-post-process-groups): Add functions to aid registry
7497         splitting and improve logging.  Clarify behavior in function
7498         documentation.
7499         (gnus-registry-split-fancy-with-parent): Use them.
7500
7501 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7502
7503         * gnus-art.el: Use with-current-buffer.
7504
7505 2008-02-27  David Engster  <dengste@eml.cc>
7506
7507         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7508         Express real group name in the response.
7509
7510 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7511
7512         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7513         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7514         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7515         autoload gnus-registry-fetch-group when compiling.
7516         (nnmairix-request-group-with-article-number-correction):
7517         Remove unreferenced argument passed to nnmairix-call-backend.
7518
7519 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7520
7521         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7522         (mm-uu-extract): Improve face for low color ttys.
7523         Reported by Sascha Wilde.
7524
7525 2008-02-27  Glenn Morris  <rgm@gnu.org>
7526
7527         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7528         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7529         variables to defconsts.  Convert comments to doc-strings.
7530         (nnmairix-last-server, nnmairix-current-server): Convert from free
7531         variables to defvars.  Convert comments to doc-strings.
7532         (gnus-registry-fetch-group): Autoload.
7533         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7534         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7535         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7536         caddr.
7537         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7538         nnmairix-request-group-with-article-number-correction call.
7539         (nnmairix-fast, nnmairix-group): New, less general names, for free
7540         variables passed from nnmairix-request-group to
7541         nnmairix-request-group-with-article-number-correction.  Declare.
7542         (nnmairix-request-group-with-article-number-correction):
7543         Use nnmairix-fast, nnmairix-group rather than fast, group.
7544
7545 2008-02-26  David Engster  <dengste@eml.cc>
7546
7547         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7548         version 0.5.
7549
7550 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7551
7552         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7553         instead of making an extra function call.  Don't add the current group
7554         to articles only when they have the group.  Use
7555         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7556         Reported by David <de_bb@arcor.de>.
7557
7558 2008-02-24  Miles Bader  <miles@gnu.org>
7559
7560         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7561         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7562         (mm-find-mime-charset-region):
7563         * mm-bodies.el (mm-encode-body):
7564         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7565
7566 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7569         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7570
7571 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7572
7573         * mail-source.el (mail-source-delete-incoming): Change default.
7574         Supplement doc string.
7575
7576         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7577
7578 2008-02-14  Glenn Morris  <rgm@gnu.org>
7579
7580         * time-date.el (format-seconds): New function.
7581
7582 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7583
7584         * nnmail.el (nnmail-message-id-cache-file): Derive from
7585         `gnus-home-directory'.
7586
7587 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7588
7589         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7590         Document negative prefix.
7591
7592         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7593
7594 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7595
7596         * message.el (message-unsent-separator): Add the Exim bounce
7597         separator.
7598
7599 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7600
7601         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7602         list.
7603         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7604         recipient/signer list.
7605
7606 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7607
7608         * Makefile.in (datarootdir): Define.
7609         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7610         name that might contain whitespace.
7611
7612 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7613
7614         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7615         fbound (Emacs 23 unicode), signal an error.
7616
7617 2008-02-08  Glenn Morris  <rgm@gnu.org>
7618
7619         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7620
7621 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7622
7623         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7624         ports to the calls to `netrc-machine-user-or-password' in addition to
7625         "imap" and "imaps".
7626
7627 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7628
7629         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7630
7631         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7632
7633 2008-02-01  Kenichi Handa  <handa@m17n.org>
7634
7635         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7636         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7637         (rfc2104-hash): Convert the result of concat to unibyte string.
7638
7639 2008-02-01  Dave Love  <fx@gnu.org>
7640
7641         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7642         coding-system-for-read.
7643         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7644
7645 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7646
7647         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7648         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7649         <hanche@math.ntnu.no>.
7650
7651 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7652
7653         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7654
7655         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7656
7657 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7658
7659         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7660         * message.el (message-beginning-of-line): Use featurep instead of bound
7661         tests in order to resolve conditionals at compile time.
7662
7663 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7664
7665         * mail-source.el (mail-sources): Add `group' choice.
7666
7667         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7668         parameter `in-group' to control into which group the articles go.
7669         Add treatment of `group' mail-source.
7670
7671 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7674
7675         * mm-decode.el (mm-dissect-buffer): Decode description.
7676
7677         * mml.el (mml-to-mime): Encode message header first.
7678
7679 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7680
7681         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7682         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7683
7684         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7685         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7686
7687 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7688
7689         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7690
7691 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7692
7693         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7694         prefix keys.
7695         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7696         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7697         gnus-xmas.el.
7698
7699         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7700         (gnus-xmas-article-describe-bindings): New function.
7701         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7702         gnus-xmas-article-describe-bindings.
7703
7704         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7705
7706 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7707
7708         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7709         Add new variables for article mark management.
7710         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7711         list of extra data entries which, when present, will indicate that the
7712         article ID should not be trimmed from the registry.
7713         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7714         functions.
7715         (gnus-registry-read-mark): New function to read a mark name from the
7716         user.
7717         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7718         (gnus-registry-set-article-mark-internal): New functions to add and
7719         remove marks.
7720         (gnus-registry-get-article-marks): New function to show the marks for
7721         an article, or retrieve them for further use.
7722
7723 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7724
7725         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7726         keys when no argument is given.
7727
7728 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7729
7730         * imap.el (imap-ping-server): New variable.
7731         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7732         (imap-ping-server): Minor doc string fixes.
7733
7734 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7735
7736         * imap.el (imap-ping-server): New function.
7737         (imap-opened): Call imap-ping-server.
7738
7739 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7740
7741         * gnus-sum.el (gnus-article-sort-by-random)
7742         (gnus-thread-sort-by-random): Fix doc strings.
7743         Reported by jidanni@jidanni.org.
7744
7745 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * gnus-art.el (gnus-article-describe-bindings): New function.
7748         (gnus-article-read-summary-keys): Use it.
7749         (gnus-article-mode-map): Bind `C-h b' to it.
7750
7751 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7752
7753         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7754         XEmacs.
7755         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7756         Protect against non-character events.
7757
7758         * lpath.el: Fbind map-keymap for Emacs 21.
7759
7760 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7761
7762         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7763         New command.
7764         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7765         instead of END.  Change name of the temp file.
7766         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7767         customizable.
7768
7769 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7770
7771         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7772         bind `S W' to gnus-article-wide-reply-with-original; set default
7773         binding to gnus-article-read-summary-send-keys.
7774         (gnus-article-read-summary-keys): Fix the order of keys; display
7775         continuation keys correctly in the echo area; describe bindings
7776         correctly when keys end with `C-h'.
7777         (gnus-article-read-summary-send-keys): New function.
7778         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7779         Work for gnus-article-read-summary-send-keys; display continuation keys
7780         correctly in the echo area.
7781         (gnus-article-reply-with-original): Ignore prefix argument.
7782         (gnus-article-wide-reply-with-original): New function.
7783
7784         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7785         Emacs 21.
7786
7787 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7788
7789         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7790         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7791
7792 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7793
7794         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7795         (gnus-group-read-ephemeral-gmane-group): New command.
7796
7797 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7798
7799         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7800
7801 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7802
7803         * message.el (message-send-mail-function): Increase custom version.
7804
7805         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7806         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7807
7808 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7809
7810         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7811         for the cases where imap-authenticate is called with a nil buffer
7812         parameter.
7813
7814 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7815
7816         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7817         html parts correctly; support forwarded messages.
7818         (gnus-article-browse-html-article): Remove work buffers.
7819
7820         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7821         compiling.
7822         (netrc-bound-and-true-p): New macro.
7823         (netrc-parse): Use it instead of bound-and-true-p that is not available
7824         in XEmacs 21.4.
7825
7826 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7827
7828         * gnus-registry.el (gnus-registry-mark-article)
7829         (gnus-registry-article-marks): Add functionality to mark articles
7830         through the Gnus registry.
7831
7832         * encrypt.el: Clarify documentation for the new pgg method.
7833         (encrypt-file-alist): Add PGG option.
7834         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7835         functionality.  Abstract password key and messaging to external
7836         functions.
7837         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7838         (encrypt-message-method-and-cipher): Add new convenience external
7839         functions.
7840         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7841         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7842
7843         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7844         (netrc-parse): Use encrypt-file-alist to determine if
7845         encrypt-find-model or encrypt-insert-file-contents should be used.
7846
7847         * encrypt.el: Clarify documentation.  Load password-cache or
7848         password, whichever one is found first, instead of autoloading.
7849
7850 2007-12-19  Glenn Morris  <rgm@gnu.org>
7851
7852         * mml.el (message-options-set, message-narrow-to-head)
7853         (message-in-body-p, message-mail-p, message-encode-message-body):
7854         Autoload.
7855         (message-remove-header, message-narrow-to-headers-or-head)
7856         (message-subscribed-p, message-make-mail-followup-to)
7857         (message-position-on-field, message-news-p)
7858         (message-options-set-recipient, message-generate-headers)
7859         (message-sort-headers): Declare as functions.
7860
7861 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7862
7863         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7864         convention in doc string.
7865
7866 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7867
7868         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7869         title to html parts.
7870         (gnus-article-browse-html-article): Pass message header to it.
7871
7872         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7873
7874 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7875
7876         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7877         or password compatible with XEmacs.
7878
7879 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7880
7881         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7882         format document.
7883         (gnus-mime-delete-part): Don't write description line if empty.
7884         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7885
7886 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7887
7888         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7889         (gnus-summary-mark-read-and-unread-as-read)
7890         (gnus-summary-mark-current-read-and-unread-as-read)
7891         (gnus-summary-mark-unread-as-ticked): Doc fix.
7892         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7893
7894 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7895
7896         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7897         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7898
7899 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7900
7901         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7902         yes-or-no-p.
7903
7904 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7905
7906         * mm-decode.el (mm-add-meta-html-tag): New function.
7907         (mm-save-part-to-file, mm-pipe-part): Use it.
7908
7909         * gnus-art.el (gnus-article-browse-delete-temp-files):
7910         Use gnus-y-or-n-p instead of y-or-n-p.
7911         (gnus-article-browse-html-parts): Work with message/external-body; use
7912         mm-add-meta-html-tag.
7913
7914 2007-12-11  Glenn Morris  <rgm@gnu.org>
7915
7916         * gnus-cache.el: Require gnus-sum not just when compiling.
7917
7918         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7919
7920         * gnus-int.el (gnus-server-opened, gnus-status-message):
7921         Move definitions before use.
7922
7923         * mm-decode.el: Require gnus-util.
7924         (mm-remove-part): Only call delete-annotation on XEmacs.
7925
7926         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7927
7928         * nnmail.el: Require gnus-int.
7929
7930         * spam.el: Move `require's before `eval-when-compile's.
7931
7932         * gnus-ems.el (gnus-alive-p):
7933         * gnus-fun.el (message-goto-eoh):
7934         * gnus-util.el (gnus-group-name-decode):
7935         * mail-source.el (gnus-compress-sequence):
7936         * message.el (Info-goto-node, format-spec):
7937         * mm-bodies.el (message-options-get):
7938         * mm-decode.el (mm-view-pkcs7):
7939         * mm-util.el (gmm-write-region):
7940         * mml-smime.el (mml-compute-boundary)
7941         (gnus-completing-read-with-default):
7942         * mml.el (widget-button-press, gnus-make-hashtable):
7943         * mml1991.el (mm-decode-content-transfer-encoding)
7944         (mm-encode-content-transfer-encoding)
7945         (message-options-get, message-options-set):
7946         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7947         * nnfolder.el (gnus-request-group):
7948         * nnheader.el (ietf-drums-unfold-fws):
7949         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7950         * smime.el (gnus-run-mode-hooks):
7951         * spam-stat.el (gnus-message): Autoload.
7952
7953         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7954         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7955         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7956         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7957         Add declare-function compatibility definition.
7958
7959         * gnus-cache.el (nnvirtual-find-group-art):
7960         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7961         (gnus-add-image, gnus-add-wash-type):
7962         * gnus-group.el (nnkiboze-score-file):
7963         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7964         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7965         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7966         (message-tokenize-header, gnus-get-buffer-create)
7967         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7968         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7969         * gnus.el (gnus-group-decoded-name):
7970         * mail-source.el (imap-capability):
7971         * mm-bodies.el (message-options-set):
7972         * mm-decode.el (gnus-configure-windows):
7973         * mm-extern.el (message-goto-body):
7974         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7975         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7976         (epg-sub-key-validity, message-options-set):
7977         * mml.el (widget-event-point, gnus-configure-windows):
7978         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7979         * mml2015.el (epg-check-configuration, epg-configuration)
7980         (message-options-set):
7981         * nndb.el (nndb-request-article):
7982         * nnfolder.el (gnus-request-create-group):
7983         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7984         * nnmaildir.el (gnus-group-mark-article-read):
7985         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7986         * rfc1843.el (message-fetch-field):
7987         * spam.el (gnus-extract-address-components):
7988         Declare as functions.
7989
7990 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7991
7992         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7993
7994         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7995
7996         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7997         bind show-trailing-whitespace for XEmacs.
7998
7999 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8000
8001         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8002         new no-op macro for backward compatibility.
8003
8004         * imap.el (imap-string-to-integer): New function.
8005
8006 2007-12-09  Glenn Morris  <rgm@gnu.org>
8007
8008         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8009
8010         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8011         * message.el, mm-view.el, sieve-manage.el, smime.el:
8012         Add declare-function compatibility definition.
8013
8014         * gnus-art.el (w3-region, w3m-region, Info-menu):
8015         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8016         * gnus-sum.el (gnus-get-predicate):
8017         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8018         * message.el (mail-abbrev-in-expansion-header-p):
8019         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8020         (w3m-detect-meta-charset, w3m-region):
8021         * sieve-manage.el (password-read, password-cache-add)
8022         (password-cache-remove):
8023         * smime.el (password-read-and-add): Declare as functions.
8024
8025 2007-12-08  David Kastrup  <dak@gnu.org>
8026
8027         * gnus-sum.el (gnus-summary-simplify-subject-query):
8028         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8029         `message'.
8030
8031 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8032
8033         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8034         it to bind idna-program, installation-directory, defined-colors, and
8035         face-attribute for XEmacs of the version that compiles defcustom forms.
8036
8037 2007-12-07  Glenn Morris  <rgm@gnu.org>
8038
8039         * gnus-art.el (article-make-date-line): Revert previous change.
8040
8041 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8042
8043         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8044
8045 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8046
8047         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8048         Call gnus-add-to-range ranges only once with a prepared article-list.
8049
8050 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8051
8052         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8053         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8054         group names with backslashes.
8055         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8056
8057 2007-12-06  Deepak Goel  <deego3@gmail.com>
8058
8059         * gnus-art.el (article-make-date-line):
8060         * gnus-start.el (gnus-load):
8061         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8062
8063 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8064
8065         * gnus-art.el (gnus-use-idna)
8066         * gnus-start.el (gnus-site-init-file)
8067         * message.el (message-use-idna)
8068         * mm-uu.el (mm-uu-hide-markers)
8069         * smiley.el (smiley-style): Revert changes that suppress warnings.
8070
8071 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8072
8073         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8074         specify charset to html source.
8075         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8076
8077 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8080         idna-program in order to suppress byte compile warning issued by XEmacs
8081         that came to byte compile the default value section of defcustom forms
8082         recently.
8083
8084         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8085         value of installation-directory.
8086
8087         * message.el (message-use-idna): Don't directly refer to the value of
8088         idna-program.
8089
8090         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8091
8092         * smiley.el (smiley-style): Don't directly call face-attribute.
8093
8094 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8095
8096         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8097
8098         * gnus-dired.el: Reduce Gnus dependencies.
8099         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8100         Don't require.  Use autoloads instead.
8101         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8102         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8103         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8104         (gnus-dired-mode): Adjust doc string.
8105         (gnus-dired-mail-mode): New variable.
8106         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8107         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8108         (gnus-dired-mail-buffers): New function.  Return mail or message
8109         composition buffers.
8110         (gnus-dired-attach): Use it.
8111         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8112         NO-DECODE.
8113         (gnus-dired-print): Use `gnus-print-buffer' depending on
8114         `gnus-dired-mail-mode'.
8115
8116 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8117
8118         * rfc2047.el (rfc2047-encoded-word-regexp)
8119         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8120         explaining what regexp patterns are for.
8121
8122 2007-12-04  Glenn Morris  <rgm@gnu.org>
8123
8124         * password.el: Move to password-cache.el.
8125
8126         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8127         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8128         * mml-smime.el (password-read, password-cache-add)
8129         (password-cache-remove):
8130         No need to autoload, since mml-sec requires password.
8131
8132         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8133         * message.el (gnus-extract-address-components):
8134         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8135
8136         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8137         password.
8138
8139 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8140
8141         * mailcap.el: Reduce dependencies.
8142         (mail-header-parse-content-type): Autoload.
8143         (mailcap-delete-duplicates): New alias.
8144         (mailcap-mime-info): Add optional argument NO-DECODE.
8145         (mailcap-mime-types): Use mailcap-delete-duplicates.
8146
8147         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8148
8149 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8150
8151         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8152         (imap-parse-status): Upcase status-att for servers that sends them
8153         lower-case (e.g., MS Exchange 2007).
8154
8155 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8156
8157         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8158         function.
8159
8160         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8161         (gnus-uu-yenc-article): New function.
8162
8163         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8164
8165         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8166
8167 2007-12-02  Glenn Morris  <rgm@gnu.org>
8168
8169         * binhex.el (binhex): New custom group.
8170         (binhex-decoder-program, binhex-decoder-switches)
8171         (binhex-use-external): Move to the binhex custom group.
8172
8173         * uudecode.el (uudecode): New custom group.
8174         (uudecode-decoder-program, uudecode-decoder-switches)
8175         (uudecode-use-external): Move to the uudecode custom group.
8176
8177         * netrc.el (top-level): Don't load `encrypt' features.
8178         (netrc-parse): Don't use encrypt.
8179         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8180
8181         * encrypt.el: Remove file.
8182
8183 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8184
8185         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8186         matches on patches.
8187
8188         * gnus-art.el (gnus-article-browse-html-article):
8189         Mention `mm-text-html-renderer' in the doc string.
8190
8191         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8192         string.  Add comments.
8193
8194         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8195         if rhs is ASCII.
8196
8197 2007-12-01  Glenn Morris  <rgm@gnu.org>
8198
8199         * mail-source.el (top-level): Require format-spec before
8200         eval-when-compile.
8201
8202 2007-11-30  Glenn Morris  <rgm@gnu.org>
8203
8204         * encrypt.el: Require password, rather than autoloading password-read.
8205
8206 2007-11-29  Glenn Morris  <rgm@gnu.org>
8207
8208         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8209         (sasl-make-client, sasl-next-step, sasl-step-data)
8210         (sasl-step-set-data): Declare as functions.
8211
8212 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8213
8214         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8215
8216 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8217
8218         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8219         certs should be verified and what is to be done in the event of a
8220         verification failure.
8221
8222         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8223         caller can indicate whether the cache should be disregarded for this
8224         call.  This way the result of the call is reproducible at all times and
8225         can be considered a canonical server name for the supplied method.
8226         (gnus-agent-method-p): Canonicalize server names by pushing their
8227         method through `gnus-method-to-server' using the no-cache argument.
8228
8229         * gnus-srvr.el (gnus-server-insert-server-line):
8230         Call `gnus-method-to-server' with `no-cache' argument.
8231
8232         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8233         gnus-agent-possibly-synchronize-flags as this should be called when the
8234         server is actually being opened.
8235         (gnus-agent-possibly-synchronize-flags)
8236         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8237         flags file of an agentized server to the latter function.
8238
8239         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8240         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8241         after a connection has been established successfully.
8242
8243 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8244
8245         * gnus-art.el (article-display-face): Force to display face if called
8246         interactively; check if gnus-article-x-face-too-ugly matches author.
8247         (article-display-x-face): Display face even if From header is missing
8248         as article-display-face does.
8249
8250 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8251
8252         * hashcash.el (message-narrow-to-headers-or-head)
8253         (message-fetch-field, message-goto-eoh)
8254         (message-narrow-to-headers): Declare as functions.
8255
8256 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8257
8258         * mail-source.el (mail-sources): Default to fetch from file for
8259         compatibility with default of nnmail-spool-file.
8260
8261 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8262
8263         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8264         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8265         to look for encoded word that should be encoded again.
8266         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8267         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8268         encoding pattern.
8269         (rfc2047-decode-region): Switch strict regexp and loose one according
8270         to rfc2047-allow-irregular-q-encoded-words.
8271
8272 2007-11-25  Romain Francoise  <romain@orebokech.com>
8273
8274         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8275
8276 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8277
8278         * tls.el (tls-program): Provide more custom choices from
8279         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8280         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8281
8282 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8283
8284         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8285         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8286
8287         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8288         `nnmail-spool-file'.
8289
8290         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8291         `nnmail-spool-file'.
8292
8293         * gnus-move.el (gnus-change-server): Ditto.
8294
8295         * gnus-kill.el (gnus-batch-score): Ditto.
8296
8297         * gnus-cache.el (gnus-jog-cache): Ditto.
8298
8299         * gnus-msg.el (gnus-summary-reply):
8300         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8301
8302 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8303
8304         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8305         version.  Minor improvement to doc strings.
8306         (tls-program): Add comment.
8307
8308 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8309
8310         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8311         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8312         mismatch between the hostname provided in the certificate and the name
8313         of the host connnecting to.
8314         (open-tls-stream): Use them.  Check certificates against trusted root
8315         certificates.
8316
8317 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8318
8319         * gnus-cache.el (gnus-cache-generate-nov-databases):
8320         Use nnml-generate-nov-databases-directory instead of
8321         nnml-generate-nov-databases-1.
8322
8323 2007-11-24  Glenn Morris  <rgm@gnu.org>
8324
8325         * message.el (message-tool-bar-retro): Update for rename
8326         mail_send.xpm->mail-send.xpm.
8327
8328 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8329
8330         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8331         `smime-ldap-search' for Emacs 22 and up.
8332
8333 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8334
8335         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8336
8337         * message.el (message-send-mail-function): Fix error convention.
8338         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8339         (message-widen-reply, message-send-mail, message-talkative-question)
8340         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8341         (message-clone-locals, message-send-news): Use with-current-buffer.
8342         (message-insert-or-toggle-importance): Remove unused var `valid'.
8343         (message-make-references): Remove unused var `new-references'.
8344         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8345
8346 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8347
8348         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8349         (spam-split-symbolic-return-positive): Reflow docstring.
8350         (spam-backends, spam-summary-exit-behavior)
8351         (spam-mark-ham-unread-before-move-from-spam-group)
8352         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8353         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8354         (spam-clear-cache, spam-backend-check, spam-install-backend)
8355         (spam-install-statistical-backend, spam-list-of-processors)
8356         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8357         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8358         (spam-check-crm114, spam-initialize, spam-unload-hook):
8359         Fix typos in docstrings.
8360
8361 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8362
8363         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8364         been checked if they have never been read and those group levels are
8365         higher than the one that a user specified.
8366
8367 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8368
8369         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8370         foreign groups unless a group level is specified by a user.
8371         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8372
8373 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8374
8375         * message.el (message-send-mail-function): Require sendmail.
8376
8377 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8378
8379         * message.el (message-send-mail-function): Check for smtpmail too.
8380
8381         * utf7.el (utf7-encode, utf7-decode): Use coding system
8382         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8383
8384         * message.el (message-send-mail-function): New function.
8385         (message-send-mail-function): Set default using
8386         message-send-mail-function.  Adjust doc string.
8387         (message-send-mail-with-mailclient): New function.
8388
8389 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8390
8391         * smime.el (from):
8392         * rfc2047.el (message-posting-charset):
8393         * qp.el (mm-use-ultra-safe-encoding):
8394         * pop3.el (parse-time-months):
8395         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8396         * nnml.el (files):
8397         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8398         (jka-compr-compression-info-list, ange-ftp-path-format)
8399         (efs-path-regexp):
8400         * nndiary.el (files):
8401         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8402         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8403         (epg-digest-algorithm-alist, inhibit-redisplay)
8404         (password-cache-expiry):
8405         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8406         (pgg-output-buffer, password-cache-expiry):
8407         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8408         (efs-path-regexp):
8409         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8410         (inhibit-redisplay):
8411         * mm-uu.el (file-name, start-point, end-point, entry)
8412         (gnus-newsgroup-name, gnus-newsgroup-charset):
8413         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8414         (latin-unity-ucs-list):
8415         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8416         (mm-uu-binhex-decode-function):
8417         * message.el (gnus-message-group-art, gnus-list-identifiers)
8418         (rmail-enable-mime-composing, gnus-local-organization)
8419         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8420         (gnus-read-active-file, facemenu-add-face-function)
8421         (facemenu-remove-face-function, gnus-article-decoded-p)
8422         (tool-bar-mode):
8423         * mail-source.el (display-time-mail-function):
8424         * gnus-util.el (nnmail-pathname-coding-system)
8425         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8426         (gnus-original-article-buffer, gnus-user-agent)
8427         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8428         (xemacs-codename, sxemacs-codename, emacs-program-version):
8429         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8430         * gnus-start.el (gnus-agent-covered-methods)
8431         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8432         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8433         (gnus-newsgroup-headers, gnus-group-list-mode)
8434         (gnus-group-mark-positions, gnus-newsgroup-data)
8435         (gnus-newsgroup-unreads, nnoo-state-alist)
8436         (gnus-current-select-method, mail-sources)
8437         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8438         (nnmail-spool-file, gnus-cache-active-hashtb):
8439         * gnus-mh.el (mh-lib-progs):
8440         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8441         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8442         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8443         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8444         (gnus-group-buffer):
8445         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8446         (font-lock-set-defaults):
8447         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8448         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8449         (gnus-summary-post-menu, total-parts, type, condition, length):
8450         * gnus-agent.el (gnus-agent-read-agentview):
8451         * flow-fill.el (show-trailing-whitespace):
8452         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8453         eval-and-compile wrappers for byte compiler pacifiers.
8454
8455         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8456         (mm-display-inline-fontify): Check for featurep 'xemacs not
8457         extent-list.
8458
8459         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8460         itimer-list.
8461         (mm-create-image-xemacs): Only do something for XEmacs.
8462         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8463
8464         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8465
8466         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8467         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8468
8469 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8470
8471         * nnimap.el (nnimap-split-download-body):
8472         * gnus-demon.el (gnus-demon):
8473         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8474
8475 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8476
8477         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8478         New macros.
8479         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8480         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8481         copy data from unibyte buffer to multibyte current buffer.
8482         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8483         to copy data from unibyte current buffer to multibyte buffer.
8484         (nntp-make-process-buffer): Make process buffer unibyte.
8485
8486         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8487
8488 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8489
8490         * pop3.el (pop3-open-server): Accept and process data more robustly at
8491         connexion start to avoid spurious "POP SSL connexion failed" errors.
8492
8493 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8494
8495         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8496         read group names.
8497
8498 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8499
8500         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8501
8502 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8503
8504         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8505         (nnmail-save-active): Use a unibyte buffer when saving active file,
8506         which may contain non-ASCII group names.
8507
8508         * nnml.el (nnml-request-group): Decode group names in messages.
8509
8510 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8511
8512         * message.el (message-citation-line-function)
8513         (message-insert-formatted-citation-line): Fix spelling of
8514         `message-insert-formated-citation-line'.
8515
8516 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8517
8518         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8519
8520 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8521
8522         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8523         nnmail-pathname-coding-system.
8524
8525         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8526         that a user enters; decode group names in messages.
8527
8528         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8529
8530 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8531
8532         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8533
8534         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8535
8536         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8537         risky local variable.
8538
8539         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8540
8541 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8542
8543         * encrypt.el: Improve documentation to fix function name typo.
8544         Reported by Daiki Ueno <ueno@unixuser.org>.
8545
8546 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8547
8548         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8549         even if the point is not in the last page of an article.
8550         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8551         back to the previous page.
8552
8553 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8554
8555         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8556
8557 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8558
8559         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8560
8561 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8562
8563         * message.el (message-check-news-body-syntax):
8564         Avoid mm-string-as-multibyte.
8565         (message-hide-headers): Don't assume (point-min)==1.
8566
8567 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8568
8569         * message.el (message-remove-blank-cited-lines): Fix if remove is
8570         given.
8571         (message-bogus-address-regexp): New variable.
8572         (message-bogus-recipient-p): New function.
8573         (message-check-recipients): New command.
8574         (message-syntax-checks): Add `bogus-recipient'.
8575         (message-fix-before-sending): Add `bogus-recipient'.
8576
8577         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8578         (gnus-treat-body-boundary): Don't test window-system.
8579
8580 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8581
8582         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8583
8584 2007-10-28  Miles Bader  <miles@gnu.org>
8585
8586         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8587         at compile-time too.
8588
8589 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8590
8591         * gnus-msg.el (gnus-message-setup-hook):
8592         Add `message-remove-blank-cited-lines' to options.
8593
8594 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8595
8596         * message.el (message-remove-blank-cited-lines): New function.
8597         Suggested by Karl Plästerer.
8598
8599 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8600
8601         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8602         mapc.
8603
8604         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8605         (top-level): Use mapc to set functions to be traced for debugging.
8606
8607         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8608         called for effect with while loop.
8609
8610         * message.el (message-talkative-question): Replace mapcar called for
8611         effect with mapc.
8612
8613         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8614         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8615         called for effect with dolist.
8616
8617         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8618
8619         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8620         gnus-extra-headers and nnmail-extra-headers.
8621
8622         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8623         called for effect with dolist.
8624         (top-level): Use mapc to set functions to be traced for debugging.
8625
8626         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8627         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8628         dolist.
8629
8630         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8631         Replace mapcar called for effect with mapc.
8632         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8633         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8634         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8635         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8636
8637         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8638         remove-if that's a cl function.
8639
8640         * webmail.el (webmail-debug): Replace mapcar called for effect with
8641         dolist.
8642
8643         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8644         with mapc.
8645
8646 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8647
8648         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8649         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8650         with while loop.
8651
8652         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8653         functions from article-* functions.
8654         (gnus-multi-decode-header): Replace mapcar called for effect with
8655         dolist.
8656
8657         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8658         (gnus-bookmark-show-details): Replace mapcar called for effect with
8659         while loop.
8660
8661         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8662         called for effect with while loop.
8663
8664         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8665         with dolist.
8666
8667         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8668         Replace mapcar called for effect with dolist.
8669
8670         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8671
8672         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8673         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8674         Replace mapcar called for effect with dolist.
8675         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8676         mapc.
8677
8678         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8679         Replace mapcar called for effect with dolist.
8680         (gnus-topic-list): Replace mapcar called for effect with mapc.
8681
8682         * gnus.el: Use mapc instead of mapcar to add autoloads.
8683
8684 2007-10-23  Richard Stallman  <rms@gnu.org>
8685
8686         * gnus-group.el (gnus-group-highlight): Mark as risky.
8687
8688 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * gnus.el (gnus-server-to-method): Return method found first in
8691         gnus-newsrc-alist.
8692
8693         * gnus-art.el (gnus-article-highlight-signature)
8694         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8695         button overlay without the front stickiness.
8696
8697 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8698
8699         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8700         overview buffer needed a catch to receive its throw.
8701         (gnus-agent-flush-cache): Declare as interactive to make this function
8702         easier to use.
8703
8704 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8705
8706         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8707         `next-line'.
8708
8709 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8712         exclude address matching message-dont-reply-to-names.
8713
8714 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8715
8716         * gnus-util.el (gnus-string<): New function.
8717
8718         * gnus-sum.el (gnus-article-sort-by-author)
8719         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8720
8721 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8724         the frame-focus tag is set in gnus-buffer-configuration.
8725
8726 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8727
8728         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8729         the front stickiness.
8730
8731 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8732
8733         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8734         url pattern; remove duplicate one.
8735         (gnus-article-extend-url-button): New function.
8736         (gnus-article-add-buttons): Use it.
8737         (gnus-button-push): Use concatenated url that it makes.
8738
8739 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8740
8741         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8742
8743 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8744
8745         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8746         Don't hardcode point-min==1.
8747
8748 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8749
8750         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8751         Fix comment about "iso8859-1".
8752
8753 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8754
8755         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8756         ones returned from the verify-function.
8757
8758         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8759         Call mml2015-extract-cleartext-signature if extraction failed.
8760
8761 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8762
8763         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8764         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8765         failed.
8766
8767 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8768
8769         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8770
8771 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8772
8773         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8774         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8775         recommends to use EasyPG instead of PGG.
8776
8777         * pgg.el: Revert to revision 6.23.2.16.
8778
8779         * pgg-def.el: Revert to revision 6.6.2.14.
8780
8781         * pgg-gpg.el: Revert to revision 6.23.2.34.
8782
8783 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8784
8785         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8786         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8787         thread for both the null and zero (kill/expire thread) universal prefix
8788         cases.
8789         (gnus-summary-expire-thread): Add new function to expire a thread,
8790         using gnus-summary-kill-thread.
8791         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8792         shortcuts for gnus-summary-expire-thread.
8793         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8794         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8795
8796 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8797
8798         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8799         extras value, so an extras entry can be deleted.
8800         (gnus-registry-delete-extra-entry): Use it.
8801         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8802         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8803         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8804         storage through the gnus-registry, and provide an appropriate API for
8805         it.
8806
8807 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8808
8809         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8810         Suggested by Leo <sdl.web@gmail.com>.
8811
8812         * gnus.el: Do.
8813
8814 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8817         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8818
8819         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8820
8821         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8822         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8823
8824 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8827         newline.
8828         (nnmbox-request-accept-article): Don't change article in source buffer;
8829         narrow to header to use message-fetch-field rather than
8830         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8831         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8832         as delimiters; make sure article ends with newline.
8833         (nnmbox-delete-mail): Correct last position of article to be deleted;
8834         ignore X-Gnus-Newsgroup header in article body.
8835         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8836         positions; make sure article ends with newline.
8837
8838         * message.el (message-display-abbrev): Don't infloop when a user
8839         inserts SPC in the beginning of header.
8840
8841         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8842         coding-system-for-read and coding-system-for-write for XEmacs having no
8843         file-coding feature.
8844
8845         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8846
8847 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8848
8849         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8850         list of groups not followed by default.  Fix type to be regexp.
8851         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8852
8853 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8854
8855         * hmac-def.el (define-hmac-function): Switch from old-style to
8856         new-style backquotes.
8857
8858         * md4.el (md4-make-step): Likewise.
8859
8860 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8861
8862         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8863         raw-text coding system when saving .newsrc file, which may contain
8864         non-ASCII group names.
8865
8866 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8867
8868         * gnus-cus.el (gnus-score-extra): New widget.
8869         (gnus-score-extra-convert): New function.
8870         (gnus-score-customize): Use it for Extra.
8871
8872 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8873
8874         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8875         (mml2015-mailcrypt-clear-verify): Use it.
8876         (mml2015-gpg-clear-verify): Use it.
8877         (mml2015-pgg-clear-verify): Use it.
8878         (mml2015-epg-clear-verify): Replace the current part with the output
8879         from GnuPG; don't extract the plaintext by itself.
8880
8881         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8882         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8883         mml2015-clear-verify-function; don't touch the armor headers or
8884         dash-escaped text here.
8885
8886 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8887
8888         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8889         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8890         parts, or application/octet-stream as a last resort.
8891         (gnus-mime-view-part-as-type): Don't toggle display.
8892         (gnus-mime-view-part-as-charset): Don't turn off display before
8893         querying charset.
8894
8895         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8896         stuff to undisplayer function in Emacs.
8897         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8898
8899         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8900         text/calendar parts.
8901
8902 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8905         decoding text/calendar parts.
8906
8907         * message.el (message-forward-make-body-mime): Always mark body as
8908         having no illegible text; remove signed-or-encrypted argument.
8909         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8910
8911         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8912         (mml-generate-mime-1): Don't encode body if it is specified to be in
8913         raw form; don't make buffer be unibyte when inserting multibyte string.
8914
8915 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8916
8917         * sha1.el: Fix up comment style.
8918         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8919         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8920
8921         * hex-util.el: Fix up comment style.
8922         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8923
8924         * gnus-salt.el: Use with-current-buffer.
8925         (gnus-pick-setup-message): Fix long-standing typo.
8926
8927 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8928
8929         * imap.el (imap-logout-timeout): New variable.
8930         (imap-logout, imap-logout-wait): New functions.
8931         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8932
8933         * nnimap.el (nnimap-logout-timeout): New server variable.
8934         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8935         nnimap-logout-timeout.
8936
8937         * gnus-art.el (gnus-article-summary-command-nosave)
8938         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8939
8940 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * gnus.el (gnus-maximum-newsgroup): New variable.
8943
8944         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8945         according to gnus-maximum-newsgroup.
8946
8947         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8948         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8949         Limit the range of articles according to gnus-maximum-newsgroup.
8950
8951 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8952
8953         * gnus-art.el (gnus-sticky-article): Fix problems described in
8954         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8955         Don't perform gnus-configure-windows here; reuse existing sticky
8956         article buffer.
8957
8958         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8959         it doesn't exist in gnus-article-mode.
8960
8961 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8964         (gnus-agent-decoded-group-name): New function.
8965         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8966         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8967
8968 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8969
8970         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8971         Add binding for gnus-sticky-article.
8972         (gnus-summary-exit): Don't kill sticky article buffers.
8973
8974         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8975         article buffer.
8976         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8977         (gnus-kill-sticky-article-buffers): New commands.
8978
8979 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8980
8981         * nntp.el (nntp-xref-number-is-evil): New server variable.
8982         (nntp-find-group-and-number): If it is non-nil, don't trust article
8983         numbers in the Xref header.
8984
8985 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8986
8987         * gnus-agent.el (gnus-agent-read-group): New function.
8988         (gnus-agent-flush-group, gnus-agent-expire-group)
8989         (gnus-agent-regenerate-group): Use it.
8990         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8991         nnmail-pathname-coding-system.
8992
8993 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8996
8997         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8998         that are unread as unread, and also as selected so that information of
8999         marks having been changed by a user may be updated when exiting group.
9000
9001 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9002
9003         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9004
9005 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9006
9007         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9008         calculated ignoring signature parts to gnus-treat-article.
9009
9010 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9011
9012         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9013         a point here in order to keep the window start.
9014         (gnus-insert-mime-security-button): Make a button overlay without the
9015         front stickiness.
9016         (gnus-mime-display-security): Goto the end of a button.
9017
9018         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9019
9020 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9021
9022         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9023         group-name-at-point.
9024         (gnus-group-completing-read): New function that offers decoded
9025         non-ASCII group names for completion.
9026         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9027         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9028         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9029         (gnus-group-fetch-control): Use it.
9030         (gnus-fetch-group): Use group-name-at-point for the initial value
9031         rather than the default value; use gnus-alive-p.
9032
9033         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9034         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9035         (gnus-summary-post-news): Use gnus-group-completing-read.
9036
9037         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9038         (gnus-read-move-group-name): Decode group name for completion.
9039
9040 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9041
9042         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9043         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9044         Yamaoka slightly modified the code).
9045
9046 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9049         (nnmail-split-incoming): Bind it.
9050
9051         * nnml.el (nnml-group-name-charset): New function.
9052         (nnml-decoded-group-name): Use it; don't decode group name if
9053         nnmail-group-names-not-encoded-p is non-nil.
9054         (nnml-encoded-group-name): New function.
9055         (nnml-group-pathname): Inline nnml-decoded-group-name.
9056         (nnml-request-expire-articles): Decode group name in message.
9057         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9058         nnmail-pathname-coding-system.
9059         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9060         not decoded ones according to nnmail-group-names-not-encoded-p.
9061         (nnml-generate-active-info): Use nnml-encoded-group-name.
9062
9063 2007-08-08  Glenn Morris  <rgm@gnu.org>
9064
9065         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9066         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9067         doc-strings and comments.
9068
9069 2007-07-25  Glenn Morris  <rgm@gnu.org>
9070
9071         * Relicense all FSF files to GPLv3 or later.
9072
9073 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9074
9075         * gnus-sum.el (gnus-summary-move-article):
9076         Make gnus-summary-respool-article work.
9077
9078 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9079
9080         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9081         string.
9082
9083 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9084
9085         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9086         that should be ignored when comparing distant RSS articles with local
9087         ones.
9088         (nnrss-make-hash-index): New function.  Create a hash index according
9089         to the ignored fields.
9090         (nnrss-check-group): Use it.
9091
9092 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9093
9094         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9095
9096         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9097
9098         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9099         the new optional argument ENCODED is non-nil.
9100         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9101         coding system for encoding group name.
9102         (gnus-group-make-rss-group): Pass un-encoded group name to
9103         gnus-group-make-group.
9104         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9105         encoded.
9106
9107         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9108         Encode group name to which articles are moved or copied.
9109         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9110         coding system for encoding Newsgroup, Followup-To and Xref headers.
9111
9112         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9113         marks; use nnheader-file-coding-system to write a file.
9114         (nnagent-retrieve-headers): Bind file-name-coding-system to
9115         nnmail-pathname-coding-system.
9116
9117         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9118
9119         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9120         (nnml-request-article, nnml-request-create-group)
9121         (nnml-request-rename-group, nnml-find-id)
9122         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9123         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9124         (nnml-save-marks): Use nnml-group-pathname instead of
9125         nnmail-group-pathname.
9126
9127         (nnml-request-create-group, nnml-request-expire-articles)
9128         (nnml-request-move-article, nnml-request-delete-group)
9129         (nnml-deletable-article-p, nnml-possibly-create-directory)
9130         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9131         (nnml-open-marks): Bind file-name-coding-system to
9132         nnmail-pathname-coding-system.
9133
9134         (nnml-request-article): Pass server argument to nnml-find-group-number.
9135         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9136         Pass server argument to nnml-possibly-create-directory.
9137         (nnml-request-accept-article): Pass server argument to
9138         nnml-active-number and nnml-save-mail.
9139         (nnml-find-group-number): Pass server argument to nnml-find-id.
9140         (nnml-request-update-info): Pass server argument to
9141         nnml-marks-changed-p.
9142
9143         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9144         (nnml-save-mail, nnml-active-number): Add server argument.
9145
9146         (nnml-request-delete-group): Warn if group is missing.
9147         (nnml-get-nov-buffer): Decode group name.
9148         (nnml-generate-active-info): Encode group name.
9149         (nnml-open-marks): Decode group name in messages.
9150
9151 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9152
9153         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9154         if it is not specified.
9155         (gnus-article-pipe-part, gnus-article-save-part)
9156         (gnus-article-interactively-view-part, gnus-article-copy-part)
9157         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9158         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9159         (gnus-article-replace-part, gnus-article-delete-part)
9160         (gnus-article-view-part-as-type): Pass raw prefix argument to
9161         gnus-article-part-wrapper.
9162
9163 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9164
9165         * gnus-agent.el (gnus-agent-save-active):
9166         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9167
9168         * gnus-cache.el (gnus-cache-save-buffers)
9169         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9170         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9171         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9172         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9173         (gnus-cache-generate-active, gnus-cache-rename-group)
9174         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9175         (gnus-cache-update-overview-total-fetched-for):
9176         Bind file-name-coding-system to nnmail-pathname-coding-system.
9177         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9178         New variables.
9179         (gnus-cache-decoded-group-name): New function.
9180         (gnus-cache-file-name): Use it.
9181         (gnus-cache-generate-active): Use non-decoded group name for active.
9182
9183         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9184         right place.
9185         (gnus-write-active-file): Don't break non-ASCII group names.
9186
9187         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9188         nnmail-pathname-coding-system.
9189
9190         * lpath.el: Bind default-file-name-coding-system,
9191         file-name-coding-system and language-info-alist for XEmacs.
9192
9193         * gnus-uu.el (gnus-uu-decode-save): Typo.
9194
9195 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9196
9197         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9198
9199 2007-07-14  David Kastrup  <dak@gnu.org>
9200
9201         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9202         finishing actions if we did not edit the article.
9203
9204 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9205
9206         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9207         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9208         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9209         (gnus-agent-flush-group, gnus-agent-flush-cache)
9210         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9211         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9212         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9213         (gnus-agent-regenerate-group)
9214         (gnus-agent-update-files-total-fetched-for)
9215         (gnus-agent-update-view-total-fetched-for):
9216         Bind file-name-coding-system to nnmail-pathname-coding-system.
9217         (gnus-agent-group-pathname): Don't encode file names by
9218         nnmail-pathname-coding-system.
9219         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9220         coding-system-for-write instead of buffer-file-coding-system to
9221         gnus-agent-file-coding-system.
9222
9223         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9224         Decode group name.
9225
9226         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9227
9228         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9229         (gnus-read-newsrc-el-file): Make group names unibyte.
9230
9231         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9232         nnmail-pathname-coding-system.
9233
9234         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9235         (nnrss-request-delete-group): Bind file-name-coding-system to
9236         nnmail-pathname-coding-system.
9237         (nnrss-read-server-data, nnrss-read-group-data):
9238         Bind file-name-coding-system correctly.
9239         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9240
9241         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9242         (nntp-server-to-method-cache): New variable.
9243         (nntp-group-pathname): New function that decodes non-ASCII group names.
9244         (nntp-possibly-create-directory, nntp-marks-changed-p)
9245         (nntp-save-marks, nntp-open-marks): Use it.
9246         (nntp-possibly-create-directory, nntp-open-marks):
9247         Bind file-name-coding-system to nnmail-pathname-coding-system.
9248         (nntp-open-marks): Decode group names when bootstrapping marks.
9249
9250         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9251         Newsgroups and Folowup-To headers.
9252
9253 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9254
9255         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9256         (gnus-server-closed-face, gnus-server-denied-face)
9257         (gnus-server-offline-face): Remove variable.
9258         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9259
9260         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9261         of modifying message-stack directly for XEmacs.
9262
9263         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9264         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9265         if the coding-system argument is nil for XEmacs.
9266
9267         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9268         mm-charset-override-alist.
9269
9270         * rfc2047.el: Don't require base64; require rfc2045 for the function
9271         rfc2045-encode-string.
9272         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9273         to quote the parameter value.
9274
9275 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9276
9277         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9278         form in gnus-group-name-charset-method-alist.
9279
9280         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9281         overrides the default layout edit-form.
9282
9283         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9284
9285         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9286
9287 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9288
9289         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9290         as unfetched articles.
9291
9292 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9293
9294         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9295
9296 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9297
9298         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9299         original back end that keeps marks in the local system.
9300
9301 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9304         arg of pop-to-buffer for XEmacs.
9305         (gnus-article-read-summary-keys): Ditto; don't restore window
9306         configuration if summary command ends up with neither article buffer
9307         nor summary buffer; describe bindings if summary keys end with C-h.
9308
9309 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * message.el (message-fix-before-sending): Skip raw message part to be
9312         forwarded while checking illegible text.
9313         (message-forward-make-body-mime, message-forward-make-body):
9314         Mark signed or encrypted raw message as having no illegible text.
9315
9316 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9317
9318         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9319         (gnus-message-with-timestamp-1): New macro.
9320         (gnus-message-with-timestamp): New function.
9321         (gnus-message): Use them.
9322
9323         * nnheader.el (nnheader-message): Use them.
9324
9325 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9326
9327         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9328         .newsrc.eld file.
9329
9330 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9331
9332         * gnus-agent.el (gnus-agent-fetch-headers)
9333         (gnus-agent-retrieve-headers):
9334         Bind gnus-decode-encoded-address-function to identity.
9335
9336         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9337         available also when the server returns simply a dot.
9338
9339         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9340
9341 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9342
9343         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9344
9345 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9346
9347         * gnus-ems.el (gnus-x-splash): Make it work.
9348
9349         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9350         from being used.
9351
9352         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9353
9354 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9355
9356         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9357         4th and the 5th arguments.
9358
9359         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9360         the front stickiness.
9361         (gnus-article-summary-command-nosave): Correct the order of the
9362         arguments passed to pop-to-buffer.
9363         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9364         summary command ends up with the article buffer.
9365
9366         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9367         the same faces.
9368
9369 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9370
9371         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9372
9373 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9374
9375         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9376         * gnus-sum.el (gnus-summary-highlight):
9377         * pgg.el (pgg-sign-region, pgg-sign):
9378         * mail-source.el (mail-source-delete-old-incoming-confirm):
9379         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9380
9381 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9382
9383         * gnus-art.el (gnus-mime-view-part-externally)
9384         (gnus-mime-view-part-internally): Fix predicate function passed to
9385         completing-read.
9386
9387         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9388
9389         * gnus.el (gnus-update-message-archive-method): Add :version.
9390
9391 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9392
9393         * gnus.el (gnus-update-message-archive-method): New variable.
9394
9395         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9396         according to gnus-message-archive-method if
9397         gnus-update-message-archive-method is non-nil.
9398
9399 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9400
9401         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9402         Suggested by Loic Dachary <loic@dachary.org>.
9403         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9404
9405 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9406
9407         * message.el (message-pop-to-buffer): Add switch-function argument.
9408         (message-mail): Pass switch-function argument to it.
9409
9410 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9411
9412         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9413         Improve doc string.
9414
9415 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9416
9417         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9418         (gnus-header-content)
9419         * gnus-cite.el (gnus-cite-10)
9420         * gnus-srvr.el (gnus-server-closed)
9421         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9422         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9423         (gnus-group-mail-3-empty, gnus-group-mail-low)
9424         (gnus-group-mail-low-empty, gnus-splash)
9425         * message.el (message-header-to, message-header-cc)
9426         (message-header-subject, message-header-other, message-header-name)
9427         (message-header-xheader, message-separator, message-cited-text)
9428         (message-mml): Lighten colors of faces used for dark background.
9429
9430 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9431
9432         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9433         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9434
9435 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9436
9437         * message.el (message-narrow-to-headers-or-head):
9438         Ignore mail-header-separator in the body.
9439
9440 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9443         same as window size.
9444
9445 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9446
9447         * message.el (message-font-lock-keywords): Use message-header-xheader
9448         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9449         ahead of the anything pattern, to get it recognised.
9450
9451 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9452
9453         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9454         spam.el loads uses it in the compiled defadvice form.
9455
9456 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9457
9458         * gnus-sum.el (gnus-articles-to-read)
9459         (gnus-summary-insert-old-articles): Don't truncate group name for
9460         `read-string'.
9461
9462         * gnus-util.el (gnus-limit-string): Delete this function.
9463
9464         * gnus-sum.el (gnus-simplify-subject-fully):
9465         Use `truncate-string-to-width' instead.
9466
9467 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9468
9469         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9470         Tell if, on summary exit, the next group has to be selected.
9471         (gnus-summary-exit): Use it.
9472
9473 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9474
9475         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9476         non-break space.
9477
9478 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9479
9480         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9481         Check if group is not a directory.
9482         (nnfolder-request-expire-articles): Don't delete articles if the target
9483         group is not available.
9484
9485         * nnml.el (nnml-request-create-group): Properly check if group is not a
9486         file.
9487         (nnml-request-expire-articles): Don't delete articles if the target
9488         group is not available.
9489
9490         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9491         Don't quote characters that are within parentheses.
9492
9493 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9494
9495         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9496         (gnus-handle-ephemeral-exit): Select article according to it.
9497
9498 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9499
9500         * message.el (message-insert-formated-citation-line): Remove newline.
9501         (message-citation-line-format): Add final \n here so that the user can
9502         avoid a blank line.
9503
9504 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9505
9506         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9507         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9508         Update lanl/arXiv support.
9509
9510 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9511
9512         * gnus.el: Bump version number.
9513
9514 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9515
9516         * gnus.el (gnus-version-number): Bump version.
9517
9518 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9519
9520         * gnus.el: No Gnus v0.6 is released.
9521
9522 2007-04-27  Didier Verna  <didier@xemacs.org>
9523
9524         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9525         * gmm-utils.el (gmm-regexp-concat): ... here.
9526         * message.el: Don't require 'gnus-util.
9527         (message-dont-reply-to-names): Handle name change above.
9528         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9529
9530 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9531
9532         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9533         since the initial value varies according to the system.
9534
9535 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9536
9537         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9538
9539 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9540
9541         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9542
9543 2007-04-24  Didier Verna  <didier@xemacs.org>
9544
9545         Improve the type of gnus-ignored-from-addresses.
9546         * gnus-util.el (gnus-orify-regexp): New function.
9547         * message.el (gnus-util): Require it.
9548         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9549         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9550         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9551
9552 2007-04-24  Didier Verna  <didier@xemacs.org>
9553
9554         * gnus-sum.el:
9555         * gnus-utils.el: Fix some trailing whitespaces.
9556
9557 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9560         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9561         article's Message-ID; refer parent article in summary buffer.
9562
9563         * message.el (message-bounce): Call mime-to-mml.
9564
9565         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9566         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9567         optimize and/or forms properly.
9568
9569 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9570
9571         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9572         URL.
9573
9574 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9575
9576         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9577
9578 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9579
9580         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9581         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9582         displayed of multipart/alternative part if it is invoked from summary
9583         buffer.
9584
9585         * mm-view.el (mm-inline-text-html-render-with-w3m)
9586         (mm-inline-text-html-render-with-w3m-standalone)
9587         (mm-inline-render-with-function): Use mail-parse-charset by default.
9588
9589 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9590
9591         * parse-time.el (parse-time-string-chars): Check if CHAR
9592         is less than the length of parse-time-syntax.
9593
9594 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9595
9596         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9597         from gnus-newsgroup-processable.
9598
9599 2007-04-16  Didier Verna  <didier@xemacs.org>
9600
9601         * gnus-msg.el (gnus-configure-posting-styles):
9602         Handle message-signature-directory properly with :file syntax.
9603         Reported by "Leo".
9604
9605 2007-04-11  Didier Verna  <didier@xemacs.org>
9606
9607         New user option: message-signature-directory.
9608         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9609         * message.el (message-insert-signature): Ditto.
9610         * message.el (message-signature-file): Doc update.
9611         * message.el (message-signature-directory): New.
9612
9613 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9614
9615         * gnus-msg.el (gnus-inews-yank-articles):
9616         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9617
9618 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9619
9620         * message.el (message-yank-original): Make sure cited text ends with
9621         newline; don't exchange point and mark.
9622
9623 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9624
9625         * tls.el (open-tls-stream): Properly handle case where there
9626         is no associated buffer.
9627
9628 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9629
9630         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9631         message-yank-original, make sure (< mark TEXT point).
9632
9633 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9634
9635         * message.el (message-fill-column): New variable.
9636         (message-mode): Use it.  Add comment on a possible new hook.
9637
9638         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9639         (nnmail-get-new-mail): Reformat.
9640
9641         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9642
9643         * gmm-utils.el: Fix Commentary.
9644         (gmm-tool-bar-from-list): Fix typo in doc string.
9645
9646 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9647
9648         * message.el (message-yank-original): Don't switch point and mark
9649         unnecessarily to put point and mark as documented.
9650
9651 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9652
9653         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9654         from the message heads.
9655
9656 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9657
9658         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9659         article buffer does not have a window.  This may not be the best
9660         solution but is certainly better than setting the start of the null,
9661         that is the current, window.
9662
9663 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9664
9665         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9666         (gnus-draft-setup): Run it.
9667
9668         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9669         gnus-score-fast-scoring.  Allow regexp.
9670         (gnus-score-headers): Use it.
9671
9672         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9673         XEmacs.
9674
9675         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9676         string.
9677         (gnus-button-alist): Also catch `<f1> k ...'.
9678         (gnus-treat-display-x-face): Fix doc string.
9679
9680 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9681
9682         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9683         evaluation of gnus-extended-version to ensure correct generation of the
9684         User-Agent header when message-generate-headers-first is used.
9685
9686 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9687
9688         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9689         hashcash-path is nil.  Don't call callback with incorrect number of
9690         parameters if val is 0.
9691
9692 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9693
9694         * message.el (message-required-news-headers):
9695         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9696
9697 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9698
9699         * tls.el (open-tls-stream): In handshake-waiting loop,
9700         don't wait more if there is output available to process.
9701
9702 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9703
9704         * tls.el (tls-program): Doc fix.
9705
9706 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9707
9708         * message.el (message-generate-new-buffers): Change the meaning of the
9709         nil value; add `standard' to the choices; treat t as `unique'; improve
9710         doc string.
9711         (gnus-select-frame-set-input-focus): Autoload.
9712         (message-buffer-name): Search for the existing message buffer if
9713         message-generate-new-buffers is nil or `standard'; treat the value t of
9714         message-generate-new-buffers as `unique'.
9715         (message-pop-to-buffer): Raise the frame already displaying the message
9716         buffer; clear the echo area after querying.
9717         (message-setup): Pass the `continue' argument to compose-mail.
9718         (message-mail): Prefer `switch-function' if it is given; search for the
9719         existing message buffer if the `continue' argument is non-nil; pass
9720         continue and switch-function arguments to compose-mail by way of
9721         message-setup.
9722         (message-mail-other-window): Adjust argument of message-setup.
9723         (message-mail-other-frame): Ditto.
9724
9725 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9726
9727         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9728         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9729         to turn font-lock on when turning gnus-message-citation-mode on.
9730
9731 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9732
9733         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9734         (mml-smime-function-alist): New variable; add epg as the backend.
9735         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9736         mml-smime- functions instead.
9737         * mm-view.el: Require smime.
9738
9739 2007-03-05  Didier Verna  <didier@xemacs.org>
9740
9741         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9742         instead of just inheritance for posting styles.
9743         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9744
9745 2007-02-24  Chris Moore  <dooglus@gmail.com>
9746
9747         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9748         * pgg-pgp.el (pgg-pgp-encrypt-region):
9749         * pgg-gpg.el (pgg-gpg-encrypt-region):
9750         Check pgg-encrypt-for-me if no other recipients.
9751
9752 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9753
9754         * tls.el (tls-certtool-program): Fix custom type.
9755
9756 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9759         and point-at-eol instead of line-(beginning|end)-position.
9760
9761         * assistant.el (assistant-parse-buffer): Ditto.
9762
9763         * netrc.el (netrc-parse-services): Ditto.
9764
9765 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9766
9767         * mml2015.el (mml2015-epg-find-usable-key): New function.
9768         (mml2015-epg-sign): Use it.
9769         (mml2015-epg-encrypt): Use it.
9770
9771 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9772
9773         * message.el (message-make-in-reply-to): Quote name containing
9774         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9775         if there are special characters.  Reported by NAKAJI Hiroyuki
9776         <nakaji@jp.freebsd.org>.
9777
9778 2007-02-27  Didier Verna  <didier@xemacs.org>
9779
9780         Include the group parameters as well as the topic ones in the
9781         inheritance filter process.
9782         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9783         argument GROUP-PARAMS-LIST.
9784         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9785
9786 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9787
9788         * nntp.el (nntp-never-echoes-commands)
9789         (nntp-open-connection-functions-never-echo-commands): New variables.
9790         (nntp-send-command): Use them.
9791
9792 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9793
9794         * mml2015.el (mml2015-epg-verify): Simplify.
9795
9796 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9797
9798         * mml.el (mml-content-disposition-alist): New user option.
9799         (mml-content-disposition): New function.
9800         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9801         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9802
9803 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9804
9805         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9806         verification.
9807
9808 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9809
9810         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9811         articles posted in the last 24 hours.
9812
9813 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9814
9815         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9816
9817 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9818
9819         * nntp.el (nntp-send-command): Don't wait for echoes when
9820         nntp-open-ssl-stream is used.
9821
9822 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9823
9824         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9825         (gnus-message-add-citation-keywords)
9826         (gnus-message-remove-citation-keywords): Remove.
9827         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9828         directly, make the variables in font-lock-defaults buffer-local, add
9829         gnus-message-citation-keywords to them and then update the value of
9830         font-lock-keywords.
9831
9832 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * message.el (message-cite-original-1): Don't call
9835         gnus-article-highlight-citation.
9836
9837         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9838         citations; fix line count.
9839
9840 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9841
9842         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9843         (gnus-message-add-citation-keywords)
9844         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9845         versions of font-lock-add-keywords and font-lock-remove-keywords to
9846         work with XEmacs correctly.
9847
9848 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9849
9850         * gnus-cite.el (gnus-cite-face-list): Set the values of
9851         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9852         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9853         (gnus-message-cite-prefix-regexp): New variable.
9854         (gnus-message-search-citation-line): Use it; protect against long
9855         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9856         the 0th match data for Emacs.
9857         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9858         (gnus-message-add-citation-keywords): Append keywords rather than
9859         prepending; emulate font-lock-add-keywords if it is not available.
9860         (gnus-message-remove-citation-keywords):
9861         Emulate font-lock-remove-keywords if it is not available.
9862
9863         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9864
9865         * message.el (message-cite-prefix-regexp): Set the value of
9866         gnus-message-cite-prefix-regexp.
9867
9868 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9869
9870         * nnweb.el (nnweb-google-parse-1): Update parser.
9871
9872 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9873
9874         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9875
9876 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9877
9878         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9879         regexp.
9880
9881 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9882
9883         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9884         string-to-multibyte.
9885         (uudecode-decode-region-internal): Use it.
9886
9887         * lpath.el: Fbind string-as-multibyte for XEmacs.
9888
9889 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9890
9891         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9892         Fix custom choice.
9893
9894         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9895
9896 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9897
9898         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9899
9900         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9901         `write-region' to respect `mm-inhibit-file-name-handlers'.
9902
9903 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9904
9905         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9906         Use gnus-home-directory instead of "~/" or "$HOME".
9907
9908 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9909
9910         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9911         to mention filename.
9912         Add comments at beginning regarding usage.
9913         (encrypt-write-file-contents): Change interactive so a string is
9914         acceptable.  If the file has no associated model, show an error instead
9915         of a nonsense prompt.
9916
9917 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9918
9919         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9920         Thanks to Yoshihiko Yamada for kind notification of this typo.
9921
9922 2007-01-12  Kenichi Handa  <handa@m17n.org>
9923
9924         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9925         multibyte buffer.
9926
9927 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9928
9929         * gnus-score.el (gnus-score-fast-scoring): New variable.
9930         (gnus-score-headers): Use it.
9931
9932         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9933
9934         * message.el (message-cite-original-1):
9935         Call gnus-article-highlight-citation if requested.
9936         (message-make-from): Allow name and address as optional arguments.
9937
9938         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9939
9940         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9941         bugs to doc string.
9942         (gnus-button-alist): Add mid\\|message-id.
9943         (gnus-button-fetch-group): Extend for use in
9944         `browse-url-browser-function'.
9945         (gnus-button-url-regexp): Try to catch paired parentheses like in
9946         Wikipedia URLs.
9947
9948         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9949         Suggested by Simon Krahnke <overlord@gmx.li>.
9950
9951 2007-01-13  Romain Francoise  <romain@orebokech.com>
9952
9953         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9954         Update copyright.
9955
9956 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9957
9958         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9959
9960 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9961
9962         * gnus-registry.el (gnus-registry-unfollowed-groups)
9963         (gnus-registry-split-fancy-with-parent): Fix documentation.
9964
9965 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9966
9967         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9968         from nnweb groups.
9969
9970 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9971
9972         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9973         Xref urls.  Erase buffer before requesting head.
9974
9975         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9976
9977 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9978
9979         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9980         customizable.
9981
9982 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9983
9984         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9985         no signing key is found.
9986         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9987         no encrypting and/or signing key is found.
9988
9989 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9990
9991         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9992
9993 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9994
9995         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9996         headers read from disk with the ones newly found in the current search.
9997         This should no longer cause problems, because the article numbers in
9998         Gmane's `nov.php' output are ignored since the previous change.
9999
10000 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10001
10002         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10003
10004 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10005
10006         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10007         replace-regexp-in-string; bind url-version; fbind display-images-p and
10008         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10009         find-face and set-itimer-function for Emacs; bind itimer-list for
10010         Emacs.
10011
10012         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10013
10014 2007-01-01  Romain Francoise  <romain@orebokech.com>
10015
10016         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10017
10018 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10019
10020         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10021         `define-minor-mode' macro definition expanded properly.
10022         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10023         exclude it there.
10024
10025         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10026         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10027         `fboundp' test.
10028         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10029         This is OK to autoload in (S)XEmacs now.
10030
10031 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10032
10033         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10034         keystroke.
10035         (gnus-summary-limit-to-singletons): Fix typo.
10036
10037         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10038         else fails.
10039
10040 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10041
10042         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10043         docstring.
10044
10045         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10046         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10047         (gnus-summary-insert-dormant-articles): Fix typo in message.
10048
10049 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10050
10051         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10052         nil for XEmacs.
10053         (gnus-message-citation-mode): Don't autoload in XEmacs.
10054
10055         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10056
10057 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10058
10059         * nnimap.el (nnimap-expunge-search-string):
10060         Mention nnimap-search-uids-not-since-is-evil in docstring.
10061
10062 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10063
10064         * spam.el: Revert to make-obsolete-variable because
10065         define-obsolete-variable-alias is not supported in Emacs 21.
10066
10067         * spam.el (spam-ifile-path, spam-ifile-database-path)
10068         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10069         make-obsolete-variable.
10070         (spam-bsfilter-path, spam-bsfilter-program)
10071         (spam-spamassassin-path, spam-spamassassin-program)
10072         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10073         Don't use "path" inappropriately.
10074         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10075         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10076         variable names.
10077
10078 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10079
10080         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10081         summary buffer.
10082
10083         * password.el (password-cache-remove): Use clear-string to burn
10084         password, if available.
10085
10086 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10087
10088         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10089
10090         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10091
10092         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10093         (gnus-message-highlight-citation): Move defcustom here from
10094         gnus-cite.el.
10095         (gnus-message-citation-mode): Autoload.
10096
10097         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10098         checks to make it compile with XEmacs.
10099         (gnus-message-citation-mode): New minor mode.
10100         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10101         (gnus-message-highlight-citation): New variables.
10102         (gnus-message-search-citation-line)
10103         (gnus-message-add-citation-keywords)
10104         (gnus-message-remove-citation-keywords)
10105         (turn-on-gnus-message-citation-mode)
10106         (turn-off-gnus-message-citation-mode): New functions.
10107
10108 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10109
10110         * gnus-cite.el: Enable highlighting of different citation levels in
10111         message-mode.
10112
10113 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10114
10115         * message.el (message-make-fqdn): Fix comment.
10116         (message-bogus-system-names): Add ".local".
10117
10118         * spam.el (spam-ifile-path, spam-ifile-program)
10119         (spam-ifile-database-path, spam-ifile-database)
10120         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10121         Don't use "path" inappropriately.
10122         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10123         strings.
10124         (spam-check-ifile, spam-ifile-register-with-ifile)
10125         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10126         Use new variable names.
10127
10128         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10129         (gnus-treat-display-smileys): Simplify using
10130         gnus-image-type-available-p.
10131
10132         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10133         available.
10134
10135         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10136         Use `display-images-p' if available.
10137
10138 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10141         one after turning on the buffer's multibyteness instead of decoding
10142         them directly in the unibyte buffer that causes unexpected conversion
10143         in Emacs 23 (unicode).
10144
10145 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10146
10147         * message.el (message-generate-hashcash): Fix custom type.
10148
10149 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10150
10151         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10152
10153 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10154
10155         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10156         disconnect icons.  Add help text.
10157
10158 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10159
10160         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10161         negated to be consistent with the others we handle.
10162
10163 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10164
10165         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10166         version of gnus-summary-buffer to something, so that we can use two
10167         article buffers at the same time.
10168
10169 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10170
10171         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10172         trigger all the extra headers.
10173         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10174         sorting.
10175
10176 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10177
10178         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10179         solid groups.
10180
10181 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10182
10183         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10184
10185 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10186
10187         * legacy-gnus-agent.el: Add Copyright notice.
10188
10189 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10190
10191         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10192
10193 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10194
10195         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10196
10197         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10198         to make it work reliably in CVS Emacs.
10199         (gnus-summary-limit-strange-charsets-predicate)
10200         (gnus-summary-limit-to-predicate): New functions.
10201
10202 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10203
10204         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10205         specifying array size.
10206         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10207         array if it is too small.
10208         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10209         (gnus-sort-threads-loop): New function.
10210
10211 2006-12-06  Chris Moore  <dooglus@gmail.com>
10212
10213         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10214         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10215
10216 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10217
10218         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10219         options.
10220
10221 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10222
10223         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10224         DOS-ing the recipient.
10225
10226         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10227         the headers when creating the mapping to avoid mismappings.
10228         (nnweb-gmane-create-mapping): Always nix out old mapping.
10229
10230 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10231
10232         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10233         and mm-verify-option to never.
10234
10235 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10236
10237         * message.el (message-signed-or-encrypted-p): New function.
10238         (message-forward-make-body): Use it.
10239
10240         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10241         Replace encode-coding-string with mm-encode-coding-string.
10242
10243 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * nneething.el (nneething-decode-file-name):
10246         Replace decode-coding-string with mm-decode-coding-string.
10247
10248         * gnus-int.el (gnus-open-server): Say failed server's name.
10249
10250 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10251
10252         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10253         strings to a single string.  Quote `errors-file-name'.
10254         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10255         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10256         Adjust calls.  Use `shell-quote-argument'.
10257
10258 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10259
10260         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10261         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10262
10263         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10264         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10265         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10266         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10267         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10268         (gnus-subscribe-newsgroup, gnus-1):
10269         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10270         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10271         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10272         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10273
10274 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10275
10276         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10277         keystroke.
10278         (gnus-summary-limit-to-bodies): Implement headersp.
10279
10280 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10281
10282         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10283
10284 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10285
10286         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10287
10288 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10289
10290         * message.el (message-generate-hashcash): Expand range of values to
10291         include `opportunistic'.
10292         (message-send-mail): Use it.
10293
10294 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10295
10296         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10297         and comment it.
10298
10299         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10300
10301 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10302
10303         * gnus-util.el (gnus-extract-address-components): Improve comment.
10304
10305 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10306
10307         * gnus-util.el (gnus-extract-address-components): Work with address in
10308         which the name portion contains @.
10309
10310         * lpath.el: Fbind custom-autoload.
10311
10312 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10313
10314         * gnus.el (gnus-start): Move custom group up.
10315         (gnus-select-method): Don't autoload, but make it available for
10316         `customize-variable'.
10317         (gnus-getenv-nntpserver): Don't autoload.
10318
10319 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10320
10321         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10322
10323 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10324
10325         * message.el (message-sendmail-extra-arguments): New variable.
10326         (message-send-mail-with-sendmail): Use it.
10327
10328 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10331         mm-with-unibyte-current-buffer to make string unibyte.
10332
10333         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10334         mm-string-as-multibyte.
10335
10336 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10337
10338         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10339         Reported by Werner Koch <wk@gnupg.org>.
10340
10341 2006-11-14  Daiki Ueno  <ueno@p360>
10342
10343         * mml2015.el: Autoload epa-select-keys when compiling.
10344
10345 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10346
10347         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10348         message-options.
10349         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10350
10351 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10352
10353         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10354         EasyPG (< 0.0.6).
10355         (mml2015-always-trust): New user option.
10356         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10357         prompt.
10358
10359 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10360
10361         * nntp.el (nntp-authinfo-force): New variable.
10362         (nntp-send-authinfo): Use it.
10363
10364 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10365
10366         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10367         decode encoded words.  Improve prompt.  Add comment about forwarding.
10368         (message-replacement-char): Move up.
10369
10370 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10371
10372         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10373         instead of gnus-intersection because arguments of gnus-sorted-nunion
10374         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10375
10376 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10377
10378         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10379         (message-simplify-subject-functions):
10380         Enable message-strip-subject-encoded-words by default.
10381
10382 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10383
10384         * message.el (message-strip-subject-encoded-words): New function.
10385         (message-simplify-subject-functions): New variable.
10386         (message-simplify-subject): Use it.  Fix typo in doc string.
10387         Support message-strip-subject-encoded-words.
10388
10389 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10390
10391         * gnus-diary.el (gnus-diary-delay-format-function):
10392         * nndiary.el (nndiary-reminders):
10393         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10394
10395 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10396
10397         * gnus-art.el (article-hide-boring-headers): Fetch date from
10398         gnus-original-article-buffer to avoid problems with localized date
10399         strings.
10400
10401 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10402
10403         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10404
10405 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10406
10407         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10408         New variables.
10409         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10410         (mm-charset-synonym-alist): Move some entries to
10411         mm-codepage-iso-8859-list.
10412         (mm-charset-synonym-alist, mm-charset-override-alist):
10413         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10414
10415 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10416
10417         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10418
10419 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10420
10421         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10422         with Emacs 21 and XEmacs.
10423
10424 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10425
10426         * spam.el (spam-parse-address): New function for better parsing,
10427         catching errors, etc.
10428         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10429
10430 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10431
10432         * mm-view.el: Add interactive arg to html2text autoload.
10433
10434 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10435
10436         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10437
10438 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10439
10440         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10441         New variables.
10442         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10443         (mm-charset-synonym-alist): Move some entries to
10444         mm-codepage-iso-8859-list.
10445
10446         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10447
10448 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10449
10450         * message.el (message-citation-line-format)
10451         (message-insert-formated-citation-line): Fix implementation of %E, %N
10452         and %n according to the doc string.
10453
10454 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10455
10456         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10457         Use car-safe to avoid bad parses.
10458
10459 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10460
10461         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10462         names.
10463
10464         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10465
10466 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10467
10468         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10469         header.
10470
10471         * message.el (message-draft-headers): Add Date.
10472         (message-headers-to-generate): Fix typo in docstring.
10473
10474         * nndraft.el (nndraft-required-headers): New variable.
10475         (nndraft-generate-headers): Use it.
10476
10477         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10478
10479 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10480
10481         * gnus-registry.el (gnus-registry-wash-for-keywords)
10482         (gnus-registry-find-keywords): New functions to allow easy searching of
10483         articles that are in the registry.
10484
10485 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10486
10487         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10488         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10489         Reported by Damien Elmes <damien@repose.cx>.
10490
10491 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10492
10493         * gnus.el (gnus-mime): Remove unused custom group.
10494
10495 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10496
10497         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10498         "blank line" when searching for end of armor headers.
10499
10500 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10501
10502         * gmm-utils.el (gmm-write-region): Fix variable name.
10503
10504 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10505
10506         * gmm-utils.el (gmm-write-region): New function based on compatibility
10507         code from `mm-make-temp-file'.
10508
10509         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10510
10511         * nnmaildir.el (nnmaildir--update-nov)
10512         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10513         Use `gmm-write-region'.
10514
10515 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10516
10517         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10518         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10519
10520         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10521
10522         * message.el (message-replacement-char): New variable.
10523         (message-fix-before-sending): Use it.
10524         (message-simplify-subject): New function to remove duplicate code.
10525         (message-reply, message-followup): Use it.
10526
10527         * gnus-sum.el (gnus-summary-make-menu-bar):
10528         Clarify gnus-summary-limit-to-articles.
10529
10530 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10531
10532         * gnus-util.el (gnus-with-local-quit): New macro.
10533
10534         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10535
10536 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10537
10538         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10539         ignore non-string data.
10540
10541 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10542
10543         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10544         non-string data (needs to be done in the registry too).
10545
10546 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10547
10548         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10549         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10550         (gnus-registry-split-fancy-with-parent)
10551         (gnus-registry-fetch-simplified-message-subject-fast)
10552         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10553         Remove text properties on ingress into the registry and when it's saved.
10554         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10555         registry from entries with no groups.
10556
10557 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10558
10559         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10560         function to remove string properties.
10561
10562 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10563
10564         * gmm-utils.el (gmm): Adjust custom version.
10565
10566         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10567         Adjust custom version.
10568
10569         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10570
10571 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10572
10573         * gnus-art.el (gnus-insert-prev-page-button)
10574         (gnus-insert-next-page-button): Simplify.  Reformat.
10575
10576 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10577
10578         * gnus-art.el (gnus-insert-prev-page-button)
10579         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10580
10581 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10582
10583         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10584
10585 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10586
10587         * gnus-art.el (gnus-insert-mime-button)
10588         (gnus-insert-mime-security-button):
10589         Apply gnus-article-button-face to MIME and security buttons.
10590
10591 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10592
10593         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10594         readable.
10595
10596 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10597
10598         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10599
10600 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10601
10602         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10603         `browse-url-of-file' instead of `browse-url'.
10604
10605 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10606
10607         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10608         regexp.  Articles containing quotation were cut prematurely.
10609
10610 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10611
10612         * message.el (message-cite-original-1): Use nobody by default for the
10613         value of From header.
10614         (message-reply): Ditto.
10615
10616 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10617
10618         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10619         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10620         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10621
10622 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10623
10624         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10625         mails in the doc string.  Add some URLs in comment.
10626         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10627
10628 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10631         backslashes handling and the way to find boundaries of quoted strings.
10632
10633 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10634
10635         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10636         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10637         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10638         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10639
10640 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10641
10642         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10643         doc string.
10644         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10645
10646 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10647
10648         * lpath.el: Fbind epg-check-configuration.
10649
10650 2006-09-06  Simon Josefsson  <jas@extundo.com>
10651
10652         * mml2015.el (mml2015-use): Doc fix, mention epg.
10653
10654 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10655
10656         * mml2015.el (mml2015-use): Default to epg, if available.
10657
10658 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10659
10660         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10661         message-sender.
10662         (mml1991-epg-encrypt): Ditto.
10663         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10664         message-sender.
10665         (mml2015-epg-encrypt): Ditto.
10666
10667 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10668
10669         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10670         several common directories.
10671
10672 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10673
10674         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10675         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10676
10677 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10678
10679         * gnus-art.el (article-decode-encoded-words): Make it fast.
10680
10681 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10682
10683         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10684
10685         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10686         in quoted string into `\'.
10687
10688 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10689
10690         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10691         Use standard-syntax-table.
10692
10693 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10694
10695         * gnus-art.el (gnus-decode-address-function): New variable.
10696         (article-decode-encoded-words): Use it to decode headers which are
10697         assumed to contain addresses.
10698         (gnus-mime-delete-part): Remove useless `or'.
10699
10700         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10701         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10702         (gnus-nov-parse-line): Use it to decode From header.
10703         (gnus-get-newsgroup-headers): Ditto.
10704         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10705
10706         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10707         (mail-decode-encoded-address-string): New alias.
10708
10709         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10710         New function.
10711         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10712         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10713         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10714         (rfc2047-decode-string): Ditto.
10715         (rfc2047-decode-address-region): New function.
10716         (rfc2047-decode-address-string): New function.
10717
10718 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10719
10720         * message.el (message-caesar-buffer-body): Allow rotating headers.
10721
10722         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10723
10724         * message.el (message-insert-formated-citation-line): Fix %f.
10725         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10726
10727 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10730         (gnus-bookmark-mouse-available-p): New macro.
10731         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10732         (gnus-bookmark-bmenu-show-infos): Use it.
10733         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10734         (gnus-bookmark-bmenu-hide-infos): Ditto.
10735         (gnus-bookmark-remove-properties): New function.
10736         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10737         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10738         (gnus-bookmark-write-file): Bind coding-system-for-write.
10739         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10740         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10741         group before selecting it.
10742         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10743         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10744         quit-window if it is not available; use gnus-mouse-2 and bind it to
10745         gnus-bookmark-bmenu-select-by-mouse.
10746         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10747         (gnus-bookmark-bmenu-select-by-mouse): New function.
10748
10749 2006-08-13  Romain Francoise  <romain@orebokech.com>
10750
10751         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10752         space.
10753
10754 2006-08-10  Romain Francoise  <romain@orebokech.com>
10755
10756         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10757         (dns-mode-soa-auto-increment-serial): New user option.
10758         (dns-mode-soa-maybe-increment-serial): New function.
10759         (dns-mode): Add the latter to `write-contents-functions'.
10760
10761 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10762
10763         * compface.el (uncompface): Use binary rather than raw-text-unix.
10764
10765 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * compface.el (uncompface): Make sure the eol conversion doesn't take
10768         place when communicating with the external programs.
10769         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10770
10771 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10772
10773         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10774
10775 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10776
10777         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10778         Make it more robust by parsing author and date independently.
10779
10780 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10781
10782         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10783
10784 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10785
10786         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10787         first matching secret key.
10788         (mml2015-epg-encrypt): Ditto.
10789
10790         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10791         first matching secret key.
10792         (mml1991-epg-encrypt): Ditto.
10793
10794         * mml2015.el (mml2015-encrypt-to-self): New user option.
10795         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10796         mml2015-epg-encrypt-to-self is set.
10797
10798         * mml1991.el (mml1991-encrypt-to-self): New variable.
10799         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10800         mml1991-epg-encrypt-to-self is set.
10801
10802         * mml2015.el (mml2015-signers): New user option.
10803         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10804         (mml2015-epg-encrypt): Allow to select signing keys.
10805
10806         * mml1991.el (mml1991-signers): New variable.
10807         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10808         (mml1991-epg-encrypt): Allow to select signing keys.
10809
10810 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10811
10812         * nnheader.el (nnheader-insert-head): Make it work even if the file
10813         uses CRLF for the line-break code.
10814
10815 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10816
10817         * mml2015.el: Require mml-sec instead of password.
10818         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10819         (mml2015-cache-passphrase): Inherit the default value from
10820         mml-secure-cache-passphrase.
10821         (mml2015-passphrase-cache-expiry): Inherit the default value from
10822         mml-secure-passphrase-cache-expiry.
10823
10824         * mml1991.el: Require mml-sec instead of password.
10825         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10826         (mml1991-cache-passphrase): Inherit the default value from
10827         mml-secure-cache-passphrase.
10828         (mml1991-passphrase-cache-expiry): Inherit the default value from
10829         mml-secure-passphrase-cache-expiry.
10830
10831         * mml-sec.el: Require password.
10832         (mml-secure-verbose): New user option.
10833         (mml-secure-cache-passphrase): New user option.
10834         (mml-secure-passphrase-cache-expiry): New user option.
10835
10836 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10837
10838         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10839         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10840         andreas@altroot.de (Andreas Vögele).
10841
10842         FIXME: Use `tiny change'?
10843
10844 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10845
10846         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10847         workaround for the url package included with Emacs.
10848
10849         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10850
10851 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10854         correctly.  This fixes a bug caused by the 2006-05-12 change.
10855
10856 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10857
10858         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10859         some information about the error when saying that the `bogus' mail
10860         group will be used.
10861
10862 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10863
10864         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10865         string.
10866
10867 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10868
10869         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10870
10871 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10872
10873         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10874
10875 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10876
10877         * mml1991.el (mml1991-function-alist): Add epg.
10878         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10879         (mml1991-epg-encrypt): New functions.
10880
10881 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10882
10883         * mml2015.el (mml2015-verbose): New variable.
10884         (mml2015-cache-passphrase): Ditto.
10885         (mml2015-passphrase-cache-expiry): Ditto.
10886         (mml2015-function-alist): Add epg.
10887         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10888         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10889         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10890         New functions.
10891
10892 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10893
10894         * message.el (message-cite-original-1): Preserve region when removing
10895         quoted text due to X-No-Archive in order to avoid bogus attribution
10896         when citing multiple messages.
10897
10898 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10899
10900         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10901         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10902
10903 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10904
10905         * gnus-diary.el (gnus-user-format-function-d)
10906         (gnus-user-format-function-D): Autoload.
10907
10908         * imap.el (Commentary): Fix typo.
10909
10910         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10911         2006-04-22 contribution.
10912
10913 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10914
10915         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10916         It didn't really fix the bogosity I'm seeing with solid web groups.
10917
10918 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10919
10920         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10921         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10922         created using server names.  If we use the feature without declaring
10923         it, Gnus does not properly manage server and group state.
10924
10925         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10926         bound.
10927
10928 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10929
10930         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10931         looking up the method using GROUP's prefix before inventing a new one.
10932         It is used on killed/unknown groups in various places where returning
10933         an all-new method isn't expected by the caller.
10934
10935         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10936         and match semantics of gnus-group-real-prefix.
10937
10938 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10939
10940         * nnmail.el (nnmail-broken-references-mailers): New variable.
10941         (nnmail-ignore-broken-references): New function generalizing
10942         nnmail-fix-eudora-headers.
10943         (nnmail-fix-eudora-headers): Now obsolete.
10944
10945         * gnus-art.el (gnus-button-handle-custom):
10946         Support `customize-apropos*'.
10947
10948 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10949
10950         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10951
10952         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10953         articles.
10954
10955 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10956
10957         * message.el (message-cite-reply-above): New variable.
10958         (message-yank-original): Use it.
10959
10960 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10961
10962         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10963
10964 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10965
10966         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10967         as read.
10968
10969         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10970
10971 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10972
10973         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10974         (gnus-bookmark-default-file): Use gnus-directory.
10975         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10976         Remove "*" in doc string.
10977         (gnus-bookmark-write-file): Simplify.
10978         (gnus-bookmark-maybe-sort-alist): Use `when'.
10979         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10980         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10981         Add FIXME about Emacs 21 and XEmacs compatibility.
10982         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10983         compatibility.
10984         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10985         compatibility.
10986         (gnus-bookmark-menu-heading): Fix version.
10987
10988 2006-06-19  Bastien Guerry  <bzg@altern.org>
10989
10990         * gnus-bookmark.el: New file.
10991
10992 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10993
10994         * message.el (message-syntax-checks): Doc fix.
10995
10996 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10997
10998         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10999         unsubscribed groups as if they were killed ones.  It causes duplicate
11000         entries in gnus-newsrc-alist.
11001
11002 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11003
11004         * message.el (message-syntax-checks): Doc fix.
11005         (message-send-mail): Add check for continuation headers.
11006         (message-check-news-header-syntax): Fix regexp used to check for
11007         continuation headers.
11008
11009 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11010
11011         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11012
11013 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11014
11015         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11016
11017 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11018
11019         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11020         default-truncate-lines.
11021
11022 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11023
11024         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11025         to fill the utf-8 entry.
11026
11027         * lpath.el: Fbind unicode-precedence-list.
11028
11029 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11030
11031         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11032
11033 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11034
11035         * gnus-agent.el (directory-files-and-attributes): Move all the way
11036         forward (the third and final move).
11037         (gnus-agent-read-agentview): Trap reconstruction errors due to
11038         nonexistent directory.  Handle by returning nil.
11039
11040 2006-05-30  Didier Verna  <didier@xemacs.org>
11041
11042         * message.el (message-dont-reply-to-names): Update the custom type.
11043         * message.el (message-dont-reply-to-names): New defsubst: potentially
11044         convert a list of regexps into a single one.
11045         * message.el (message-get-reply-headers): Use it.
11046         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11047
11048 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11049
11050         * gnus-agent.el (directory-files-and-attributes): Move forward.
11051
11052 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11053
11054         * gnus-ml.el (gnus-mailing-list-subscribe)
11055         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11056         (gnus-mailing-list-message): Fix doc strings.
11057
11058 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11059
11060         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11061         of doing it manually.
11062
11063 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11064
11065         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11066         comment.
11067
11068 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11069
11070         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11071         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11072         (gnus-agent-read-local): All symbols allocated in my-obarray.
11073         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11074         (gnus-agent-regenerate-group): Check numeric names to see if they are
11075         messages or groups.
11076         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11077         better way of do this...)
11078
11079         * gnus-cache.el (gnus-agent-total-fetched-for):
11080         Ignore 'dummy.group' (there should be a better way of do this...)
11081
11082 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11083
11084         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11085         (gnus-saved-headers): Ditto.
11086         (gnus-default-article-saver): Mention functions may have properties.
11087         (gnus-article-save): Override gnus-save-all-headers and
11088         gnus-saved-headers by :headers property which saver function may have.
11089         (gnus-summary-save-in-file): Add :headers property.
11090         (gnus-summary-write-to-file): Ditto.
11091
11092         * gnus-sum.el (gnus-summary-save-article): Bind
11093         gnus-prompt-before-saving to t when saving many articles in a file;
11094         always show all headers.
11095
11096         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11097
11098 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11099
11100         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11101         marks.
11102
11103         * message.el (message-indent-citation): Add optional arguments to allow
11104         using it outside of message buffers.
11105
11106         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11107         (gnus-article-treat-unfold-headers): Use it.
11108         (gnus-article-truncate-lines): New variable.
11109         (gnus-article-mode): Use it.
11110         (gnus-article-toggle-truncate-lines): New function.
11111
11112         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11113         Add gnus-article-toggle-truncate-lines.
11114
11115         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11116         coding system in XEmacs, use binary.
11117
11118 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11121         after-load-alist.
11122
11123         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11124         this function should save decoded articles.
11125         (gnus-summary-write-to-file): Use property to specify this function
11126         should save decoded articles and specify gnus-summary-save-in-file
11127         should be used to save articles other than the first one when saving
11128         many articles.
11129         (gnus-summary-save-body-in-file): Use property to specify this
11130         function should save decoded articles.
11131         (gnus-summary-write-body-to-file): Use property to specify this
11132         function should save decoded articles and specify
11133         gnus-summary-save-body-in-file should be used to save articles other
11134         than the first one when saving many articles.
11135
11136         * gnus-sum.el (gnus-summary-save-article): Simplify.
11137
11138 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11139
11140         * gnus-art.el (gnus-default-article-saver):
11141         Add gnus-summary-write-body-to-file.
11142         (gnus-article-save-coding-system): Don't use coding system object
11143         in XEmacs.
11144         (gnus-read-save-file-name): Add optional `dir-var' argument which
11145         specifies directory in which files are saved; work even if optional
11146         `variable' argument is not specified.
11147         (gnus-summary-write-to-file): Read file name.
11148         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11149         (gnus-summary-write-body-to-file): New function.
11150
11151         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11152         (gnus-summary-local-variables): Add it.
11153         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11154         (gnus-summary-save-article): Remove optional `decode' argument;
11155         determine whether to decode articles by the value of
11156         gnus-default-article-saver; when saving many files using
11157         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11158         it first and use gnus-summary-save-in-file or
11159         gnus-summary-save-body-in-file thereafter unless
11160         gnus-prompt-before-saving is always; move point to article which
11161         will be saved.
11162         (gnus-summary-save-article-file): Revert.
11163         (gnus-summary-write-article-file): Revert.
11164         (gnus-summary-save-article-body-file): Revert.
11165         (gnus-summary-write-article-body-file): New function.
11166
11167 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11168
11169         * gnus-art.el (gnus-default-article-saver): Doc fix.
11170         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11171         from gnus-summary-save-article-coding-system, and default to a
11172         certain coding system.
11173         (gnus-output-to-file): Add coding cookie and encode text according
11174         to gnus-article-save-coding-system; don't use mm-append-to-file.
11175
11176         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11177         gnus-art.el and rename to gnus-article-save-coding-system.
11178         (gnus-summary-save-article): Require gnus-art; don't show all
11179         headers if it decodes articles; don't add coding cookie here;
11180         don't bind mm-text-coding-system-for-write.
11181         (gnus-summary-save-article-file): Save decoded articles.
11182         (gnus-summary-write-article-file): When saving many files, use
11183         gnus-summary-write-to-file first and gnus-summary-save-in-file
11184         thereafter unless gnus-prompt-before-saving is always.
11185         (gnus-summary-save-article-body-file): Save decoded articles.
11186
11187         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11188
11189 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11190
11191         * nnrss.el (nnrss-check-group): Bind hash-index.
11192
11193 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11194
11195         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11196         its hash index.  Store this hash in `nnrss-group-data'.
11197         (nnrss-read-group-data): Update accordingly.
11198
11199 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11200
11201         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11202         entry.
11203
11204         * gnus-sum.el (gnus-summary-make-menu-bar):
11205         Add gnus-article-browse-html-article.
11206
11207 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11208
11209         * gnus-sum.el (gnus-summary-mime-map):
11210         Add gnus-article-browse-html-article.
11211
11212         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11213
11214 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11215
11216         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11217         suitable coding systems in customize.
11218
11219 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11220
11221         * mail-source.el (mail-sources): Fix custom type.
11222
11223 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11224
11225         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11226         (gnus-summary-expire-articles-now): Shorten prompt.
11227
11228         * gmm-utils.el (wid-edit): Require.
11229         (defun-gmm): Rename from `gmm-defun-compat'.
11230         (gmm-image-search-load-path): Use it.
11231         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11232
11233 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11234
11235         * gnus-sum.el (gnus-summary-save-article-coding-system):
11236         New variable.
11237         (gnus-summary-save-article): Add optional `decode' argument.
11238         If it is set and gnus-summary-save-article-coding-system is non-nil,
11239         save decoded article.
11240         (gnus-summary-write-article-file): Save decoded article if
11241         gnus-summary-save-article-coding-system is non-nil.
11242
11243         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11244         type.
11245
11246 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11249
11250 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11251
11252         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11253         first to test gnus-single-article-buffer which may be buffer-local.
11254
11255         * gnus-sum.el (gnus-summary-setup-buffer):
11256         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11257         group; make gnus-article-buffer, gnus-article-current, and
11258         gnus-original-article-buffer always buffer-local.
11259         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11260         group.
11261         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11262
11263 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11264
11265         * nnml.el (nnml-request-compact-group): Compressed files might not
11266         have .gz extension.
11267
11268 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11269
11270         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11271         (mm-copy-to-buffer): Use with-current-buffer.
11272         (mm-display-part): Simplify.
11273         (mm-inlinable-p): Add optional arg `type'.
11274
11275 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11276
11277         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11278         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11279         Try harder to show the attachment internally or externally using
11280         gnus-mime-view-part-as-type.
11281
11282 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11283
11284         * message.el (message-from-style, message-signature-separator)
11285         (message-user-organization-file, message-send-mail-function)
11286         (message-citation-line-function, message-yank-prefix)
11287         (message-indent-citation-function, message-signature)
11288         (message-signature-file, message-signature-insert-empty-line):
11289         Remove autoloads.
11290
11291         * gnus-art.el (gnus-buttonized-mime-types):
11292         Remove "multipart/signed".  Revert 2006-04-26 change.
11293
11294 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11295
11296         * gnus.el (gnus-version-number): Bump version.
11297
11298 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11299
11300         * gnus.el: No Gnus v0.5 is released.
11301
11302 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11303
11304         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11305         fetching articles by message-id.
11306
11307 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11308
11309         * message.el (hashcash): Require hashcash as normal.
11310
11311         * ecomplete.el (ecomplete-highlight-match-line):
11312         Use point-at-eol.
11313         (ecomplete-highlight-match-line): Use `highlight', because that
11314         face exists in both Emacs and XEmacs.
11315
11316         * message.el (message-display-abbrev): Use point-at-bol.
11317
11318         * mail-source.el: Don't require timer/timer-funcs.
11319
11320         * gnus-async.el: Ditto.
11321
11322         * password.el: Ditto.
11323
11324         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11325
11326         * mm-url.el: Ditto.
11327
11328         * gnus-xmas.el: Don't require timer-funcs.
11329
11330         * mm-util.el: Require timer/timer-funcs.
11331
11332 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11333
11334         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11335         Close.
11336
11337 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11340         unibyte after clear-decrypt function runs.
11341
11342         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11343         returns as a unibyte string.
11344
11345 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * lpath.el: Revert.
11348
11349         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11350         (pgg-gpg-process-sentinel): Revert.
11351
11352         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11353         (pgg-pgp-lookup-key): Revert.
11354
11355         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11356         (pgg-pgp5-lookup-key): Revert.
11357
11358         * pgg.el (pgg-fetch-key): Revert.
11359
11360 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * lpath.el: Fbind string-as-multibyte for XEmacs.
11363
11364         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11365         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11366         (mml1991-pgg-encrypt): Ditto.
11367
11368         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11369         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11370         a multibyte buffer.
11371
11372         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11373         (pgg-pgp-lookup-key): Ditto.
11374
11375         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11376         (pgg-pgp5-lookup-key): Ditto.
11377
11378         * pgg.el (pgg-fetch-key): Ditto.
11379
11380 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11381
11382         * message.el (message-user-organization-file): Check several
11383         locations of the organization file.
11384
11385         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11386         Add gnus-article-view-part-as-type.
11387
11388         * gnus-art.el (gnus-article-view-part-as-type): New function.
11389
11390         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11391         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11392
11393         * mml.el: Simplify autoload.
11394         (mml-mode): defvar dnd-protocol-alist instead of using
11395         symbol-value.
11396         (mml-default-directory): New variable.
11397         (mml-minibuffer-read-file): Use it.
11398         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11399
11400         * message.el (message-citation-line-format): New variable.
11401         (message-insert-formated-citation-line): New function.
11402         (message-citation-line-function):
11403         Add `message-insert-formated-citation-line' to custom type.
11404
11405         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11406         to doc string.
11407
11408         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11409         depending on mm-verify-option.
11410
11411 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11414         binding pgg-* variables; reimplement the section which prevents
11415         MIME header from being signed.
11416         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11417         pgg-text-mode; remove a blank line at the top of body.
11418
11419         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11420         lines at the top of body; use gnus-newsgroup-charset if there's no
11421         Charset header.
11422
11423 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11424
11425         * message.el (message-self-insert-commands): Doc fix.
11426
11427         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11428         (mm-uu-pgp-encrypted-test): Ditto.
11429         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11430         between header and body; return application/pgp-encrypted handle
11431         if decryption failed; decode decrypted body by charset.
11432
11433         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11434         element match to application/pgp-*.
11435
11436 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11437
11438         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11439         HTML.
11440
11441 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11442
11443         * mail-source.el (mail-source-call-script): Message the error
11444         string.
11445
11446 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11447
11448         * gnus-util.el (gnus-byte-compile): Use it.
11449
11450 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11451
11452         * gnus-util.el (kill-empty-logs): New function.
11453
11454 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11455
11456         * message.el (message-mail-alias-type): Doc fix.
11457         (message-mail-alias-type-p): New function.
11458         (message-send): Use it.
11459         (message-mode): Ditto.
11460         (message-strip-forbidden-properties): Ditto.
11461
11462         * ecomplete.el (ecomplete-database-file-coding-system):
11463         New variable.
11464         (ecomplete-save): Use it.
11465         (ecomplete-setup): Use it.
11466
11467 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11468
11469         * message.el (message-self-insert-commands): New variable.
11470         (message-strip-forbidden-properties): Use it.
11471
11472 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11473
11474         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11475         that doesn't make XEmacs choke.
11476
11477 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11478
11479         * gnus-util.el (gnus-replace-in-string):
11480         Prefer replace-regexp-in-string over of replace-in-string.
11481
11482 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11483
11484         * gnus-util.el (gnus-select-frame-set-input-focus):
11485         Use select-frame-set-input-focus if it is available in XEmacs; use
11486         definition defined in Emacs 22 for old Emacsen.
11487
11488         * dgnushack.el: Autoload unmorse-region for XEmacs.
11489
11490         * lpath.el: Bind cursor-in-non-selected-windows and
11491         select-frame-set-input-focus for XEmacs.
11492
11493 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11494
11495         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11496
11497 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11498
11499         * gnus-registry.el (gnus-registry-cache-save): Remove text
11500         properties when saving via the temp buffer.
11501
11502 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11503
11504         * message.el (message-generate-hashcash): Honor custom type.
11505
11506 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11507
11508         * message.el (message-generate-hashcash): Default to non-nil when
11509         hashcash is found.
11510
11511         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11512         (gnus-refer-thread-limit): Increase default to 500.
11513
11514         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11515
11516         * flow-fill.el (fill-flowed): Allow delete-space.
11517
11518 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11519
11520         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11521         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11522         Remove autoloads.
11523
11524 2006-04-18  Simon Josefsson  <jas@extundo.com>
11525
11526         * message.el (message-generate-hashcash): Default to.
11527
11528 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11529
11530         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11531         concatenating segments rather than before concatenating them.
11532
11533 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11534
11535         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11536
11537 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11538
11539         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11540
11541         * message.el (message-forward-make-body-plain):
11542         Allow message-forward-ignored-headers to be a list.
11543         (message-remove-ignored-headers): Factor out into function.
11544         (message-forward-make-body-mml): Use it.
11545
11546         * imap.el (imap-quote-specials): New function.
11547         (imap-login-auth): Quote specials.
11548
11549         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11550         (rfc2231-parse-string): Allow concatanation of parameters that
11551         aren't contiguous.  The test case is
11552           (mail-header-parse-content-type "message/external-body;
11553             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11554             access-type=LOCAL-FILE;
11555             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11556
11557 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11558
11559         * nntp.el (nntp-accept-process-output): Return the value of
11560         `nnheader-accept-process-output'.
11561
11562 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11563
11564         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11565         (gnus-button-alist): Recognize more diff formats.
11566         (gnus-button-patch): Strip directory.
11567
11568 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11569
11570         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11571         Emacs 22 when setting focus.
11572
11573 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11574
11575         * gnus-art.el (gnus-article-treat-types): Do treatment of
11576         text/x-verbatim parts.
11577         (gnus-button-patch): New command.
11578
11579         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11580         addresses that contain invalid characters.
11581
11582 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11583
11584         * message.el (message-put-addresses-in-ecomplete):
11585         Use gnus-replace-in-string.
11586         (message-is-yours-p): Use the more correct
11587         mail-header-parse-address instead of
11588         mail-extract-address-components.
11589         (message-put-addresses-in-ecomplete): Fix typo.
11590
11591         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11592         keystroke.
11593
11594         * gnus-art.el (gnus-treatment-function-alist): Change order of
11595         newsgroups/generic header folding to avoid double-folding.
11596
11597         * message.el (message-hidden-headers): Add X-Draft-From.
11598
11599         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11600         New command.
11601         (gnus-summary-repeat-search-article-backward): New command.
11602
11603         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11604         groups in the parent topic.
11605
11606 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11607
11608         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11609         (spam-extra-header-to-number): Return the CRM114 number as a
11610         number instead of a string.
11611
11612 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11613
11614         * gnus-art.el (gnus-face-properties-alist): Move here from
11615         gnus-fun.
11616
11617         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11618
11619 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11620
11621         * message.el (message-strip-forbidden-properties): Only display on
11622         self-insert-command.
11623
11624         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11625         reindent.
11626         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11627
11628 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11629
11630         * smiley.el (smiley-style): Fix typo.
11631
11632 2006-03-23  Kenichi Handa  <handa@m17n.org>
11633
11634         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11635         instead of set-buffer-multibyte.
11636
11637 2006-03-23  Kenichi Handa  <handa@m17n.org>
11638
11639         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11640         buffer and then decode the buffer text if necessary.
11641         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11642         first, and after mm-encode-body, change the buffer to unibyte.
11643
11644 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11645
11646         * hashcash.el (hashcash-insert-payment-async-2):
11647         Use message-goto-eoh instead of doing it manually.
11648         (mail-add-payment): Use message-narrow-to-header instead of trying
11649         to do the same itself.
11650
11651         * message.el (message-hidden-headers): Add Face.
11652
11653         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11654         reparenting code.
11655         (gnus-summary-reparent-children): Refactored out code.
11656         (gnus-summary-thread-map): New keystroke.
11657         (gnus-summary-reparent-children): Make into command.
11658
11659         * smiley.el (smiley-style): Default to `medium' if using a large
11660         font.
11661
11662         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11663         does it itself.
11664
11665         * message.el (message-point-in-header-p): Simplify definition.
11666
11667 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11668
11669         * nnagent.el (nnagent-request-set-mark): Silence log file
11670         writing.
11671         (nnagent-request-set-mark): Use write-region instead of
11672         append-to-file.
11673
11674         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11675         strange select method.
11676
11677         * ecomplete.el (ecomplete-display-matches): Get highlightling
11678         right.
11679         (ecomplete-display-matches): Use literals.
11680         (ecomplete-display-matches): Disable message logging.
11681
11682         * message.el (message-display-abbrev): Small optimization.
11683
11684         * ecomplete.el (ecomplete-display-matches): Allow automatic
11685         display.
11686
11687         * message.el (message-strip-forbidden-properties):
11688         Display abbrevs.
11689         (message-display-abbrev): Get automatic display right.
11690
11691         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11692         keystrokes.
11693
11694 2006-04-13  Romain Francoise  <romain@orebokech.com>
11695
11696         TODO: Backport to v5-10!
11697
11698         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11699         Move here (and rename) from gnus-registry.el.
11700
11701         * gnus-registry.el: Require gnus-util.
11702         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11703
11704 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11705
11706         * gnus-group.el (gnus-group-catchup-current):
11707         Change if-then-else-if-then-else into cond.
11708         (gnus-group-catchup): Indent.
11709         (group-name-at-point): New function.
11710         (gnus-fetch-group): Provide default from thing at point.
11711
11712 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11713
11714         * message.el (message-display-abbrev): Fix regexp.
11715
11716         * ecomplete.el (ecomplete-highlight-match-line):
11717         Reimplement choosing.
11718         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11719         dead variables.
11720
11721         * message.el (message-newline-and-indent): Remove debugging.
11722         (message-display-abbrev): Use new implementation.
11723
11724 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11725
11726         * gnus-art.el (gnus-article-mode):
11727         Set cursor-in-non-selected-windows to nil.
11728
11729         * smiley.el: Revert previous change.
11730         (smiley-data-directory): defvar it before using it in the
11731         defcustom of `smiley-style'.
11732
11733 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11734
11735         * message.el (message-newline-and-indent): New function.
11736
11737         * ecomplete.el: Implement more bits.
11738
11739         * message.el (message-put-addresses-in-ecomplete): Clean up the
11740         string.
11741
11742         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11743
11744         * gnus-sum.el (gnus-summary-save-parts):
11745         Bind gnus-summary-save-parts-counter and use it to make unique file
11746         names.
11747
11748         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11749
11750         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11751         parameter to say whether to actually parse the individual
11752         addresses.
11753
11754         * message.el (message-put-addresses-in-ecomplete): New function.
11755         (ecomplete): Require.
11756         (message-mail-alias-type): Add ecomplete as an option.
11757
11758 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11759
11760         * flow-fill.el (fill-flowed): Remove trailing space from blank
11761         quoted lines.
11762
11763 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11764
11765         * smiley.el (smiley-style): Move definition later to avoid a
11766         compilation warning.
11767
11768 2006-04-12  Kenichi Handa  <handa@m17n.org>
11769
11770         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11771         buffer and then decode the buffer text if necessary.
11772         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11773         first, and after mm-encode-body, change the buffer to unibyte.
11774         Use mm-disable-multibyte instead of set-buffer-multibyte.
11775
11776 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11777
11778         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11779         Content-Type header instead of Content-Disposition header.
11780         (gnus-mime-inline-part): Ditto.
11781         (gnus-mime-view-part-as-charset): Ignore charset that the part
11782         specifies.
11783
11784         * mm-decode.el (mm-display-part): Work with external parts and
11785         usual parts similarly.
11786
11787         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11788         instead of gnus-display-mime.
11789
11790         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11791         instead of with-temp-buffer.
11792
11793         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11794         tag to summarized topics part in order to encode non-ASCII text.
11795
11796 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11797
11798         * smiley.el (smiley-style): New variable.
11799         (smiley-directory): New function.
11800         (smiley-data-directory): Derive from `smiley-style' using
11801         `smiley-directory'.
11802         (smiley-regexp-alist): Add new entries.
11803
11804         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11805         (gnus-article-browse-delete-temp): Add :version.
11806
11807 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11808
11809         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11810         the sieve region.
11811
11812 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11813
11814         * gnus.el (gnus-version-number): Bump version.
11815
11816 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11817
11818         * gnus.el: No Gnus v0.4 is released.
11819
11820 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11821
11822         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11823         layout.
11824
11825         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11826         unknown charset.
11827
11828         * message.el (message-header-synonyms): Add Original-To to the
11829         default.
11830
11831         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11832         optional parameter.
11833
11834 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11835
11836         * gnus-fun.el (gnus): Require it for gnus-directory.
11837
11838 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11839
11840         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11841
11842 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11843
11844         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11845
11846 2006-04-05  Simon Josefsson  <jas@extundo.com>
11847
11848         * password.el (password-reset): New function.
11849
11850 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11851
11852         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11853         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11854
11855 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11856
11857         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11858         Some whitespace was matched into the url, which broke browsing hits
11859         > 100 when mm-url-use-external was nil.
11860
11861 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11862
11863         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11864         Check gnus-extra-headers for 'Newsgroups.
11865
11866         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11867         bound.
11868
11869 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11870
11871         * pgg-gpg.el: Clean up process buffers every time gpg processes
11872         complete.
11873
11874 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11875
11876         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11877         doc string.
11878
11879 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11880
11881         * pgg-gpg.el (pgg-gpg-process-filter)
11882         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11883
11884         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11885         lines, temporary fix.
11886
11887 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11888
11889         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11890
11891 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11892
11893         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11894         default-enable-multibyte-characters.  This reverts the change from
11895         revision 6.17 which is no longer necessary because the passphrase
11896         is sent separately now.  GnuPG messages are unreadable under
11897         multibyte locales with default-enable-multibyte-characters set to
11898         nil.
11899
11900 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11901
11902         * message.el (message-tool-bar-gnome): Move "spell".
11903
11904 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11905
11906         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11907         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11908         instead.
11909
11910 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11911
11912         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11913         Improve newsgroups handling for NNTP overviews which don't include
11914         Newsgroups.
11915
11916 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11917
11918         * message.el (message-resend): Bind message-generate-hashcash to nil.
11919
11920 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11921
11922         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11923         when searching for already-paid recipients.
11924
11925 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11926
11927         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11928         passphrases when it is not needed.
11929         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11930         passphrase stuff from gpg, should only be necessary when you use
11931         gpg with a smartcard.
11932
11933 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11934
11935         * mml.el (mml-insert-mime): Ignore cached contents of
11936         message/external-body part.
11937
11938         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11939         (mm-insert-part): Ditto.
11940
11941 2006-03-23  Simon Josefsson  <jas@extundo.com>
11942
11943         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11944         Reiner.
11945         (pgg-gpg-use-agent-p): Use it again.
11946
11947 2006-03-23  Simon Josefsson  <jas@extundo.com>
11948
11949         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11950         older emacsen.
11951         (pgg-gpg-use-agent-p): Don't use it.
11952
11953 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11954
11955         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11956         if we can.
11957
11958 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11959
11960         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11961         (pgg-gpg-update-agent): New function.
11962         (pgg-gpg-use-agent-p): New function.
11963         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11964         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11965         (pgg-gpg-sign-region): Use it.
11966
11967 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11970         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11971
11972 2006-03-21  Simon Josefsson  <jas@extundo.com>
11973
11974         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11975         <wilde@sha-bang.de>.
11976         (pgg-gpg-use-agent): New variable.
11977         (pgg-gpg-process-region): Use it.
11978         (pgg-gpg-encrypt-region): Likewise.
11979         (pgg-gpg-encrypt-symmetric-region): Likewise.
11980         (pgg-gpg-decrypt-region): Likewise.
11981         (pgg-gpg-sign-region): Likewise.
11982         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11983
11984 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11985
11986         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11987
11988         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11989         Add comment on version.
11990
11991 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11992
11993         * smiley.el: Add missing test smiley.
11994
11995 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11996
11997         * mm-decode.el (mm-with-part): New macro.
11998         (mm-get-part): Use it; work with message/external-body as well.
11999         (mm-save-part): Treat name and filename equally.
12000
12001         * mm-extern.el (mm-extern-cache-contents): New function.
12002         (mm-inline-external-body): Use it; force the part to be displayed;
12003         move undisplayer added to the cached handle to the parent.
12004
12005         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12006         (gnus-mime-view-part-as-type): Work with message/external-body.
12007
12008         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12009
12010 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12011
12012         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12013         images in image-load-path.  [Sync with image.el, revision 1.60, in
12014         Emacs.]
12015
12016 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12017
12018         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12019         path rather than symbol.  Always return list of directories.
12020         Guarantee that image directory comes first.  [Sync with image.el,
12021         revision 1.59, in Emacs.]
12022
12023         * message.el (message-make-tool-bar): Adjust to new API of
12024         `gmm-image-load-path-for-library'.
12025
12026         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12027
12028         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12029
12030 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12031
12032         * gnus-art.el (gnus-article-only-boring-p):
12033         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12034         intangible text.
12035         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12036
12037 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12038
12039         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12040         Use `defun' instead of `gmm-defun-compat'.
12041
12042 2006-03-14  Simon Josefsson  <jas@extundo.com>
12043
12044         * message.el (message-unique-id): Don't use message-number-base36
12045         if (user-uid) is a float.
12046         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12047
12048 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12049
12050         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12051
12052         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12053         empty line between a part and a message part.
12054
12055 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12056
12057         * smiley.el: Add more test smileys.
12058         (smiley-data-directory, smiley-regexp-alist)
12059         (gnus-smiley-file-types): Fix doc strings.
12060         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12061         adding new elements.
12062         (smiley-mouse-map): Unused code.  Make it a comment.
12063
12064 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12067         scan latest NoCeM messages instead of old ones.
12068         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12069         delimiters that are recently used.
12070         (gnus-nocem-load-cache): Add autoload cookie.
12071
12072         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12073
12074         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12075         level which is larger than gnus-use-nocem is specified.
12076
12077         * gnus-group.el (gnus-group-get-new-news): Ditto.
12078
12079 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12080
12081         * gnus-util.el (gnus-tool-bar-update): New function.
12082
12083         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12084         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12085
12086         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12087
12088         * gnus-group.el (gnus-group-redraw-when-idle)
12089         (gnus-group-redraw-check): Remove.
12090         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12091
12092 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12095         if optional last element is specified in splits (FIELD VALUE...).
12096
12097 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12098
12099         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12100         to gmm-image-load-path-for-library.  Call with no-error argument.
12101         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12102
12103         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12104
12105         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12106
12107         * gmm-utils.el (gmm-image-load-path): Remove alias.
12108
12109 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12110
12111         * gmm-utils.el (gmm-image-load-path): Add alias.
12112
12113         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12114         nnml-generate-nov-databases-1.
12115         (nnml-generate-nov-databases): Use it.
12116         (nnml-generate-nov-databases-directory): Document no-active
12117         argument.
12118
12119         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12120         directory if path is t.  Add no-error.
12121
12122         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12123         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12124
12125         * gnus-art.el (gnus-article-browse-delete-temp-files):
12126         Simplify resetting gnus-article-browse-html-temp-list.
12127
12128         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12129         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12130         Add example to docstring.  Rename local variables.  Move error
12131         checks to default case in cond and simplify.
12132
12133 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12134
12135         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12136         handle is multipart when calling it recursively.
12137         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12138
12139 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12140
12141         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12142         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12143
12144 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12147         is loaded.
12148
12149         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12150         loaded.
12151
12152 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12153
12154         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12155         to "Emacs 23 (unicode)" in doc string.
12156
12157         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12158         "Emacs 23 (unicode)" in comment.
12159
12160 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12161
12162         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12163
12164         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12165         characters 160 through 255 in Emacs 23.
12166
12167 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12168
12169         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12170         gnus-article-browse-html-temp.
12171         (gnus-article-browse-delete-temp): Make it customizable.
12172         Add `file'.  Adjust doc string.
12173         (gnus-article-browse-delete-temp-files): Add argument.
12174         Allow query for each file.  Adjust doc string.
12175         (gnus-article-browse-html-parts):
12176         Add `gnus-article-browse-delete-temp-files' to
12177         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12178
12179 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12180
12181         * gnus-art.el (gnus-article-browse-html-temp)
12182         (gnus-article-browse-delete-temp): New variables.
12183         (gnus-article-browse-delete-temp-files): New function.
12184         (gnus-article-browse-html-parts): Use it.
12185
12186 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12187
12188         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12189
12190         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12191         string.
12192
12193         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12194         gnus-summary-insert-new-articles when unplugged.
12195         Remove gnus-summary-search-article-forward.
12196
12197         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12198         display-visual-class instead of display-color-cells.
12199
12200 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12201
12202         * dgnushack.el: Autoload customize-group for XEmacs.
12203
12204         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12205         message/* containing non-ASCII text properly.
12206
12207 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12208
12209         * message.el: Require gmm-utils, remove autoloads.
12210         (message-tool-bar): Set default based on
12211         gmm-tool-bar-style.
12212         (message-tool-bar-gnome): Add gmm-customize-mode.
12213
12214         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12215         gmm-tool-bar-style.
12216         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12217
12218         * gnus-group.el (gnus-group-tool-bar): Set default based on
12219         gmm-tool-bar-style.
12220         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12221
12222         * gmm-utils.el (gmm-image-directory): Rename variable from
12223         gmm-image-load-path.
12224         (gmm-image-load-path): Use gmm-image-directory.
12225         (gmm-customize-mode): New function.
12226         (gmm-tool-bar-style): New variable.
12227
12228         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12229         gnus-group-redraw-line-number.
12230         (gnus-group-redraw-check): Simplify.
12231         (gnus-group-tool-bar-update): Remove redraw check.
12232         (gnus-group-make-tool-bar): Add redraw check.
12233
12234 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12235
12236         * gnus-art.el (gnus-button): Add missing parentheses.
12237
12238 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12239
12240         * lpath.el: Fbind line-number-at-pos.
12241
12242 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12245
12246 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12247
12248         * gnus-art.el (gnus-button): New face.
12249         (gnus-article-button-face): Use it.
12250
12251         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12252         Add gnus-summary-next-page.  Re-order.
12253
12254         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12255         next-node are now included.
12256         (gnus-group-redraw-line-number): New internal variable.
12257         (gnus-group-redraw-check): Helper function for updating the tool
12258         bar.
12259         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12260
12261         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12262
12263         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12264         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12265         Use it to match format of Spamassassin 3.0 and later.
12266         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12267         (spam-check-bogofilter)
12268         (spam-bogofilter-register-with-bogofilter): Fix args of
12269         `gnus-error' calls.
12270
12271 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12272
12273         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12274         unnecessary interaction when sending queued mails.
12275         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12276
12277 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12278
12279         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12280         first or last are nil.
12281
12282 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12283
12284         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12285
12286 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12287
12288         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12289
12290 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12291
12292         * dns.el (query-dns): Protect more against buggy tcp output.
12293
12294 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12295
12296         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12297         nov.php.
12298
12299 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12300
12301         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12302         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12303         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12304         output on the server side.
12305         (nnweb-google-create-mapping): Update regexps and add some
12306         progress indication.
12307
12308 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12309
12310         * gnus-group.el (gnus-group-tool-bar-gnome):
12311         Fix gnus-agent-toggle-plugged.  Re-order icons.
12312         (gnus-group-tool-bar-gnome):
12313         Add gnus-group-{prev,next}-unread-group.
12314         (gnus-group-tool-bar-gnome): Re-order icons.
12315
12316         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12317         Move gnus-summary-insert-new-articles.
12318
12319         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12320         Fix comments.
12321
12322         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12323         also available in Emacs 21.3.
12324
12325         * message.el (message-fix-before-sending): Change "Emacs 22" to
12326         "Emacs 23 (unicode)" in comment.
12327
12328         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12329         "Emacs 23 (unicode)" in comment.
12330
12331         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12332         comment.
12333         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12334
12335         * mm-view.el (mm-fill-flowed): Add :version.
12336
12337 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12340         and load-path.
12341
12342 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12343
12344         * message.el: Autoload gmm-image-load-path.
12345         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12346         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12347         consitency.
12348
12349         * gmm-utils.el (gmm-image-load-path): Also search in
12350         "../etc/images".  Don't set gmm-image-load-path if we don't find
12351         the image.
12352
12353 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * gmm-utils.el (gmm-image-load-path): Don't make
12356         `gmm-image-load-path' include subdirectories which the second arg
12357         `image' might specify.
12358
12359         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12360         subdirectory to icon file names.
12361
12362         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12363
12364 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12365
12366         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12367         gmm-image-load-path calls.
12368
12369         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12370
12371         * message.el (message-make-tool-bar): Ditto.
12372
12373         * mml.el (mml-preview): Add comment concerning tool bar icons.
12374
12375         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12376         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12377
12378         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12379         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12380
12381         * message.el (message-tool-bar-gnome): Use new icon names.
12382         (message-make-tool-bar): Use `gmm-image-load-path'.
12383
12384         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12385         New functions from MH-E.
12386         (gmm-image-load-path): New variable from MH-E.
12387         (gmm-image-load-path): New function from MH-E.  Add arguments
12388         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12389         *-image-load-path-called-flag.
12390
12391 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12392
12393         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12394
12395 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12396
12397         * nnimap.el (nnimap-request-move-article): Change folder back to
12398         source group before deleting.
12399
12400 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12401
12402         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12403
12404         * gnus-art.el (mm-url-insert-file-contents-external):
12405         Autoload mm-url.
12406
12407         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12408
12409 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12410
12411         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12412         coding system which mm-charset-to-coding-system returns for a
12413         given charset is valid.
12414
12415 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12416
12417         * html2text.el (html2text-remove-tag-list):
12418         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12419
12420 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12421
12422         * gnus-cus.el: Revert 2005-10-17 change.
12423
12424 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12425
12426         * gnus-art.el (article-strip-banner):
12427         Call article-really-strip-banner only when the regexp match is made.
12428
12429 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12430
12431         * gnus-art.el (article-strip-banner):
12432         Use gnus-extract-address-components instead of
12433         mail-header-parse-addresses to make it work with non-ASCII text;
12434         remove mail-encode-encoded-word-string.
12435
12436         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12437         values which are surrounded with \"...\"; make it never cause a
12438         Lisp error; give up parsing of parameters if it failed in
12439         extracting type.
12440
12441 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12442
12443         * smime.el (smime-cert-by-ldap-1): Fix bug where
12444         `smime-ldap-search' returns results without userCertificates.
12445
12446 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12447
12448         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12449
12450 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12451
12452         * spam.el (spam-check-spamassassin-headers): Adapt format for
12453         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12454         <ari@mbf.ocn.ne.jp>.
12455         (spam-list-of-processors): Add spam-use-gmane.
12456
12457 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12458
12459         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12460         make-temp-file; make it work with XEmacs as well.
12461
12462         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12463         mm-make-temp-file.
12464
12465         * mm-decode.el (mm-display-external): Use the 3rd arg of
12466         mm-make-temp-file.
12467         (mm-create-image-xemacs): Ditto.
12468
12469 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12470
12471         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12472         with message-narrow-to-headers.
12473         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12474         (gnus-draft-check-draft-articles): New function.
12475         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12476
12477 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12478
12479         * gnus-art.el (gnus-article-browse-html-parts):
12480         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12481         Don't use suffix argument for mm-make-temp-file for Emacs 21
12482         compatibility.  Remove useless `format'.
12483
12484 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12485
12486         * nnweb.el (nnweb-google-wash-article): Update regexps.
12487         (nnweb-group-alist): Use defvoo instead of defvar.
12488
12489 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12490
12491         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12492         re-loading nn* modules.
12493
12494 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12495
12496         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12497         for `tool-bar-mode' and don't check it's default-value.
12498
12499         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12500
12501         * message.el (message-make-tool-bar): Ditto.
12502
12503         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12504         `substring'.  Shorten tmp-file name.
12505
12506         * gnus.el: Remove bogus comment.
12507
12508 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12509
12510         * gnus-art.el (gnus-article-browse-html-parts): New function.
12511         (gnus-article-browse-html-article): New function for viewing html
12512         articles with a browser.
12513
12514 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12515
12516         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12517         in elisp.
12518         (pgg-gpg-encrypt-symmetric-region): Ditto.
12519         (pgg-gpg-sign-region): Ditto.
12520
12521         * pgg-def.el (pgg-text-mode): New variable.
12522
12523         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12524         (mml2015-pgg-encrypt): Ditto.
12525
12526         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12527         (mml1991-pgg-encrypt): Ditto.
12528
12529 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12530
12531         * nnfolder.el (nnfolder-insert-newsgroup-line):
12532         Use message-make-date instead of current-time-string.
12533
12534         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12535         to gnus-decoded which mm-uu might set.
12536
12537 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12538
12539         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12540         don't decode quoted parameters; remove misimported Emacs code.
12541         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12542         (rfc2231-decode-encoded-string): Don't use split-string which
12543         behaves differently according to Emacs version; use
12544         mm-decode-coding-region to convert charset to coding-system.
12545         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12546         (rfc2231-encode-string): Remove misimported Emacs code.
12547
12548 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12549
12550         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12551         when calling mail-header-parse-content-type.
12552         (article-de-quoted-unreadable): Ditto.
12553         (article-de-base64-unreadable): Ditto.
12554         (article-wash-html): Ditto.
12555
12556         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12557         calling mail-header-parse-content-type and
12558         mail-header-parse-content-disposition.
12559         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12560         mail-header-parse-content-type.
12561
12562         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12563         insert charset and format parameters; encode description after
12564         inserting it to buffer.
12565         (mml-insert-parameter): Fold lines properly even if a parameter is
12566         segmented into two or more lines; change the max column to 76.
12567
12568         * rfc1843.el (rfc1843-decode-article-body): Don't use
12569         ignore-errors when calling mail-header-parse-content-type.
12570
12571         * rfc2231.el (rfc2231-parse-string): Return at least type if
12572         possible; don't cause an error even if it fails in parsing of
12573         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12574         (rfc2231-encode-string): Don't break lines at the beginning, leave
12575         it to mml-insert-parameter.
12576
12577         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12578         calling mail-header-parse-content-type.
12579
12580 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12581
12582         * spam-report.el (spam-report-gmane-use-article-number):
12583         Improve doc string.
12584         (spam-report-gmane-internal): Check if a suitable header was found
12585         in the article.
12586
12587 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12588
12589         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12590         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12591
12592 2006-02-05  Romain Francoise  <romain@orebokech.com>
12593
12594         Update copyright notices of all files in the gnus directory.
12595
12596 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12597
12598         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12599
12600 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12601
12602         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12603         segmented lines of parameter value to cope with Thunderbird 1.5
12604         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12605         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12606         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12607
12608 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12609
12610         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12611         parts.
12612
12613 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12614
12615         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12616         there's only one active file for all servers.
12617         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12618         solid groups.  Gnus might have used a FAST request to select the group.
12619         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12620         and nnweb-search redundantly in the active file.
12621         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12622         (nnweb-request-create-group): Don't use ARGS.
12623         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12624         initialisations.  Let nnoo do the work.
12625
12626 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12627
12628         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12629         Say the part has been decoded.
12630
12631         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12632
12633 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12634
12635         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12636         mailcap-viewer-test-cache when there's no 'test clause, since that
12637         will invert the meaning of a "nil" test previously determined by
12638         mailcap-mailcap-entry-passes-test.
12639
12640 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12641
12642         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12643         compiling.
12644
12645         * gnus-sum.el: Ditto.
12646
12647         * message.el: Don't bind tool-bar-map when compiling.
12648
12649 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12650
12651         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12652
12653 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12654
12655         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12656         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12657         current Google Groups.
12658
12659 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12660
12661         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12662         and tool-bar-mode.
12663
12664         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12665         and tool-bar-mode.
12666
12667         * message.el (message-tool-bar-update): Simplify.
12668         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12669
12670         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12671         gnus-summary-buffer.
12672         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12673         gnus-summary-reply.
12674
12675         * gmm-utils.el (gmm): Add :version.
12676
12677 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * Makefile.in (clean): New rule.
12680         (distclean): Use it.
12681
12682 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12683
12684         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12685         Don't autoload.
12686
12687 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12688
12689         * gmm-utils.el (gmm-verbose): Add :group.
12690
12691 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12692
12693         * message.el: Change some comments WRT tool-bars.
12694
12695         * gnus-sum.el (gnus-summary-tool-bar)
12696         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12697         (gnus-summary-tool-bar-zap-list): New variables.
12698         (gnus-summary-make-tool-bar): Complete rewrite using
12699         `gmm-tool-bar-from-list'.
12700
12701         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12702         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12703         New variables.
12704         (gnus-group-make-tool-bar): Complete rewrite using
12705         `gmm-tool-bar-from-list'.
12706         (gnus-group-tool-bar-update): New function.
12707
12708         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12709
12710 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12713         is dissected into a single part of which the type is the same as
12714         the given one; decode charset.
12715
12716 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12717
12718         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12719         into alists as symbol not string, since that's what
12720         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12721         look for.
12722
12723 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12724
12725         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12726         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12727
12728         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12729
12730 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12733         (gnus-xmas-mime-security-button-menu): New function.
12734
12735         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12736         (gnus-mime-security-button-menu): New definition.
12737         (gnus-mime-security-button-map): Use them.
12738         (gnus-mime-security-button-menu): New function.
12739         (gnus-insert-mime-security-button): Addition to help echo.
12740         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12741         (gnus-mime-security-pipe-part): New functions.
12742
12743         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12744         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12745
12746         * mm-decode.el (mm-handle-set-disposition): Remove.
12747         (mm-handle-set-description): Remove.
12748
12749 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12750
12751         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12752         (mm-w3m-standalone-supports-m17n-p): New function.
12753         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12754         w3m usage.
12755
12756         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12757         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12758
12759 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12760
12761         * message.el (message-tool-bar-zap-list):
12762         Use gmm-tool-bar-zap-list as custom type.
12763         (message-tool-bar-update): New function.
12764         (message-tool-bar, message-tool-bar-gnome)
12765         (message-tool-bar-retro): Add message-tool-bar-update.
12766         (message-tool-bar-gnome): Add flyspell-buffer.
12767
12768         * gnus-util.el (gnus-error): Describe `args'.
12769
12770         * gmm-utils.el (gmm-error): Describe `args'.
12771         (gmm-tool-bar-zap-list): New widget.
12772         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12773
12774 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12777         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12778         the number of recursive calls.
12779
12780         * mm-decode.el (mm-handle-set-disposition): New macro.
12781         (mm-handle-set-description): New macro.
12782
12783 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12784
12785         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12786         encoding.
12787
12788 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12789
12790         * message.el (message-tool-bar-zap-list, message-tool-bar)
12791         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12792         (message-tool-bar-local-item-from-menu): Remove.
12793         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12794         (message-make-tool-bar): New function.
12795         (message-mode): Use `message-make-tool-bar'.
12796
12797         * gmm-utils.el: New file.
12798         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12799         (gmm-lazy): New widget copied from `nnmail.el'.
12800         (gmm-tool-bar-from-list): New function for creating customizable
12801         tool bars.
12802         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12803         output.
12804         (gmm): Add :prefix to defgroup.
12805
12806 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12807
12808         * gmm-utils.el (gmm-widget-p): New function.
12809
12810 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12811
12812         * mml.el (mml-attach-file): Describe `description' in doc string.
12813         (mml-menu): Add Emacs MIME manual and PGG manual.
12814
12815 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12816
12817         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12818
12819 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12820
12821         * nntp.el (nntp-end-of-line): Doc fix.
12822
12823 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12824
12825         * imap.el (imap-open): Handle case where buffer is a buffer
12826         object.
12827
12828 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12829
12830         * gnus-delay.el (gnus-delay): Don't autoload.
12831         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12832         to be re-loaded when customizing the `gnus-delay' group.
12833
12834 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12835
12836         * message.el (message-insert-citation-line): Use newlines.
12837
12838 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12839
12840         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12841         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12842         these routines, so the passphrase can be managed externally and
12843         passed in to the system.
12844         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12845         pgg-add-passphrase-to-cache function.
12846
12847         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12848         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12849         these routines, so the passphrase can be managed externally and
12850         passed in to the system.
12851         (pgg-pgp5-sign-region): Use new name of
12852         pgg-add-passphrase-to-cache function.
12853
12854 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12855
12856         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12857         part of the decoded armor to find the key-identifier.
12858         (pgg-gpg-lookup-key-owner): New function to return the
12859         human-readable identifier of a key owner.
12860         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12861         itself.
12862         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12863         the key value) if we have a key and can match it against a secret
12864         key.  Also, added a note pointing out fact that the prompt only
12865         indicates the first matching key.
12866
12867         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12868         pgg-decrypt-region.
12869         (pgg-add-passphrase-to-cache): Rename from
12870         `pgg-add-passphrase-cache' to reduce confusion (all callers
12871         changed).
12872         (pgg-remove-passphrase-from-cache): Rename from
12873         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12874         changed).
12875         (pgg-read-passphrase, pgg-add-passphrase-cache)
12876         (pgg-remove-passphrase-cache): Add informative docstrings.
12877         (pgg-decrypt): Convey provided passphrase in subordinate call to
12878         pgg-decrypt-region.
12879
12880 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12881
12882         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12883         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12884         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12885         'passphrase' argument, so the passphrase can be managed externally
12886         and then passed in to the system.
12887
12888         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12889         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12890         so the passphrase cache can be used reliably with identifiers
12891         besides a pgp packet's key id.
12892
12893         * pgg-gpg.el (pgg-gpg-encrypt-region)
12894         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12895         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12896         these routines, so the passphrase can be managed externally and
12897         passed in to the system.
12898
12899         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12900         'notruncate' argument, so the passphrase cache can be used
12901         reliably with identifiers besides a pgp packet's key id.
12902
12903 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12904
12905         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12906         symmetric encryption.
12907         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12908         encrypted session key.
12909         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12910         message ask for the passphrase in a proper way.
12911
12912         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12913         New user commands for symmetric encryption.
12914
12915 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12916
12917         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12918
12919         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12920
12921 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12922
12923         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12924
12925 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * mm-decode.el (mm-inlined-types): Add application/pgp.
12928         (mm-automatic-display): Ditto.
12929
12930         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12931         part as text.
12932
12933 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12934
12935         * nnrss.el: Update copyright.
12936         (nnrss-opml-import): Query whether to subscribe to each entry.
12937
12938         * gnus-art.el:
12939         * gnus-sum.el:
12940         * gnus-xmas.el:
12941         * messagexmas.el:
12942         * mm-uu.el:
12943         * mm-view.el: Update copyright.
12944
12945 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12946
12947         * message.el (message-info): New function.
12948         (message-mode-menu): Add it.
12949         Update copyright.
12950
12951         * ChangeLog: Fix and update copyright.
12952
12953 2006-01-13  Romain Francoise  <romain@orebokech.com>
12954
12955         * message.el (message-forward-subject-name-subject): Prefer the
12956         address to 'nowhere' if the sender has no name.
12957         Fix typo.  Update copyright year.
12958
12959 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12960
12961         * gnus-art.el (article-wash-html):
12962         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12963         (gnus-article-wash-html-with-w3m-standalone): New function.
12964
12965         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12966         mm-inline-text-html-render-with-w3m-standalone.
12967         (mm-text-html-washer-alist): Map w3m-standalone to
12968         gnus-article-wash-html-with-w3m-standalone.
12969         (mm-inline-text-html-render-with-w3m-standalone): New function.
12970
12971 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12972
12973         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12974         Improve LaTeX.
12975
12976 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12977
12978         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12979         (nnrss-request-article): Render text/plain parts as HTML.
12980
12981         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12982         the buffer.
12983
12984 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12985
12986         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12987         custom definition of `gnus-posting-styles'.
12988
12989         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12990         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12991
12992 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12993
12994         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12995         Use nntp for bug archive.
12996
12997 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12998
12999         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13000         parts.
13001         (nnrss-normalize-date): New function converts ISO 8601 date into
13002         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13003         (nnrss-check-group): Use it.
13004
13005 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13006
13007         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13008
13009         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13010         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13011         (nnrss-insert-w3): Ditto.
13012
13013 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13016         the articles to be forwarded including the case where neither a
13017         number of articles nor a region is specified.
13018
13019 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13020
13021         * nnrss.el (nnrss-request-article): Fix last change; fill
13022         text/plain parts.
13023
13024 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13025
13026         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13027         in text/plain part.
13028         (nnrss-check-group): Don't add excessive newline to dc:subject.
13029
13030 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13031
13032         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13033         article.
13034
13035 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13036
13037         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13038         (nnml-use-compressed-files, nnml-save-mail): Support other
13039         comression programs such as bzip2.
13040
13041 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13042
13043         * dns.el (query-dns): Make sure we check the buffer size before
13044         removing tcp headers.
13045
13046 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13049         remove MIME buttons associated with multipart/alternative parts.
13050         (gnus-mime-display-alternative): Tag buttons using `article-type'
13051         text property.
13052
13053         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13054         associated with multipart/alternative parts.
13055
13056         * gnus-art.el (gnus-signature-separator): Fix custom type.
13057
13058         * mm-decode.el (mm-inlined-types): Fix custom type.
13059         (mm-keep-viewer-alive-types): Ditto.
13060         (mm-automatic-display): Ditto.
13061         (mm-attachment-override-types): Ditto.
13062         (mm-inline-override-types): Ditto.
13063         (mm-automatic-external-display): Ditto.
13064
13065 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13066
13067         * spam-report.el (spam-report-user-mail-address)
13068         (spam-report-user-agent): New variables.
13069         (spam-report-url-ping-plain): Use spam-report-user-agent.
13070
13071 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13072
13073         * gnus-art.el (gnus-button-handle-custom): Do not just use
13074         `customize-apropos' for any "M-x customize-*" button but the
13075         function called for.  Accept both the function name and its
13076         argument in order to achieve this.
13077         (gnus-button-alist): Remove support for "custom:" URL's.
13078         Pass function name to `gnus-button-handle-custom' in case of "M-x
13079         customize-*" buttons.
13080
13081 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13082
13083         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13084         multipart/alternative and add xref to mm-discouraged-alternatives
13085         in doc string.
13086
13087         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13088         gnus-buttonized-mime-types in doc string.
13089
13090 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13091
13092         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13093         Suggest image/.* in the doc string.
13094
13095 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13096
13097         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13098         message-marks (Debian bug #342521).
13099
13100 2005-12-12  Simon Josefsson  <jas@extundo.com>
13101
13102         * password.el (password-read-from-cache): Add.
13103         (password-read): Use it.
13104
13105 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13106
13107         * rfc2047.el (rfc2047-charset-to-coding-system):
13108         Recognize us-ascii as a MIME charset.
13109
13110         * mm-bodies.el (mm-decode-content-transfer-encoding):
13111         Protect against the case where the 2nd arg TYPE is nil.
13112
13113 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13114
13115         * pop3.el (pop3-stream-type): Fix custom version.
13116
13117         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13118
13119 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13120
13121         * mm-decode.el (mm-display-external): Add missing cdr.
13122
13123 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13124
13125         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13126         RFC1524) if it is in mailcap or add a suffix according to
13127         mailcap-mime-extensions when generating a temp filename; postpone
13128         deleting a temp file for 2 seconds for some wrappers, shell
13129         scripts, and so on, which might exit right after having started a
13130         viewer command as a background job.
13131
13132 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13133
13134         * nntp.el (nntp-marks-directory): Fix custom group.
13135
13136         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13137         steps when < 10.
13138
13139         * gnus-start.el (gnus-no-server-1):
13140         Mention `gnus-level-default-subscribed' in doc string.
13141
13142 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13143
13144         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13145         parens.
13146
13147 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * gnus-xmas.el (gnus-use-toolbar): Revert.
13150         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13151         gnus-use-toolbar is default.
13152
13153         * messagexmas.el (message-use-toolbar): Revert.
13154         (message-setup-toolbar): Use global default-toolbar if
13155         message-use-toolbar is default.
13156
13157 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13158
13159         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13160         according to default-toolbar-visible-p.
13161
13162         * messagexmas.el (message-use-toolbar): Ditto.
13163
13164 2005-11-26  Dave Love  <fx@gnu.org>
13165
13166         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13167         (tls-program, tls-success): Provide openssl alternative.
13168
13169         * starttls.el: Doc fixes.
13170         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13171         SERVICE to PORT.
13172
13173         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13174         port null or service name.
13175         (starttls-negotiate): Autoload.
13176
13177 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13178
13179         * message.el (message-kill-to-signature): Fix interactive spec.
13180
13181 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13182
13183         * pop3.el (pop3-open-server): Recognize a string as a service name.
13184
13185 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13186
13187         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13188
13189 2005-11-23  Dave Love  <fx@gnu.org>
13190
13191         Add pop3s, pop3/starttls.
13192
13193         * pop3.el (pop3-authentication-scheme): Clarify doc.
13194         (open-tls-stream, starttls-open-stream): Autoload.
13195         (pop3-stream-type): New.
13196         (pop3-open-server): Use it.
13197
13198         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13199         for POP.
13200         (mail-source-keyword-map): Add :stream for POP.
13201         (mail-source-fetch-pop): Use pop3-stream-type.
13202
13203 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13206         of current-time-string.
13207
13208 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13209
13210         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13211         date header.
13212
13213 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13214
13215         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13216         it can seriously impact performance as it bypasses the agent's
13217         local caches.
13218
13219 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13220
13221         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13222         must be explicitly online rather than "not explicitly offline" for
13223         its flags to be synchronized.
13224
13225         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13226         that gnus-uu-unmark-thread will function correctly.
13227
13228         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13229         1024K is instead displayed as 1M.
13230
13231 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13232
13233         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13234
13235 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13236
13237         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13238
13239 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13240
13241         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13242         error message to display actual error condition.
13243         (gnus-agent-save-local): Avoid saving symbols that are bound to
13244         nil as they simply result in a warning message in
13245         gnus-agent-read-local.
13246
13247 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13248
13249         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13250         rather than make-variable-buffer-local for file-precious-flag.
13251
13252 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13253
13254         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13255         for duplicates which are removed.  The invalid sort check then
13256         triggers a rescan after the sort as sorting may have moved
13257         duplicate entries such that they can be cheaply detected.
13258
13259 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13260
13261         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13262
13263 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13264
13265         * gnus-agent.el (gnus-agent-article-alist-save-format):
13266         Change internal variable to a custom variable.  Change default value
13267         from compressed(2) to uncompressed(1).
13268         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13269         support for uncompressed agentview files.  Taken together, reading
13270         the agentview file should now be 6-7 times faster.
13271
13272 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13273
13274         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13275         as a buffer-local variable.  This avoids creating truncated
13276         dribble files as a result of a hang up, eg.
13277
13278 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13279
13280         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13281         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13282         XEmacs.
13283
13284 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13285
13286         * gnus-start.el (gnus-start-draft-setup):
13287         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13288
13289         * gnus.el (gnus-splash): Change custom group.
13290         (gnus-group-get-parameter, gnus-group-parameter-value):
13291         Describe allow-list argument.
13292
13293         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13294         string.
13295
13296 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13297
13298         * gnus-art.el (gnus-default-article-saver): Add user-defined
13299         `function' to custom type.
13300
13301 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13302
13303         * imap.el (imap-open): Handle case where buffer is a buffer
13304         object.
13305
13306 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13307
13308         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13309         long lines.
13310         (gnus-cache-delete-group): Wrap doc strings.
13311
13312         * gnus-agent.el (gnus-agent-rename-group)
13313         (gnus-agent-delete-group): Wrap doc strings.
13314
13315 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13316
13317         * messagexmas.el (message-use-toolbar): Change the valid values
13318         into default, top, bottom, left, and right.
13319         (message-toolbar-thickness): New variable.
13320         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13321         well.
13322         (message-setup-toolbar): Make it work.
13323
13324         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13325         (gnus-use-toolbar): Change the valid values into default, top,
13326         bottom, left, and right.
13327         (gnus-toolbar-thickness): New variable.
13328         (gnus-xmas-setup-toolbar): New function.
13329         (gnus-xmas-setup-group-toolbar): Use it.
13330         (gnus-xmas-setup-summary-toolbar): Use it.
13331
13332 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13333
13334         * gnus-start.el (gnus-1): Add "native" to
13335         gnus-predefined-server-alist.
13336
13337         * gnus.el (gnus-method-to-server): Don't add "native" to the
13338         lists here, because that leads to problems when
13339         gnus-select-method is bound.
13340
13341 2005-11-09  Simon Josefsson  <jas@extundo.com>
13342
13343         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13344         use (not sort-by-date) instead.
13345
13346 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13347
13348         * gnus-delay.el (gnus-delay-group): Don't autoload.
13349         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13350         to be re-loaded when customizing the `gnus-delay' group.
13351
13352 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13353
13354         * message.el: Revert last changes.
13355         (message-insert-citation-line): Use newlines.
13356
13357 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13358
13359         * message.el (message-courtesy-message)
13360         (message-mark-insert-begin, message-mark-insert-end)
13361         (message-elide-ellipsis, message-cancel-message)
13362         (message-add-header, message-change-subject)
13363         (message-cross-post-followup-to-header)
13364         (message-cross-post-insert-note, message-reduce-to-to-cc)
13365         (message-widen-reply, message-delete-not-region)
13366         (message-kill-to-signature, message-insert-signature)
13367         (message-insert-importance-high, message-insert-importance-low)
13368         (message-insert-or-toggle-importance)
13369         (message-insert-disposition-notification-to)
13370         (message-indent-citation, message-yank-original)
13371         (message-cite-original-without-signature, message-cite-original)
13372         (message-insert-citation-line, message-position-on-field)
13373         (message-fix-before-sending, message-send-mail-partially)
13374         (message-send-mail, message-send-mail-with-sendmail)
13375         (message-send-mail-with-qmail, message-send-news)
13376         (message-check-news-header-syntax, message-generate-headers)
13377         (message-insert-courtesy-copy, message-fill-address)
13378         (message-fill-header, message-shorten-references)
13379         (message-setup-1, message-cancel-news)
13380         (message-forward-make-body-plain, message-forward-make-body-mime)
13381         (message-forward-make-body-mml, message-encode-message-body)
13382         (message-forward-make-body-digest-plain)
13383         (message-forward-make-body-digest-mime)
13384         (message-use-alternative-email-as-from): Insert `hard-newline'
13385         instead of ordinary newlines.
13386
13387 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13388
13389         * message.el (message-generate-headers): Downcase the argument
13390         given to message-check-element.
13391
13392 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13393
13394         * nntp.el (nntp-authinfo-rejected): New error condition.
13395         (nntp-wait-for): Use new error condition to signal authentication
13396         error.
13397         (nntp-retrieve-data): Rethrow new error condition to break out of
13398         recursive call to nntp-send-authinfo.
13399
13400 2005-11-08  Romain Francoise  <romain@orebokech.com>
13401
13402         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13403         (gnus-summary-exit-map): Bind to `Z p'.
13404         (gnus-summary-make-menu-bar): Add menu item.
13405
13406 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13407
13408         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13409         (gnus-treat-*): Add `first' in all doc strings.
13410
13411         * gnus-group.el (gnus-group-compact-group): Fix typo.
13412
13413 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13414
13415         * gnus.el (gnus-parameters-case-fold-search): New variable.
13416         (gnus-parameters-get-parameter): Use it.
13417
13418         * gnus-score.el (gnus-home-score-file): Doc fix.
13419
13420 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13421
13422         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13423
13424 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13425
13426         * mm-util.el (mm-special-display-p): New function.
13427
13428         * mml.el (mml-preview): Use it; doc fix.
13429
13430 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13431
13432         * imap.el (imap-open): Handle case where buffer is a buffer object.
13433
13434 2005-10-29  Romain Francoise  <romain@orebokech.com>
13435
13436         * message.el (message-fix-before-sending): Fix comment.
13437
13438 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13439
13440         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13441
13442 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13443
13444         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13445         Used in gnus-score.el.
13446
13447 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13448
13449         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13450
13451 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13452
13453         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13454         whitespace removed in revision 7.8.  Use concatenated string to
13455         protect trailing whitespace.
13456
13457 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13458
13459         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13460         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13461         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13462         Courier IMAP ("some version from 2004").  Mostly based on similar
13463         code in the same function.
13464
13465 2005-10-26  Didier Verna  <didier@xemacs.org>
13466
13467         * gnus-group.el (gnus-group-compact-group): Invalidate original
13468         article buffer.
13469         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13470         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13471         NOV database and in article itself.
13472         Invalidate article backlog.
13473
13474 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13475
13476         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13477
13478 2005-10-26  Simon Josefsson  <jas@extundo.com>
13479
13480         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13481         part of 2004-07-25 change.
13482
13483 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13484
13485         * message.el (message-display-completion-list): New function.
13486         (message-expand-group): Use it; make sure the Completions buffer
13487         is modifiable.
13488 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13489
13490         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13491         user-mail-name is an empty string.
13492
13493 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13494
13495         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13496         depending on gnus-score-decay-constant.
13497
13498         * encrypt.el (encrypt-insert-file-contents)
13499         (encrypt-write-file-contents): Don't use `gnus-message'.
13500
13501         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13502         arguments.
13503         (mm-uu-type-alist): Add message-marks and insert-marks.
13504         Pass arguments to mm-uu-verbatim-marks-extract.
13505         (mm-uu-hide-markers): New variable.
13506         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13507
13508         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13509         (gnus-convert-image-to-face-command): Use "convert" by default to
13510         allow other input image formats.
13511         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13512         accordingly.
13513
13514 2005-10-23  Simon Josefsson  <jas@extundo.com>
13515
13516         * imap.el (imap-gssapi-program): Align command line parameters
13517         with latest GNU SASL.
13518         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13519
13520 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13521
13522         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13523         HTML.
13524         (nnslashdot-request-article): Ditto.
13525
13526         * lpath.el (featurep): Add nobreak-char-display.
13527
13528 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13529
13530         * mail-source.el (mail-source-fetch-pop): Require pop3.
13531         (mail-source-check-pop): Ditto.
13532
13533 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13534
13535         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13536         errors.
13537
13538 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13539
13540         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13541         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13542
13543         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13544
13545         * mm-bodies.el (mm-decode-string):
13546         Call `mm-charset-to-coding-system' with allow-override argument.
13547
13548 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13549
13550         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13551         (rfc2047-charset-to-coding-system): New function.
13552         (rfc2047-decode-encoded-words): New function.
13553         (rfc2047-decode-region): Use them.
13554         (rfc2047-decode-cte): Remove.
13555         (rfc2047-parse-and-decode): Remove.
13556         (rfc2047-decode): Remove.
13557
13558 2005-10-15  Kenichi Handa  <handa@m17n.org>
13559
13560         * rfc2047.el (rfc2047-decode-cte): New function.
13561         (rfc2047-decode-region): Change the way to decode successive
13562         encoded-words: decode B- or Q-encoding in each encoded-word,
13563         concatenate them, and decode it as charset.
13564
13565 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13566
13567         * lpath.el: Fbind codepage-setup for XEmacs.
13568
13569 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13570
13571         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13572         widget-move-and-invoke.
13573         (gnus-custom-mode): Use gnus-custom-map.
13574
13575 2005-10-15  Bill Wohler  <wohler@newt.com>
13576
13577         * message.el (message-tool-bar-map): Rename image file from
13578         mail_send to mail/send.
13579
13580 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13581
13582         * message.el (message-expand-group): Pass the common
13583         prefix substring of completion to `display-completion-list'.
13584
13585 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13586
13587         * mml-sec.el (mml-secure-method): New internal variable.
13588         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13589         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13590         New functions using mml-secure-method.
13591
13592         * mml.el (mml-mode-map): Add key bindings for those functions.
13593         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13594         Harder <harder@myrealbox.com>.
13595         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13596         Goto end of message if point is the headers of the message.
13597
13598         * message.el (message-in-body-p): New function.
13599
13600         * assistant.el: Autoload gnus-util and netrc.
13601
13602         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13603         Use `mm-charset-override-alist' only when decoding.
13604
13605         * mm-bodies.el (mm-decode-body):
13606         Call `mm-charset-to-coding-system' with allow-override argument.
13607
13608         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13609         `filename' from Content-Disposition if Content-Type doesn't
13610         provide `name'.
13611         (gnus-mime-view-part-as-type): Set default instead of
13612         initial-input.
13613
13614 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13615
13616         * format-spec.el (format-spec): Propagate text properties of % spec.
13617
13618 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13619
13620         * gnus-art.el (gnus-treat-predicate): Add `first'.
13621
13622 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13623
13624         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13625         (mm-charset-override-alist): New variable.
13626         (mm-charset-to-coding-system): Use it.
13627         (mm-codepage-setup): New helper function.
13628         (mm-charset-eval-alist): New variable.
13629         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13630         Warn about unknown charsets.
13631
13632         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13633
13634 2005-10-04  David Hansen  <david.hansen@gmx.net>
13635
13636         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13637         (nnrss-check-group): Ditto.
13638
13639 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13640
13641         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13642         Rename x-gnus-verbatim to x-verbatim.
13643         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13644
13645         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13646         x-verbatim.
13647
13648         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13649
13650         * gnus-util.el (gnus-remove-duplicates): Remove.
13651
13652         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13653         instead of gnus-remove-duplicates.
13654
13655         * message.el (message-remove-duplicates): Remove.
13656         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13657         message-remove-duplicates.
13658
13659         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13660         available, else use implementation from `delete-dups'.
13661
13662         * message.el (message-insert-expires): New function.
13663         (message-mode-map): Add key binding.
13664         (message-mode-field-menu): Add menu entry.
13665         (message-mode): Document it.
13666         (message-make-expires-date): Use `message-make-date'.
13667
13668 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13669
13670         * message.el (message-make-expires-date): New function.
13671
13672 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13673
13674         * Makefile.in (list-installed-shadows): New entry.
13675         (install): Use it.
13676         (remove-installed-shadows): New entry.
13677
13678         * dgnushack.el (dgnushack-default-load-path): New variable.
13679         (dgnushack-find-lisp-shadows): New function.
13680         (dgnushack-remove-lisp-shadows): New function.
13681
13682 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13683
13684         * Makefile.in (install-el-elc): New entry.
13685         (install): Use it so that .el files are necessarily installed.
13686
13687 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13688
13689         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13690
13691 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13692
13693         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13694         function rather than the diff-mode.el package.
13695         (mm-display-external): Use with-current-buffer.
13696         (mm-viewer-completion-map, mm-viewer-completion-map):
13697         Move initialization inside declaration.
13698
13699 2005-09-29  Simon Josefsson  <jas@extundo.com>
13700
13701         * spam.el: Load hashcash when compiling, to avoid warnings.
13702         Don't autoload mail-check-payment.
13703         (spam-check-hashcash): Define unconditionally, since hashcash.el
13704         is part of Gnus now.  Ignore errors from payment checking.
13705
13706 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13707
13708         * message.el (message-bold-region, message-unbold-region):
13709         Rename from `bold-region' and `unbold-region'.
13710
13711         * message.el: Remove useless autoloads.
13712
13713 2005-09-28  Simon Josefsson  <jas@extundo.com>
13714
13715         * message.el (message-use-idna): Default to t.
13716         (message-use-idna): Test whether encoding works too.  Doc fix.
13717
13718 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13719
13720         * nntp.el (nntp-warn-about-losing-connection): Remove.
13721
13722 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13723
13724         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13725         customizable.  Change default value.
13726         (mm-uu-diff-groups-regexp): Change default value.
13727         (mm-uu-type-alist): Add doc string.
13728         (mm-uu-configure): Add doc string.  Make it interactive.
13729         (mm-uu-tex-groups-regexp): New variable.
13730         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13731         (mm-uu-type-alist): Add LaTeX documents.
13732         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13733         of "text/verbatim".
13734         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13735
13736         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13737         instead of "text/verbatim".
13738
13739         * message.el (message-mark-inserted-region)
13740         (message-mark-insert-file): Use slrn style marks when called with
13741         prefix argument.
13742
13743 2005-09-27  Simon Josefsson  <jas@extundo.com>
13744
13745         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13746
13747 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13748
13749         * message.el (message-remove-duplicates): New function.
13750         Implementation borrowed from `gnus-remove-duplicates'.
13751         (message-idna-to-ascii-rhs): Also encode idna addresses in
13752         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13753         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13754         only ask about the same idna domain once per header and also tell
13755         in what header to replace the idna domain.
13756
13757         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13758         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13759         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13760         a header is decoded and not just the last one.
13761
13762 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13763
13764         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13765         has been decoded.
13766
13767         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13768         (mm-insert-part): Don't modify text if it has been decoded.
13769
13770         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13771         decoded.
13772
13773         * mm-view.el (mm-inline-text): Don't strip text props unless
13774         decoding enriched or richtext parts.
13775
13776 2005-09-25  Romain Francoise  <romain@orebokech.com>
13777
13778         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13779         * gnus-start.el (gnus-subscribe-interactively):
13780         * gnus-uu.el (gnus-uu-grab-articles):
13781         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13782         space.
13783
13784 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13785
13786         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13787         * mm-view.el (mm-view-pkcs7-decrypt):
13788         * gnus-sum.el (gnus-summary-limit-to-extra)
13789         (gnus-summary-respool-article, gnus-read-move-group-name):
13790         * gnus-score.el (gnus-summary-increase-score):
13791         * gnus-util.el (gnus-completing-read-with-default):
13792         * gnus-art.el (gnus-read-save-file-name)
13793         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13794         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13795         * message.el (message-check-news-header-syntax):
13796         Follow convention for reading with the minibuffer.
13797
13798 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13799
13800         * spam-report.el (spam-report-url-ping-plain):
13801         Use gnus-extended-version as User-Agent.
13802
13803         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13804         default value is nil.
13805
13806         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13807         (mm-uu-verbatim-marks-extract): New function.
13808         (mm-uu-extract): New face.
13809         (mm-uu-copy-to-buffer): Use it.
13810
13811         * spam-report.el (spam-report-gmane-ham): Rename from
13812         `spam-report-gmane-unspam'.
13813         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13814         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13815
13816         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13817         Autoload.
13818         (spam-report-gmane-unregister-routine):
13819         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13820
13821 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13822
13823         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13824         (spam-report-gmane-unregister-routine): Add support for gmane
13825         unregistration.
13826
13827         * spam-report.el (spam-report-gmane-unspam)
13828         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13829         (spam-report-gmane): Change to take a single article and do unspam
13830         registration.
13831
13832 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13833
13834         * mm-url.el (mm-url-decode-entities): Fix regexp.
13835
13836 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13837
13838         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13839         default to nil, to be able to use Gnus at all.  If the default
13840         switches to something else, then the function should be fixed not
13841         be exceedingly slow.
13842
13843 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13844
13845         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13846         fail hard.
13847
13848         * spam-report.el: Add better Keywords line.
13849
13850         * spam.el: Add Maintainer and better Keywords line.
13851
13852 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13853
13854         * gnus-art.el (gnus-article-replace-part)
13855         (gnus-mime-replace-part): New functions.
13856         (gnus-mime-action-alist, gnus-mime-button-commands)
13857         (gnus-mime-save-part-and-strip): Add file argument.
13858         (gnus-article-part-wrapper): Add interactive argument.
13859
13860         * gnus-sum.el (gnus-summary-mime-map):
13861         Add `gnus-article-replace-part'.
13862
13863 2005-09-19  Didier Verna  <didier@xemacs.org>
13864
13865         The nnml compaction feature:
13866         * nnml.el (nnml-request-compact-group): New function.
13867         * nnml.el (nnml-request-compact): New function.
13868         * gnus-int.el (gnus-request-compact-group): New function.
13869         * gnus-int.el (gnus-request-compact): New function.
13870         * gnus-group.el (gnus-group-compact-group): New function.
13871         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13872         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13873         * gnus-srvr.el (gnus-server-compact-server): New function.
13874         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13875         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13876
13877 2005-09-18  Deepak Goel  <deego@gnufans.org>
13878
13879         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13880         format spec.
13881
13882 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13883
13884         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13885
13886 2005-09-15  Romain Francoise  <romain@orebokech.com>
13887
13888         * message.el (message-fill-paragraph): Clarify docstring.
13889
13890 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13891
13892         * gnus-art.el (gnus-mime-display-part): Protect against broken
13893         MIME messages.
13894
13895 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13896
13897         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13898         before parsing header.
13899
13900 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13901
13902         * html2text.el (html2text-replace-list): Add new entities.
13903
13904 2005-09-11  Romain Francoise  <romain@orebokech.com>
13905
13906         * message.el (message-alternative-emails): Improve docstring.
13907         (message-setup-1): Call `message-use-alternative-email-as-from'
13908         after `message-setup-hook' to give it precedence over posting
13909         styles, etc.
13910         (message-use-alternative-email-as-from): Add docstring.
13911         Remove the original From header if present.
13912
13913         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13914         (nnml-save-mail): Use it.
13915
13916         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13917         articles.  Add new argument `silent'.
13918         (gnus-uu-mark-all): Report the total number of marked articles.
13919
13920 2005-09-10  Romain Francoise  <romain@orebokech.com>
13921
13922         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13923         (gnus-uu-mark-series): Likewise.
13924
13925 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13926
13927         * spam-report.el (spam-report-gmane): Fix generation of spam
13928         report URL.
13929
13930 2005-09-10  Simon Josefsson  <jas@extundo.com>
13931
13932         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13933         t, based on discussion on the ding list with Robert Epprecht
13934         <epprecht@solnet.ch>.
13935
13936 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13937
13938         * spam-report.el (spam-report-gmane): Make it work without
13939         X-Report-Spam header.  Gmane now only provides Archived-At.
13940         This is only used if `spam-report-gmane-use-article-number' is nil.
13941         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13942
13943         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13944         make `gnus-summary-sort-by-recipient' work with threading.
13945
13946         * nnweb.el (nnweb-google-wash-article): Print a message if article
13947         is not available.
13948
13949 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13950
13951         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13952         change.  Decode text/* parts content before displaying.
13953
13954 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13955
13956         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13957
13958 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13961
13962         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13963         url-package-name, url-package-version,
13964         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13965         w3m-display-inline-images, and w3m-minor-mode-map.
13966
13967 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13968
13969         * message.el (message-tab-body-function): Fix mismatched custom type.
13970
13971         * gnus.el (gnus-group-change-level-function): Ditto.
13972
13973         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13974
13975         * gnus-art.el (gnus-signature-limit)
13976         (gnus-article-mime-part-function): Ditto.
13977
13978 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13979
13980         * mml.el (mml-mode): Silence the byte compiler.
13981
13982         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13983         using `(sit-for 0)' before moving the point to the specified part;
13984         skip unbuttonized parts.
13985         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13986         return to the summary window if gnus-auto-select-part is non-nil.
13987
13988 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13989
13990         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13991         New variables.
13992         (mml-dnd-attach-file, mml-mode): Use them.
13993
13994         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13995         Make fetching article by MID work again for Google Groups.
13996         Add FIXME concerning gnus-group-make-web-group.
13997
13998         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13999         Don't depend on Gnus by using mail-extract-address-components if
14000         gnus-extract-address-components is not bound.
14001
14002 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14003
14004         * gnus-art.el (gnus-mime-display-security): Don't display the
14005         signature, but only the signed part.
14006
14007 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14008
14009         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14010
14011         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14012         list, not listp.
14013
14014 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14015
14016         * mm-encode.el (mm-encode-content-transfer-encoding):
14017         Likewise when encoding.
14018
14019         * mm-bodies.el (mm-decode-content-transfer-encoding):
14020         De-canonicalize CRLF for all text content types, not just
14021         text/plain.
14022
14023 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14024
14025         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14026         valid article; point arrow and cursor at the MIME button.
14027
14028 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14029
14030         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14031         Suggested by Dan Christensen <jdc@uwo.ca>.
14032
14033         * mm-decode.el (mm-save-part): Enable change of prompt.
14034
14035 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14036
14037         * gnus-msg.el (gnus-inews-add-send-actions):
14038         Make `message-post-method' lambda parameter ARG `&optional'.
14039
14040 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14041
14042         * gnus-sum.el (gnus-summary-mime-map):
14043         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14044         gnus-article-jump-to-part.
14045
14046         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14047         (gnus-article-edit-part): Use it.
14048         (gnus-article-part-wrapper): Add no-handle argument.
14049         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14050         New functions.
14051
14052 2005-08-29  Romain Francoise  <romain@orebokech.com>
14053
14054         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14055         docstring.
14056         (gnus-face-from-file): Likewise.
14057
14058 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14059
14060         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14061         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14062         non-nil.
14063         (gnus-auto-select-part): New variable.
14064         (gnus-article-jump-to-part): New function.
14065         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14066         (gnus-mime-delete-part): Allow selecting specified part after
14067         deleting or stripping parts.
14068         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14069         part if argument is bogus.
14070
14071 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14072
14073         * gnus-art.el (w3m-minor-mode-map):
14074         * gnus-spec.el (gnus-newsrc-file-version):
14075         * gnus-util.el (nnmail-active-file-coding-system)
14076         (gnus-original-article-buffer, gnus-user-agent):
14077         * gnus.el (gnus-ham-process-destinations)
14078         (gnus-parameter-ham-marks-alist)
14079         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14080         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14081         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14082         * mm-decode.el (gnus-current-window-configuration):
14083         * mm-extern.el (gnus-article-mime-handles):
14084         * mm-url.el (url-current-object, url-package-name)
14085         (url-package-version):
14086         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14087         (smime-keys, w3m-cid-retrieve-function-alist)
14088         (w3m-current-buffer, w3m-display-inline-images)
14089         (w3m-minor-mode-map):
14090         * mml-smime.el (gnus-extract-address-components):
14091         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14092         (gnus-newsrc-hashtb, message-default-charset)
14093         (message-deletable-headers, message-options)
14094         (message-posting-charset, message-required-mail-headers)
14095         (message-required-news-headers):
14096         * mml1991.el (mc-pgp-always-sign):
14097         * mml2015.el (mc-pgp-always-sign):
14098         * nnheader.el (nnmail-extra-headers):
14099         * rfc1843.el (gnus-decode-encoded-word-function)
14100         (gnus-decode-header-function, gnus-newsgroup-name):
14101         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14102
14103 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14104
14105         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14106         the end of the date treatments.
14107
14108 2005-08-15  Simon Josefsson  <jas@extundo.com>
14109
14110         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14111         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14112         Capello and Romain Francoise.
14113         (pgg-fetch-key-function): Remove, not used?
14114         (pgg-insert-url-with-w3): Require url, to get
14115         url-insert-file-contents regardless of where it is defined.
14116
14117 2005-08-13  Romain Francoise  <romain@orebokech.com>
14118
14119         * message.el (message-cite-original-1): New function.
14120         (message-cite-original): Use it.
14121         (message-cite-original-without-signature): Ditto.
14122
14123 2005-08-08  Romain Francoise  <romain@orebokech.com>
14124
14125         * message.el (message-yank-empty-prefix): New variable.
14126         (message-indent-citation): Use it.
14127         (message-cite-original-without-signature): Respect X-No-Archive.
14128
14129 2005-08-08  Simon Josefsson  <jas@extundo.com>
14130
14131         * pgg.el: Autoload url-insert-file-contents instead of loading
14132         w3/url.
14133         (pgg-insert-url-with-w3): Don't load url here.
14134
14135 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14136
14137         * message.el (message-kill-to-signature): Don't insert newline at
14138         bol.
14139         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14140
14141 2005-08-06  Romain Francoise  <romain@orebokech.com>
14142
14143         * message.el (message-user-fqdn): Fix typo in docstring.
14144
14145 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14146
14147         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14148
14149         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14150
14151 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14152
14153         * mm-bodies.el (mm-encode-body): Use coding system rather than
14154         charset to encode text.
14155
14156         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14157         number of charsets if utf-8 is available (XEmacs).
14158
14159 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14160
14161         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14162         taken from `gnus-button-mid-or-mail-regexp'.
14163         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14164         (gnus-button-alist): Improve regexp for domain part of the MIDs
14165         for news:localpart@domain buttons.
14166         (gnus-button-ctan-directory-regexp): Update.
14167
14168 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14169
14170         * sieve-manage.el (sieve-manage-interactive-login):
14171         Use make-local-variable rather than make-variable-buffer-local.
14172         (sieve-manage-open): Ditto.
14173         (sieve-manage-authenticate): Ditto.
14174
14175         * mml.el (mml-generate-mime-1): Make the content type default to
14176         text/plain if the filename is not specified.
14177
14178 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14179
14180         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14181         instead of insert-buffer.
14182
14183         * message.el (message-yank-original): Ditto; set the mark at the
14184         end of the yanked message.
14185
14186 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14187
14188         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14189         lines to scroll rather than to stop it.
14190
14191         * mml.el (mml-generate-default-type): Add doc string.
14192         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14193         default to application/octet-stream when determining the content
14194         type if it is not specified for the part or the mml contents; add
14195         a comment about mml-generate-default-type.
14196
14197 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14198
14199         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14200         make it default to application/octet-stream when determining the
14201         content type if it is not specified for the external contents.
14202
14203 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14204
14205         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14206         segmented parameter but also other parameters might be there.
14207
14208 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14209
14210         * mm-decode.el (mm-display-external): Delete temp file, directory
14211         and buffer immediately if the external process is exited.
14212
14213 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14214
14215         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14216         fewer lines than that of scroll-margin.
14217         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14218
14219 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14220
14221         * gnus-art.el (gnus-article-next-page): Revert.
14222         (gnus-article-beginning-of-window): New macro.
14223         (gnus-article-next-page-1): Use it.
14224         (gnus-article-prev-page): Ditto.
14225         (gnus-article-edit-part): Use insert-buffer-substring instead of
14226         insert-buffer.
14227         (gnus-article-edit-exit): Ditto.
14228
14229         * gnus-util.el (gnus-beginning-of-window): Remove.
14230         (gnus-end-of-window): Remove.
14231
14232         * lpath.el: Don't bind header-line-format and scroll-margin.
14233
14234 2005-07-25  Simon Josefsson  <jas@extundo.com>
14235
14236         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14237         to have the url package without w3.  Reported by Daiki Ueno
14238         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14239
14240 2005-07-20  Didier Verna  <didier@xemacs.org>
14241
14242         * gnus-diary.el: Remove the description comment (nndiary is now
14243         properly documented in the Gnus manual).
14244         Fix the spelling of "Back End".
14245         * nndiary.el: Ditto.
14246         Fix the copyright notice.
14247
14248 2005-07-18  Romain Francoise  <romain@orebokech.com>
14249
14250         * gnus-sum.el (gnus-summary-to-prefix)
14251         (gnus-summary-newsgroup-prefix): New variables.
14252         (gnus-summary-from-or-to-or-newsgroups): Use them.
14253
14254 2005-07-17  Romain Francoise  <romain@orebokech.com>
14255
14256         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14257         space as it's generally not especially interesting to the user.
14258
14259 2005-07-16  Romain Francoise  <romain@orebokech.com>
14260
14261         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14262         nil to avoid prompting and file modification if one of the
14263         messages at the top of the nnfolder file contains a copyright
14264         notice.
14265         Update copyright notice.
14266
14267         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14268         instead of `current-time-string' as the latter creates a time
14269         string that is not RFC 2822 compliant (it lacks the zone).
14270         Update copyright notice.
14271
14272 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14273
14274         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14275         for text/rtf.  Display default in prompt.  Pass default for M-n.
14276
14277         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14278
14279 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14280
14281         * gnus-msg.el (gnus-button-mailto):
14282         Remove save-selected-window-window hackery because it relies on
14283         save-selected-window internals.
14284
14285 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14286
14287         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14288         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14289         (gnus-article-prev-page): Ditto.
14290
14291         * gnus-util.el (gnus-beginning-of-window): New function.
14292         (gnus-end-of-window): New function.
14293
14294         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14295
14296 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14297
14298         * gnus-score.el (gnus-score-edit-all-score):
14299         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14300         gnus-message.
14301
14302 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14303
14304         * gnus-msg.el (gnus-button-mailto):
14305         Remove save-selected-window-window hackery because it relies on
14306         save-selected-window internals.
14307
14308 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14309
14310         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14311         add-minor-mode.
14312         (gnus-binary-mode): Ditto.
14313
14314         * gnus-topic.el (gnus-topic-mode): Ditto.
14315
14316 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14317
14318         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14319         (gnus-article-prev-page): Take scroll-margin into consideration.
14320
14321 2005-07-04  Lute Kamstra  <lute@gnu.org>
14322
14323         Update FSF's address in GPL notices.
14324
14325 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14326
14327         * gnus.el (gnus-exit):
14328         * gnus-group.el (gnus-group-icons):
14329         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14330
14331         * gnus-nocem.el (gnus-nocem):
14332         * message.el (message-various, message-buffers, message-sending)
14333         (message-interface, message-forwarding, message-insertion)
14334         (message-headers, message-news, message-mail):
14335         * pgg-gpg.el (pgg-gpg):
14336         * pgg-parse.el (pgg-parse):
14337         * pgg-pgp.el (pgg-pgp):
14338         * pgg-pgp5.el (pgg-pgp5):
14339         * pop3.el (pop3): Finish `defgroup' description with period.
14340
14341 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14342
14343         * gnus-art.el (article-display-face): Improve the efficiency.
14344         (article-display-x-face): Ditto; remove grey x-face stuff.
14345
14346 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14347
14348         * gnus-art.el (article-display-face): Correct the position in
14349         which Faces are inserted.
14350
14351 2005-06-29  Didier Verna  <didier@xemacs.org>
14352
14353         * gnus-art.el (article-display-face): Display faces in correct
14354         order.
14355
14356 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14357
14358         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14359         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14360         (gnus-nocem-check-article): Fetch the Type header.
14361         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14362         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14363         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14364         make sure gnus-nocem-hashtb is initialized.
14365         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14366         (gnus-nocem-unwanted-article-p): Ditto.
14367
14368         * pgg.el (pgg-verify): Return the verification result.
14369
14370 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14371
14372         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14373         is ascii.
14374
14375 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14376
14377         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14378         `show-nonbreak-escape'.
14379
14380 2005-06-23  Lute Kamstra  <lute@gnu.org>
14381
14382         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14383
14384         * dig.el (dig-mode):
14385         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14386
14387 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14388
14389         * nnimap.el (nnimap-split-download-body): Fix spellings.
14390
14391 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14392
14393         * gnus-art.el (gnus-article-encrypt-body):
14394         * gnus-cus.el (gnus-score-customize):
14395         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14396         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14397
14398 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14399
14400         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14401         header by looking for magic "MII" at the beginnig.
14402
14403 2005-06-16  Miles Bader  <miles@gnu.org>
14404
14405         * gnus-xmas.el (gnus-xmas-group-startup-message):
14406         Use renamed gnus-splash face.
14407
14408         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14409         (assistant-field-face): New backward-compatibility alias for renamed
14410         face.
14411         (assistant-render-text): Use renamed assistant-field face.
14412
14413         * spam.el (spam): Remove "-face" suffix from face name.
14414         (spam-face): New backward-compatibility alias for renamed face.
14415         (spam-face, spam-initialize): Use renamed spam face.
14416
14417         * message.el (message-header-to, message-header-cc)
14418         (message-header-subject, message-header-newsgroups)
14419         (message-header-other, message-header-name)
14420         (message-header-xheader, message-separator, message-cited-text)
14421         (message-mml): Remove "-face" suffix from face names.
14422         (message-header-to-face, message-header-cc-face)
14423         (message-header-subject-face, message-header-newsgroups-face)
14424         (message-header-other-face, message-header-name-face)
14425         (message-header-xheader-face, message-separator-face)
14426         (message-cited-text-face, message-mml-face):
14427         New backward-compatibility aliases for renamed faces.
14428         (message-font-lock-keywords): Use renamed message faces.
14429
14430         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14431         (sieve-test-commands, sieve-tagged-arguments):
14432         Remove "-face" suffix from face names.
14433         (sieve-control-commands-face, sieve-action-commands-face)
14434         (sieve-test-commands-face, sieve-tagged-arguments-face):
14435         New backward-compatibility aliases for renamed faces.
14436         (sieve-control-commands-face, sieve-action-commands-face)
14437         (sieve-test-commands-face, sieve-tagged-arguments-face):
14438         Use renamed sieve faces.
14439
14440         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14441         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14442         (gnus-group-news-3-empty, gnus-group-news-4)
14443         (gnus-group-news-4-empty, gnus-group-news-5)
14444         (gnus-group-news-5-empty, gnus-group-news-6)
14445         (gnus-group-news-6-empty, gnus-group-news-low)
14446         (gnus-group-news-low-empty, gnus-group-mail-1)
14447         (gnus-group-mail-1-empty, gnus-group-mail-2)
14448         (gnus-group-mail-2-empty, gnus-group-mail-3)
14449         (gnus-group-mail-3-empty, gnus-group-mail-low)
14450         (gnus-group-mail-low-empty, gnus-summary-selected)
14451         (gnus-summary-cancelled, gnus-summary-high-ticked)
14452         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14453         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14454         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14455         (gnus-summary-low-undownloaded)
14456         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14457         (gnus-summary-low-unread, gnus-summary-normal-unread)
14458         (gnus-summary-high-read, gnus-summary-low-read)
14459         (gnus-summary-normal-read, gnus-splash):
14460         Remove "-face" suffix from face names.
14461         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14462         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14463         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14464         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14465         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14466         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14467         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14468         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14469         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14470         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14471         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14472         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14473         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14474         (gnus-summary-normal-ticked-face)
14475         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14476         (gnus-summary-normal-ancient-face)
14477         (gnus-summary-high-undownloaded-face)
14478         (gnus-summary-low-undownloaded-face)
14479         (gnus-summary-normal-undownloaded-face)
14480         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14481         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14482         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14483         (gnus-splash-face):
14484         New backward-compatibility aliases for renamed faces.
14485         (gnus-group-startup-message): Use renamed gnus faces.
14486
14487         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14488         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14489         (gnus-server-agent): Remove "-face" suffix from face names.
14490         (gnus-server-agent-face, gnus-server-opened-face)
14491         (gnus-server-closed-face, gnus-server-denied-face)
14492         (gnus-server-offline-face):
14493         New backward-compatibility aliases for renamed faces.
14494         (gnus-server-agent-face, gnus-server-opened-face)
14495         (gnus-server-closed-face, gnus-server-denied-face)
14496         (gnus-server-offline-face): Use renamed gnus faces.
14497
14498         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14499         Remove "-face" suffix from face names.
14500         (gnus-picon-xbm-face, gnus-picon-face):
14501         New backward-compatibility aliases for renamed faces.
14502
14503         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14504         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14505         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14506         (gnus-cite-11): Remove "-face" suffix from face names.
14507         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14508         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14509         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14510         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14511         New backward-compatibility aliases for renamed faces.
14512         (gnus-cite-attribution-face, gnus-cite-face-list)
14513         (gnus-article-boring-faces): Use renamed gnus faces.
14514
14515         * gnus-art.el (gnus-signature, gnus-header-from)
14516         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14517         (gnus-header-content): Remove "-face" suffix from face names.
14518         (gnus-signature-face, gnus-header-from-face)
14519         (gnus-header-subject-face, gnus-header-newsgroups-face)
14520         (gnus-header-name-face, gnus-header-content-face):
14521         New backward-compatibility aliases for renamed faces.
14522         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14523
14524         * gnus-sum.el (gnus-summary-selected-face)
14525         (gnus-summary-highlight): Use renamed gnus faces.
14526         * gnus-group.el (gnus-group-highlight): Likewise.
14527
14528 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14529
14530         * gnus-sieve.el (gnus-sieve-article-add-rule):
14531         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14532         * spam-stat.el (spam-stat-buffer-change-to-spam)
14533         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14534
14535         * message.el (message-is-yours-p):
14536         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14537
14538 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * mm-view.el (mm-inline-text): Withdraw the last change.
14541
14542 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14543
14544         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14545         executing enriched-decode.
14546
14547 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14550         charset of tar files.
14551
14552 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14553
14554         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14555
14556 2005-06-04  Lute Kamstra  <lute@gnu.org>
14557
14558         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14559         information is never recorded.
14560
14561 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14562
14563         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14564
14565 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14566
14567         * pop3.el (pop3-apop): Run md5 in the binary mode.
14568
14569         * starttls.el (starttls-set-process-query-on-exit-flag):
14570         Use eval-and-compile.
14571
14572 2005-05-31  Simon Josefsson  <jas@extundo.com>
14573
14574         * smime.el (smime-replace-in-string): Define.
14575         (smime-cert-by-ldap-1): Use it.
14576
14577 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14578
14579         * gnus-art.el (article-display-x-face): Replace
14580         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14581
14582         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14583         set-process-query-on-exit-flag or process-kill-without-query.
14584
14585         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14586         loop instead of replace-regexp.
14587
14588         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14589         instead of process-kill-without-query if it is available.
14590
14591         * lpath.el: Fbind ldap-search-entries.
14592
14593         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14594         instead of find-file-hooks if it is available.
14595
14596         * mml1991.el: Bind pgg-default-user-id when compiling.
14597
14598         * mml2015.el: Bind pgg-default-user-id when compiling.
14599
14600         * nndraft.el (nndraft-request-associate-buffer):
14601         Use write-contents-functions instead of write-contents-hooks if it is
14602         available.
14603
14604         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14605         instead of find-file-hooks if it is available.
14606
14607         * nntp.el (nntp-open-connection): Replace
14608         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14609         (nntp-open-ssl-stream): Ditto.
14610         (nntp-open-tls-stream): Ditto.
14611
14612         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14613         set-process-query-on-exit-flag or process-kill-without-query.
14614         (starttls-open-stream-gnutls): Use it instead of
14615         process-kill-without-query.
14616         (starttls-open-stream): Ditto.
14617
14618 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14619
14620         * smime.el (smime-cert-by-ldap-1): Don't use
14621         replace-regexp-in-string.
14622
14623 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14624
14625         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14626
14627         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14628         in PEM format.  Adjust to the XEmacs compability.
14629
14630 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14631
14632         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14633         by `string-to-number'.
14634         * gnus-agent.el (gnus-agent-regenerate-group)
14635         (gnus-agent-fetch-articles): Ditto.
14636         * gnus-art.el (gnus-button-fetch-group): Ditto.
14637         * gnus-cache.el (gnus-cache-generate-active)
14638         (gnus-cache-articles-in-group): Ditto.
14639         * gnus-group.el (gnus-group-set-current-level)
14640         (gnus-group-insert-group-line): Ditto.
14641         * gnus-score.el (gnus-score-set-expunge-below)
14642         (gnus-score-set-mark-below, gnus-summary-score-effect)
14643         (gnus-summary-score-entry): Ditto.
14644         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14645         (gnus-soup-pack): Ditto.
14646         * gnus-spec.el (gnus-xmas-format): Ditto.
14647         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14648         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14649         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14650         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14651         * nndb.el (nndb-get-remote-expire-response): Ditto.
14652         * nndiary.el (nndiary-parse-schedule-value)
14653         (nndiary-string-to-number, nndiary-request-replace-article)
14654         (nndiary-request-article): Ditto.
14655         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14656         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14657         * nneething.el (nneething-make-head): Ditto.
14658         * nnfolder.el (nnfolder-request-article)
14659         (nnfolder-retrieve-headers): Ditto.
14660         * nnheader.el (nnheader-file-to-number): Ditto.
14661         * nnkiboze.el (nnkiboze-request-article): Ditto.
14662         * nnmail.el (nnmail-process-unix-mail-format)
14663         (nnmail-process-babyl-mail-format): Ditto.
14664         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14665         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14666         (nnmh-request-create-group, nnmh-request-list-1)
14667         (nnmh-request-group, nnmh-request-article): Ditto.
14668         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14669         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14670         * nnsoup.el (nnsoup-make-active): Ditto.
14671         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14672         * nntp.el (nntp-find-group-and-number)
14673         (nntp-retrieve-headers-with-xover): Ditto.
14674         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14675         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14676         (pgg-format-key-identifier): Ditto.
14677         * pop3.el (pop3-last, pop3-stat): Ditto.
14678         * qp.el (quoted-printable-decode-region): Ditto.
14679
14680         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14681         of concat.
14682
14683 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14684
14685         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14686
14687         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14688
14689         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14690
14691         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14692
14693         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14694
14695         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14696
14697         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14698         (gnus-carpal-mode): Ditto.
14699
14700         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14701         (gnus-browse-mode): Ditto.
14702
14703         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14704
14705         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14706
14707 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14708
14709         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14710
14711 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14712
14713         * gnus-util.el (gnus-run-mode-hooks): New function.
14714
14715         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14716
14717         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14718         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14719
14720 2005-05-27  Lute Kamstra  <lute@gnu.org>
14721
14722         * dns-mode.el (dns-mode): Specify customization group.
14723
14724 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14725
14726         * gnus-agent.el (gnus-agent-make-mode-line-string):
14727         Use mode-line-highlight as mouse-face.
14728
14729 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14730
14731         * canlock.el (canlock): Change the parent group to news.
14732
14733         * deuglify.el (gnus-outlook-deuglify): Add :group.
14734
14735         * dig.el (dig): Add :group.
14736
14737         * dns-mode.el (dns-mode): Add :group.
14738
14739         * encrypt.el (encrypt): Add :group.
14740
14741         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14742         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14743         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14744         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14745         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14746
14747         * gnus-diary.el (gnus-diary): Add :group.
14748
14749         * gnus.el (gnus-group-news-1-face): Add :group.
14750         (gnus-group-news-1-empty-face): Ditto.
14751         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14752         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14753         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14754         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14755         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14756         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14757         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14758         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14759         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14760         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14761         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14762         (gnus-summary-high-ticked-face): Ditto.
14763         (gnus-summary-low-ticked-face): Ditto.
14764         (gnus-summary-normal-ticked-face): Ditto.
14765         (gnus-summary-high-ancient-face): Ditto.
14766         (gnus-summary-low-ancient-face): Ditto.
14767         (gnus-summary-normal-ancient-face): Ditto.
14768         (gnus-summary-high-undownloaded-face): Ditto.
14769         (gnus-summary-low-undownloaded-face): Ditto.
14770         (gnus-summary-normal-undownloaded-face): Ditto.
14771         (gnus-summary-high-unread-face): Ditto.
14772         (gnus-summary-low-unread-face): Ditto.
14773         (gnus-summary-normal-unread-face): Ditto.
14774         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14775         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14776
14777         * hashcash.el (hashcash): New custom group.
14778         (hashcash-default-payment): Add :group.
14779         (hashcash-payment-alist): Ditto.
14780         (hashcash-default-accept-payment): Ditto.
14781         (hashcash-accept-resources): Ditto.
14782         (hashcash-path): Ditto.
14783         (hashcash-extra-generate-parameters): Ditto.
14784         (hashcash-double-spend-database): Ditto.
14785         (hashcash-in-news): Ditto.
14786
14787         * message.el (message-minibuffer-local-map): Add :group.
14788
14789         * netrc.el (netrc): Add :group.
14790
14791         * sieve-manage.el (sieve-manage-log): Add :group.
14792         (sieve-manage-default-user): Diito.
14793         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14794         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14795         (sieve-manage-authenticators): Ditto.
14796         (sieve-manage-authenticator-alist): Ditto.
14797         (sieve-manage-default-port): Ditto.
14798
14799         * sieve-mode.el (sieve-control-commands-face): Add :group.
14800         (sieve-action-commands-face): Ditto.
14801         (sieve-test-commands-face): Ditto.
14802         (sieve-tagged-arguments-face): Ditto.
14803
14804         * smime.el (smime): Add :group.
14805
14806         * spam-report.el (spam-report): Add :group.
14807
14808         * spam.el (spam, spam-face): Add :group.
14809
14810 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14811
14812         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14813         return \n.\n.\n at the end of articles.  Protect against that.
14814         (nntp-with-open-group): Allow debugging.
14815
14816         * nnheader.el (mail-header-set-extra): Make into a function
14817         because I just could't understand how to quote the list properly.
14818
14819         * dns.el (query-dns-cached): New function.
14820
14821 2005-05-26  Lute Kamstra  <lute@gnu.org>
14822
14823         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14824
14825 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14826
14827         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14828
14829         * gnus-art.el: Don't autoload mail-extract-address-components.
14830
14831         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14832         eval-and-compile to evaluate it.
14833
14834         * hashcash.el: Don't autoload executable-find.
14835
14836         * nndb.el: Don't declare the nndb back end two or more times; don't
14837         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14838
14839         * nntp.el: Autoload format-spec instead of format; use
14840         eval-and-compile to evaluate autoload forms.
14841
14842 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14843
14844         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14845
14846 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14847
14848         * gnus.el (gnus-version-number): Bump version.
14849
14850 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14851
14852         * gnus.el: No Gnus v0.3 is released.
14853
14854 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14855
14856         * lpath.el (featurep): Bind show-nonbreak-escape.
14857
14858 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14859
14860         * gnus-art.el (gnus-article-edit-part): Disable undo.
14861
14862 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14863
14864         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14865         gnus-article-date-lapsed-new-header is t if date timer is active;
14866         skip headers in which the original date value is empty.
14867         (gnus-article-save-original-date): Redefine it as a macro.
14868         (gnus-display-mime): Use it.
14869
14870 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14871
14872         * gnus-art.el (article-date-ut): Support converting date in
14873         forwarded parts as well.
14874         (gnus-article-save-original-date): New function.
14875         (gnus-display-mime): Use it.
14876
14877 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14878
14879         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14880         enclosure element of <item>.
14881
14882 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14883
14884         * message.el (message-kill-buffer-query): Rename from
14885         `message-kill-buffer-query-if-modified'.  Add :version.
14886
14887 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14888
14889         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14890         window layout.
14891
14892 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14893
14894         * mml.el: Autoload dnd when compiling.
14895
14896 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14897
14898         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14899         x-dnd-*.
14900
14901 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14902
14903         * qp.el (quoted-printable-encode-region): Save excursion.
14904
14905 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14906
14907         * message.el (message-kill-buffer-query-if-modified): Add new variable
14908         so the user can kill a modified message buffer quickly.
14909         (message-kill-buffer): Use it.
14910
14911 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14912
14913         * lpath.el: Fbind display-time-event-handler; don't fbind
14914         string-to-multibyte.
14915
14916         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14917
14918 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14919
14920         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14921         contained in text because xml.el decodes entities) with LFs.
14922
14923 2005-04-11  Lute Kamstra  <lute@gnu.org>
14924
14925         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14926         differently.
14927
14928 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14929
14930         * mm-util.el (mm-detect-coding-region): Typo.
14931
14932 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14933
14934         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14935
14936 2005-04-06  Deepak Goel  <deego@gnufans.org>
14937
14938         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14939         user-function allow user modifications of the scores.
14940         (spam-stat-score-buffer-user): New function, to allow
14941         user-computed modifications to the score.
14942         (spam-stat-score-buffer-user-functions): List of additional
14943         scoring functions.
14944         (spam-stat-error-holder): Global temporary error holder.
14945         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14946         variable.
14947
14948 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14949
14950         * gnus-registry.el (gnus-registry-clean-empty-function)
14951         (gnus-registry-trim, gnus-registry-fetch-groups)
14952         (gnus-registry-delete-group): Groups that match
14953         `gnus-registry-ignored-groups' are removed from the registry
14954         entries, not just ignored for splitting.  This helps clean up the
14955         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14956         to get all the groups a message ID is in.
14957
14958         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14959         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14960         (spam-stat-score-buffer-user-functions): Add :number custom type.
14961
14962 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14963
14964         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14965         argument in XEmacs.
14966
14967         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14968         (nnrss-request-group): Decode group name first.
14969         (nnrss-request-article): Make a text/plain article if mml-to-mime
14970         failed.
14971         (nnrss-get-encoding): Return a compatible encoding according to
14972         nnrss-compatible-encoding-alist.
14973         (nnrss-find-el): Use consp instead of listp.
14974         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14975
14976 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14977
14978         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14979         which Emacs 20 doesn't support.
14980         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14981
14982 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14983
14984         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14985         silence the byte compiler inside the defun.
14986
14987         * gnus-demon.el (parse-time-string): Add autoload.
14988
14989         * gnus-delay.el (parse-time-string): Add autoload.
14990
14991         * gnus-art.el (parse-time-string): Add autoload.
14992
14993         * nnultimate.el (parse-time): Require for `parse-time-string'.
14994
14995 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14996
14997         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14998
14999         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15000
15001         * smime.el (smime-ldap-host-list): Add :version.
15002
15003 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15004
15005         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15006         pass it to `gnus-browse-read-group'.
15007         (gnus-browse-read-group): Add NUMBER argument and pass it to
15008         `gnus-group-read-ephemeral-group'.
15009
15010         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15011         argument and pass it to `gnus-group-read-group'.
15012
15013 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15014
15015         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15016         mm-xemacs-find-mime-charset-1 if we have the mule feature
15017         available at runtime.
15018
15019 2005-03-25  Werner Lemberg  <wl@gnu.org>
15020
15021         * nnmaildir.el: Replace `illegal' with `invalid'.
15022
15023 2005-03-23  Lute Kamstra  <lute@gnu.org>
15024
15025         * time-date.el: Add comment on time value formats.
15026         Don't require parse-time.
15027         (with-decoded-time-value): New macro.
15028         (encode-time-value): New function.
15029         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15030         (days-to-time): Return a valid time value when arg is huge.
15031         (time-since): Use time-subtract.
15032         (time-to-number-of-days): Use time-to-seconds.
15033
15034 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15035
15036         * gnus-start.el (gnus-display-time-event-handler):
15037         Check display-time-timer at runtime rather than only at load time
15038         in case display-time-mode is turned off in the mean time.
15039
15040 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15041
15042         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15043         used.
15044
15045         * nneething.el (nneething-map-file-directory): Derive from
15046         `gnus-directory'.
15047
15048         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15049         the To/Cc button.
15050
15051 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15052
15053         * nnmaildir.el (nnmaildir-request-accept-article):
15054         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15055
15056 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15057
15058         * gnus-async.el: Require timer-funcs at compile time when in
15059         XEmacs for `run-with-idle-timer'.
15060
15061 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15062
15063         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15064         autoloaded function.
15065
15066 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15067
15068         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15069
15070 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15071
15072         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15073
15074 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15075
15076         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15077         Add gnus-expert-user to default.
15078
15079 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15080
15081         * nnimap.el (nnimap-open-server): Ditto.
15082
15083         * imap.el (imap-authenticate): Fix typo.
15084
15085 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15086
15087         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15088         buffer (since IMAP server might return FETCH response out of
15089         order, and the nntp buffer must be sorted).
15090
15091 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15092
15093         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15094         comparison on string.
15095
15096         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15097         (gnus-agent-score): Rename category keywords to match gnus-cus.
15098         (gnus-agent-summary-fetch-series): Modify to protect against
15099         gnus-agent-summary-fetch-group clearing processable flags.
15100         (gnus-agent-synchronize-group-flags): Update live group buffer as
15101         synchronization may occur due to the user toggle the plugged
15102         status.
15103         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15104         successfully downloaded.
15105         (gnus-agent-expire-group-1): Avoid using markers when the overview
15106         is in ascending order; greatly improves performance.
15107         (gnus-agent-regenerate-group):
15108         Use gnus-agent-synchronize-group-flags to reset read status in both
15109         gnus and server.
15110         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15111
15112 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15113
15114         * message.el: Don't autoload former message-utils variables.
15115         (message-strip-subject-trailing-was): Change doc string.
15116
15117         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15118         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15119         (nnweb-google-search): Add "hl=en" here.
15120         (nnweb-google-parse-1, nnweb-google-create-mapping):
15121         Don't hardcode URL.
15122
15123 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15124
15125         * message.el (message-get-reply-headers, message-followup):
15126         Mention related variables `message-use-followup-to' and
15127         `message-use-mail-followup-to', in the information buffer.
15128
15129         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15130         of broken groups(-beta).google.com.
15131
15132 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15133
15134         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15135         parameter to invoked gnus-request-move-article; remove the
15136         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15137         all at once instead of once per article.
15138         (gnus-summary-remove-process-mark): Accept a list of articles as
15139         well as a single article for processing.
15140
15141         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15142         parameter.
15143
15144         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15145
15146         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15147
15148         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15149         parameter.
15150
15151         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15152         parameter.
15153
15154         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15155         parameter and remove the gnus-sum-hint-move-is-internal variable.
15156
15157         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15158         parameter.
15159
15160         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15161         parameter.
15162
15163         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15164         parameter.
15165
15166         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15167
15168         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15169         parameter.
15170
15171         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15172         parameter.
15173
15174 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15175
15176         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15177         a more conservative way.
15178
15179 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15180
15181         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15182         buffer, so it moves the window's cursor.
15183
15184 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15185
15186         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15187         `mm-dissect-multipart' and receive the from field as an (optional)
15188         argument from `mm-dissect-multipart'.
15189         (mm-dissect-multipart): Receive the from field as an argument and
15190         pass it on when we call `mm-dissect-buffer' on MIME parts.
15191         Fixes verification/decryption of signed/encrypted MIME parts.
15192
15193 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15194
15195         * gnus-sum.el (gnus-summary-move-article):
15196         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15197         whatever it calls (right now, only nnimap-request-move article
15198         respects it).
15199
15200         * nnimap.el (nnimap-request-move-article):
15201         When gnus-sum-hint-move-is-internal is set, don't do the extra
15202         nnimap-request-article.
15203
15204 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15205
15206         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15207
15208         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15209         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15210
15211         * gnus-sum.el (gnus-summary-caesar-message):
15212         Apply `gnus-treat-article' after rotation.
15213
15214         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15215         doc string.
15216
15217 2005-02-22  Simon Josefsson  <jas@extundo.com>
15218
15219         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15220         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15221         <arne@arnested.dk>.
15222         (encrypt): Add password-cache and password-cache-expiry as group
15223         members.
15224
15225 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15226
15227         * smime.el (smime-ldap-host-list): Doc fix.
15228         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15229         cache) password.
15230         (smime-sign-region): Use it.
15231         (smime-decrypt-region): Use it.
15232         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15233         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15234         fails.
15235         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15236         certificate from DER to PEM format rather than calling openssl.
15237
15238         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15239
15240         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15241         for signing/encryption.
15242
15243         * mml.el (mml-parse-1): Use them.
15244
15245 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15246
15247         * nnrss.el (nnrss-verbose): Remove.
15248         (nnrss-request-group): Use `nnheader-message' instead.
15249
15250 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15251
15252         * nnrss.el (nnrss-verbose): New variable.
15253         (nnrss-request-group): Make it say nnrss is requesting a group.
15254
15255 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15256
15257         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15258         Handle news URL with given port correctly.
15259
15260 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15261
15262         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15263         containing special characters.
15264
15265         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15266
15267         * mml.el (mime-to-mml): Ditto.
15268
15269         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15270         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15271         (rfc2047-decode-region): Quote decoded words containing special
15272         characters when rfc2047-quote-decoded-words-containing-tspecials
15273         is non-nil.
15274
15275 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15276
15277         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15278
15279         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15280
15281 2005-02-15  Simon Josefsson  <jas@extundo.com>
15282
15283         * nnimap.el (nnimap-debug): Doc fix.
15284
15285         * imap.el (imap-debug): Doc fix.
15286
15287 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15288
15289         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15290
15291 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15292
15293         * gnus.el (spam-contents): Improve docs for spam-contents
15294         parameter in its variable incarnation.
15295
15296 2005-02-14  Simon Josefsson  <jas@extundo.com>
15297
15298         * smime-ldap.el: Use require instead of load-library for ldap.
15299         (smime-ldap-search): Indent.
15300         (smime-ldap-search-internal): Shorten line.
15301
15302         * smime.el (smime-cert-by-dns): Add doc-string.
15303         (smime-cert-by-ldap-1): Indent.
15304
15305         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15306         mml-smime-get-dns-ldap.
15307         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15308
15309 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15310
15311         * smime.el: Require smime-ldap.
15312         (smime-ldap-host-list): New variable.
15313         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15314
15315         * mml-smime.el (mml-smime-encrypt-query): New function.
15316         (mml-smime-encrypt-query): Use it.
15317
15318         * smime-ldap.el: New file.
15319
15320 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15321
15322         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15323
15324 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15325
15326         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15327         argument in doc string.  Make query for type more clear.
15328
15329 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15330
15331         * gnus.el (gnus-group-startup-message): Search for gnus images in
15332         etc/images/gnus.
15333         * mm-util.el (mm-image-load-path): Likewise.
15334         * smiley.el (smiley-data-directory): Search for smilies in
15335         etc/images/smilies.
15336
15337 2005-02-09  Kim F. Storm  <storm@cua.dk>
15338
15339         Change Emacs release version from 21.4 to 22.1 throughout.
15340         Change Emacs development version from 21.3.50 to 22.0.50.
15341
15342 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15343
15344         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15345
15346         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15347         non-Mule XEmacs as well.
15348         (mm-decompress-buffer): Signal an error intentionally if it does
15349         not decompress compressed data because auto-compression-mode is
15350         disabled.
15351
15352 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15353
15354         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15355         an ID in the registry even if it has no groups.
15356
15357 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15360         merge it into mm-decompress-buffer.
15361         (gnus-mime-copy-part): Use the MIME part charset, the value which
15362         a user specified or gnus-newsgroup-charset for decoding, like
15363         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15364         save-buffer what was used.  Suggested by Kevin Ryde
15365         <user42@zip.com.au>.
15366         (gnus-mime-inline-part): Allow the name parameter as well as the
15367         filename parameter; force decompressing of compressed data; always
15368         display contents being not decoded as unibyte.
15369
15370         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15371         as well as the filename parameter.
15372
15373         * mm-util.el (mm-decompress-buffer):
15374         Merge gnus-mime-jka-compr-maybe-uncompress.
15375         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15376         of compressed data.
15377
15378 2005-02-08  Simon Josefsson  <jas@extundo.com>
15379
15380         * imap.el (imap-log): Doc fix.
15381
15382 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15383
15384         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15385         the coding cookies; decompress compressed parts.
15386
15387         * mml.el (mml-generate-mime-1): Add the charset parameter according
15388         to the value which a user specified manually or the coding cookie.
15389
15390         * mm-util.el (mm-string-to-multibyte): New function.
15391         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15392         (mm-coding-system-to-mime-charset): New function.
15393         (mm-decompress-buffer): New function.
15394         (mm-find-buffer-file-coding-system): New function.
15395
15396         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15397         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15398         parts.
15399
15400 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15401
15402         * mm-view.el (mm-display-inline-fontify): Decode a part according
15403         to the charset parameter.
15404
15405 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15406
15407         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15408         prefix arg is neither nil nor a number, as info specifies.
15409
15410 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15411
15412         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15413         timestamps.
15414
15415 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15416
15417         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15418         groups error checking and notify user.
15419
15420 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15421
15422         * message.el (message-send-mail-function): Check existence of
15423         sendmail-program first before using default value
15424         `message-send-mail-with-sendmail'.  Otherwise use more generic
15425         `smtpmail-send-it'.
15426
15427 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15428
15429         * nntp.el (nntp-request-update-info): Always return nil.
15430
15431 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15432
15433         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15434
15435 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15436
15437         * message.el (message-beginning-of-line): Change the behavior when
15438         invoked between BOL and : so that it first moves backward.
15439
15440 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15441
15442         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15443         article buffer when editing of the article is discarded.
15444         (gnus-article-prepare): Revert.
15445
15446 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15447
15448         * gnus-art.el (gnus-article-prepare):
15449         Remove message-strip-forbidden-properties from the local hook.
15450
15451 2005-01-27  Simon Josefsson  <jas@extundo.com>
15452
15453         * password.el (password-cache-add): Only start one timer per key.
15454         Reported by Derek Atkins <warlord@MIT.EDU>.
15455
15456 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15457
15458         * run-at-time.el: Remove.  It is no longer needed as
15459         timer-funcs.el in the xemacs-base package has a working version of
15460         `run-at-time'.
15461
15462         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15463
15464         * password.el: Require timer-funcs instead of run-at-time in
15465         XEmacs.
15466         Remove `password-run-at-time' macro.
15467         (password-cache-add): Use `run-at-time' instead of
15468         `password-run-at-time'.
15469
15470         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15471         Remove `nnheader-cancel-function-timers' alias,
15472         `cancel-function-timers' exists in XEmacs in timer-funcs.
15473
15474         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15475         for `run-with-idle-timer'.
15476
15477         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15478         for `run-at-time'.
15479
15480         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15481         for `with-timeout'.
15482
15483         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15484         the same as for XEmacs 21.4.
15485         No need to ignore `run-with-idle-timer', this function exists in
15486         XEmacs now in timer-funcs.el in the xemacs-base package.
15487         (dgnushack-compile): No need to delete
15488         run-at-time.el from the list of files to compile because it
15489         doesn't exist anymore.
15490
15491 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15492
15493         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15494         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15495
15496 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15497
15498         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15499         sensitively.
15500
15501 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15502
15503         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15504
15505 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15506
15507         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15508         which will be inserted according to the multibyteness of a buffer
15509         rather than the type of contents.  Suggested by ARISAWA Akihiro
15510         <ari@mbf.ocn.ne.jp>.
15511
15512         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15513         of string which old xml.el may return rather than a string.
15514
15515 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15518
15519 2005-01-16  Simon Josefsson  <jas@extundo.com>
15520
15521         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15522         idn/idna.el isn't available.
15523         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15524         <michael@waxrat.com>.
15525
15526         * hashcash.el: Remove non-FSF copyright header.
15527
15528         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15529         (hashcash-generate-payment): Use it.
15530         (hashcash-generate-payment-async): Use it.
15531
15532 2005-01-15  Simon Josefsson  <jas@extundo.com>
15533
15534         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15535         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15536
15537         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15538         gnus-summary-idna-message.
15539         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15540         (gnus-summary-idna-message): New function.
15541
15542 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15543
15544         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15545         gnus-novice-user.
15546
15547 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15548
15549         * nnrss.el (nnrss-request-delete-group): Delete entries in
15550         nnrss-group-alist as well.
15551         (nnrss-save-server-data): Insert newline.
15552
15553 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15554
15555         * gnus.el (gnus-user-agent): Use list of symbols instead of
15556         symbols.  Display full version number for (S)XEmacs.
15557         Optionally display (S)XEmacs codename.
15558
15559         * gnus-util.el (gnus-emacs-version): Update for new
15560         `gnus-user-agent'.
15561
15562         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15563         Gnus version.
15564
15565 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15566
15567         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15568         which is unreadable in some setups.
15569
15570 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15571
15572         * gnus-spec.el (gnus-update-format-specifications): Flush the
15573         group format spec cache if it doesn't support decoded group names.
15574
15575 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15576
15577         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15578         Allow to apply decay on score files matching a regexp.
15579
15580 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15581
15582         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15583         compatibility in %g and %c.
15584
15585 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15586
15587         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15588         name for only %g and %c.
15589         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15590         of gnus-tmp-group to decoded group name.
15591         (gnus-group-make-rss-group): Exclude `/'s from group names.
15592
15593 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15594
15595         * nnrss.el (nnrss-get-encoding): Fix regexp.
15596
15597 2004-12-27  Simon Josefsson  <jas@extundo.com>
15598
15599         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15600         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15601         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15602
15603 2004-12-17  Kim F. Storm  <storm@cua.dk>
15604
15605         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15606
15607         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15608
15609 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15610
15611         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15612
15613 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15614
15615         * nnrss.el: Require rfc2047 and mml.
15616         (nnrss-file-coding-system): New variable.
15617         (nnrss-format-string): Redefine it as an inline function.
15618         (nnrss-decode-group-name): New function.
15619         (nnrss-string-as-multibyte): Remove.
15620         (nnrss-retrieve-headers): Decode group name; don't use
15621         nnrss-format-string.
15622         (nnrss-request-group): Decode group name.
15623         (nnrss-request-article): Decode group name; allow a Message-ID as
15624         well as an article number; don't use nnrss-format-string; encode a
15625         Message-ID string which may contain non-ASCII characters; use
15626         mml-to-mime to compose a MIME article.
15627         (nnrss-request-expire-articles): Decode group name.
15628         (nnrss-request-delete-group): Decode group name.
15629         (nnrss-fetch): Clarify error message.
15630         (nnrss-read-server-data): Use insert-file-contents instead of load;
15631         bind file-name-coding-system; use multibyte buffer.
15632         (nnrss-save-server-data): Bind coding-system-for-write to the
15633         value of nnrss-file-coding-system; bind file-name-coding-system;
15634         add coding cookie.
15635         (nnrss-read-group-data): Use insert-file-contents instead of load;
15636         bind file-name-coding-system; use multibyte buffer.
15637         (nnrss-save-group-data): Bind coding-system-for-write to the
15638         value of nnrss-file-coding-system; bind file-name-coding-system.
15639         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15640         make it work with non-ASCII text.
15641         (nnrss-find-el): Make it work with old xml.el as well.
15642
15643 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15644
15645         * nnrss.el (nnrss-get-encoding): New function.
15646         (nnrss-fetch): Use unibyte buffer initially; bind
15647         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15648         decode contents according to the encoding attribute.
15649         (nnrss-save-group-data): Add coding cookie.
15650         (nnrss-mime-encode-string): New function.
15651         (nnrss-check-group): Use it to encode subject and author.
15652
15653 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15654
15655         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15656         imaginary variable.
15657
15658 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15659
15660         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15661         correctly even if there are wide characters.
15662
15663 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15664
15665         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15666         downcased symbol names; make a new cache instead of reusing
15667         bbdb-hashtable.
15668
15669 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15670
15671         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15672         concatenating segments rather than before concatenating them.
15673         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15674
15675         * message.el (message-get-reply-headers): Bind `extra'.
15676
15677 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15678
15679         * message.el (message-extra-wide-headers): New variable.
15680         (message-get-reply-headers): Use it.
15681
15682 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15683
15684         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15685         (gnus-agent-group-pathname): Ditto.
15686
15687         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15688
15689         * gnus-group.el (gnus-group-make-group): Decode group name.
15690         (gnus-group-make-rss-group): Register the group data after opening
15691         the nnrss group.
15692
15693 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15694
15695         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15696         by expiry now get marked as read.
15697
15698 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15699
15700         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15701
15702 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15703
15704         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15705         unify Latin characters in XEmacs.
15706         (mm-find-mime-charset-region): Use it.
15707
15708 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15709
15710         * gnus-util.el (gnus-delete-directory): New function.
15711
15712         * gnus-agent.el (gnus-agent-delete-group): Use it.
15713
15714         * gnus-cache.el (gnus-cache-delete-group): Use it.
15715
15716 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15717
15718         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15719         names.
15720
15721 2004-12-16  Simon Josefsson  <jas@extundo.com>
15722
15723         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15724
15725 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15726
15727         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15728
15729         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15730         (gnus-group-set-current-level): Decode group name.
15731
15732 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15733
15734         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15735         failed.
15736
15737 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * gnus-group.el (gnus-group-delete-group): Decode group name.
15740         (gnus-group-make-rss-group): Encode group name.
15741         (gnus-group-catchup-current): Decode group name.
15742         (gnus-group-kill-group): Decode group name.
15743
15744 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15745
15746         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15747
15748 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15749
15750         * gnus-group.el (gnus-group-make-rss-group):
15751         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15752
15753         * gnus-start.el (gnus-setup-news): Honor user's setting to
15754         gnus-message-archive-method.  Suggested by Lute Kamstra
15755         <lute@gnu.org>.
15756
15757 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15758
15759         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15760         global counterparts of the buffer-local variables.
15761
15762 2004-11-16  Romain Francoise  <romain@orebokech.com>
15763
15764         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15765         counterparts of the buffer-local variables.
15766
15767 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15768
15769         * message.el (message-forbidden-properties): Fix typo in doc
15770         string.
15771
15772 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15773
15774         * gnus-util.el (gnus-replace-in-string): Add doc string.
15775
15776         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15777         to avoid problems when splitting mails with many recipients.
15778
15779 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15780
15781         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15782         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15783
15784 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15785
15786         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15787         if there is no hashtable in memory or file modification time is
15788         newer than cached timestamp.
15789
15790 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15791
15792         * gnus-sum.el (gnus-summary-limit-to-recipient):
15793         Implement not-matching option.
15794
15795 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15796
15797         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15798         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15799         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15800         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15801         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15802         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15803
15804 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15805
15806         * message.el (message-forward-make-body-mml): Remove headers
15807         according to message-forward-ignored-headers if a message is decoded.
15808
15809 2004-12-02  Romain Francoise  <romain@orebokech.com>
15810
15811         * message.el (message-forward-make-body-plain): Always remove
15812         headers according to message-forward-ignored-headers.
15813
15814 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15815
15816         * spam.el (spam-summary-prepare-exit): Remove the
15817         gnus-summary-limit pop for now, it has problems with ham marks for
15818         me.
15819
15820 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15821
15822         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15823         correctly.
15824
15825 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15826
15827         * format-spec.el (format-spec): Message the char.
15828
15829 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15830
15831         * gnus-art.el (gnus-split-methods): Reformat comments.
15832
15833         * spam.el (spam-summary-prepare-exit): Remove article limits
15834         before exiting the summary buffer.
15835
15836 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15837
15838         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15839         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15840
15841         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15842         order to silence the byte compiler.
15843
15844         * spam.el: Fix the way to silence the byte compiler, which
15845         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15846         bbdb-search-simple, spam-BBDB-register-routine,
15847         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15848         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15849         spam-stat-buffer-is-spam, spam-stat-load,
15850         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15851         spam-stat-save and spam-stat-split-fancy.
15852
15853 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15854
15855         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15856         which may confuse users.
15857         (canlock-password-for-verify): Ditto.
15858
15859         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15860
15861         * gnus-art.el (gnus-emphasis-alist): Ditto.
15862
15863         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15864
15865         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15866
15867         * gnus-start.el (gnus-save-killed-list): Ditto.
15868
15869         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15870         (gnus-sum-thread-tree-root): Ditto.
15871         (gnus-sum-thread-tree-false-root): Ditto.
15872         (gnus-sum-thread-tree-single-indent): Ditto.
15873
15874         * message.el (message-courtesy-message): Ditto.
15875         (message-archive-note): Ditto.
15876         (message-subscribed-address-file): Ditto.
15877         (message-user-fqdn): Ditto.
15878
15879         * spam-report.el (spam-report-gmane-regex): Ditto.
15880
15881         * spam.el (spam-blackhole-good-server-regex): Ditto.
15882
15883 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15884
15885         * mml.el (mml-preview): Widen the message buffer before copying
15886         the contents to the preview buffer; sort headers before previewing.
15887
15888         * message.el (message-hidden-headers): Fix the way to avoid a bug
15889         in the `repeat' widget in Emacs 21.3 or earlier.
15890
15891 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15892
15893         * message.el (message-hidden-headers): Default to "^References:".
15894         Improve customization type.  Suggested by Reiner Steib
15895         <Reiner.Steib@gmx.de>.
15896
15897 2004-11-25  Romain Francoise  <romain@orebokech.com>
15898
15899         * message.el (message-strip-forbidden-properties): Remove check for
15900         obsolete `message-hidden' text property, hidden headers are not
15901         accessible in the buffer anymore.
15902
15903 2004-11-22  Romain Francoise  <romain@orebokech.com>
15904
15905         * message.el (message-header-format-alist): Add `From' in list
15906         so that it can be sorted.
15907         (message-fix-before-sending): Widen and sort headers before
15908         sending.
15909         (message-hide-headers): Use narrowing to hide headers by moving
15910         them to the top of the buffer and narrowing to the region
15911         underneath.
15912
15913 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15914
15915         * message.el (message-strip-forbidden-properties):
15916         Bind buffer-read-only (etc) to nil.
15917
15918 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15919
15920         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15921         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15922
15923 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15924
15925         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15926
15927 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15928
15929         * dns.el (query-dns): Use sit-for to time instead of
15930         accept-process-output, since that doesn't seem to work on udp
15931         sockets.
15932
15933 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15934
15935         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15936
15937 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15938
15939         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15940         doc string.  Improve doc string.
15941
15942 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15943
15944         * nntp.el (nntp-request-update-info): Return nil if
15945         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15946         may not call gnus-activate-group which uselessly issues the GROUP
15947         commands for all nntp groups and wastes time.  Reported by Romain
15948         Francoise <romain@orebokech.com>.
15949
15950         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15951
15952 2004-11-15  Simon Josefsson  <jas@extundo.com>
15953
15954         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15955         headers separately.
15956         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15957         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15958
15959 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15960
15961         * gnus-start.el (gnus-convert-old-newsrc):
15962         Assign legacy-gnus-agent to 5.10.7.
15963
15964 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15965
15966         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15967         start of the lines.
15968
15969 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15970
15971         * hashcash.el (hashcash-default-payment): Change default to 20.
15972         (hashcash-default-accept-payment): Change default to 20.
15973         (hashcash-process-alist): New variable.
15974         (hashcash-generate-payment-async): Add.
15975         (hashcash-already-paid-p): Add.
15976         (hashcash-insert-payment): Don't generate payments twice.
15977         (hashcash-insert-payment-async): Add.
15978         (hashcash-insert-payment-async-2): Add.
15979         (hashcash-cancel-async): Add.
15980         (hashcash-wait-async): Add.
15981         (hashcash-processes-running-p): Add.
15982         (hashcash-wait-or-cancel): Add.
15983         (mail-add-payment): New optional argument.  Conditionally start
15984         asynchronous calculation.
15985         (mail-add-payment-async): Add.
15986
15987         * message.el (message-send-mail): Wait for asynchronous hashcash
15988         results.  Don't clobber existing X-Hashcash headers.
15989         (message-setup-1): Call mail-add-payment-async when
15990         message-generate-hashcash is non-nil.
15991
15992 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15993
15994         * message.el (message-use-alternative-email-as-from): Examine the
15995         From header as well; use message-make-from in order to include a
15996         user's full name.
15997
15998 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15999
16000         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16001         default; improve customization type.
16002         (gnus-emphasis-custom-with-format): New macro.
16003         (gnus-emphasis-custom-value-to-external): New function.
16004         (gnus-emphasis-custom-value-to-internal): New function.
16005
16006 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16007
16008         * dns.el (query-dns): Resolve reverse addresses.
16009
16010 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16011
16012         * gnus-group.el (gnus-group-get-new-news): Use it.
16013
16014         * gnus-start.el (gnus-check-reasonable-setup): New function.
16015
16016 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16017
16018         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16019         "Args out of range" error.  Reported by Arnaud Giersch
16020         <arnaud.giersch@free.fr>.
16021
16022 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16023
16024         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16025
16026 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16027
16028         * spam.el (spam group): Add :version.
16029
16030         * pgg-def.el (pgg group): Add :version.
16031
16032 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16033
16034         * gnus-art.el (gnus-article-edit-article): Don't associate the
16035         article buffer with a draft file.  This is a temporary measure
16036         against the 2004-08-22 change to gnus-article-edit-mode.
16037
16038 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16039
16040         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16041         (html2text-format-tags): Remove unused variable `attr'.
16042
16043 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16044
16045         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16046
16047         * tls.el (tls-process-connection-type, tls-success)
16048         (tls-certtool-program): Add :version.
16049
16050         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16051         (starttls-extra-arguments, starttls-process-connection-type)
16052         (starttls-connect, starttls-failure, starttls-success): Add :version.
16053
16054         * spam-stat.el (spam-stat): Add :version.
16055
16056         * sieve.el (sieve): Add :version.
16057
16058         * sha1.el (sha1): Add :version.
16059         (sha1-use-external): Remove redundant version.
16060
16061         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16062         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16063         (nnmail-split-fancy-match-partial-words)
16064         (nnmail-split-lowercase-expanded): Add :version.
16065
16066         * nndiary.el (nndiary): Add :version.
16067
16068         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16069
16070         * mml-sec.el (mml-default-sign-method)
16071         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16072         Add :version.
16073
16074         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16075
16076         * mm-url.el (mm-url-use-external, mm-url-program)
16077         (mm-url-arguments): Add :version.
16078
16079         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16080         (mm-attachment-file-modes, mm-decrypt-option)
16081         (mm-w3m-safe-url-regexp): Add :version.
16082
16083         * message.el (message-cite-prefix-regexp)
16084         (message-sendmail-envelope-from, message-minibuffer-local-map)
16085         (message-user-fqdn, message-completion-alist): Add :version.
16086
16087         * gnus-win.el (gnus-configure-windows-hook)
16088         (gnus-use-frames-on-any-display): Add :version.
16089
16090         * gnus-art.el (gnus-article-address-banner-alist)
16091         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16092         (gnus-treat-from-picon, gnus-treat-mail-picon)
16093         (gnus-treat-x-pgp-sig): Add :version.
16094
16095         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16096         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16097         (gnus-summary-article-delete-hook)
16098         (gnus-summary-display-while-building): Add :version.
16099
16100         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16101         (gnus-get-top-new-news-hook): Add :version.
16102
16103         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16104         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16105
16106         * gnus-registry.el (gnus-registry): Add :version.
16107
16108         * gnus-spec.el (gnus-use-correct-string-widths)
16109         (gnus-make-format-preserve-properties): Add :version.
16110
16111         * gnus.el (gnus-group-charter-alist)
16112         (gnus-group-fetch-control-use-browse-url)
16113         (gnus-install-group-spam-parameters): Add :version.
16114
16115         * gnus-diary.el (gnus-diary): Add :version.
16116
16117         * gnus-delay.el (gnus-delay): Add :version.
16118
16119         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16120         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16121         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16122         Add :version.
16123
16124         * gnus-agent.el (gnus-agent-max-fetch-size)
16125         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16126         (gnus-agent-prompt-send-queue): Add :version.
16127
16128         * deuglify.el (gnus-outlook-deuglify): Add :version.
16129
16130         * html2text.el: Beautify code.  Improve doc strings.
16131         Some checkdoc cleanup.
16132         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16133
16134 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16135
16136         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16137
16138 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16139
16140         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16141         when package is loaded.
16142
16143         * spam.el (spam-summary-score-preferred-header): Add global preference
16144         for people who want to override the default SpamAssassin over
16145         Bogofilter preference (when both are set).
16146         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16147         (spam-user-format-function-S):
16148         Check spam-summary-score-preferred-header.
16149         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16150         (spam-user-format-function-S): Format the score correctly.
16151
16152 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16153
16154         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16155         signature file.  Suggested by Manoj Srivastava
16156         <srivasta@golden-gryphon.com>.
16157
16158         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16159         iso-2022-jp even in the Japanese language environment.
16160         Suggested by Jason Rumney <jasonr@gnu.org>.
16161
16162 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16163
16164         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16165         use the same characters as the dummy marks; make it free from
16166         getting affected by the language environment.
16167         (gnus-summary-read-group-1): Update mark positions only when the
16168         format spec is updated.
16169
16170         * gnus-spec.el (gnus-update-format-specifications): Return a list
16171         of updated types.
16172
16173 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16174
16175         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16176         of boundp to check if display-warning is available.
16177
16178 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16179
16180         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16181
16182 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16183
16184         * nnspool.el (nnspool-spool-directory): Use news-path if the
16185         news-directory variable is not bound.
16186
16187         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16188         function instead of display-warning if it is not available.
16189
16190 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16191
16192         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16193         v5-10: Use `point-at-bol'.
16194
16195 2004-10-26  Simon Josefsson  <jas@extundo.com>
16196
16197         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16198         <chenggao@gmail.com>.
16199
16200 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16201
16202         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16203         instead.
16204
16205 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16206
16207         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16208         to remove a server from the nnimap-server-buffer-alist.
16209         (nnimap-open-connection, nnimap-close-server): Use it.
16210
16211         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16212
16213 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16214
16215         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16216         running the major-mode function.
16217
16218 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16219
16220         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16221         dummy marks in the right way.
16222
16223 2004-10-18  David Edmondson  <dme@dme.org>
16224
16225         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16226         excessively.
16227
16228 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16229
16230         * gnus-util.el (gnus-split-references): Accept a nil references
16231         string and go on blissfully.
16232
16233         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16234         cases where the references string is non-nil but has no references.
16235
16236         * encrypt.el: Add autoload tags.
16237
16238         * spam.el (spam-resolve-registrations-routine): Remove article
16239         from unregistration list too.  Reported by David Hanak
16240         <dhanak@isis.vanderbilt.edu>
16241
16242 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16243
16244         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16245         nil.  Change custom type.
16246
16247 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16248
16249         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16250
16251         * gnus-sum.el (gnus-summary-move-article): Use it.
16252
16253 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16254
16255         * encrypt.el: Add autoload cookies.
16256
16257         * spam.el (spam-backend-article-list-property)
16258         (spam-backend-get-article-todo-list)
16259         (spam-backend-put-article-todo-list)
16260         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16261         Resolve registrations separately.
16262         (spam-register-routine): Format comments.
16263         (spam-unregister-routine, spam-register-routine): Always call with
16264         specific-articles, no default list.
16265         (spam-summary-prepare-exit): Use the spam-classifications function.
16266
16267         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16268         gnus-encrypt.el.
16269
16270         * encrypt.el: Copied from gnus-encrypt.el.
16271
16272         * gnus-encrypt.el: Commented that it's obsolete.
16273
16274 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16275
16276         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16277         (gnus-score-save): Use it.
16278
16279         * message.el (message-bury): Use `window-dedicated-p'.
16280
16281 2004-10-15  Simon Josefsson  <jas@extundo.com>
16282
16283         * pop3.el (top-level): Don't require nnheader.
16284         (pop3-read-timeout): Add.
16285         (pop3-accept-process-output): Add.
16286         (pop3-read-response, pop3-retr): Use it.
16287
16288 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16289
16290         * spam.el (spam-register-routine): Move comment.
16291         (spam-verify-bogofilter): Use 'unknown for the initial
16292         spam-bogofilter-valid state, not 'never.
16293
16294         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16295         for netrc-machine.
16296
16297         * nnimap.el (nnimap-open-connection):
16298         Use netrc-machine-user-or-password.
16299
16300 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16301
16302         * gnus-registry.el (gnus-registry-unload-hook):
16303         Set as a variable with add-hook.
16304
16305         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16306         of news-path.
16307
16308         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16309
16310         * spam.el: Delete duplicate `provide'.
16311         (spam-unload-hook): Set as a variable with add-hook.
16312
16313 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16314
16315         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16316         in the doc string.
16317
16318         * message.el (message-ignored-news-headers)
16319         (message-ignored-supersedes-headers)
16320         (message-ignored-resent-headers)
16321         (message-forward-ignored-headers): Improve custom type.
16322
16323 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16324
16325         * message.el (message-tokenize-header): Fix 2004-09-06 change
16326         which used point-min in the wrong place.
16327
16328 2004-10-12  Simon Josefsson  <jas@extundo.com>
16329
16330         * tls.el (tls-certtool-program): New variable.
16331         (tls-certificate-information): New function, based on
16332         ssl-certificate-information.
16333
16334 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16335
16336         * compface.el: Move the version of ELisp-based uncompface program
16337         to the contrib directory because of the copyright problem.
16338
16339 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16340
16341         * message.el (message-kill-buffer): Raise the current frame.
16342
16343 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16344
16345         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16346
16347         * gnus.el (message-y-or-n-p): Autoload.
16348
16349         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16350         (pop3-password-required, pop3-authentication-scheme)
16351         (pop3-leave-mail-on-server): Make customizable.
16352         (pop3): New custom group.
16353         (pop3-retr): Remove `sleep-for' statements.
16354         Suggested by Dave Love <fx@gnu.org>.
16355
16356         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16357         Windows/DOS.
16358
16359         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16360         (imap-parse-body): Fix incorrect use of `assert'.
16361         Suggested by Dave Love <fx@gnu.org>.
16362
16363         * mml.el (mml-minibuffer-read-disposition): Require match.
16364         Suggested by Dave Love <fx@gnu.org>.
16365
16366 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16367
16368         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16369         doc string.
16370
16371 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16372
16373         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16374
16375 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16376
16377         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16378         instead of calling `mm-insert-inline', to decode text/* parts
16379         before displaying them.
16380
16381 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16382
16383         * mm-uu.el (mm-uu-text-plain-type): New variable.
16384         (mm-uu-pgp-signed-extract-1): Use it.
16385         (mm-uu-pgp-encrypted-extract-1): Use it.
16386         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16387         bind mm-uu-text-plain-type with that value.
16388         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16389         mm-uu-dissect.
16390
16391 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16392
16393         * gnus-group.el (gnus-update-group-mark-positions):
16394         * gnus-sum.el (gnus-update-summary-mark-positions):
16395         * message.el (message-check-news-body-syntax):
16396         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16397         of string-as-multibyte.
16398
16399 2004-10-05  Juri Linkov  <juri@jurta.org>
16400
16401         * gnus-group.el (gnus-update-group-mark-positions):
16402         * gnus-sum.el (gnus-update-summary-mark-positions):
16403         * message.el (message-check-news-body-syntax):
16404         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16405         8-bit unibyte values to a multibyte string for search functions.
16406
16407 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16408
16409         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16410         (mm-uu-dissect-text-parts): New function.
16411
16412         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16413         dissect text parts.
16414
16415         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16416         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16417
16418         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16419
16420         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16421         Use gnus-current-topics instead of gnus-current-topic.
16422
16423 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16424
16425         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16426
16427 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16428
16429         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16430         where approriate.
16431
16432         * nnml.el (nnml-generate-active-info): do.
16433
16434         * nndiary.el (nndiary-generate-active-info): do.
16435
16436         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16437         (gnus-topic-move): do.
16438
16439         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16440         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16441
16442         * gnus-srvr.el (gnus-server-prepare)
16443         (gnus-server-open-all-servers): do.
16444
16445         * gnus-msg.el (gnus-summary-cancel-article)
16446         (gnus-summary-resend-message)
16447         (gnus-summary-mail-crosspost-complaint): do.
16448
16449         * gnus-move.el (gnus-change-server): do.
16450
16451         * gnus-group.el (gnus-group-unmark-all-groups)
16452         (gnus-group-set-current-level): do.
16453
16454 2004-10-04  Simon Josefsson  <jas@extundo.com>
16455
16456         * message.el (message-generate-hashcash): Doc fix.
16457
16458 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16459
16460         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16461         avoid infinite recursion via gnus-get-function.
16462
16463 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16464
16465         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16466
16467         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16468
16469         * nnmail.el (nnmail-split-history): do.
16470
16471         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16472         (nnml-request-delete-group): do.
16473
16474         * nnslashdot.el (nnslashdot-read-groups): do.
16475
16476         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16477         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16478
16479         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16480         (nnspool-sift-nov-with-sed): Use last.
16481         (nnspool-retrieve-headers-with-nov): Use mapc.
16482         (nnspool-request-newgroups): Use dolist.
16483         (nnspool-request-group): Use last.
16484
16485         * nntp.el (nntp-read-server-type): Use dolist.
16486
16487         * nnvirtual.el (nnvirtual-create-mapping)
16488         (nnvirtual-update-read-and-marked): Use dolist.
16489         (nnvirtual-convert-headers): Simplify.
16490
16491 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16492
16493         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16494         Add support for sync'ing tick marks.
16495
16496 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16497
16498         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16499         there's no visible header.
16500
16501 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16502
16503         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16504         When necessary, pass full group name to gnus-request-set-marks.
16505
16506 2004-10-01  Simon Josefsson  <jas@extundo.com>
16507
16508         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16509         acroread.
16510
16511 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16512
16513         * spam-report.el (spam-report-gmane): Fix interactive.
16514
16515         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16516
16517         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16518         when writing file.
16519         (gnus-agent-synchronize-flags): Don't default to being
16520         interactive.
16521
16522 2004-09-30  Simon Josefsson  <jas@extundo.com>
16523
16524         * message.el (message-generate-hashcash): Add.
16525         (message-send-mail): Use it, call mail-add-payment.
16526
16527 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16528
16529         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16530
16531 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16532
16533         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16534         gnus-requst-update-info with explicit code to sync the in-memory
16535         info read flags with the marks being sync'd to the backend.
16536
16537         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16538
16539 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16540
16541         * spam.el (spam-verify-bogofilter): Add new function.
16542         (spam-check-bogofilter)
16543         (spam-bogofilter-register-with-bogofilter): Use it.
16544         (spam-verify-bogofilter): Add small fixes.
16545
16546 2004-09-28  Simon Josefsson  <jas@extundo.com>
16547
16548         * hashcash.el (hashcash-generate-payment): Revert.
16549
16550 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16551
16552         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16553         Use gnus-extract-references instead of gnus-split-references.
16554
16555         * gnus-util.el (gnus-extract-references): Add new function, analogous
16556         to gnus-split-references but extracts only the message-ID without
16557         anything extra.
16558
16559         * hashcash.el (hashcash-generate-payment)
16560         (hashcash-check-payment): Do the right thing if hashcash-path is
16561         nil (because the hashcash program could not be found).
16562
16563         * spam.el (spam-use-hashcash): Remove comment.
16564
16565 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16566
16567         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16568         (gnus-cache-enter-article, gnus-cache-remove-article)
16569         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16570
16571         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16572
16573         * gnus-art.el (article-hide-boring-headers)
16574         (article-translate-strings, article-display-face)
16575         (gnus-article-mime-match-handle-first)
16576         (gnus-article-highlight-headers)
16577         (gnus-article-add-buttons-to-head): do.
16578
16579 2004-09-27  Simon Josefsson  <jas@extundo.com>
16580
16581         * hashcash.el: New version, from
16582         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16583         ../contrib/.
16584
16585 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16586
16587         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16588
16589 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16590
16591         * gnus-dup.el (gnus-dup-open): Use mapc.
16592         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16593
16594         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16595         Reported by Stefan Wiens <s.wi@gmx.net>.
16596
16597         * gnus.el (gnus-shutdown): Use dolist.
16598
16599         * gnus-undo.el (gnus-undo): Use mapc.
16600
16601         * nnrss.el (nnrss-generate-active): do.
16602
16603         * message.el (message-cite-original-without-signature)
16604         (message-cite-original): Use mapc.
16605         (message-do-actions, message-make-forward-subject): Use dolist.
16606
16607 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16608
16609         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16610         deletion to remove entire duplicate line.  Fixes merged article
16611         number bug.
16612
16613 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16614
16615         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16616         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16617         first ask if you want to open a server and then, even when you
16618         responded with no, asking if you want to synchronize the server's
16619         flags.
16620         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16621         multi-line expressions.
16622         (gnus-agent-synchronize-group-flags): New internal function.
16623         Updates marks in memory (in the info structure) AND in the
16624         backend.
16625
16626         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16627
16628         * nnagent.el (nnagent-request-set-mark):
16629         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16630         method, to ensure that synchronization updates marks in the
16631         backend and in the info (in memory) structure.
16632
16633 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16634
16635         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16636         convention fully; don't miss the root article of a thread; make
16637         the X-Draft-From header with correct article numbers.
16638
16639 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16640
16641         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16642         unless plugged.  Disable the agent so that an open failure causes
16643         an error.
16644
16645         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16646         Revert 2004-09-21 change.  The backend must be opened while
16647         synchronizing flags even when the backend stores the flags
16648         locally.
16649
16650 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16651
16652         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16653         in `header' match.  Reported by Svend Tollak Munkejord.
16654
16655         * message.el (message-cite-original): Fix use of
16656         `message-cite-articles-with-x-no-archive'.
16657
16658 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16659
16660         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16661         (gnus-window-to-buffer): Ditto.
16662
16663         * mml.el (mml-preview-buffer): New variable.
16664         (mml-preview): Manage window layout with gnus-buffer-configuration.
16665
16666         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16667         X-Draft-From header even if those articles aren't quoted.
16668
16669 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16670
16671         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16672         (gnus-request-set-mark, gnus-request-update-mark): Use new
16673         g-s-t-u-l-m to decide to use backend even when unplugged.
16674
16675 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16676
16677         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16678         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16679
16680 2004-09-20  Simon Josefsson  <jas@extundo.com>
16681
16682         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16683         "utf-16-le".
16684
16685 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16686
16687         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16688
16689 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16690
16691         * uudecode.el (uudecode-use-external): Add :version.
16692
16693         * smime.el (smime-CA-file, smime-encrypt-cipher)
16694         (smime-dns-server): Add :version.
16695
16696         * smiley.el (gnus-smiley-file-types): Add :version.
16697
16698         * sha1.el (sha1-use-external): Add :version.
16699
16700         * pgg-def.el (pgg-query-keyserver): Add :version.
16701
16702         * nnmail.el (nnmail-fancy-expiry-targets)
16703         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16704         Add :version.
16705
16706         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16707         (nnimap-retrieve-groups-asynchronous): Add :version.
16708         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16709
16710         * mml.el (mml-content-disposition-parameters)
16711         (mml-insert-mime-headers-always): Add :version.
16712
16713         * mm-util.el (mm-coding-system-priorities): Add :version.
16714
16715         * mm-decode.el (mm-inline-text-html-with-images)
16716         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16717         (mm-verify-option): Add :version.
16718         (mm-text-html-renderer): Change :version.
16719
16720         * message.el (message-fcc-externalize-attachments)
16721         (message-required-headers, message-draft-headers)
16722         (message-subject-trailing-was-query)
16723         (message-subject-trailing-was-ask-regexp)
16724         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16725         (message-mark-insert-end, message-archive-header)
16726         (message-archive-note, message-cross-post-default)
16727         (message-cross-post-note, message-followup-to-note)
16728         (message-cross-post-note-function, message-use-mail-followup-to)
16729         (message-subscribed-address-functions)
16730         (message-subscribed-address-file, message-subscribed-addresses)
16731         (message-subscribed-regexps, message-allow-no-recipients)
16732         (message-yank-cited-prefix, message-signature-insert-empty-line)
16733         (message-hidden-headers, message-hierarchical-addresses)
16734         (message-mail-user-agent, message-use-idna)
16735         (message-valid-fqdn-regexp)
16736         (message-strip-special-text-properties, message-header-synonyms)
16737         (message-beginning-of-line, message-tab-body-function): Add :version.
16738         (message-insert-canlock, message-wide-reply-confirm-recipients):
16739         Change :version.
16740
16741         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16742         and :version.
16743         (mail-source-delete-old-incoming-confirm)
16744         (mail-source-movemail-program): Add :version.
16745
16746         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16747         (gnus-agent-cache, gnus-agent): Change :version.
16748
16749         * gnus-util.el (gnus-use-byte-compile): Change :version.
16750
16751         * gnus-sum.el (gnus-summary-make-false-root-always)
16752         (gnus-summary-default-high-score)
16753         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16754         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16755         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16756         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16757         (gnus-sum-thread-tree-single-indent)
16758         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16759         (gnus-sum-thread-tree-leaf-with-other)
16760         (gnus-sum-thread-tree-single-leaf): Add :version.
16761         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16762         (gnus-article-loose-mime): Change :version.
16763
16764         * gnus-start.el (gnus-backup-startup-file)
16765         (gnus-save-startup-file-via-temp-buffer): Add :version.
16766
16767         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16768         (gnus-server-offline-face): Add :version.
16769
16770         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16771
16772         * gnus-msg.el (gnus-gcc-externalize-attachments)
16773         (gnus-debug-files, gnus-debug-exclude-variables)
16774         (gnus-discouraged-post-methods): Change :version.
16775         (gnus-confirm-mail-reply-to-news)
16776         (gnus-confirm-treat-mail-like-news): Add :version.
16777
16778         * gnus-int.el (gnus-server-unopen-status): Add :version.
16779
16780         * gnus-group.el (gnus-group-jump-to-group-prompt)
16781         (gnus-large-ephemeral-newsgroup)
16782         (gnus-fetch-old-ephemeral-headers): Add :version.
16783
16784         * gnus-fun.el (gnus-x-face-directory)
16785         (gnus-convert-pbm-to-x-face-command)
16786         (gnus-convert-image-to-x-face-command)
16787         (gnus-convert-image-to-face-command): Add :version.
16788
16789         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16790
16791         * gnus-cite.el (gnus-cite-blank-line-after-header)
16792         (gnus-article-boring-faces): Add :version.
16793
16794         * gnus-art.el (gnus-buttonized-mime-types)
16795         (gnus-inhibit-mime-unbuttonizing)
16796         (gnus-treat-display-face)
16797         (gnus-treat-body-boundary): Change :version.
16798         (gnus-body-boundary-delimiter, gnus-picon-databases)
16799         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16800         (gnus-treat-date-english, gnus-treat-fold-headers)
16801         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16802         (gnus-treat-mail-picon, gnus-treat-wash-html)
16803         (gnus-article-encrypt-protocol)
16804         (gnus-use-idna, gnus-article-over-scroll)
16805         (gnus-mime-display-multipart-alternative-as-mixed)
16806         (gnus-mime-display-multipart-related-as-mixed)
16807         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16808         (gnus-ctan-url, gnus-button-ctan-handler)
16809         (gnus-button-handle-ctan-bogus-regexp)
16810         (gnus-button-ctan-directory-regexp)
16811         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16812         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16813         (gnus-button-man-level, gnus-button-emacs-level)
16814         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16815
16816         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16817         (gnus-agent-go-online): Change :version.
16818         (gnus-agent-expire-unagentized-dirs)
16819         (gnus-agent-auto-agentize-methods): Add :version.
16820
16821         * flow-fill.el (fill-flowed-display-column)
16822         (fill-flowed-encode-column): Add :version.
16823
16824         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16825         (gnus-outlook-deuglify-unwrap-max)
16826         (gnus-outlook-deuglify-cite-marks)
16827         (gnus-outlook-deuglify-unwrap-stop-chars)
16828         (gnus-outlook-deuglify-no-wrap-chars)
16829         (gnus-outlook-deuglify-attrib-cut-regexp)
16830         (gnus-outlook-deuglify-attrib-verb-regexp)
16831         (gnus-outlook-deuglify-attrib-end-regexp)
16832         (gnus-outlook-display-hook): Add :version.
16833
16834         * binhex.el (binhex-use-external): Add :version.
16835
16836 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16837
16838         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16839         and `invisible'.
16840
16841 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16842
16843         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16844         in gnus-registry-trim.
16845
16846 2004-09-13  Simon Josefsson  <jas@extundo.com>
16847
16848         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16849
16850         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16851
16852         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16853         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16854         <yamaoka@jpl.org>.
16855         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16856         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16857         <yamaoka@jpl.org>.
16858
16859         * sieve.el (sieve-manage-mode): Ditto.
16860
16861 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16862
16863         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16864
16865 2004-09-11  Simon Josefsson  <jas@extundo.com>
16866
16867         * dns-mode.el: Add.
16868
16869         * mm-view.el (mm-display-dns-inline): Add.
16870
16871         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16872         (mm-automatic-display): Ditto.
16873
16874         * mailcap.el (mailcap-mime-data): Add text/dns.
16875         (mailcap-mime-extensions): Map .soa to text/dns.
16876
16877 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16878
16879         * gnus-art.el (article-decode-mime-words, article-babel)
16880         (gnus-article-highlight-signature, gnus-article-add-buttons)
16881         (gnus-signature-toggle): Remove unnecessary bindings of
16882         `inhibit-read-only' inherited from v5.10 merge.
16883
16884 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16885
16886         * nntp.el (nntp): New customization group.
16887         (nntp-authinfo-file): Add customization group.
16888
16889         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16890
16891         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16892
16893         * gnus.el (to-address, to-list, subscribed)
16894         (large-newsgroup-initial): Ditto.
16895
16896         * flow-fill.el (fill-flowed-display-column)
16897         (fill-flowed-encode-column): Ditto.
16898
16899 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16900
16901         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16902         Use point-min rather than 1.
16903         (message-send-mail): Use buffer-size rather than point-max.
16904
16905         * gnus-sum.el (gnus-summary-search-article-forward):
16906         Signal a specific `search-failed' rather than a generic `error'.
16907
16908         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16909         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16910         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16911
16912 2004-09-10  Simon Josefsson  <jas@extundo.com>
16913
16914         * nndb.el (require): Remove tcp and duplicate cl.
16915
16916 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16917
16918         * gnus-agent.el (directory-files-and-attributes): Move forward.
16919
16920 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16921
16922         * gnus-agent.el (directory-files-and-attributes):
16923         Optionally defined to support XEmacs.
16924
16925 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16926
16927         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16928         to avoid run-time CL dependencies.
16929         (gnus-agent-unfetch-articles): New function.
16930         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16931         article numbers even when local .overview file is missing.
16932         (gnus-agent-read-article-number): New function.  Only accepts
16933         27-bit article numbers.
16934         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16935         Use gnus-agent-read-article-number.
16936         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16937         from backend while recognizing that article numbers in .overview
16938         must be valid.
16939         (gnus-agent-update-files-total-fetched-for):
16940         Use directory-files-and-attributes to improve performance.
16941         * gnus-int.el (gnus-request-move-article):
16942         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16943         improve performance.
16944
16945         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16946         some users confused by references to .newsrc when they only have a
16947         .newsrc.eld file.
16948         (gnus-convert-mark-converter-prompt)
16949         (gnus-convert-converter-needs-prompt): Fix use of property list.
16950         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16951         New function.  Used internally to only display 'gnus converting
16952         files' message when actually necessary.
16953
16954         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16955         methods now autoloaded.
16956
16957 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16958
16959         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16960         identifiers.
16961
16962 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16963
16964         * gnus-picon.el: Fix indentation and closing parenthesis.
16965
16966 2004-09-01  Simon Josefsson  <jas@extundo.com>
16967
16968         * message.el (message-canlock-generate): Require sha1, not
16969         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16970         to require within a function.  Sadly, if sha1.el isn't loaded, the
16971         let binding in m-c-g will hide the defcustom definition, which is
16972         bad.)
16973
16974         * canlock.el: Require sha1, not sha1-el.
16975
16976         * message.el: Don't autoload sha1 (there is a autoload cookie in
16977         sha1.el).
16978
16979         * sha1-el.el: Rename to sha1.el.
16980
16981 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16982
16983         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16984
16985 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16986
16987         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16988
16989 2004-08-30  Kim F. Storm  <storm@cua.dk>
16990
16991         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16992
16993         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16994         Add :group 'nnimap.
16995
16996 2004-08-30  Andreas Schwab  <schwab@suse.de>
16997
16998         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16999         ?* and ?\;.
17000
17001         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17002         and ?\' to symbol instead of whitespace.
17003
17004 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17005
17006         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17007
17008         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17009         instead of re-search-forward.
17010
17011         * gnus-uu.el (gnus-uu-save-article): Ditto.
17012         (gnus-uu-post-encode-uuencode): Ditto.
17013
17014         * html2text.el (html2text-clean-list-items): Ditto.
17015         (html2text-clean-dtdd): Ditto.
17016         (html2text-format-tags): Ditto.
17017
17018         * message.el (message-send-mail-with-sendmail): Fix regexp.
17019         (message-fill-field-general): Use search-forward instead of
17020         re-search-forward.
17021         (unbold-region): Ditto.
17022
17023         * nnrss.el (nnrss-request-article): Ditto.
17024
17025         * nnslashdot.el (nnslashdot-request-article): Ditto.
17026
17027         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17028
17029         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17030         "Unrecognized menu descriptor" error in XEmacs.
17031
17032 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17033
17034         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17035         parent article of a sparse article in the thread hashtb.
17036
17037 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17038
17039         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17040         (nnmail-expand-newtext): Lowercase expanded entries if
17041         nnmail-split-lowercase-expanded is non-nil.
17042
17043 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17044
17045         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17046
17047         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17048         of gnus-tmp-news-method into string under XEmacs.  It will be
17049         passed to gnus-correct-length which takes only a string argument.
17050
17051 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17052
17053         * gnus-util.el (gnus-bind-print-variables): New macro.
17054         (gnus-prin1): Use it.
17055         (gnus-prin1-to-string): Use it.
17056         (gnus-pp): New function.
17057         (gnus-pp-to-string): New function.
17058
17059         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17060         Replace pp-to-string with gnus-pp-to-string.
17061         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17062         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17063         * gnus-msg.el (gnus-debug): Ditto.
17064         * gnus-score.el (gnus-score-save): Ditto.
17065         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17066         gnus-pp-to-string.
17067         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17068         with gnus-pp.
17069         * score-mode.el (gnus-score-pretty-print): Ditto.
17070         * webmail.el (webmail-debug): Ditto.
17071
17072 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17073
17074         * gnus-art.el (article-display-face, article-display-x-face):
17075         Use buffer-read-only.
17076
17077 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17078
17079         * gnus-art.el (article-hide-list-identifiers):
17080         Bind inhibit-read-only as t.
17081
17082 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17083
17084         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17085
17086 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17087
17088         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17089         (gnus-narrow-to-page): Don't assume point-min == 1.
17090         (gnus-article-edit-mode): Derive from message-mode.
17091
17092         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17093         point-min == 1.
17094
17095         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17096         Disable incorrect use of `assert'.
17097
17098         * message.el (message-mode): Set comment-start-skip.
17099
17100
17101 2004-08-22  Sam Steingold  <sds@gnu.org>
17102
17103         * pop3.el (pop3-leave-mail-on-server): New user variable.
17104         (pop3-movemail): Delete mail only when it is nil.
17105
17106 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17107
17108         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17109
17110         * mml.el (mml-preview): Use `pop-to-buffer'.
17111
17112         * message.el (message-goto-mail-followup-to): Insert after "To".
17113         (message-carefully-insert-headers): Add comment.
17114
17115         * gnus.el: Remove unused variable `gnus-article-check-size'.
17116
17117         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17118
17119         * gnus-art.el (gnus-button-alist):
17120         Improve `gnus-button-handle-library' entry.
17121
17122 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17123
17124         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17125         Use downcase, since XEmacs capitalizes error messages differently.
17126
17127 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17128
17129         * nntp.el: Add (require 'gnus) due to reference to
17130         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17131
17132 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17133
17134         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17135         Bind `mm-fill-flowed'.
17136
17137         * mm-decode.el (mm-dissect-singlepart): Check it.
17138
17139 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17140
17141         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17142         'imap' for netrc parsing.
17143
17144 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17145
17146         * mailcap.el (mailcap-mime-data): Mark as risky.
17147
17148 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17149
17150         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17151         may be included in the encoded word.
17152         (rfc2047-encode): Don't append a space if the encoded word
17153         includes close parenthesis.
17154
17155 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17156
17157         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17158         of text within parentheses.
17159
17160 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17161
17162         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17163         (gnus-encrypt-write-file-contents): Make the password key the file
17164         name PLUS the cipher, not just the cipher.  Also remove failed
17165         passwords from the cache.
17166
17167 2004-08-06  Simon Josefsson  <jas@extundo.com>
17168
17169         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17170         Doc fix.
17171
17172 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17173
17174         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17175         LWSP.
17176
17177 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17178
17179         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17180         Try to append in-reply-to: data to the references: header.
17181
17182         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17183         (netrc-parse): Use gnus-encrypt.el functions.
17184
17185         * gnus-encrypt.el: Add new file for encryption support; currently
17186         does only a few GPG ciphers and an internal XOR cipher.
17187
17188         * password.el: Add comments on using password-read-and-add.
17189         (password-read-and-add): Add function to read and add the
17190         password to the cache at once.
17191
17192 2004-07-28  Simon Josefsson  <jas@extundo.com>
17193
17194         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17195         parameter (but don't use it, for now).
17196
17197         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17198         instead of hard coding to nil.
17199
17200 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17201
17202         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17203         as mm-inline-image-xemacs does.
17204
17205 2004-07-26  Simon Josefsson  <jas@extundo.com>
17206
17207         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17208         Revert part of 2004-07-17 change below.
17209
17210 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17211
17212         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17213         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17214
17215 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17216
17217         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17218         quotes that actually start with ">" at the beginning of the
17219         lines.
17220
17221 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17222
17223         * rfc2047.el (rfc2047-encode-region): Fix last change.
17224         (rfc2047-encode-parameter): Remove useless concat.
17225
17226 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17227
17228         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17229         encode special characters; fix some kind of misconfigured headers;
17230         signal a real error if debug-on-quit or debug-on-error is non-nil.
17231         (rfc2047-encode-max-chars): New variable.
17232         (rfc2047-encode-1): Use it.
17233         (rfc2047-encode-parameter): New function.
17234
17235         * mml.el (mml-insert-parameter): Remove an excessive space.
17236
17237 2004-07-17  Simon Josefsson  <jas@extundo.com>
17238
17239         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17240         Kai Grossjohann <kai@emptydomain.de>.
17241         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17242         (gnus-group-make-menu-bar): Ditto.
17243
17244         * gnus-util.el (gnus-group-server): Add.
17245
17246 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17247
17248         * message.el (message-clone-locals): Clone sendmail and smtp
17249         variables.
17250
17251 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17252
17253         * rfc2047.el (rfc2047-encode-region): Fix last change.
17254
17255 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17256
17257         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17258         characters as non-special.
17259
17260 2004-07-09  Simon Josefsson  <jas@extundo.com>
17261
17262         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17263         Users will lose all flag changes made while unplugged with
17264         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17265         good default.  See numerous reports on ding mailing list.
17266
17267 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17268
17269         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17270         add generate-head-function and generate-article-function to the
17271         rfc822-forward entry.
17272         (nndoc-rfc822-forward-generate-article): New function.
17273         (nndoc-rfc822-forward-generate-head): New function.
17274
17275         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17276
17277 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17278
17279         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17280         respect display group parameter and gnus-summary-expunge-below.
17281         (gnus-articles-to-read): Remove unused reference to display group
17282         parameter.
17283
17284 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17285
17286         * nnheader.el (nnheader-uniquify-message-id): New experimental
17287         variable.
17288         (nnheader-nov-read-message-id): Use it.
17289
17290         * spam-report.el (spam-report-gmane): Add interactive.
17291
17292 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17293
17294         * mm-encode.el (mm-content-transfer-encoding-defaults):
17295         Use qp-or-base64 for the application/* types.
17296
17297 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17298
17299         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17300
17301 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17302
17303         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17304         trim value.
17305
17306 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17307
17308         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17309         New macro and function.
17310         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17311
17312 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17313
17314         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17315         after-load-alist.
17316
17317 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17318
17319         * gnus-group.el (gnus-group-get-new-news-this-group):
17320         Don't update info that isn't there.
17321
17322 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17323
17324         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17325         entry.
17326
17327 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17328
17329         * mm-view.el (mm-inline-render-with-function): Use multibyte
17330         buffer; decode html source by charset.
17331
17332         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17333
17334         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17335         Mule-UCS is loaded under XEmacs.
17336         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17337
17338 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17339
17340         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17341
17342 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17343
17344         * mm-util.el (mm-coding-system-p): Return a coding-system.
17345         (mm-mime-mule-charset-alist): Use shift_jis instead of
17346         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17347         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17348         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17349         instead of japanese-shift-jis and iso-latin-1 respectively in
17350         order to share the default value with both Emacs and XEmacs-mule.
17351         (mm-mule-charset-to-mime-charset):
17352         Make mm-coding-system-priorities effective.
17353         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17354         while predicating of candidates upon the priorities.
17355
17356 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17357
17358         * gnus-sum.el (gnus-summary-make-menu-bar):
17359         Add gnus-uu-invert-processable.
17360
17361         * gnus.el: Autoload gnus-uu-invert-processable.
17362
17363 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17364
17365         * mm-util.el (mm-with-multibyte-buffer): New macro.
17366
17367         * rfc2047.el (rfc2047-encode-string): Use it.
17368         (rfc2047-encode-region): Move point to the end of the region after
17369         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17370
17371 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17372
17373         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17374         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17375
17376 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17377
17378         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17379         (gnus-cite-parse): Ignore quoted envelope From_.
17380         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17381
17382 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17383
17384         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17385         invalid addresses.
17386
17387 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17388
17389         * spam.el: Change section markers, revise TODO list.
17390         (spam-backends): Make new master list of all installed backends.
17391         (spam-summary-exit-behavior): Add new variable to determine how
17392         messages moves are done at summary exit.
17393         (spam-move-spam-nonspam-groups-only)
17394         (spam-process-ham-in-nonham-groups)
17395         (spam-process-ham-in-spam-groups): Remove variables, the
17396         spam-summary-exit-behavior variable should be used to manage this
17397         behavior.
17398         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17399         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17400         and spam-old-spam-articles.
17401         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17402         Add empty variables, placeholders for the backends they represent.
17403         (spam-set-difference): Move, unchanged.
17404         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17405         unless the user has a processor variable.
17406         (spam-classifications, spam-classification-valid-p)
17407         (spam-backend-properties, spam-backend-property-valid-p)
17408         (spam-backend-function-type-valid-p)
17409         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17410         (spam-report-articles-gmane, spam-report-articles-resend):
17411         Remove functions, they are not needed.
17412         (spam-install-backend-super, spam-backend-list)
17413         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17414         (spam-backend-function, spam-backend-ham-registration-function)
17415         (spam-backend-spam-registration-function)
17416         (spam-backend-ham-unregistration-function)
17417         (spam-backend-spam-unregistration-function)
17418         (spam-backend-statistical-p, spam-backend-mover-p)
17419         (spam-install-backend-alias, spam-install-checkonly-backend)
17420         (spam-install-mover-backend, spam-install-nocheck-backend)
17421         (spam-install-backend, spam-install-statistical-backend)
17422         (spam-install-statistical-checkonly-backend): Add backend installation
17423         support.
17424         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17425         (spam-group-processor-p): Use the new backend code and respect the
17426         summary exit behavior.
17427         (spam-mark-spam-as-expired-and-move-routine): Remove.
17428         (spam-summary-prepare): Change to use the new spam-old-articles
17429         variable.
17430         (spam-copy-or-move-routine, spam-copy-spam-routine)
17431         (spam-move-spam-routine, spam-copy-ham-routine)
17432         (spam-move-ham-routine): Add code to copy/move ham or spam.
17433         (spam-fetch-field-fast): Improve doc and code, plus allow the
17434         'number request.
17435         (spam-list-of-checks, spam-list-of-statistical-checks):
17436         Remove variables.
17437         (spam-split, spam-find-spam): Use the new backend code.
17438         (spam-registration-functions): Remove variable.
17439         (spam-unregister-routine): Add convenience wrapper.
17440         (spam-log-undo-registration, spam-register-routine)
17441         (spam-log-processing-to-registry)
17442         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17443         where possible.
17444         (spam-check-gmane-xref, spam-check-regex-headers)
17445         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17446         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17447         (spam-check-bogofilter-headers, spam-check-spamoracle)
17448         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17449         (spam-check-crm114-headers): Use the spam-split-group that
17450         spam-split prepares, no need to determine it every time.
17451
17452         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17453         to the nnheader-parse-naked-head call.
17454
17455         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17456
17457         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17458         the nnheader-nov-read-message-id call.
17459
17460 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17461
17462         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17463         gnus-activate-group twice.  Suggested by Markus Peter
17464         <warp@spin.de>.
17465
17466 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17467
17468         * gnus-art.el (gnus-article-time-format): Exchange the order of
17469         day and month in the default value; fix customization type.
17470         (article-date-ut): Use add-text-properties.
17471         (article-make-date-line): Use message-make-date instead of
17472         current-time-string.
17473
17474         * message.el (message-fetch-field): Don't use set-text-properties.
17475         (message-make-date): Simplify.
17476
17477         * messagexmas.el (message-xmas-make-date): New function.
17478         (message-xmas-redefine): Defalias message-make-date to it.
17479
17480 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17481
17482         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17483         (rfc2047-encode-region): Treat text within parentheses as special;
17484         show the original text when error has occurred.
17485
17486         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17487         already-computed method to gnus-activate-group.
17488
17489         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17490         same select-methods identical Lisp objects.
17491
17492         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17493         object when modifying the info.
17494
17495 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17496
17497         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17498         gnus-opened-servers since it has never been opened with the new
17499         configuration yet.
17500
17501 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17502
17503         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17504         arg to nnheader-generate-fake-message-id.
17505
17506 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17507
17508         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17509         number and build a fake message ID localized to a group and
17510         article number (so it's repeatable from that point on).
17511         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17512         ID format.
17513
17514         * gnus-sum.el (gnus-get-newsgroup-headers):
17515         Call nnheader-generate-fake-message-id with the article number.
17516
17517 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17518
17519         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17520         end-of-buffer.
17521
17522 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17523
17524         * message.el (message-ignored-supersedes-headers): Add Approved.
17525
17526 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17527
17528         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17529         goto-char.
17530         (rfc2047-encode): Fold the line before encoding.
17531
17532 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17533
17534         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17535         folding -- not all headers can be folded, and this should be done
17536         by the message composition mode.  Probably.  I think.
17537
17538 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17539
17540         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17541         fast.
17542
17543         * gnus-ems.el (gnus-remove-image): Don't use
17544         message-text-with-property; remove only the image found first.
17545
17546         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17547         found first.
17548
17549 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17550
17551         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17552
17553 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17554
17555         * message.el (message-text-with-property): Make it fast and accept
17556         optional arguments.
17557         (message-strip-forbidden-properties): Use it.
17558         (message-fix-before-sending): Follow the m-t-w-p change.
17559
17560         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17561
17562 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17563
17564         * gnus-art.el (article-hide-headers): Don't change the buffer
17565         mistakenly when performing mml-preview even if
17566         gnus-single-article-buffer is nil.
17567
17568 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17569
17570         * message.el (message-expand-name-databases): New user option.
17571         (message-expand-name): Use it.
17572
17573 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17574
17575         * spam.el (spam-report-articles-resend)
17576         (spam-report-resend-register-routine): Allow ham reporting.
17577         (spam-report-resend-register-ham-routine): Add wrapper.
17578         (spam-registration-functions): Add ham resending functions.
17579         (spam-list-of-processors): Add ham resend processor.
17580
17581         * gnus.el (ham-resend-to): Add new group parameter.
17582         (spam-process): Add ham resend option.
17583
17584         * spam-report.el (spam-report-resend): Allow reporting ham.
17585         (spam-report-resend-ham): Add wrapper.
17586
17587 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17588
17589         * message.el (message-cite-articles-with-x-no-archive):
17590         New variable.
17591         (message-cite-original): Use it.
17592
17593 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17594
17595         * message.el (message-cite-original): Respect X-No-Archive.
17596
17597 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17598
17599         * gnus-art.el (article-hide-headers): Refer to the values for
17600         gnus-ignored-headers and gnus-visible-headers in the summary
17601         buffer since a user may have set them as group parameters.
17602
17603 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17604
17605         * assistant.el (assistant-node-name): Add convenience function.
17606         (assistant-render-text, assistant-render-node): Add error handling,
17607         plus handle multiple next nodes.
17608         (assistant-find-next-node): Comment out for now.
17609         (assistant-find-next-nodes): Add function, returns list of next
17610         nodes.
17611
17612 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17613
17614         * mail-source.el (mail-source-directory): Fix doc-string.
17615
17616 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17617
17618         * assistant.el (assistant-render-text, assistant-eval): Add :set
17619         widget type, which is different because it takes and returns a
17620         list.  Much hilarity ensues.
17621
17622 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17623
17624         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17625
17626         * gnus-group.el (gnus-group-get-new-news-this-group):
17627         Add doc-string.
17628
17629         * gnus-start.el (gnus-activate-group): Add doc-string.
17630
17631 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17632
17633         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17634
17635 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17636
17637         * assistant.el (assistant-render-text): Try to add a :set
17638         widget, more to come.
17639
17640         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17641         strings.
17642         (spam-report-articles-resend)
17643         (spam-register-routine): Do registration iff any articles warrant
17644         it.
17645         (spam-summary-prepare-exit): Change log message for nil group
17646         destinations.
17647
17648 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17649
17650         * spam.el (spam-report-resend-register-routine):
17651         Allow spam-report-resend-to to be a group parameter or a global value.
17652
17653 2004-05-26  Simon Josefsson  <jas@extundo.com>
17654
17655         * starttls.el: Merge with my GNUTLS based starttls.el.
17656         (starttls-gnutls-program, starttls-use-gnutls)
17657         (starttls-extra-arguments, starttls-process-connection-type)
17658         (starttls-connect, starttls-failure, starttls-success):
17659         New variables.
17660         (starttls-program, starttls-extra-args): Doc fix.
17661         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17662         New functions.
17663         (starttls-negotiate, starttls-open-stream):
17664         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17665         function if it is set.
17666
17667 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17668
17669         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17670         structured fields.
17671
17672 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17673
17674         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17675
17676 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17677
17678         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17679         Add variable.
17680         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17681         assigning the spam-mark to new messages.
17682
17683 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17684
17685         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17686
17687 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17688
17689         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17690
17691         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17692         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17693         default.
17694
17695 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17696
17697         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17698         correct data.
17699
17700 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17701
17702         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17703         (spam-group-processor-p): Fix function.
17704         (spam-group-processor-multiple-p)
17705         (spam-group-spam-processor-report-gmane-p)
17706         (spam-group-spam-processor-report-resend-p)
17707         (spam-group-spam-processor-bogofilter-p)
17708         (spam-group-spam-processor-blacklist-p)
17709         (spam-group-spam-processor-ifile-p)
17710         (spam-group-ham-processor-ifile-p)
17711         (spam-group-spam-processor-spamoracle-p)
17712         (spam-group-spam-processor-crm114-p)
17713         (spam-group-ham-processor-bogofilter-p)
17714         (spam-group-spam-processor-stat-p)
17715         (spam-group-ham-processor-stat-p)
17716         (spam-group-ham-processor-whitelist-p)
17717         (spam-group-ham-processor-BBDB-p)
17718         (spam-group-ham-processor-spamoracle-p)
17719         (spam-group-ham-processor-copy-p): Remove functions with some
17720         prejudice against unneeded code.
17721         (spam-report-articles-resend)
17722         (spam-report-resend-register-routine): Allow the group/topic
17723         spam-resend-to value to override spam-report-resend-to.
17724         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17725         properly now.
17726
17727         * gnus.el (spam-resend-to): Add group/topic parameter.
17728         (spam-process): Move the OBSOLETE processors to the end of the
17729         choices.
17730
17731 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17732
17733         * spam-report.el (spam-report-resend-to, spam-report-resend):
17734         Start with resend-to set to nil, and then ask the user if necessary.
17735         (spam-report-resend): spam-report-resend takes a list of articles, not
17736         separate article numbers.
17737
17738 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17739
17740         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17741         addition to emacs-w3m.
17742
17743 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17744
17745         * assistant.el (assistant-authinfo-data): New function.
17746         (assistant-eval): Eval for entire assistant.
17747
17748         * netrc.el (netrc-services-file): New variable.
17749         (netrc-parse-services): New function.
17750         (netrc-find-service-name): New function.
17751         (netrc-find-service-number): New function.
17752         (netrc-port-equal): New function.
17753         (netrc-machine): Use it.
17754
17755         * nnimap.el (nnimap-open-connection): Use netrc.
17756
17757         * gnus-util.el (gnus-netrc-get): Remove aliases.
17758
17759         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17760
17761         * assistant.el (wid-edit): Fix compilation.
17762
17763         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17764
17765 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17766
17767         * gnus-util.el (gnus-set-file-modes): New function.  (small
17768         patch).
17769
17770 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17771
17772         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17773
17774         * assistant.el (assistant-render-node): Fix up rendering and
17775         read-only text.
17776         (assistant-render-node): Reset.
17777         (assistant-make-read-only): Not sticky.
17778
17779 2004-05-20  Danny Siu  <dsiu@adobe.com>
17780
17781         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17782         centered even when gnus-auto-center-summary is t.
17783
17784 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17785
17786         * dns.el (dns-get-txt-answer): New function.
17787         (dns-read-txt): Ditto.
17788         (query-dns): Use it.
17789
17790 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17791
17792         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17793         active for foreign groups even if the group level is higher than
17794         the specified value.
17795
17796 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17797
17798         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17799         non-active groups.
17800
17801         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17802
17803 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17804
17805         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17806
17807 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17808
17809         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17810         (spam-crm114-header, spam-crm114-spam-switch)
17811         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17812         (spam-crm114-positive-spam-header)
17813         (spam-crm114-database-directory, spam-list-of-processors)
17814         (spam-group-spam-processor-crm114-p)
17815         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17816         (spam-generic-score, spam-list-of-checks)
17817         (spam-list-of-statistical-checks, spam-registration-functions)
17818         (spam-check-crm114-headers, spam-crm114-score)
17819         (spam-check-crm114, spam-crm114-register-with-crm114)
17820         (spam-crm114-register-spam-routine)
17821         (spam-crm114-unregister-spam-routine)
17822         (spam-crm114-register-ham-routine)
17823         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17824         From asjo@koldfront.dk (Adam Sjøgren).
17825
17826         * gnus.el: Add spam-use-crm114.
17827
17828         * spam.el (spam-list-of-processors, spam-registration-functions):
17829         Add spam-use-resend.
17830         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17831         (spam-report-articles-gmane): Add doc fix.
17832         (spam-report-articles-resend, spam-report-resend-register-routine):
17833         Add wrappers around spam-report-resend-to.
17834
17835         * spam-report.el (spam-report-resend-to, spam-report-resend):
17836         Add support for resending spam.
17837         (spam-report-gmane): Fix line length >80.
17838
17839         * gnus.el (spam-process): Add spam-use-resend.
17840
17841 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17842
17843         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17844         number of processed spam messages.
17845         (spam-ham-copy-or-move-routine): Return the number of processed
17846         ham messages.
17847         (spam-summary-prepare-exit): Use the above values to decide
17848         whether status messages shouled be displayed.
17849
17850 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17851
17852         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17853         `rfc2047-encoding-function-alist' in order to avoid conflicting
17854         with the old version.
17855         (rfc2047-encode-region): Concatenate words containing non-ASCII
17856         characters in structured fields; don't encode space-delimited
17857         ASCII words even in unstructured fields; don't break words at
17858         char-category boundaries.
17859         (rfc2047-encode-1): New function.
17860         (rfc2047-encode): Use it; encode text so that it occupies the
17861         maximum width within 76-column; work correctly on Q encoding for
17862         iso-2022-* charsets.
17863         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17864         sure not to break a line just after the header name.
17865         (rfc2047-b-encode-region): Remove.
17866         (rfc2047-b-encode-string): New function.
17867         (rfc2047-q-encode-region): Remove.
17868         (rfc2047-q-encode-string): New function.
17869
17870         * mm-util.el (mm-replace-in-string): New function.
17871
17872 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17873
17874         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17875         Really get it right.
17876         (gnus-inews-make-draft): Really.
17877
17878 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17879
17880         * nnmh.el (nnmh-request-list-1): Don't check the link count
17881         before descending.  (small patch)
17882
17883 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17884
17885         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17886         stuff.
17887
17888         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17889         Match on real group name.
17890
17891         * gnus-art.el (gnus-signature-limit): Doc fix.
17892
17893         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17894
17895         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17896
17897 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17898
17899         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17900         isn't a string.
17901
17902 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17903
17904         * gnus-draft.el (gnus-draft-send):
17905         Bind rfc2047-encode-encoded-words.
17906
17907         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17908         (rfc2047-encodable-p): Say that =? needs encoding.
17909         (rfc2047-encode-encoded-words): New variable.
17910
17911         * gnus-group.el (gnus-group-select-group): Doc fix.
17912
17913         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17914
17915         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17916         to nil.
17917
17918         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17919
17920         * nnheader.el (nnheader-get-lines-and-char): New function.
17921
17922 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17923
17924         * gnus-msg.el (gnus-summary-followup-with-original):
17925         Document yanking of region when active.
17926
17927 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17928
17929         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17930         groups if the group level is higher than the specified value.
17931
17932 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17933
17934         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17935         (gnus-group-jump-to-group): Add prefix argument using
17936         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17937         non-active group.
17938
17939         * compface.el (uncompface): Be verbose when changing
17940         `uncompface-use-external'.
17941
17942         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17943         handle manual section.
17944
17945 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17946
17947         * gnus-art.el (gnus-button-alist): Revert previous change.
17948
17949 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17950
17951         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17952
17953 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17954
17955         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17956         whether backend can accept message.
17957
17958         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17959
17960 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17961
17962         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17963         Avoid creating directory when nntp-marks-is-evil is true.
17964         Reported by Reiner Steib.
17965
17966 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17967
17968         * gnus-picon.el (gnus-picon-style): New variable.
17969         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17970         (gnus-picon-transform-address): Support `gnus-picon-style'.
17971         From Jesper Harder <harder@ifa.au.dk>.
17972
17973 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17974
17975         * message.el (message-fill-field): Return point.
17976         (message-generate-headers): Go to end of field.
17977
17978         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17979         stuff for non-living groups.
17980
17981 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17982
17983         * gnus-art.el (gnus-article-followup-with-original)
17984         (gnus-article-reply-with-original): gnus-mark-active-p ->
17985         gnus-region-active-p.
17986
17987 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17988
17989         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17990         only when there is spam or ham to be processed.
17991
17992 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17993
17994         * mail-source.el (mail-source-delete-crash-box): Refactor.
17995         (mail-source-fetch): Use it.
17996         (mail-source-fetch-file): Ditto.
17997         (mail-source-fetch-directory): Run postscript in loop.
17998         (mail-source-fetch-pop): Delete.
17999         (mail-source-fetch-maildir): Ditto.
18000         (mail-source-fetch-imap): Ditto.
18001
18002         * imap.el (imap-authenticators): Comment out sasl.
18003
18004         * message.el (message-skip-to-next-address): New function.
18005         (message-fill-header-address): Refactor.
18006         (message-fill-address): Use it.
18007         (message-delete-address): Use it.
18008         (message-fill-header-general): Refactor.
18009         (message-fill-field-address): Rename.
18010         (message-narrow-to-field): Find the start of the header.
18011         (message-header-format-alist): Don't pre-fill.
18012         (message-fill-header): Remove.
18013         (message-insert-header): New function.
18014         (message-shorten-references): Use it.
18015
18016         * rfc2047.el (rfc2047-field-value): Strip props.
18017
18018         * mail-parse.el (mail-header-make-address): New alias.
18019
18020         * ietf-drums.el (ietf-drums-make-address): New function.
18021
18022         * imap.el: Add compiler directives.
18023
18024         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18025
18026         * gnus-art.el (article-decode-idna-rhs): Don't use
18027         message-idna-inside-rhs-p.
18028
18029 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18030
18031         * message.el (message-idna-inside-rhs-p): Remove.
18032         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18033
18034         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18035         false positives.
18036
18037 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18038
18039         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18040
18041 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18042
18043         * nneething.el (nneething-file-name): Don't create spurious
18044         files.
18045
18046         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18047         (gnus-inews-do-gcc): Remove sleep.
18048
18049         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18050         part under point.
18051
18052         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18053         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18054
18055 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18056
18057         * spam.el (spam-summary-prepare-exit): Fix (length).
18058
18059 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18060
18061         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18062         as expired without moving it" message when there are spam
18063         messages left.
18064
18065 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18066
18067         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18068         header is not nil.
18069
18070 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18071
18072         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18073         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18074         (nntp-marks-changed-p): New arg SERVER.
18075         (nntp-request-update-info): Adjust caller.
18076
18077 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18078
18079         * nntp.el (nntp-save-marks): Pass missing arg.
18080
18081 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18082
18083         * nntp.el: Support marks.
18084         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18085         (nntp-marks-modtime, nntp-marks-directory): New variables.
18086         (nntp-request-set-mark, nntp-request-update-info)
18087         (nntp-possibly-create-directory, nntp-marks-changed-p)
18088         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18089         New functions.
18090
18091 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18092
18093         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18094         (gnus-xmas-redefine): Rename.
18095
18096         * gnus-score.el (gnus-score-insert-help):
18097         Use gnus-select-lowest-window.
18098
18099         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18100         appt-select-lowest-window and rename to gnus-select-lowest-window.
18101
18102         * gnus.el: do.
18103
18104 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18105
18106         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18107         encodings of MIME-encoded words, in order to improve
18108         interoperability with several broken MUAs.
18109
18110 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18111
18112         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18113         tags, only when charsets are not specified in headers.
18114         (mm-inline-text-html-render-with-w3m): Ditto.
18115
18116         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18117         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18118
18119 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18120
18121         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18122         instead of MIME-decoded from fields when checking
18123         `gnus-article-address-banner-alist'.
18124
18125 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18126
18127         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18128         description rather than subject.
18129
18130 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18131
18132         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18133
18134 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18135
18136         * gnus.el (gnus-version-number): Bump.
18137
18138 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18139
18140         * gnus.el: No Gnus v0.2 is released.
18141
18142 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18143
18144         * gnus-agent.el (gnus-agent-read-agentview):
18145         Inline gnus-uncompress-range.
18146
18147 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18148
18149         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18150         `exec-installed-p'.
18151
18152 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18153
18154         * gnus.el (spam-process, spam-autodetect-methods):
18155         Add bsfilter and bsfilter-headers.
18156
18157         * spam.el (spam-bsfilter): New customize group.
18158         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18159         (spam-bsfilter-header, spam-bsfilter-probability-header)
18160         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18161         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18162         (spam-bsfilter-database-directory): New options.
18163         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18164         (spam-list-of-statistical-checks, spam-registration-functions):
18165         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18166         (spam-bsfilter-score): New command.
18167         (spam-check-bsfilter-headers, spam-check-bsfilter)
18168         (spam-bsfilter-register-with-bsfilter)
18169         (spam-bsfilter-register-spam-routine)
18170         (spam-bsfilter-unregister-spam-routine)
18171         (spam-bsfilter-register-ham-routine)
18172         (spam-bsfilter-unregister-ham-routine): New functions.
18173         (spam-generic-score): Support bsfilter; Accept an optional argument
18174         to recalcurate spam score even if scoring header has already been
18175         added.
18176         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18177         optional argument to recalcurate spam score even if scoring header
18178         has already been added.
18179
18180 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18181
18182         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18183         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18184         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18185         link is missing.
18186
18187 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18188
18189         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18190         (html2text-get-attr): Rewrite.
18191
18192         * message.el (message-setup-1): Remove redundant put-text-property
18193         on mail-header-separator.
18194
18195 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18196
18197         * gnus-registry.el (gnus-registry-cache-whitespace)
18198         (gnus-registry-action, gnus-registry-spool-action)
18199         (gnus-registry-split-fancy-with-parent): Change message levels
18200         from 5 to 3 or 7, as needed.
18201
18202         * spam.el (spam-summary-prepare-exit)
18203         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18204         (spam-split, spam-find-spam, spam-log-undo-registration)
18205         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18206         level from 5 to 6.
18207
18208 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18209
18210         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18211         2004-03-04 change).
18212
18213 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18214
18215         * sieve-manage.el (sieve-manage-open):
18216         * nnweb.el (nnweb-insert-html):
18217         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18218         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18219         * nnspool.el (nnspool-request-group):
18220         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18221         * nnml.el (nnml-request-update-info):
18222         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18223         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18224         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18225         (nnimap-request-set-mark):
18226         * nnfolder.el (nnfolder-request-update-info):
18227         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18228         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18229         * gnus-uu.el (gnus-uu-find-articles-matching):
18230         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18231         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18232         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18233         * gnus-nocem.el (gnus-nocem-scan-groups):
18234         * gnus-int.el (gnus-start-news-server):
18235         * gnus-group.el (gnus-group-make-kiboze-group)
18236         (gnus-group-browse-foreign-server):
18237         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18238         Use mapc when appropriate.
18239
18240 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18241
18242         FIXME: Make separate entries for each person.
18243
18244         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18245         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18246         <shields@msrl.com>:
18247
18248         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18249         may need for spam sorting and scoring.
18250         (spam-user-format-function-S): Add user format function suitable for
18251         general use.
18252         (spam-article-sort-by-spam-status): Add sorting function for summary
18253         sorting.
18254         (spam-extra-header-to-number): Add function to get a score from a
18255         header.
18256         (spam-summary-score): Add function to get a numeric score from the
18257         headers.
18258         (spam-generic-score): Fix function doc, was in wrong place.
18259         (spam-initialize): Take symbols when it's run, and install the
18260         extra headers that spam-necessary-extra-headers thinks we need.
18261
18262 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18263
18264         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18265         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18266
18267 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18268
18269         * gnus-sum.el (gnus-set-global-variables)
18270         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18271         (gnus-article-get-xrefs, gnus-summary-best-group)
18272         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18273         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18274         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18275         Use with-current-buffer.
18276
18277 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18278
18279         * spam.el (spam-summary-prepare-exit): Simplify logic.
18280         (spam-fetch-article-header): Read the article header if it's not
18281         available.
18282         (spam-list-articles): Simplify logic.
18283         (spam-filelist-register-routine): Fix bug with unregister-list.
18284
18285         * gnus-registry.el: Fix comments at beginning.
18286
18287 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18288
18289         * message.el (message-cater-to-broken-inn): Remove.
18290         (message-shorten-references): Make sure the total folded length of
18291         References is shorter than 998 characters to cater to a bug in INN
18292         2.3.  Also, don't pretend that references aren't folded -- this
18293         hasn't worked for a while.
18294
18295 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18296
18297         * gnus-agent.el (gnus-agentize):
18298         gnus-agent-send-mail-real-function no longer set to current value
18299         of message-send-mail-function but rather a lambda that calls
18300         message-send-mail-function.  The change makes the agent real-time
18301         responsive to user changes to message-send-mail-function.
18302
18303 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18304
18305         * legacy-gnus-agent.el
18306         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18307         help from Florian Weimer <fw@deneb.enyo.de>
18308
18309 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18310
18311         * nnmail.el (nnmail-cache-insert): Revert last change.
18312
18313 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18314
18315         * nnmail.el (nnmail-cache-insert): Always check whether
18316         nnmail-cache-ignore-groups matches a group name.
18317
18318 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18319
18320         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18321         (spam-find-spam, spam-log-processing-to-registry)
18322         (spam-log-registered-p, spam-log-unregistration-needed-p)
18323         (spam-log-undo-registration): Use gnus-message instead of
18324         gnus-error, none of these errors are fatal.
18325
18326         * gnus-registry.el (gnus-registry-clean-empty-function)
18327         (gnus-registry-clean-empty): Remove only empty entries without
18328         extra data.
18329
18330 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18331
18332         * spam-stat.el (spam-stat-buffer-change-to-spam)
18333         (spam-stat-buffer-change-to-non-spam): Change (error) to
18334         (gnus-message 8) invocation.
18335
18336 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18337
18338         * nntp.el (nntp-via-netcat-command): New variable.
18339         (nntp-via-netcat-switches): New variable.
18340         (nntp-open-via-rlogin-and-netcat): New function.
18341         (nntp-open-connection-function): Doc fix.
18342         (nntp-telnet-command): Doc fix.
18343         (nntp-end-of-line): Doc fix.
18344         (nntp-via-rlogin-command): Doc fix.
18345         (nntp-via-user-name): Doc fix.
18346         (nntp-via-address): Doc fix.
18347
18348 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18349
18350         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18351         error in Emacs 21.1.
18352
18353 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18354
18355         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18356
18357 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18358
18359         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18360         (gnus-agent-with-refreshed-group): New macro.
18361         (gnus-agent-rename-group): New function.
18362         (gnus-agent-delete-group): New function.
18363         (gnus-agent-save-group-info): Use gnus-command-method when
18364         `method' parameter is nil.  Don't write nil entries into the
18365         active file.
18366         (gnus-agent-get-group-info): New function.
18367         (gnus-agent-fetch-articles):
18368         Use gnus-agent-update-files-total-fetched-for to increment disk space
18369         used.
18370         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18371         Use gnus-agent-update-view-total-fetched-for to increment disk space
18372         used.
18373         (gnus-agent-get-local): Add optional parameters to avoid calling
18374         gnus-group-real-name and gnus-find-method-for-group.
18375         (gnus-agent-set-local): Delete stored entry if either min, or max,
18376         are nil.
18377         (gnus-agent-fetch-session): Reworded error/quit messages.
18378         On quit, use gnus-agent-regenerate-group to record existance of any
18379         articles fetched to disk before the quit occurred.
18380         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18381         gnus-agent-update-view-total-fetched-for, and
18382         gnus-agent-update-files-total-fetched-for to decrement disk space
18383         used.
18384         (gnus-agent-retrieve-headers):
18385         Use gnus-agent-update-view-total-fetched-for to increment disk space
18386         used.
18387         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18388         with gnus-agent-update-files-total-fetched-for to decrement disk
18389         space and fresh group buffer.
18390         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18391         (gnus-agent-need-update-total-fetched-for): New variable.
18392         (gnus-agent-update-files-total-fetched-for): New function.
18393         (gnus-agent-update-view-total-fetched-for): New function.
18394         (gnus-agent-total-fetched-for): New function.
18395
18396         * gnus-cache.el (gnus-cache-save-buffers):
18397         Use gnus-cache-update-overview-total-fetched-for to change disk space
18398         used by this group.
18399         (gnus-cache-possibly-enter-article):
18400         Use gnus-cache-update-file-total-fetched-for to increment disk space
18401         used by this group.
18402         (gnus-cache-possibly-remove-article):
18403         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18404         used by this group.
18405         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18406         (gnus-cache-rename-group): New function.
18407         (gnus-cache-delete-group): New function.
18408         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18409         (gnus-cache-need-update-total-fetched-for): New variable.
18410         (gnus-cache-with-refreshed-group): New macro.
18411         (gnus-cache-update-file-total-fetched-for): New function.
18412         (gnus-cache-update-overview-total-fetched-for): New function.
18413         (gnus-cache-rename-group-total-fetched-for): New function.
18414         (gnus-cache-delete-group-total-fetched-for): New function.
18415         (gnus-cache-total-fetched-for): New function.
18416
18417         * gnus-group.el: Require gnus-sum and autoload functions to
18418         resolve warnings when gnus-group.el compiled alone.
18419         (gnus-group-line-format): Documented new %F.
18420         (size of Fetched data) group line format; identifies disk space
18421         used by agent and cache.
18422         (gnus-group-line-format-alist): Defined new F format.
18423         (gnus-total-fetched-for): New function.
18424         (gnus-group-delete-group): No longer update
18425         gnus-cache-active-altered as gnus-request-delete-group now keeps
18426         the cache in sync.
18427         (gnus-group-list-active): Let the agent store a server's active
18428         list if currently plugged.
18429
18430         * gnus-int.el (gnus-request-delete-group):
18431         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18432         local disk in sync with the server.
18433         (gnus-request-rename-group):
18434         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18435         local disk in sync with the server.
18436
18437         * gnus-start.el (gnus-get-unread-articles):
18438         Cosmetic simplification to logic.
18439
18440         * gnus-util.el (gnus-rename-file): New function.
18441
18442 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18443
18444         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18445
18446 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18447
18448         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18449         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18450
18451 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18452
18453         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18454         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18455
18456 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18457
18458         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18459
18460 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18461
18462         * spam.el (spam-set-difference): Add function to replace
18463         gnus-set-difference in spam.el.
18464         (spam-summary-prepare-exit): Use spam-set-difference.
18465
18466 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18467
18468         * gnus-registry.el (gnus-registry-cache-file): Update to use
18469         gnus-dribble-directory OR gnus-home-directory OR ~.
18470         (gnus-registry-split-fancy-with-parent): Fix doc.
18471
18472 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18473
18474         * message.el (message-exchange-point-and-mark):
18475         Use message-mark-active-p.  Suggested by Jesper Harder
18476         <harder@ifa.au.dk>.
18477
18478 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18479
18480         * message.el (message-exchange-point-and-mark): Don't activate
18481         region if it was inactive.  Suggested by Hiroshi Fujishima
18482         <pooh@nature.tsukuba.ac.jp>.
18483
18484 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18485
18486         * gnus-art.el (article-display-face): Display Faces in the same
18487         order as X-Faces.
18488
18489 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18490
18491         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18492
18493 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18494
18495         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18496         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18497         (gnus-article-mime-hierarchy): Remove.
18498         (gnus-article-mime-hierarchy-next): Remove.
18499         (gnus-article-mode): Revert 2004-03-19 change.
18500         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18501         (gnus-insert-mime-button): Revert 2004-03-19 change.
18502         (gnus-mime-accumulate-hierarchy): Remove.
18503         (gnus-mime-enter-multipart): Remove.
18504         (gnus-mime-leave-multipart): Remove.
18505         (gnus-mime-display-part): Revert 2004-03-19 change.
18506         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18507
18508         * mml.el (mml-preview): Revert 2004-03-19 change.
18509
18510 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18511
18512         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18513
18514 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18515
18516         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18517         t while entering a file name using the mm-with-multibyte macro.
18518         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18519
18520         * mm-util.el (mm-with-multibyte): New macro.
18521
18522 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18523
18524         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18525         New user option.
18526         (gnus-mime-multipart-functions): Doc and customization fix.
18527         (gnus-article-mime-hierarchy): New variable.
18528         (gnus-article-mime-hierarchy-next): New variable.
18529         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18530         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18531         gnus-article-mime-hierarchy-next to nil.
18532         (gnus-insert-mime-button): Show hierarchy numbers.
18533         (gnus-mime-accumulate-hierarchy): New function.
18534         (gnus-mime-enter-multipart): New function.
18535         (gnus-mime-leave-multipart): New function.
18536         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18537         (gnus-mime-display-alternative): Show hierarchy numbers.
18538
18539         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18540         gnus-article-mime-hierarchy-next to nil.
18541
18542 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18543
18544         * dns.el: Don't require gnus-xmas.
18545
18546 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18547
18548         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18549         inline PGP.
18550         (mml-menu): Disable mml-quote-region if mark is inactive.
18551
18552 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18553
18554         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18555         when the group's active is not available.
18556
18557 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18558
18559         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18560         error.
18561
18562 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18563
18564         * imap.el (imap-store-password): New variable.
18565         (imap-interactive-login): Use it.
18566         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18567
18568 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18569
18570         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18571         window-start and hscroll to summary window.
18572
18573 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18574
18575         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18576         conversion message to newsrc-dribble when an actual conversion is
18577         performed.
18578
18579 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18580
18581         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18582
18583 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18584
18585         * mm-decode.el (mm-complicated-handles): New function reviving
18586         former definition of mm-multiple-handles.
18587
18588         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18589         (gnus-mime-delete-part): Use it.
18590
18591 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18592
18593         * gnus-agent.el (gnus-agent-read-local):
18594         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18595         avoid the implicit assumption that they will always be equal.
18596         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18597         coding-system-for-write, as the with-temp-file macro first prints
18598         to a buffer then saves the buffer.
18599
18600 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18601
18602         * gnus-art.el (gnus-article-edit-part): New function.
18603         (gnus-mime-save-part-and-strip): Use it; do query instead of
18604         signaling an error; don't use mm-multiple-handles.
18605         (gnus-mime-delete-part): Ditto.
18606
18607 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18608
18609         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18610         old file versions.
18611         (gnus-group-prepare-hook): Remove function that converted list
18612         form of gnus-agent-expire-days to group properties.
18613
18614         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18615         (gnus-request-accept-article): Re-indented.
18616
18617         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18618         converters to handle old agent file formats.  Add logic for a
18619         "backup before upgrading warning".
18620         (gnus-convert-mark-converter-prompt): Developers can mark
18621         functions as needing (default), or not needing,
18622         gnus-convert-old-newsrc's "backup before upgrading warning".
18623         (gnus-convert-converter-needs-prompt): Tests whether the user
18624         should be protected from potentially irreversable changes by the
18625         function.
18626
18627         * legacy-gnus-agent.el: New.  Provides converters that are only
18628         loaded when gnus-convert-old-newsrc needs to call them.
18629
18630 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18631
18632         * mail-source.el (mail-source-touch-pop): Doc fix.
18633
18634         * message.el (message-smtpmail-send-it): Doc fix.
18635
18636 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18637
18638         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18639
18640         * nnmail.el (nnmail-split-fancy): do.
18641
18642         * gnus-kill.el (gnus-kill, gnus-execute): do.
18643
18644 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18645
18646         * gnus-sum.el (gnus-widget-reversible-match)
18647         (gnus-widget-reversible-to-internal)
18648         (gnus-widget-reversible-to-external): New functions.
18649         (gnus-widget-reversible): New widget.
18650         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18651
18652 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18653
18654         * gnus-sum.el (gnus-thread-sort-functions)
18655         (gnus-article-sort-functions): Document `(not F)' items.
18656
18657 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18658
18659         * spam.el (spam-use-gmane-xref): Add new backend.
18660         (spam-gmane-xref-spam-group): Add variable to control the name of the
18661         Gmane spam group.
18662         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18663         (spam-regex-headers-spam, spam-regex-headers-ham)
18664         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18665         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18666         backends and checks.
18667         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18668
18669         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18670         an autodetect method.
18671
18672 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18673
18674         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18675         articles are being added to a group.
18676         (gnus-request-replace-article): Inform the agent that articles
18677         need to be uncached as the cached contents are no longer valid.
18678
18679 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18680
18681         * binhex.el: Don't autoload executable-find.
18682
18683         * canlock.el: Don't autoload mail-fetch-field.
18684
18685         * dgnushack.el: Autoload c-mode for XEmacs.
18686
18687         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18688
18689         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18690         rmail-dont-reply-to and rmail-output.
18691
18692         * gnus-score.el: Don't autoload ffap-string-at-point.
18693
18694         * gnus-setup.el: Don't autoload sc-cite-original.
18695
18696         * imap.el: Don't autoload base64-decode-string,
18697         base64-encode-string and md5.
18698
18699         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18700         and rmail-msg-restore-non-pruned-header.
18701
18702         * mm-decode.el: Don't autoload executable-find.
18703
18704         * mm-url.el: Don't autoload executable-find.
18705
18706         * mm-view.el: Don't autoload diff-mode.
18707
18708         * nndb.el: Don't autoload news-reply-mode, news-setup,
18709         cancel-timer and telnet.
18710
18711         * password.el: Don't autoload run-at-time for Emacs.
18712
18713         * sha1-el.el: Don't autoload executable-find.
18714
18715         * sieve-mode.el: Don't autoload c-mode.
18716
18717         * uudecode.el: Don't autoload executable-find.
18718
18719 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18720
18721         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18722         (gnus-agent-possibly-alter-active): Avoid null in numeric
18723         comparison.
18724         (gnus-agent-set-local): Refuse to save null in local object table.
18725         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18726         list of articles that will be marked as unread.
18727
18728 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18729
18730         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18731
18732 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18733
18734         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18735         language tags.
18736
18737 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18738
18739         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18740         Don't bind "obarray".
18741
18742         * gnus-sum.el (gnus-thread-sort-functions):
18743         Add `gnus-thread-sort-by-most-recent-number' and
18744         `gnus-thread-sort-by-most-recent-date'.
18745         Reported by Kai Grossjohann <kai@emptydomain.de>.
18746
18747 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18748
18749         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18750
18751 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18752
18753         * gnus-cus.el (gnus-agent-customize-category):
18754         Remove ignore-errors macro reference that required cl to be loaded at
18755         run-time.
18756
18757         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18758         single-interval range of the form (min . max).  Previously the
18759         range had to look like ((min . max)).  Likewise, return
18760         (min . max) rather than ((min . max)).
18761         (gnus-range-map): Use gnus-range-normalize to accept
18762         single-interval range.
18763
18764         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18765         the cache, but not the agent, now appear with their usual face.
18766
18767         * dgnushack.el (loaddir): New variable that is bound to the
18768         directory containing the dgnushack.el file. Use loaddir, rather
18769         than srcdir, to update load-path. Change lets dgnushack compile
18770         code in directories other than GNUS/lisp.
18771
18772 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18773
18774         * lpath.el: Don't bind w3m-safe-url-regexp.
18775
18776         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18777         w3m-safe-url-regexp variable buffer-local.
18778
18779         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18780
18781 2004-02-27  Simon Josefsson  <jas@extundo.com>
18782
18783         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18784         gnus-group-real-prefix.
18785         (gnus-summary-move-article): Use it, instead of
18786         gnus-group-real-prefix.
18787
18788 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18789
18790         * lpath.el: Bind w3m-safe-url-regexp.
18791
18792         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18793         w3m-safe-url-regexp variable buffer-local and set it as the value
18794         of mm-w3m-safe-url-regexp.
18795
18796         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18797
18798         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18799         parsing gnus-posting-styles when the message is not for replying.
18800
18801         * dgnushack.el: Autoload sgml-mode for XEmacs.
18802
18803         * nnrss.el (nnrss-opml-export):
18804         Use mm-set-buffer-file-coding-system instead of
18805         set-buffer-file-coding-system.
18806
18807 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18808
18809         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18810         of checkdoc.el).
18811         * nnrss.el: do.
18812         * gnus-mlspl.el: do.
18813         * gnus-ml.el: do.
18814         * gnus-srvr.el: do.
18815
18816         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18817
18818 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18819
18820         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18821         Corrections to custom-manual links.
18822
18823         * gnus-art.el (gnus-article): Ditto.
18824
18825         * mm-decode.el (mime-display, mime-security): Ditto.
18826
18827 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18828
18829         * flow-fill.el: Typo.
18830
18831 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18832
18833         * spam-wash.el: New file.
18834
18835 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18836
18837         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18838
18839 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18840
18841         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18842         to be run with new-articles as LIST1, not LIST2.
18843         (spam-registration-functions): Add spam-use-ham-copy as a nil
18844         registration backend.
18845
18846 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18847
18848         * spam-stat.el (spam-stat-washing-hook): New option.
18849         (spam-stat-buffer-words): Use it.
18850         (spam-stat-process-directory, spam-stat-test-directory):
18851         Use insert-file-contents-literally.
18852         (spam-stat-coding-system): New variable.
18853         (spam-stat-load, spam-stat-save): Use it.
18854
18855 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18856
18857         * spam-report.el (spam-report-plug-agent):
18858         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18859
18860 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18861
18862         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18863         Allow / in mailto URLs.
18864
18865 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18866
18867         * spam-report.el (spam-report-process-queue): Fix interactive use.
18868         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18869         (spam-report-unplug-agent): Doc fixes.
18870         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18871         (spam-report-agentize, spam-report-deagentize): Autoload.
18872
18873 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18874
18875         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18876
18877         * message.el (message-setup-fill-variables): Add mml tags to
18878         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18879         <ajk@iu.edu>.
18880         (message-mode): Don't modify paragraph-separate there.
18881
18882 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18883
18884         * compface.el (uncompface-use-external): Default to undecided.
18885         (uncompface-use-external-threshold): New variable.
18886         (uncompface-float-time): New macro.
18887         (uncompface): Determine whether to use the external decoder if
18888         uncompface-use-external is undecided.
18889
18890 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18891
18892         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18893         after images.
18894
18895         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18896
18897 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18898
18899         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18900
18901         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18902
18903         * gnus-sum.el (gnus-summary-limit-to-age)
18904         (gnus-summary-limit-children): do.
18905
18906         * gnus-int.el (gnus-request-scan): do.
18907
18908         * gnus-group.el (gnus-group-suspend): do.
18909
18910         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18911
18912         * gnus-cite.el (gnus-cite-parse-attributions): do.
18913
18914         * gnus-agent.el (gnus-summary-set-agent-mark)
18915         (gnus-agent-regenerate-group): do.
18916
18917         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18918
18919         * binhex.el (binhex-decode-region-internal): do.
18920
18921 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18922
18923         * gnus-fun.el (gnus-face-properties-alist): New user option.
18924         (gnus-display-x-face-in-from): Use it.
18925
18926         * gnus-art.el (article-display-face): Ditto.
18927
18928         * compface.el (uncompface-use-external): Default to nil.
18929
18930 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18931
18932         * nntp.el (nntp-erase-buffer): New function.
18933         (nntp-retrieve-data, nntp-send-command)
18934         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18935         (nntp-possibly-change-group): Use it.
18936
18937         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18938         Use with-current-buffer.
18939
18940 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18941
18942         * compface.el: Merge the ELisp-based uncompface program.
18943         (compface): New customization group.
18944         (uncompface-use-external): New user option.
18945         (uncompface): Call uncompface-internal if uncompface-use-external
18946         is nil.
18947         (uncompface-internal): New function.  Note that there are also
18948         some other functions and variables added for this function.
18949
18950 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18951
18952         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18953         if necessary.
18954
18955 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18956
18957         * spam-report.el (spam-report-unplug-agent)
18958         (spam-report-plug-agent, spam-report-deagentize)
18959         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18960         Add support for the Agent in spam-report: when unplugged, report to a
18961         file; when plugged, submit all the requests.
18962
18963         * spam.el (spam-register-routine): Fix message about
18964         registration.
18965
18966 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18967
18968         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18969         dependencies.
18970         (rfc2047-encode): Use it.
18971
18972         * gnus-art.el (gnus-button-marker-list): Move before first
18973         reference.
18974
18975         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18976         (imap-parse-body): Fix format string mismatch.
18977
18978         * gnus-score.el (gnus-summary-increase-score): do.
18979
18980         * nnrss.el (nnrss-close): New function.
18981
18982 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18983
18984         * nnrss.el (nnrss-make-filename): New function.
18985         (nnrss-request-delete-group, nnrss-read-server-data)
18986         (nnrss-save-server-data, nnrss-read-group-data)
18987         (nnrss-save-group-data): Use it.
18988         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18989         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18990         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18991
18992 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18993
18994         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18995
18996 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18997
18998         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18999         files.
19000
19001         * message.el (message-generate-headers-first): Don't quote nil
19002         and t in docstrings.
19003
19004         * imap.el (imap-id): do.
19005
19006         * gnus-agent.el (gnus-agent-consider-all-articles)
19007         (gnus-agent-queue-mail): do.
19008
19009 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19010
19011         * spam-report.el (spam-report-process-queue): New function.
19012         Process requests from `spam-report-requests-file'.
19013         (spam-report-process-queue): Doc fix.
19014
19015 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19016
19017         * spam.el (spam-register-routine)
19018         (spam-log-processing-to-registry, spam-log-registered-p)
19019         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19020         Change "check" to "spam-check" for semi-clarity.
19021
19022 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19023
19024         * pop3.el: Require nnheader.
19025
19026         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19027
19028         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19029
19030         * gnus-picon.el: Require cl.
19031
19032         * gnus-fun.el: Require gnus-ems and gnus-util.
19033
19034         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19035
19036         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19037
19038         * gnus-art.el (gnus-article-edit-mode): Define before first
19039         reference.
19040
19041 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19042
19043         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19044         (gnus-uu-post-encoded): Use point-at-bol.
19045
19046         * gnus-topic.el (gnus-group-active-topic-p): do.
19047
19048         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19049
19050         * gnus-group.el (gnus-group-kill-region): do.
19051
19052         * gnus-art.el (article-date-ut): do.
19053
19054         * message.el (message-fetch-field): Remove redundant
19055         case-fold-search binding.
19056         (message-narrow-to-field): Simplify.
19057
19058 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19059
19060         * spam.el (spam-directory): Derive from `gnus-directory'.
19061
19062         * spam-report.el (spam-report-url-to-file)
19063         (spam-report-requests-file): New function and variable for offline
19064         reporting.
19065         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19066         and user defined function.
19067         (spam-report-url-ping-mm-url): Remove doubled slash.
19068
19069 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19070
19071         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19072
19073 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19074
19075         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19076         Fix format string mismatch.
19077
19078         * sieve.el (sieve-deactivate-all): do.
19079
19080         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19081
19082         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19083
19084         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19085
19086         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19087
19088 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19089
19090         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19091         the list of checks.
19092
19093 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19094
19095         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19096         padding.
19097
19098 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19099
19100         * mm-view.el (mm-fill-flowed): New variable.
19101         (mm-inline-text): Use it.
19102
19103 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19104
19105         * spam.el (spam-spamassassin-register-ham-routine)
19106         (spam-spamassassin-register-spam-routine): Fix function names.
19107
19108 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19109
19110         * gnus.el (gnus-tmp-grouplens): Remove.
19111         (gnus-summary-line-format): Remove grouplens.
19112
19113         * gnus-group.el (gnus-group-line-format): Ditto.
19114
19115         * gnus-spec.el (gnus-format-specs): Ditto.
19116         (gnus-update-format-specifications): Flush the group format spec
19117         cache if there's the grouplens stuff.
19118         (gnus-parse-simple-format): Replace %l with the empty string.
19119
19120 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19121
19122         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19123         omission.
19124
19125 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19126
19127         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19128         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19129
19130 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19131
19132         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19133         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19134         New macros and functions.
19135         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19136         Handle > NLINK_MAX messages.
19137         * nnmaildir.el (nnmaildir-request-set-mark):
19138         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19139
19140 2004-01-25  Alex Schroeder  <alex@gnu.org>
19141
19142         * spam-stat.el (spam-stat-process-directory-age): New option.
19143         (spam-stat-process-directory): Use it.
19144
19145 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19146
19147         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19148         (spam-stat-save): Accept prefix argument.
19149
19150 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19151
19152         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19153         links" error.
19154
19155 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19156
19157         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19158         the rest of the and/or forms.
19159
19160 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19161
19162         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19163         compatibility with old .newsrc.eld files.
19164
19165         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19166
19167         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19168
19169         * gnus-start.el (gnus-1): do.
19170
19171         * gnus-group.el (gnus-group-line-format-alist): do.
19172
19173         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19174
19175         * gnus-gl.el: Remove.
19176
19177 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19178
19179         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19180         marks consisting of a single range {for example, (3 . 5)} rather
19181         than a list of a single range { ((3 . 5)) }.
19182
19183 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19184
19185         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19186         Use with-current-buffer.
19187         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19188         avoid consing a string.
19189
19190         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19191         Remove obsolete entries for big5 and gb2312.
19192
19193 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19194
19195         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19196         uncompressed list.
19197
19198 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19199
19200         * spam-stat.el (spam-stat-strip-xref): New function.
19201         (spam-stat-process-directory): Use it.
19202
19203         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19204         here -- it's done in message-fetch-field.
19205
19206 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19207
19208         * gnus-agent.el (gnus-agent-queue-mail)
19209         (gnus-agent-prompt-send-queue): New variables.
19210         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19211         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19212         "nndraft:queue" along to gnus-draft-send.
19213         Use gnus-agent-prompt-send-queue.
19214         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19215         is "nndraft:queue".  Suggested by Gaute Strokkenes
19216         <gs234@srcf.ucam.org>
19217
19218         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19219         (agent-enable-undownloaded-faces): Add.
19220         (gnus-agent-cat-groups): Use eval-and-compile, not
19221         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19222         method of gnus-agent-cat-groups even when the buffer has been
19223         evaled.
19224         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19225         delete gnus-agent-save-active-1.
19226         (gnus-agent-save-groups): Delete.  Identical to
19227         gnus-agent-save-active.
19228         (gnus-agent-write-active): No longer adjust agent's copy of active
19229         file as agent's adjustments are now stored in their own
19230         file.  Remove optional parameter.
19231         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19232         servers.  Add use of min/max range limits from server's local
19233         file.
19234         (gnus-agent-save-alist): Remove unused optional argument.
19235         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19236         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19237         (gnus-agent-set-local): A per-server file that keeps min/max range
19238         limits for articles known to the agent.  Provides a fast mechanism
19239         for altering many active ranges.
19240         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19241         active file (local makes it unnecessary).
19242         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19243
19244         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19245         (agent-enable-undownloaded-faces): Add.
19246
19247         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19248         disable it when sending to "nndraft:queue".
19249         (gnus-group-send-queue): Add safety check to avoid sending queue
19250         when unplugged.
19251
19252         * gnus-group.el (gnus-group-catchup): Use new
19253         gnus-sequence-of-unread-articles, not
19254         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19255         numbers of articles.  Use gnus-range-map to avoid having to
19256         uncompress the unread list.
19257         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19258         Fix invalid ange-ftp reference.
19259
19260         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19261         (gnus-sorted-range-intersection): Intersection of two ranges
19262         without requiring that they first be uncompressed.
19263
19264         * gnus-start.el (gnus-activate-group): Unless blocked by the
19265         caller, possibly expand the active range to include both cached
19266         and agentized articles.
19267         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19268         multiple version-dependent converters.
19269         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19270         gnus-agent-save-active.
19271         (gnus-save-newsrc-file): Save dirty agent range limits.
19272
19273         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19274         gnus-agent-possibly-alter-active.
19275         (gnus-adjust-marked-articles): Faster handling of simple lists.
19276
19277 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19278
19279         * spam-stat.el (spam-stat-test-directory): New optional argument
19280         displays a list of files detected.  Suggested by Andrew Cohen
19281         <cohen@andy.bu.edu>.
19282         (spam-stat-buffer-words-with-scores): Don't narrow and change
19283         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19284
19285 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19286
19287         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19288         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19289         (spam-spamassassin-arguments)
19290         (spam-spamassassin-spam-flag-header)
19291         (spam-spamassassin-positive-spam-flag-header)
19292         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19293         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19294         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19295         (spam-list-of-processors, spam-list-of-checks)
19296         (spam-list-of-statistical-checks, spam-registration-functions)
19297         (spam-check-spamassassin-headers, spam-check-spamassassin)
19298         (spam-spamassassin-score)
19299         (spam-spamassassin-register-with-sa-learn)
19300         (spam-spamassassin-register-spam-routine)
19301         (spam-spamassassin-register-ham-routine)
19302         (spam-assassin-register-spam-routine)
19303         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19304         (spam-bogofilter-score): Fix to show article before scoring.
19305
19306 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19307
19308         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19309         default scoring function.
19310         (spam-generic-score): Call spam-spamassassin-score if
19311         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19312         spam-bogofilter-score otherwise.
19313
19314         * gnus.el (spam-process, spam-autodetect-methods):
19315         Add spamassassin and spamassassin-headers.
19316
19317 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19318
19319         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19320         Suppress unnecessary messages.
19321
19322 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19323
19324         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19325         make-hash-table.
19326
19327 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19328
19329         * canlock.el (base64-encode-string): Don't autoload it.
19330
19331 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19332
19333         * run-at-time.el: Remove useless (require 'itimer),
19334         eval-and-compile and (featurep 'xemacs).
19335
19336 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19337
19338         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19339         GROUP is a virtual group.
19340
19341 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19342
19343         * gnus.el: Autoload `message-y-or-n-p'.
19344
19345 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19346
19347         * pgg-parse.el: Remove unnecessary (require 'custom).
19348
19349         * pgg-def.el: do.
19350
19351         * nnmail.el: do.
19352
19353         * gnus-undo.el: do.
19354
19355         * gnus-picon.el: do.
19356
19357         * gnus-util.el: do.
19358
19359 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19360
19361         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19362
19363 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19364
19365         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19366         handle, as well as a list.
19367
19368         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19369         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19370         (mm-w3m-cid-retrieve): Simplify.
19371
19372 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19373
19374         * message.el (message-kill-to-signature): Allow prefix arg to
19375         specify number of lines to keep before signature.
19376
19377 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19378
19379         * message.el (message-kill-to-signature): Change docstring.
19380
19381 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19382
19383         * canlock.el: Always require sha1-el.
19384         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19385
19386         * message.el: Autoload sha1 only when compiling.
19387
19388         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19389         eudc-expand-inline for XEmacs.
19390
19391 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19392
19393         * message.el (message-canlock-generate): Require sha1-el.
19394
19395 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19396
19397         * message.el (message-expand-name): Silence the byte compiler.
19398
19399         * lpath.el: Add detect-coding-system.
19400
19401         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19402         cus-edit.
19403
19404 2004-01-13  Simon Josefsson  <jas@extundo.com>
19405
19406         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19407         Invoke gnus-score-mode.
19408         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19409
19410         * gnus-range.el (gnus-compress-sequence): Doc fix.
19411         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19412
19413 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19414
19415         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19416
19417 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19418
19419         * spam.el (spam-get-article-as-string): Update to use
19420         gnus-request-article-this-buffer, much simpler.
19421         (spam-get-article-as-buffer): Remove.
19422
19423 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19424
19425         * message.el (message-expand-name): Use EUDC if the user uses that.
19426
19427 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19428
19429         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19430         character for the encoding to avoid consing a string.
19431
19432         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19433         unnecessarily.
19434
19435         * mm-util.el (mm-replace-chars-in-string): Remove.
19436
19437         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19438         of mm-replace-chars-in-string.
19439
19440 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19441
19442         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19443
19444         * mm-util.el (mm-subst-char-in-string): Support inplace.
19445
19446         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19447         a new string in every iteration.  Use shy groups.
19448
19449 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19450
19451         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19452         * gnus-soup.el (gnus-soup-group-brew):
19453         * gnus-msg.el (gnus-put-message):
19454         * gnus-move.el (gnus-group-move-group-to-server):
19455         * gnus-kill.el (gnus-batch-score):
19456         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19457         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19458         (gnus-group-update-group, gnus-group-read-group)
19459         (gnus-group-make-group, gnus-group-make-help-group)
19460         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19461         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19462         (gnus-group-sort-by-unread, gnus-group-catchup)
19463         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19464         (gnus-group-yank-group, gnus-group-set-info)
19465         (gnus-group-list-groups):
19466         * gnus.el (gnus-generate-new-group-name):
19467         * gnus-delay.el (gnus-delay-send-queue):
19468         * nnvirtual.el (nnvirtual-catchup-group):
19469         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19470         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19471         (gnus-group-prepare-topics, gnus-topic-check-topology):
19472         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19473         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19474         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19475         (gnus-group-make-articles-read):
19476         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19477         (gnus-group-change-level, gnus-kill-newsgroup)
19478         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19479         (gnus-get-unread-articles, gnus-make-articles-unread)
19480         (gnus-make-ascending-articles-unread): Use accessor
19481         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19482         to get group information for improved readability.
19483
19484
19485 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19486
19487         * gnus-art.el (article-decode-mime-words, article-babel)
19488         (gnus-article-highlight-signature, gnus-article-add-buttons)
19489         (gnus-signature-toggle): Use gnus-with-article-buffer.
19490
19491         * gnus-art.el (gnus-article-highlight-headers)
19492         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19493
19494         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19495         (gnus-article-set-globals, gnus-request-article-this-buffer)
19496         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19497         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19498         (gnus-mime-display-alternative): Use with-current-buffer.
19499
19500 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19501
19502         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19503         also under 80 char limit, and call gnus-error if needed.
19504         (spam-fetch-article-header): Fix - it was a
19505         buffer-local variable (gnus-newsgroup-data).
19506         (spam-find-spam): Use spam-generate-fake-headers, forget about
19507         spam-insert-fake-headers.
19508         (spam-insert-fake-headers): Remove.
19509
19510 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19511
19512         * deuglify.el (gnus-article-outlook-unwrap-lines)
19513         (gnus-outlook-rearrange-article)
19514         (gnus-outlook-repair-attribution-outlook)
19515         (gnus-outlook-repair-attribution-block)
19516         (gnus-outlook-repair-attribution-other): Remove redundant
19517         save-excursion.
19518
19519 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19520
19521         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19522         (spam-fetch-field-subject-fast)
19523         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19524         (spam-fetch-article-header): Add functions to deal with Gnus
19525         internals for fast retrieval of article header data.
19526         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19527
19528 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19529
19530         * pop3.el (pop3-md5): Remove.
19531         (pop3-apop): Replace pop3-md5 with md5.
19532
19533         * mm-bodies.el: base64 is always built-in.
19534
19535         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19536         Use with-current-buffer.
19537
19538 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19539
19540         * canlock.el (canlock-insert-header): Remove excessive grouping in
19541         regexp.
19542
19543         * gnus-sum.el (gnus-summary-read-document): Ditto.
19544
19545         * gnus-uu.el (gnus-uu-part-number): Ditto.
19546
19547         * html2text.el (html2text-remove-tags): Ditto.
19548         (html2text-format-tags): Ditto.
19549         (html2text-format-single-elements): Ditto.
19550
19551         * mml.el (mml-parse-1): Ditto.
19552
19553 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19554
19555         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19556
19557         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19558
19559         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19560
19561         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19562
19563 2003-11-15  Simon Josefsson  <jas@extundo.com>
19564
19565         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19566         (pgg-gpg-lookup-key): Use regexp match instead of
19567         split-string (split-string is different between emacs 21.2 and
19568         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19569
19570 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19571
19572         * gnus-art.el (gnus-mime-view-all-parts)
19573         (gnus-article-part-wrapper, gnus-article-view-part):
19574         Use with-current-buffer.
19575
19576 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19577
19578         * spam.el (spam-disable-spam-split-during-ham-respool)
19579         (spam-spamoracle-database, spam-cache-lookups)
19580         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19581         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19582         (spam-group-ham-marks, spam-group-spam-marks)
19583         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19584         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19585         also add spam-use-blackholes to the statistical checks.
19586         (spam-fetch-field-fast): Add interface to fetching fields, may
19587         become a macro.
19588         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19589         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19590         (spam-insert-fake-headers): Fake an article when needed.
19591         (spam-find-spam): Fake article when possible.
19592         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19593         (spam-check-bogofilter-headers): Use message-fetch-field instead
19594         of nnmail-fetch-field.
19595
19596 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19597
19598         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19599
19600 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19601
19602         * spam.el (spam-split): Do not require spam-use-CHECK to be
19603         enabled if that check is passed to spam-split explicitly; also
19604         fix so 'spam doesn't get converted to spam-split-group when
19605         spam-split-symbolic-return is t.
19606         (spam-find-spam): Find registrations of the article and use those
19607         instead of re-running spam-split to find the spam/ham
19608         classification of the article.
19609         (spam-log-processing-to-registry, spam-log-registered-p)
19610         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19611         Use gnus-error instead of gnus-message.
19612         (spam-log-registration-type): Add function to determine the
19613         classification of a message based on registry entries; will
19614         return nil if both 'spam and 'ham are found.
19615         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19616         a reasonably fast local cache without the loading errors.
19617         (spam-cache-lookups): Set to t by default.
19618         (spam-find-spam): Don't try to guess spam-cache-lookups.
19619         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19620         spam-caches entry.
19621         (spam-filelist-build-cache, spam-filelist-check-cache):
19622         Fix caching of whitelist/blacklist entries.
19623         (spam-check-whitelist, spam-check-blacklist):
19624         Invoke spam-from-listed-p with a type, not a cache variable.
19625         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19626
19627 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19628
19629         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19630
19631         * nnmail.el (nnmail-split-fancy): do.
19632
19633         * mml.el (mml-parse): do.
19634
19635         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19636         (gnus-score-adaptive): do.
19637
19638 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19639
19640         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19641         (gnus-mime-button-map): Don't set keymap parent.
19642         (gnus-button-ctan-directory-regexp): Use shy grouping.
19643         (gnus-prev-page-map): Don't set keymap parent.
19644         (gnus-prev-page-map): Remove duplicated one.
19645         (gnus-next-page-map): Don't set keymap parent.
19646         (gnus-mime-security-button-map): Ditto.
19647
19648         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19649         version number.
19650
19651         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19652
19653 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19654
19655         * canlock.el (canlock-sha1-function): Remove.
19656         (canlock-sha1-function-for-verify): Remove.
19657         (canlock-openssl-program): Remove.
19658         (canlock-openssl-args): Remove.
19659         (canlock-ignore-errors): Remove.
19660         (canlock-sha1-with-openssl): Remove.
19661         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19662         (canlock-verify): Don't use canlock-ignore-errors.
19663
19664         * sha1-el.el (sha1-string-external): Make it can return a string
19665         in binary form.
19666         (sha1-region-external): Ditto.
19667         (sha1-string-internal): Ditto.
19668         (sha1-region-internal): Ditto.
19669         (sha1-region): Ditto.
19670         (sha1-string): Ditto.
19671         (sha1): Ditto.
19672
19673 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19674
19675         * spam.el (spam-report-articles-gmane): New command.
19676
19677 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19678
19679         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19680
19681         * run-at-time.el (run-at-time-saved): Remove.
19682         (run-at-time): Doc fix.
19683
19684 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19685
19686         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19687         (gnus-summary-limit-map): Add it.
19688         (gnus-summary-make-menu-bar): do.
19689
19690 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19691
19692         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19693         Make attempt at some caching support (done for BBDB only now).
19694         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19695         addresses to be checked.
19696         (spam-clear-cache-BBDB): Add function, to be invoked by
19697         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19698         (spam-check-BBDB): Check and use the caches, if
19699         spam-cache-lookups is on, remove superfluous (provide).
19700
19701 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19702
19703         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19704
19705 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19706
19707         * run-at-time.el (run-at-time-saved): Move to after the definition
19708         of `run-at-time'.
19709
19710         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19711
19712 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19713
19714         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19715         mm-w3m-local-map-property.
19716
19717         * mm-view.el (mm-w3m-mode-map): Remove.
19718         (mm-w3m-local-map-property): Remove.
19719         (mm-inline-text-html-render-with-w3m): Don't use
19720         mm-w3m-local-map-property.
19721
19722 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19723
19724         * run-at-time.el: New file.
19725
19726         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19727         under Emacs.
19728
19729         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19730         of gnus-set-text-properties.
19731
19732         * gnus-uu.el (gnus-uu-save-article): Ditto.
19733
19734         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19735
19736         * gnus-cite.el (gnus-cite-parse): Ditto.
19737
19738         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19739         of gnus-.
19740
19741         * gnus-xmas.el (run-at-time): Require run-at-time.
19742
19743         * gnus.el: Change calls to nnheader-run-at-time and
19744         password-run-at-time throughout to use run-at-time directly.
19745
19746         * password.el: Remove definition of run-at-time.
19747
19748         * nnheaderxm.el: Remove definition of run-at-time.
19749
19750 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19751
19752         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19753         in prompt.
19754
19755 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19756
19757         * messagexmas.el (message-xmas-redefine): Alias
19758         `message-make-caesar-translation-table' to
19759         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19760         version.
19761
19762         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19763         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19764         `gnus-xmas-set-text-properties'.
19765         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19766         `gnus-xmas-completing-read'.
19767         (gnus-xmas-completing-read): Removed.
19768         (gnus-xmas-open-network-stream): Removed.
19769
19770         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19771         XEmacs version.
19772
19773         * dns.el (dns-make-network-process): Use `open-network-stream'
19774         instead of `gnus-xmas-open-network-stream'.
19775
19776         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19777
19778         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19779
19780 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19781
19782         * gnus-art.el (gnus-mime-display-alternative)
19783         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19784         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19785         Don't use gnus-local-map-property.
19786
19787         * gnus-util.el (gnus-local-map-property): Remove.
19788
19789         * mm-view.el (mm-view-pkcs7-decrypt):
19790         Replace gnus-completing-read-maybe-default with completing-read.
19791
19792         * gnus-util.el (gnus-completing-read): do.
19793         (gnus-completing-read-maybe-default): Remove.
19794
19795 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19796
19797         * password.el: Only autoload `run-at-time' if not XEmacs.
19798         Only autoload the itimer functions if XEmacs.
19799
19800 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19801
19802         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19803         XEmacsen.
19804
19805         * dgnushack.el: Autoload executable-find for XEmacs.
19806
19807 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19808
19809         * gnus-art.el (gnus-read-string): Remove.
19810         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19811         read-string.
19812
19813 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19814
19815         * netrc.el: Autoload password-read.
19816         (netrc): Add configuration group.
19817         (netrc-encoding-method, netrc-openssl-path):
19818         Add variables for encoding and decoding of files with symmetric
19819         ciphers.
19820         (netrc-encode): Add assistant function to encode a file with
19821         netrc-encoding-method.
19822         (netrc-parse): Add interactive parameter, added optional
19823         decoding if netrc-encoding-method is non-nil but otherwise
19824         behavior is standard.
19825         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19826         Do s/encode/encrypt/ everywhere.
19827
19828         * spam.el: Remove executable-find autoload.
19829
19830 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19831
19832         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19833
19834         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19835
19836 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19837
19838         * gnus-art.el (gnus-treat-ansi-sequences)
19839         (article-treat-ansi-sequences): New variable and function.
19840         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19841
19842         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19843         Use it.
19844
19845 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19846
19847         * mm-util.el (mm-quote-arg): Remove.
19848
19849         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19850         shell-quote-argument.
19851
19852         * gnus-uu.el (gnus-uu-command): do.
19853
19854         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19855
19856         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19857         with make-char.
19858
19859         * mm-util.el (mm-make-char): Remove.
19860
19861         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19862         add-minor-mode.
19863
19864         * gnus-undo.el (gnus-undo-mode): do.
19865
19866         * gnus-topic.el (gnus-topic-mode): do.
19867
19868         * gnus-sum.el (gnus-dead-summary-mode): do.
19869
19870         * gnus-start.el (gnus-slave-mode): do.
19871
19872         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19873
19874         * gnus-ml.el (gnus-mailing-list-mode): do.
19875
19876         * gnus-gl.el (gnus-grouplens-mode): do.
19877
19878         * gnus-draft.el (gnus-draft-mode): do.
19879
19880         * gnus-dired.el (gnus-dired-mode): do.
19881
19882         * gnus-ems.el (gnus-add-minor-mode): Remove.
19883
19884         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19885         Replace gnus-char-width with char-width.
19886
19887         * gnus-ems.el (gnus-char-width): Remove.
19888
19889         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19890         Replace gnus-char-width with char-width.
19891
19892         * gnus-ems.el (gnus-char-width): Remove.
19893
19894         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19895         definition.
19896         Remove Emacs 20 hash table compatibility code.
19897
19898         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19899         20 compatibility code.
19900
19901         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19902
19903         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19904
19905         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19906         Replace with point-at-{eol,bol}.
19907
19908         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19909
19910         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19911
19912         * flow-fill.el (fill-flowed-point-at-bol)
19913         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19914
19915         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19916         Replace with point-at-{eol,bol} throughout all files.
19917
19918 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19919
19920         * ntlm.el (ntlm-string-as-unibyte): New macro.
19921         (ntlm-build-auth-response): Use it.
19922
19923         Remove Emacs 20 stuff:
19924         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19925         (butlast, mapc, remove): Remove the compiler macros.
19926         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19927         of delq and copy-sequence.
19928         * gnus-art.el (popup-menu): Remove the compiler macro.
19929         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19930         Emacs 20.
19931
19932 2004-01-05  Simon Josefsson  <jas@extundo.com>
19933
19934         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19935         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19936         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19937         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19938         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19939         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19940         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19941         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19942         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19943         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19944         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19945         string-xor into ntlm-string-xor.
19946         Suggested by Jesper Harder <harder@myrealbox.com>.
19947
19948         * ntlm.el: Don't include poem.
19949
19950         * md4.el (print-int32, print-string-hexa): Remove.
19951         Suggested by Jesper Harder <harder@myrealbox.com>.
19952
19953         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19954
19955         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19956         probably breaks emacs with DL patch, but do we care? Is anyone
19957         still using the DL stuff?)
19958
19959         * sieve-manage.el: Use the password package.
19960         (sieve-manage-read-passwd): Remove.
19961         (sieve-manage-interactive-login): Use password.  Re-add
19962         condition-case around loop.
19963
19964         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19965         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19966         Use the password package.
19967
19968 2003-02-19  Simon Josefsson  <jas@extundo.com>
19969
19970         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19971         token.
19972
19973 2002-08-07  Simon Josefsson  <jas@extundo.com>
19974
19975         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19976         (sieve-manage-authenticators):
19977         (sieve-manage-authenticator-alist): Add some SASL mechs.
19978         (sieve-sasl-auth): New function.
19979         (sieve-manage-cram-md5-auth):
19980         (sieve-manage-plain-auth): Rewrite using SASL library.
19981         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19982         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19983         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19984         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19985
19986 2004-01-05  Simon Josefsson  <jas@extundo.com>
19987
19988         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19989         New files.
19990
19991 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19992
19993         * gnus-group.el (gnus-no-groups-message): Update.
19994
19995         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19996
19997 2003-11-09  Simon Josefsson  <jas@extundo.com>
19998
19999         * imap.el: Support for ID IMAP extension (RFC 2971).
20000         (imap-local-variables): Add imap-id.
20001         (imap-id): New variable.
20002         (imap-id): New function.
20003         (imap-parse-response): Parse untagged ID response.
20004         * nnimap.el (nnimap-id): New variable.
20005         (nnimap-open-connection): Use it.
20006
20007 2003-12-28  Simon Josefsson  <jas@extundo.com>
20008
20009         * gnus-score.el (gnus-score-edit-all-score): New.
20010         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20011
20012 2004-01-04  Simon Josefsson  <jas@extundo.com>
20013
20014         * password.el: Add.
20015
20016 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20017
20018         * dns.el (dns-query-types): Fix typo.
20019         (dns-query-types): New function.
20020         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20021         PTR and SOA replies, see RFC 1035.
20022
20023 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20024
20025         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20026
20027         * Move to Changelog.2.
20028
20029 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20030
20031         * gnus.el (gnus-version-number): Bump version.
20032
20033 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20034
20035         * gnus.el: No Gnus v0.1 is released.
20036
20037 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20038
20039         * gnus.el: No Gnus v0.0 is released.
20040
20041 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20042
20043         * gnus.el (gnus-version-number): Bump.
20044         (gnus-version): No.
20045
20046 See ChangeLog.2 for earlier changes.
20047
20048     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
20049       Free Software Foundation, Inc.
20050
20051   This file is part of GNU Emacs.
20052
20053   GNU Emacs is free software: you can redistribute it and/or modify
20054   it under the terms of the GNU General Public License as published by
20055   the Free Software Foundation, either version 3 of the License, or
20056   (at your option) any later version.
20057
20058   GNU Emacs is distributed in the hope that it will be useful,
20059   but WITHOUT ANY WARRANTY; without even the implied warranty of
20060   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20061   GNU General Public License for more details.
20062
20063   You should have received a copy of the GNU General Public License
20064   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20065
20066 ;; Local Variables:
20067 ;; coding: utf-8
20068 ;; fill-column: 79
20069 ;; add-log-time-zone-rule: t
20070 ;; End: