3e43661893ed407d95d2a41b3fab78c89b50108f
[gnus] / lisp / ChangeLog
1 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
4         backends after sanitising on entry, because this never makes sense:
5         If the articles have gone missing, then the data no longer exists on
6         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7         overwrite anything anyway.
8
9         * shr.el (shr-insert-document): Bind shr-width dynamically to
10         window-width if it's nil.
11
12 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
13
14         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
15         with the meaning of using the full emacs window width for rendering.
16
17 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
18
19         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
20         case when sender is not given.
21
22 2010-12-23  Julien Danjou  <julien@danjou.info>
23
24         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
25         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
26         the addresses, otherwise we might misplaced the gravatar.
27
28 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
29
30         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
31         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
32         obsolete in Emacs.
33
34 2010-12-20  Julien Danjou  <julien@danjou.info>
35
36         * gnus-util.el (gnus-rescale-image): Revert last change.
37
38 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
39
40         * gnus-group.el (gnus-group-delete-articles): New command.
41
42 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
43
44         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
45
46 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
47
48         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
49         here, since it's up to the backends to do CRLF removal if their
50         protocol has it.
51
52         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
53
54 2010-12-17  Julien Danjou  <julien@danjou.info>
55
56         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
57         they are from file. Can also scale up.
58
59 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
60
61         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
62         gnus-use-agent.
63         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
64
65         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
66
67 2010-12-17  Julien Danjou  <julien@danjou.info>
68
69         * gravatar.el (gravatar-retrieve-synchronously): New function.
70         (gravatar-get-data): Make more robust.
71
72 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
73
74         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
75
76 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77
78         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
79         to really consider the last line.
80
81 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
82
83         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
84         list of recipient keys, or use symmetric encryption if not a list.
85         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
86         EPA override, replacing the call to `netrc-store-data'.
87
88 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
89
90         * gnus-srvr.el: Avoid passing nil regexp argument to
91         delete-matching-lines.
92
93 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
94
95         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
96         fetching stops when Gnus exits.
97
98         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
99         function.
100         (nnfolder-request-expire-articles): Save all the buffers after doing
101         expiry.
102
103         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
104         the last article", since that led to serious performance regressions
105         when expiring nnml groups.
106
107 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
108
109         * nnir.el: Improve customizations.
110
111 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
112
113         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
114
115         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
116         group has been killed.
117         (gnus-group-yank-group): Ditto.
118
119         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
120
121         * nnimap.el (nnimap-request-update-group-status): New function.
122
123         * gnus-int.el (gnus-request-update-group-status): New interface
124         function.
125
126         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
127         copying read-ness to the backends.
128
129         * nnimap.el (nnimap-quirk): New function.
130         (nnimap-retrieve-group-data-early): Use it.
131         (nnimap-quirks): New alist.
132
133 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
134
135         * shr.el (shr-insert): Set shr-start after deleting trailing space;
136         don't delete it within indentation.
137
138 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
139
140         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
141         previous line.
142
143 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
144
145         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
146         QRESYNC command by deleting a superfluous space which broke Cyrus
147         servers.  This change will break other servers that are buggy the other
148         way around.
149
150 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
151
152         * spam.el: Reindent and fix long lines.
153         (spam-copy-or-move-routine): Exclude invalid move destinations.
154
155 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
156
157         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
158         installed the registry.
159
160 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
161
162         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
163
164 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
165
166         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
167         groupname doesn't contain "gmane".
168
169 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
170
171         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
172         and netrc-bound-and-true-p bindings.
173         (netrc-parse): Cache the netrc contents.
174
175         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
176         (gnus-1): Don't create the nndrafts group twice.
177         (gnus-setup-news): There's no need to read the active file here, since
178         that's done again later on a per-backend basis.
179         (gnus-start-draft-setup): Make sure that the new group is started out
180         empty.
181
182         * gnus-agent.el (gnus-agentize): Don't create the queue group
183         automatically on startup.  It'll be created later, if needed.
184
185         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
186         of automatically subscribed groups.
187         (gnus-auto-subscribed-categories): New variable.
188         (gnus-matches-options-n): Use it.
189         (gnus-default-subscribed-newsgroups): Remove unused variable.
190         (gnus-start-draft-setup): Message a bit less.
191
192 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
193
194         * nnir.el (nnir-run-imap): Return article list in order of increasing
195         UID.
196
197 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
198
199         * gnus-sum.el (gnus-summary-enter-digest-group): Mention
200         gnus-auto-select-on-ephemeral-exit.
201
202         * proto-stream.el (proto-stream-open-network-only): Fix the calling
203         convention of the network-only option.
204
205 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
206
207         * proto-stream.el (proto-stream-open-network-only): New function to
208         have a way to specify non-STARTTLS upgrade connections.
209
210 2010-12-10  Julien Danjou  <julien@danjou.info>
211
212         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
213         email address is nil.
214
215         * message.el (message-bogus-recipient-p): Set address to "" if nil.
216
217 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
218
219         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
220         deletion.
221         (nnir-run-imap): Only need to parse list once.
222
223 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
224
225         * shr.el (shr-tag-script): Ignore <script>.
226         (shr-tag-label): Add <label> support.
227
228 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
229
230         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
231
232         * shr.el (shr-image-displayer): Work for images lined side by side.
233
234 2010-12-08  Robert Pluim  <rpluim@gmail.com>
235
236         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
237         parameter, since XEmacs doesn't accept t as a parameter.
238
239 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
240
241         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
242         ids.
243         (nnir-run-gmane): Simplify groupspec formatting.
244         (nnir-request-expire-articles): New function.
245
246 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
247
248         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
249         overflow, possibly.
250
251         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
252         (shr-render-td): Handle td style="" better.
253         (shr-tag-table): Use the color from the style sheet.
254         (shr-render-td): Make sure we copy over all the overlays, too.
255
256 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
257
258         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
259         (nnir-request-article): Improve article retrieval.
260
261 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
262
263         * mm-util.el (mm-extra-numeric-entities): New variable.
264
265         * mm-url.el (mm-url-decode-entities):
266         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
267
268         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
269
270 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
271
272         * message.el: Use completion-at-point.
273         (message-completion-function): New fun, extracted from message-tab.
274         (message-mode): Use it for completion-at-point-functions.
275         (message-tab): Use it and completion-at-point.
276
277 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
278
279         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
280         character if a non-breakable character follows.
281
282 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
283
284         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
285         any stream.
286
287         * shr.el (shr-tag-font): Colorize the region.
288         (shr-tag-body): Ditto.
289         (shr-tag-font): Actually let the styles be inherited instead of
290         overwriting them.
291         (shr-tag-font): Get the background color right.
292         (shr-tag-style): Ignore all <style> tags for the moment.
293
294         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
295         a Message-ID to avoid having nnimap depend on gnus-sum.
296
297         * shr.el (shr-descend): Only colorize something if we have a node that
298         sets colors.
299
300 2010-12-06  Julien Danjou  <julien@danjou.info>
301
302         * shr.el (shr-render-td): Render td content with shr-descend, so style
303         will be applied to <td> too.
304         (shr-colorize-region): Colorize region even if we only have a background.
305         (shr-tag-body): Fix color and background color inheritance.
306         Do not recolorize after shr-generic.
307         (shr-tag-font): Let shr-generic colorize via inheritance.
308
309 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
310
311         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
312
313 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
314
315         * nnir.el (nnir-request-move-article): Remove obsolete code.
316
317 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
318
319         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
320
321 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
322
323         * gnus-sum.el (gnus-summary-respool-article): The completion function
324         expects a list instead of an alist.
325
326         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
327         string as the parameter.
328
329         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
330
331         * shr.el (shr-stylesheet): New dynamic variable for cascading the
332         styles.
333         (shr-colorize-region): New function.
334         (shr-insert-background-overlay): Remove.
335         (shr-render-td): Background setting should be taken care of on a higher
336         level.
337         (shr-tag-body): Use post-hoc colorizations.
338         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
339         (shr-put-color-1): Don't overwrite old colors.
340         (shr-colorize-region): When the background color isn't explicit, use
341         a fixed background.
342
343         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
344         nnmail variables.
345
346 2010-12-05  Bjørn Mork  <bjorn@mork.no>
347
348         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
349         unless necessary.
350
351 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
352
353         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
354         server.
355
356 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
357
358         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
359         so that TAB works.
360
361         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
362         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
363
364         * shr.el (shr-urlify): Show the URL before the title to avoid
365         misleading URLs.
366
367 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
368
369         * shr.el (shr-urlify): Display the title in <a> tags.
370
371 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
372
373         * nnir.el (nnir-categorize): Replace mapcar with mapc.
374
375 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
376
377         * nnir.el: Rearrange code to allow macros to be autoloaded by
378         gnus-sum.el.
379         (nnir-retrieve-headers-override-function): Make this variable
380         customizable.
381         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
382
383         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
384         from nnir.el.
385
386 2010-12-03  Julien Danjou  <julien@danjou.info>
387
388         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
389
390 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
391
392         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
393         allow optional argument `environment'.
394
395 2010-12-03  Glenn Morris  <rgm@gnu.org>
396
397         * mm-extern.el (message-goto-body): Update declaration.
398
399 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
400
401         * gnus-util.el (gnus-macroexpand-all): New function.
402
403         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
404         instead of macroexpand-all that is unavailable in XEmacs.
405
406 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
407
408         * nnir.el (nnir-summary-line-format): New variable.
409         (nnir-mode): Use it.
410         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
411         (nnir-article-ids): Reimplement as defsubst.
412         (nnir-retrieve-headers): Don't mangle the subject header.
413         (nnir-run-imap): Use 100 as RSV score.
414         (nnir-run-find-grep): Fix for full server searching.
415         (nnir-run-gmane): Better restriction to gmane groups.
416
417         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
418         summary buffers.
419
420 2010-12-02  Julien Danjou  <julien@danjou.info>
421
422         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
423
424         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
425
426         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
427         support.
428
429 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
430
431         * nnir.el: Update to handle the registry better.
432         (autoload): Silence byte-compiler.
433         (nnir-open-server): Add a hook for nnir groups.
434         (nnir-request-move-article): Don't mangle the header. Better to use
435         formating variables (which will be added in the future).
436         (nnir-registry-action): Update the registry using the original article
437         group name.
438         (nnir-mode): Install nnir-specific hooks for updating the registry.
439
440         * gnus-sum.el
441         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
442         obsolete variables.
443         (gnus-summary-move-article): Remove use of obsolete variables.
444         (gnus-summary-local-variables): Make move and delete hooks local to
445         summary buffers.
446
447 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
448
449         * rtree.el: New file.
450
451 2010-12-01  Julien Danjou  <julien@danjou.info>
452
453         * message.el (message-user-organization): Do not use
454         gnus-local-organization.
455
456         * gnus.el: Remove gnus-local-organization.
457
458         * gnus-msg.el: Remove nastygram thing.
459
460 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
461
462         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
463         funcall.
464
465 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
466
467         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
468         names.
469
470         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
471         characters.
472
473         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
474         to t of inhibit-read-only since it is inside gnus-with-article-headers.
475         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
476         (gnus-gravatar-transform-address): Use mail-extract-address-components
477         that supports non-ASCII names rather than mail-header-parse-addresses.
478
479 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
480
481         * proto-stream.el (open-protocol-stream): All starttls connections are
482         handled by the network handler.
483
484 2010-11-30  Julien Danjou  <julien@danjou.info>
485
486         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
487         (nnimap-open-connection-1): Fix PREAUTH.
488
489         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
490
491 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
492
493         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
494         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
495         (shr-insert): Use them.
496         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
497
498 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
499
500         * nnir.el (nnir-request-move-article): Bail out if original group
501         doesn't support article moves.
502         (nnir-get-active): Improve active list retrieval.
503
504 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
505
506         * shr.el (shr-find-fill-point): Don't break before apostrophes.
507
508 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
509
510         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
511         seem to accept strings-with-numbers as port numbers,
512
513 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
514
515         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
516         change the registry.
517
518 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
519
520         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
521         delete-dups that is not available in XEmacs 21.4.
522
523         * mm-util.el (mm-delete-duplicates): Add comment.
524
525 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
526
527         * nnir.el (nnir-ignored-newsgroups): New variable.
528         (nnir-get-active): Use it.
529
530 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
531
532         * proto-stream.el (proto-stream-open-network): Add some comments.
533
534         * nntp.el (nntp-open-connection): Provide a :success condition.
535
536         * nnimap.el (nnimap-open-connection-1): Ditto.
537
538         * proto-stream.el (proto-stream-open-network): See what the response to
539         the STARTTLS command is.
540
541         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
542         backwards compatibility).
543         (nnimap-open-connection-1): Really respect nnimap-server-port.
544
545         * proto-stream.el (proto-stream-open-network): When doing opportunistic
546         TLS upgrades we don't really care about the identity of the peer.
547         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
548         that what we've checked for.
549         (proto-stream-always-use-starttls): Only default to t if
550         open-gnutls-stream exists.
551         (proto-stream-open-network): If STARTTLS failed, then just open a
552         normal connection.
553         (proto-stream-open-network): Wait until the greeting before doing
554         STARTTLS.
555
556         * nntp.el (nntp-open-connection): Report what the connection error is.
557
558         * proto-stream.el (open-protocol-stream): Renamed from
559         open-proto-stream.
560
561 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
562
563         * nnimap.el (nnimap-stream): Change default to `undecided'.
564         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
565         first, and then network.
566         (nnimap-open-connection-1): Respect nnimap-server-port.
567         (nnimap-open-connection): Be more backwards-compatible.
568
569         * proto-stream.el (proto-stream-always-use-starttls): New variable.
570         (proto-stream-open-starttls): De-duplicate the starttls code.
571         (proto-stream-open-starttls): Folded back into the main function.
572         (proto-stream-open-network): Fix typo in the gnutls path.
573         (proto-stream-command): Refactor out.
574
575         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
576
577         * proto-stream.el (proto-stream-open-starttls): Actually implement the
578         starttls.el STARTTLS.
579
580         * color.el (color-lab->srgb): Fix function call name.
581
582         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
583         if we're using tls.el.
584         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
585         built in, then don't try to establish a STARTTLS connection.
586
587         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
588         servers.
589
590         * proto-stream.el (open-proto-stream): Use network, not stream.
591         (open-proto-stream): Add a way to specify what the end of a command is.
592
593         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
594         connections types.
595         (nntp-open-network-stream): Remove.
596         (nntp-open-ssl-stream): Remove.
597         (nntp-open-tls-stream): Remove.
598         (nntp-ssl-program): Remove.
599
600         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
601
602 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
603
604         * nnir.el: Fix typos.
605         (nnir-retrieve-headers-override-function): Rename variable to reflect
606         new semantics.
607         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
608         macros.
609         (nnir-request-article, nnir-request-move-article): Use them.
610         (nnir-categorize): New function.
611         (nnir-run-query): Use it.
612         (nnir-retrieve-headers): Rewrite to batch header retrieval.
613         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
614         sorted.
615         (nnir-group-full-name): Use gnus-group-full-name instead.
616         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
617         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
618
619 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
620
621         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
622
623         * proto-stream.el: New library to provide protocol-specific
624         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
625         protocols.
626         (open-proto-stream): Complete the documentation.
627         (proto-stream-open-network): Fix some typos.
628
629         * nnimap.el (nnimap-open-connection): Use it.
630
631 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
632
633         * pop3.el (pop3-open-server): Read server greeting before starting TLS
634         negotiation.
635
636 2010-11-26  Julien Danjou  <julien@danjou.info>
637
638         * color.el: Rename various rgb functions to srgb.
639
640 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
641
642         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
643         names.
644
645 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
646
647         * shr.el (shr-insert): Revert last change.
648         (shr-find-fill-point): Never leave point being at bol;
649         relax the kinsoku limitation when rendering tables.
650
651 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
652
653         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
654         results from -accept-article.
655
656         * shr-color.el: Require cl when compiling.
657
658         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
659         checkin.
660
661         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
662
663         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
664
665         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
666         'add and 'delete to set backend marks.
667
668         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
669
670         * nnheader.el (nnheader-update-marks-actions): Refactor out.
671
672         * nntp.el (nntp-request-set-mark): Use it.
673
674         * nnfolder.el (nnfolder-request-set-mark): Ditto.
675
676         * nnml.el (nnml-request-set-mark): Ditto.
677
678         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
679         introduces regressions in article selection.
680         (nnimap-find-uid-response): New function.
681         (nnimap-request-accept-article): Use the UID returned, if any.
682         (nnimap-request-move-article): Use the UID returned, if any.
683         (nnimap-get-groups): Reimplement to work with folded lines.
684         (nnimap-find-uid-response): The UID is the last element in the list.
685         (nnimap-request-set-mark): Extend syntax with 'set.
686
687         * nnml.el (nnml-request-set-mark): Ditto.
688
689         * nnfolder.el (nnfolder-request-set-mark): Ditto.
690
691         * nntp.el (nntp-request-set-mark): Ditto.
692
693 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
694
695         * message.el (message-called-interactively-p): A temporary macro.
696         (message-goto-body): Use it temporarily.
697
698 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
699
700         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
701         (nnimap-last-response-string): Unfold quoted lines, if they exist.
702         (nnimap-last-response-string): Fix last unfolding fix.
703
704 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
705
706         * shr.el (shr-insert): Fix the way to fold lines.
707
708 2010-11-25  Julien Danjou  <julien@danjou.info>
709
710         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
711
712         * color.el: Rename from color-lab.el
713         (color-rgb->hex): Add.
714         (color-complement): Add.
715         (color-complement-hex): Add.
716
717         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
718
719 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
720
721         * shr-color.el (shr-color-visible): Don't bug out if the colour names
722         don't exist.
723
724 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
725
726         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
727         assuming that article displaying or another mml-preview may be
728         interrupted for an error or for the like.
729
730         * shr.el (shr-get-background): Fix argument name.
731
732 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733
734         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
735
736         * gnus-sum.el (gnus-summary-include-articles): New function.
737
738         * message.el (message-goto-body): called-interactively-p needs a
739         parameter, so use `any'.
740
741         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
742         clear marks before moving, since they're synced from the Gnus side
743         first.
744
745         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
746         (gnus-summary-move-article): Copy over all marks before moving, so that
747         IMAP doesn't think a new article has arrived.
748
749 2010-11-24  Julien Danjou  <julien@danjou.info>
750
751         * shr.el (shr-insert-background-overlay): Fix typo.
752         (shr-render-td): Copy the background before rendering.
753
754         * shr-color.el (shr-color-visible): Fix docstring.
755
756         * shr.el (shr-tag-table): Add bgcolor support.
757         (shr-render-td): Add bgcolor support.
758         (shr-get-background): Add.
759         (shr-insert-foreground-overlay): Use shr-get-background.
760
761         * message.el (message-goto-body): Use called-interactively-p.
762         (message-in-body-p): message-goto-body returns point.
763
764 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
765
766         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
767         Fixes something or other in Emacs 23, and is backwards compatible.
768
769         * message.el (message-goto-body): Remove the <#secure special-casing,
770         which is too special.
771
772         * shr.el (shr-parse-style): Drop !important from styles.
773
774 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
775
776         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
777         this function to return incorrect results when calling it with an
778         explicit article argument different from
779         (gnus-summary-article-number).
780
781 2010-11-24  Julien Danjou  <julien@danjou.info>
782
783         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
784         (shr-tag-body): Add background support.
785         (shr-descend): Add background support.
786         (shr-tag-title): Add.
787
788         * shr-color.el (shr-color-visible): Really return original background
789         if fixed.
790
791 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
792
793         * shr.el (shr-color-check): Protect against non-existant colour names.
794
795 2010-11-24  Julien Danjou  <julien@danjou.info>
796
797         * color-lab.el: Require 'cl when compiling.
798
799         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
800
801         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
802         matched part.
803
804         * color-lab.el: Fix all expt calls to use float type.
805
806 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
807
808         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
809         expression to shr-color-check as is.
810
811         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
812
813         * color-lab.el: Add coding cookie.
814         (float-pi): Use eval-and-compile.
815
816         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
817         compiled for Emacsen having no `libxml-parse-html-region' support.
818
819 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
820
821         * shr.el (shr-insert-color-overlay): Split stuff like
822         "#444444 !important" to find the real colour.
823         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
824         parse <font color="red"> entries.
825
826 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
827
828         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
829         point when parsing headers.
830
831         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
832         is positioned properly when parsing headers.
833
834 2010-11-23  Julien Danjou  <julien@danjou.info>
835
836         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
837
838         * shr-color.el (shr-color->hexadecimal): Add support for color names.
839
840         * shr.el (shr-parse-style): Replace \n with space in style parsing.
841
842         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
843         shr-color-hue-to-rgb.
844         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
845
846 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
847
848         * shr.el (shr-color->hexadecimal): Autoload.
849         (shr-descend): Add color to all tags.
850
851 2010-11-22  Julien Danjou  <julien@danjou.info>
852
853         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
854         shr-color->hexadecimal.
855
856         * shr-color.el (shr-color->hexadecimal): Add converting functions for
857         RGB() or HSL() color representation.
858
859         * shr.el (shr-tag-font): Add.
860         (shr-tag-color-check): New function to get better colors.
861         (shr-tag-insert-color-overlay): Factorize code between tag-font and
862         tag-span.
863
864         * shr-color.el: New file.
865
866         * color-lab.el: New file.
867
868         * gnus-art.el (gnus-url-mailto): Do not downcase args.
869
870 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
871
872         * nnir.el: Fix typo in comments.
873         (nnir-run-imap): Simplify code. No need to reverse artlist.
874         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
875
876 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
877
878         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
879
880         * nnimap.el (nnimap-get-capabilities): Refactor out.
881         (nnimap-open-connection): Re-request capabilities after STARTTLS.
882
883 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
884
885         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
886         appearing when `mm-uu-hide-markers' is nil.
887
888 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
889
890         * nnimap.el (nnimap-unselect-group): Make into its own function.
891         (nnimap-request-rename-group): Unselect group before renaming.
892         This had gotten lost somewhere.
893         (nnimap-request-accept-article): Keep track of examined groups, and
894         unselect the group before APPENDing to read-only groups.
895         (nnimap-request-move-article): Clear flags before moving so that they
896         can be re-set later.
897
898 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
899
900         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
901         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
902
903 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
904
905         * gnus-art.el (gnus-mime-display-single)
906         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
907         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
908         parameter.
909
910 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911
912         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
913         (shr-table-vertical-line): New variable.
914         (shr-insert-table): Use it.
915
916 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
917
918         * gnus-html.el (gnus-html-wash-images): Don't display images if
919         gnus-inhibit-images is non-nil; register displayer for cid images.
920         (gnus-html-display-image): Work for cid image.
921         (gnus-html-insert-image): Allow arguments.
922         (gnus-html-put-image): Inhibit read-only.
923         (gnus-html-prefetch-images): Don't prefetch images if
924         gnus-inhibit-images is non-nil.
925
926 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
927
928         * shr.el (shr-put-image): Break lines when inserting big pictures.
929
930 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
931
932         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
933         sender, thanks Katsumi Yamaoka.
934
935 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
936
937         * nnir.el (nnir-run-imap): Reverse the article list for each group
938         rather than the whole list.
939
940 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
941
942         * shr.el (shr-image-displayer): Protect function against non-existent
943         image source.
944
945         * gnus-art.el (gnus-inhibit-images): New user option.
946         (gnus-mime-display-single): Don't display image if it is non-nil.
947
948         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
949         gnus-inhibit-images.
950
951         * shr.el (shr-image-displayer): New function.
952         (shr-tag-img): Use it.
953
954 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
955
956         * mml2015.el (mml2015-epg-sign): Use From header.
957
958 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
959
960         * gnus-html.el (gnus-html-wash-images): Register a displayer.
961
962         * gnus-util.el (gnus-find-text-property-region): Return markers.
963
964         * shr.el (shr-tag-img): Put a displayer in the text property.
965
966         * gnus-util.el (gnus-find-text-property-region): New utility function.
967
968         * gnus-html.el (gnus-html-display-image): Make the alt optional.
969         (gnus-html-show-images): Remove.
970
971         * gnus-art.el (gnus-article-show-images): New, more general function.
972
973         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
974         image url text properties.
975
976         * shr.el: Ditto.
977
978         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
979         gnus-agent-auto-agentize-methods is set.  Which it isn't.
980
981 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
982
983         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
984         work for two or more articles.
985
986 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
987
988         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
989         divide an image that's in an html article to two or more when washing
990         non-ASCII characters in alt text of it.
991
992 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
993
994         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
995         smime-decrypt-region using function argument.
996         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
997
998         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
999
1000         * smime.el (smime-decrypt-region): Catch it.
1001
1002 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1003
1004         * smime.el (smime-mode-map): Move initialization into declaration.
1005         (gnus-run-mode-hooks): Don't autoload.
1006         (smime-mode): Use define-derived-mode.
1007
1008 2010-11-11  Glenn Morris  <rgm@gnu.org>
1009
1010         * smime.el (from): Restrict declaration to XEmacs.
1011
1012         * nnir.el (gnus-group-topic-name): Autoload.
1013
1014 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * shr.el (shr-insert): Don't break long line if it is because of
1017         kinsoku-bol characters in the line end.
1018
1019 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1020
1021         * nnir.el (nnir-request-move-article): Fix to provide original group
1022         and subject.
1023         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1024         been retrieved.
1025
1026         * gnus-sum.el (gnus-summary-move-article): Use original group and
1027         subject for virtual articles such as those in an nnir summary buffer.
1028
1029 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1030
1031         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1032         least 21.5).
1033
1034         * smime.el (from): Declare it again for XEmacs.
1035
1036 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1037
1038         * message.el (message-resend): Don't disable encoding unless it's
1039         already encoded.
1040
1041         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1042         low-numbered articles.
1043
1044 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1045
1046         * rfc2047.el (rfc2047-syntax-table): Simplify.
1047
1048         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1049
1050         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1051         set-char-table-range for XEmacs.
1052
1053 2010-11-10  Glenn Morris  <rgm@gnu.org>
1054
1055         * time-date.el (time-to-seconds): Always an alias on Emacs,
1056         never a real function.
1057         (with-no-warnings): Remove compat stub, now unused.
1058         (time-less-p): Doc fix.
1059         (time-to-number-of-days): Simplify.
1060
1061         * smime.el (from): Remove unused declaration.
1062
1063         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1064         (gnus-float-time): On Emacs, always an alias.
1065
1066         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1067         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1068
1069 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1070
1071         * dgnushack.el: Don't use ignore-errors in the top level form since it
1072         is unavailable in XEmacs even if cl is loaded.
1073
1074         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1075
1076 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1077
1078         * shr.el (browse-url-mailto): Autoload.
1079
1080         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1081
1082         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1083         regexp doesn't need quoting.
1084
1085 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1086
1087         * message.el (message-subject-trailing-was-ask-regexp)
1088         (message-subject-trailing-was-regexp): Match was: in addition to was.
1089
1090 2010-11-09  Glenn Morris  <rgm@gnu.org>
1091
1092         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1093         (nnbabyl-check-mbox): Use point-at-bol.
1094
1095 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1096
1097         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1098
1099         * message.el (message-mailto): New function.
1100         (message-mailto): Should accept other parameters.
1101         (message-mailto): Remove since it duplicates browse-url-mailto
1102         functionality.
1103
1104 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1105
1106         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1107         methods.
1108         (gnus-read-active-file): Ditto.
1109
1110         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1111         ": " from the prompt.
1112         (gnus-group-make-group): Ditto.
1113
1114 2010-11-07  Glenn Morris  <rgm@gnu.org>
1115
1116         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1117         (gnus-bookmark-kill-line): Use point-at-eol.
1118
1119 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1120
1121         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1122         asterisks in From header.
1123
1124 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1125
1126         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1127         string to avoid making the From headers syntactically invalid.
1128
1129         * message.el (message-send-mail): Don't insert courtesy messages if the
1130         message already has List-Post and List-ID messages.
1131
1132 2010-11-06  Glenn Morris  <rgm@gnu.org>
1133
1134         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1135         `condition', `type', `length' a prefix.
1136         (gnus-treat-predicate): Update for above name changes.
1137
1138 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1139
1140         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1141         binding.  Handled by `gnus-summary-refer-thread' instead.
1142         (nnir-warp-to-article): New backend function.
1143
1144         * nnimap.el (nnimap-request-thread): Force dependency updating.
1145
1146         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1147         (gnus-summary-refer-thread): Rework to improve thread-referral.
1148
1149         * gnus-int.el (gnus-warp-to-article): New function.
1150
1151         * gnus-sum.el (gnus-summary-article-map): Bind it.
1152
1153 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1154
1155         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1156         gnus-summary-refer-thread.
1157
1158         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1159         headers.
1160         (gnus-summary-limit-include-thread): Prevent articles in thread from
1161         being cut in gnus-cut-threads.
1162         (gnus-summary-refer-thread): Limit retrieved headers to those in
1163         thread.
1164
1165 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1166
1167         * message.el (message-send-mail): Use the value of
1168         message-courtesy-message from the message buffer.
1169
1170         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1171
1172         * shr.el (shr-browse-url): Implement mailto: URLs.
1173
1174         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1175         "raw".
1176
1177         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1178         if it's already selected.
1179
1180         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1181
1182 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1183
1184         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1185         to measure the length and truncate alt text.
1186
1187 2010-11-03  Glenn Morris  <rgm@gnu.org>
1188
1189         * nndiary.el (nndiary-generate-nov-databases-1)
1190         (nndiary-generate-active-info): Rename dynamic variable `files' to
1191         something less generic.
1192
1193 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1194
1195         * nnir.el (nnir-request-move-article): Call the underlying backend to
1196         move articles from nnir.
1197
1198 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1199
1200         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1201
1202 2010-11-02  Julien Danjou  <julien@danjou.info>
1203
1204         * nnir.el: Remove wais support.
1205
1206 2010-11-02  Glenn Morris  <rgm@gnu.org>
1207
1208         * gnus-html.el: Reorder requirements to quieten compiler.
1209
1210 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1211
1212         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1213         properly for XEmacs as well.
1214         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1215         (gnus-article-natural-long-line-p): Use window-width rather than
1216         frame-width.
1217
1218 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1219
1220         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1221         (nnir-read-parms): Don't modify query.
1222         (nnir-run-query): Add ability to search topic on current line.
1223         (nnir-get-active): Clean up.
1224
1225 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1226
1227         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1228         degenerate articles.
1229
1230         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1231         (gnus-print-buffer): Just print the buffer as is, without any copying
1232         to a buffer and then re-highlighting.
1233
1234         * nnimap.el (nnimap-request-group): Store the new updated info.
1235         (nnimap-request-group): Select the group when we don't know whether it
1236         exists or not.
1237
1238         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1239         groups.
1240
1241         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1242         groups.
1243
1244         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1245         groups.
1246
1247         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1248         long-lines case by only filling the long lines.
1249
1250         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1251         (bug #7311).
1252
1253 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1254
1255         * shr.el: No need to declare `declare-function' since shr.el is for
1256         only Emacsen that provide `libxml-parse-html-region'.
1257
1258         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1259         effective only in a file it is referred to.
1260
1261 2010-11-01  Glenn Morris  <rgm@gnu.org>
1262
1263         * mm-util.el (gnus-completing-read): Autoload.
1264         (mm-read-coding-system): Simplify Emacs definition.
1265
1266         * nnmail.el (gnus-activate-group):
1267         * nnimap.el (gnutls-negotiate):
1268         * nntp.el (netrc-parse): Fix declarations.
1269
1270 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1271
1272         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1273         string-match-p in Emacs >=23.
1274
1275         * gnus-msg.el (gnus-configure-posting-styles)
1276         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1277
1278 2010-11-01  Glenn Morris  <rgm@gnu.org>
1279
1280         * nnir.el (declare-function): Add compat stub.
1281         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1282         (nnir-run-gmane): Require 'mm-url.
1283
1284         * mm-util.el (mm-string-to-multibyte): Simplify.
1285
1286         * shr.el (declare-function): Add compat stub.
1287         (url-cache-create-filename): Declare.
1288         (mm-disable-multibyte, widget-convert-button): Autoload.
1289
1290         * smime.el (ldap-search): Declare.
1291         (smime-cert-by-ldap-1): Require ldap on Emacs.
1292
1293         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1294         (nnimap-keepalive): Use gnus-float-time.
1295
1296         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1297         (mail-source-delete-crash-box): Use gnus-float-time.
1298
1299         * gnus-dired.el (gnus-completing-read): Autoload.
1300
1301         * mm-view.el (gnus-rescale-image): Autoload.
1302
1303         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1304
1305         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1306
1307         * sieve-manage.el: Require 'cl when compiling.
1308
1309         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1310         (gnus-iswitchb-completing-read): Require iswitchb.
1311         (gnus-select-frame-set-input-focus): Silence compiler.
1312
1313 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1314
1315         * message.el (message-subject-trailing-was-query): Change default to t,
1316         since I think that's what most people want.
1317
1318         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1319         appending for easier debugging.
1320         (nnimap-wait-for-connection): Take a regexp.
1321         (nnimap-request-accept-article): Wait for the continuation line before
1322         sending anything unless we're streaming.
1323
1324         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1325         leave the header washing to take place.
1326
1327 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1328
1329         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1330         regular expression match and replace in posting styles.
1331
1332 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1333
1334         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1335         an entire server.
1336         (nnir-get-active): New function.
1337         (nnir-run-imap): Use it.
1338         (nnir-run-gmane): Who knew, gmane search returns an article score!
1339
1340         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1341         server on the current line with nnir.
1342
1343 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1344
1345         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1346         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1347         left edge.
1348         (gnus-article-foldable-buffer): Skip past the prefix when determining
1349         raggedness.
1350
1351         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1352         the raw article, and change `C-u g' to show the article without doing
1353         treatments.
1354
1355         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1356         on to `gnus-treat-article'.
1357         (gnus-inhibit-article-treatments): New variable.
1358
1359         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1360
1361         * gnus-art.el (gnus-treatment-function-alist): Have
1362         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1363         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1364         sections.
1365
1366         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1367         parameter.
1368         (gnus-article-fill-cited-long-lines): New function.
1369         (gnus-article-fill-cited-article): Allow filling only long sections.
1370
1371         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1372         and non-punctuation (like after the apostrophe in "'We").
1373
1374         * gnus-sum.el (gnus-summary-select-article): Make sure
1375         gnus-original-article-buffer is alive.
1376
1377         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1378         reflect the order they're in in the digest.
1379
1380         * gnus.el (gnus-group-startup-message): Move point to the start of the
1381         buffer.
1382
1383         * nnimap.el (nnimap-capability): New function.
1384         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1385         is set.
1386
1387 2010-10-31  David Engster  <dengste@eml.cc>
1388
1389         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1390         conform with changes to gnus-completing-read.
1391
1392 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1393
1394         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1395
1396 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1397
1398         * nnir.el: Move defvar, defcustom around to keep file organized
1399         and keep byte-compiler quiet.
1400         (nnir-read-parms): Accept search-engine as arg.
1401         (nnir-run-query): Pass search-engine as arg.
1402         (nnir-search-engine): Remove.
1403
1404 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1405
1406         * shr.el (shr-generic): The text nodes should be text, not :text.
1407
1408         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1409         later in the file.
1410
1411 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1412
1413         * nnir.el: General clean up.  Allow searching with multiple engines.
1414         Allow separate extra-parameters for each engine.
1415         Batch queries when possible.
1416         (nnir-imap-default-search-key,nnir-method-default-engines):
1417         Add customize interface.
1418         (nnir-run-gmane): New engine.
1419         (nnir-engines): Use it.  Qualify all prompts with engine name.
1420         (nnir-search-engine): Remove global variable.
1421         (nnir-run-hyrex): Restore for now.
1422         (nnir-extra-parms,nnir-search-history): New variables.
1423         (gnus-group-make-nnir-group): Use them.
1424         (nnir-group-server): Remove in favor of gnus-group-server.
1425         (nnir-request-group): Avoid searching twice.
1426         (nnir-sort-groups-by-server): New function.
1427
1428 2010-10-30  Julien Danjou  <julien@danjou.info>
1429
1430         * gnus-group.el: Remove gnus-group-fetch-control.
1431
1432         * gnus-start.el (gnus-find-new-newsgroups):
1433         Remove gnus-check-first-time-used.
1434
1435         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1436
1437 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1438
1439         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1440         set on groups that don't have \* permanentflags.
1441
1442 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1443
1444         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1445         control the background color.
1446         (shr-tag-img): Ignore very small web bug type images.
1447         (shr-put-image): Add help-echo alt texts to the images.
1448         (shr-tag-video): Show the video poster image.
1449
1450 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1451
1452         * shr.el (shr-table-depth): New variable.
1453         (shr-tag-table-1): Only insert the images after the top-level table.
1454
1455         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1456
1457         * gnus-util.el (gnus-list-memq-of-list): New function.
1458
1459         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1460         selected.
1461         (nnimap-unsplittable-articles): New slot.
1462         (nnimap-new-articles): Use it.
1463
1464 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1465
1466         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1467         move to the previous line on `M-g'.
1468
1469 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1470
1471         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1472         *-request-group, which seems unnecessary.
1473
1474         * nnimap.el (nnimap-quote-specials): Function copied over from
1475         imap.el.
1476         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1477         they support that.  Suggested by Tom Regner.
1478
1479 2010-10-29  Julien Danjou  <julien@danjou.info>
1480
1481         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1482         defalias.
1483         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1484
1485         * gnus.el: Remove `gnus-nntp-service' variable.
1486         (gnus-secondary-servers): Make obsolete.
1487         (gnus-nntp-server): Make obsolete.
1488
1489         * gnus-start.el (gnus-1): Remove x-splash calls.
1490
1491         * gnus-ems.el (gnus-x-splash): Remove.
1492
1493         * gnus.el (gnus-group-startup-message): Simplify/update code.
1494
1495         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1496         definition.
1497
1498         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1499         capability before doing anything.
1500         (gnus-group-insert-group-line): Remove useless
1501         gnus-group-remove-excess-properties.
1502
1503 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1504
1505         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1506
1507 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1508
1509         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1510         config after reselecting.
1511
1512 2010-10-28  Julien Danjou  <julien@danjou.info>
1513
1514         * shr.el (shr-put-image): Use point even if only inserting text.
1515         (shr-put-image): Save excursion when inserting alt text on non-graphic
1516         display, so the behaviour is the same when we are on a graphic display.
1517
1518         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1519
1520 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1521
1522         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1523         (gnus-mime-copy-part): Check coding system, not charset.
1524         (gnus-mime-view-part-externally): Never remove part.
1525         (gnus-mime-view-part-internally): Don't remove part here.
1526         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1527         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1528         multipart/alternative.
1529
1530         * mm-decode.el (mm-display-part): Take optional arg `force'.
1531
1532 2010-10-26  Julien Danjou  <julien@danjou.info>
1533
1534         * gnus-group.el (gnus-group-default-list-level): Add this function to
1535         compute the default list level.
1536         (gnus-group-default-list-level): Add possibility to use a function.
1537
1538 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1539
1540         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1541
1542         * gnus-group.el (gnus-group-completing-read)
1543         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1544         gnus-replace-in-string.
1545
1546 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1547
1548         * shr.el (shr-tag-div): Add.
1549
1550         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1551
1552 2010-10-25  Julien Danjou  <julien@danjou.info>
1553
1554         * gnus-util.el: Remove `gnus-with-local-quit'.
1555
1556         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1557
1558 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1559
1560         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1561         the original article buffer.
1562
1563 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1564
1565         * nnimap.el (nnimap-request-head): New function.
1566         (nnimap-request-move-article): Try to be slighly faster by not
1567         requesting the entire message when moving.
1568         (nnimap-transform-headers): Don't bug out on bodiless articles.
1569         (nnimap-send-command): Have no outstanding messages if the IMAP server
1570         doesn't support streaming.
1571         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1572
1573 2010-10-24  Julien Danjou  <julien@danjou.info>
1574
1575         * message.el (message-default-headers): Fix type.
1576
1577 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578
1579         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1580         prefetching images.
1581
1582         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1583         backend for unknown groups.  This is mainly useful for nnimap groups.
1584
1585         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1586         group isn't covered by the agent.
1587
1588 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1589
1590         * nnir.el (nnir-method-default-engines): New variable.
1591         (nnir-run-query): Use it.
1592         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1593         (gnus-summary-nnir-goto-thread): Change group if needed.
1594
1595         * gnus-group.el (gnus-group-group-map): Add key binding for
1596         gnus-group-make-nnir-group.
1597
1598 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1599
1600         * shr.el (shr-tag-object): Add.
1601
1602         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1603         original article buffer live.
1604         (gnus-summary-select-article-buffer):
1605         Mention gnus-widen-article-buffer.
1606
1607 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1608
1609         * shr.el (shr-tag-strong): Add.
1610
1611 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612
1613         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1614         group names.  They mess up the group buffer badly.
1615
1616         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1617
1618         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1619         instead of the summary one.
1620
1621 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1622
1623         * mml.el (mml-preview): Work properly when editing article.
1624
1625         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1626         gnus-have-read-active-file if it's already been in.
1627
1628 2010-10-22  Tom Tromey  <tromey@redhat.com>
1629
1630         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1631         gnus-group-completing-read.
1632
1633 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1634
1635         * message.el (message-mode-map): Don't bind M-; to comment region, to
1636         allow the global comment-dwim to work.
1637
1638 2010-10-21  Julien Danjou  <julien@danjou.info>
1639
1640         * message.el (message-setup-1): Allow message-default-headers to be a
1641         function.
1642
1643 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1644
1645         * shr.el (shr-tag-table): Simplify.
1646
1647 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1648
1649         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1650         to avoid trying to snarf invalid stuff.
1651
1652         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1653
1654         * gnus.el (gnus-message-archive-group): Quote value.
1655         (gnus-message-archive-group): Mark as changed.
1656
1657         * shr.el (shr-add-font): Don't put the font properties on the newline
1658         or the indentation.
1659
1660         * message.el (message-fix-before-sending): Change options when sending
1661         non-printable characters.
1662
1663         * gnus.el (gnus-message-archive-method): Change the default to
1664         monthly outgoing groups.
1665
1666         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1667         that have gotten new numbers.
1668
1669         * nnimap.el (nnimap-request-replace-article): New function.
1670
1671 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1674         (nnrss-request-article): Don't use special html washing code.
1675
1676 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1677
1678         * shr.el (shr-tag-table): Remove useless nconc.
1679
1680 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1681
1682         * gnus-art.el (article-wash-html): Simplify and remove the charset
1683         stuff.  Use the normal html rendering code instead of the special html
1684         washing code.
1685
1686         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1687         `gnus-w3m' symbols.
1688         (mm-text-html-washer-alist): Remove.
1689
1690         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1691         (mm-inline-media-tests): Remove use.
1692         (mm-text-html-renderer): Change default to the `shr' symbol.
1693
1694         * mm-view.el (mm-inline-text-html): Remove use.
1695
1696         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1697         `gnus-blocked-images' to be a function.
1698         (gnus-article-wash-function): Remove.
1699
1700 2010-10-20  Julien Danjou  <julien@danjou.info>
1701
1702         * spam.el (spam-list-of-processors): Mark as obsolete.
1703
1704         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1705         (nnimap-insert-partial-structure): Fix boundary detection.
1706
1707 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1708
1709         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1710         run file-truename on remote files.  This can be expensive and even
1711         prevent one from editing drafts if some unrelated buffer has a stale
1712         connection.
1713
1714 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1715
1716         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1717         kinsoku-eol regardless of shr-kinsoku-shorten.
1718         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1719         (shr-tag-table): Support caption, thead, and tfoot.
1720
1721 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1722
1723         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1724         lines.
1725         (shr-save-contents): New command and keystroke.
1726
1727         * nndoc.el (nndoc-type-alist): Add git support.
1728         (nndoc-git-type-p): New function.
1729         (nndoc-transform-git-article): Ditto.
1730         (nndoc-transform-git-headers): Ditto.
1731         (nndoc-transform-git-headers): Generate Subject headers.
1732
1733         * shr.el (shr-parse-style): New function.
1734         (shr-tag-span): Ditto.
1735
1736         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1737         to `G G' to avoid collisions.
1738
1739 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1740
1741         * shr.el: Load kinsoku if necessary.
1742         (shr-kinsoku-shorten): New internal variable.
1743         (shr-find-fill-point): Make kinsoku shorten text line if
1744         shr-kinsoku-shorten is bound to non-nil.
1745         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1746         shr-indentation too when testing if table is wider than frame width.
1747         (shr-insert-table): Use `string-width' instead of `length' to measure
1748         text width.
1749         (shr-insert-table-ruler): Make sure indentation is done at bol.
1750
1751 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1752
1753         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1754         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1755         undecoded network data.
1756
1757 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1758
1759         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1760         name in the mode line spec so that the mode line menu works
1761         (bug #2431).
1762
1763         * message.el (message-get-reply-headers): If we're fed `to-address',
1764         then always use that.
1765
1766         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1767         aren't so wide as to need to switch off the edit menu.
1768
1769         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1770         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1771
1772         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1773         `M-g'.
1774         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1775         the permanent marks.
1776
1777 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1778
1779         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1780         Splitting according to references/in-reply-to obeys the ignore-groups
1781         variable, while splitting by sender and subject do not.
1782
1783 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1784
1785         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1786         alist, so that we can look for non-Unicode chars.
1787         (article-translate-strings): Allow both character and string maps.
1788
1789 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1790
1791         * shr.el (shr-insert): Don't insert space behind a wide character
1792         categorized as kinsoku-bol, or between characters both categorized as
1793         nospace.
1794
1795 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1796
1797         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1798         headers to gnus-newsgroup-headers.
1799
1800 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1801
1802         * shr.el (shr-tag-img): Don't align images -- since we're not
1803         rescaling, this often leads to ugly displays.
1804
1805 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1806
1807         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1808         duplicates.
1809
1810 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1811
1812         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1813         call.
1814
1815 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1816
1817         * gnus.el: Autoload gnus-html-show-images.
1818
1819         * nnimap.el: Use nnheader-message throughout.
1820
1821         * shr.el (shr-tag-img): Ignore images with no data.
1822
1823 2010-10-15  Julien Danjou  <julien@danjou.info>
1824
1825         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1826         a possibility to disable format=flow encoding when using hard newlines.
1827
1828 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1829
1830         * shr.el (shr-insert): Remove space inserted before or after a
1831         breakable character or at the beginning or the end of a line.
1832         (shr-find-fill-point): Do kinsoku; find the second best point or give
1833         it up if there's no breakable point.
1834
1835 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1836
1837         * nnimap.el (nnimap-open-connection): Message when opening connection
1838         for debugging purposes.
1839
1840         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1841         on every setup buffer call to allow this to change from article to
1842         article.
1843
1844         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1845         buffers where we have a wide table.
1846
1847 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1848
1849         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1850         uses *-request-thread.
1851
1852 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1853
1854         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1855         incantation, which is no longer valid.
1856
1857 2010-10-14  Julien Danjou  <julien@danjou.info>
1858
1859         * shr.el: Fix defcustom type (char -> character).
1860
1861 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1862
1863         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1864         programs.
1865
1866 2010-10-14  Julien Danjou  <julien@danjou.info>
1867
1868         * shr.el (shr-tag-a): Use url-link as widget type.
1869
1870         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1871         `gnus-group-get-icon'.
1872
1873 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1874
1875         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1876         This should make server editing work better.
1877
1878         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1879
1880         * tls.el (tls-program): Remove spurious %s from openssl.
1881
1882         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1883         (nnimap-parse-flags): Fix regexp.
1884
1885         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1886         probably work for CJVK text, too.
1887
1888         * nnimap.el (nnimap-extend-tls-programs): Remove.
1889         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1890
1891         * tls.el (tls-starttls-switches): Remove starttls hack.
1892         (open-tls-stream): Ditto.
1893         (tls-find-starttls-argument): Ditto.
1894
1895 2010-10-13  Julien Danjou  <julien@danjou.info>
1896
1897         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1898         responses.
1899
1900 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1901
1902         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1903
1904         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1905         anything in Emacs.
1906
1907         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1908
1909 2010-10-13  Julien Danjou  <julien@danjou.info>
1910
1911         * shr.el (shr-width): Make shr-width a defcustom with default to
1912         fill-column.
1913         (shr-tag-img): Use shr-width rather than fill-column.
1914
1915 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1916
1917         * dgnushack.el (byte-optimize-apply)
1918         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1919
1920         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1921         position when (X-)Faces exist.
1922         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1923         avatars when called interactively.
1924
1925 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1926
1927         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1928         gnus-article-x-face-too-ugly is bound.
1929
1930 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931
1932         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1933
1934         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1935         mailbox that doesn't exist.
1936
1937 2010-10-12  Julien Danjou  <julien@danjou.info>
1938
1939         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1940         (shr-get-image-data): Encode URL properly when fetching from cache.
1941         (shr-tag-img): Use aligned-to spaces to align correctly images.
1942
1943         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1944         before inserting the Gravatar.
1945
1946         * shr.el (shr-tag-img): Add align attribute support for <img>.
1947
1948 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1949
1950         * gnus-gravatar.el (gnus-art): Require.
1951
1952         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1953         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1954         Remove long obsoleted functions.
1955
1956 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1957
1958         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1959
1960         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1961
1962         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1963         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1964         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1965         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1966         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1967         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1968         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1969
1970 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1971
1972         * nnimap.el (nnimap-request-rename-group): Select group read-only
1973         before renaming it.
1974
1975         * shr.el (shr-insert): Fix up the white space only regexp.
1976
1977         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1978         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1979
1980         * shr.el (shr-current-column): New function.
1981         (shr-find-fill-point): New function.
1982
1983 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1984
1985         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1986         numbers.
1987
1988 2010-10-11  Julien Danjou  <julien@danjou.info>
1989
1990         * shr.el (shr-hr-line): Add.
1991         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1992         display hr lines.
1993         (shr-max-columns): Do not change state to nil if we just inserting
1994         spaces.
1995
1996 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1997
1998         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1999         select the last group.
2000
2001 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2002
2003         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2004
2005 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2006
2007         * dig.el (dig-mode-map): Declare and define in one step.
2008
2009 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2010
2011         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2012         for Gnus.
2013         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2014         (nnimap-update-qresync-info): Mark \Seen articles as read.
2015
2016         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2017         non-variable, too.
2018
2019         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2020         available.
2021         (nnimap-update-info): Rely more on the current active than the param
2022         active to avoid marking articles as read too much.
2023
2024         * auth-source.el (auth-source-create): Use (user-login-name) for the
2025         user name default.
2026
2027         * nnimap.el (nnimap-update-info): If the server doesn't return any
2028         useful info, just use the previous info.
2029         (nnimap-update-info): Prefer old info over start-article.
2030         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2031
2032 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2033
2034         * nnir.el (autoload): Clean up autoloads.
2035         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2036         Use key rather than value.
2037         (nnir-imap-search-other): New variable.
2038         (nnir-read-parm): Use it.
2039         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2040         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2041
2042 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2043
2044         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2045         the process, too.
2046
2047 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2048
2049         * spam.el (gnus-summary-mode-map): Bind to "$".
2050         Suggested by Russ Allbery.
2051
2052         * shr.el: Rework the way things are indented by <li> slightly.
2053
2054         * gnus.el (gnus-group-set-parameter): Fix typo.
2055
2056         * nnimap.el: Start implementing QRESYNC support.
2057
2058 2010-10-09  Julien Danjou  <julien@danjou.info>
2059
2060         * nnir.el (nnir-engines): Fix too many arguments.
2061
2062 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2063
2064         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2065         group is the "last", so that the backends like nnfolder actually save
2066         their folders.
2067
2068         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2069         try to use that for the tls stream.
2070         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2071         UIDVALIDITY and find out which groups are read-only and not.
2072         (nnimap-get-flags): Use the same marks parsing code as the rest of
2073         nnimap.
2074
2075 2010-10-09  Julien Danjou  <julien@danjou.info>
2076
2077         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2078
2079         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2080         retrieving gravatars.
2081
2082         * shr.el (shr-table-corner): Add.
2083         (shr-table-line): Add.
2084         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2085
2086 2010-10-08  Julien Danjou  <julien@danjou.info>
2087
2088         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2089
2090 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2091
2092         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2093
2094         * gnus-sum.el (gnus-mark-article-as-unread)
2095         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2096         (gnus-summary-set-bookmark): Use it.
2097
2098         * gnus-msg.el (gnus-setup-message): Use it.
2099
2100         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2101
2102         * gnus.el (gnus-group-remove-parameter): Use it.
2103
2104         * gnus-group.el (gnus-group-make-web-group): Use it.
2105
2106         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2107
2108         * nnregistry.el: Update docs to mention manual.
2109
2110         * gnus-registry.el: Update docs to mention nnregistry.el.
2111         (gnus-registry-initialize): Don't install nnregistry refer method
2112         automatically.
2113         (gnus-registry-install-nnregistry): Remove it.
2114
2115 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2116
2117         * shr.el (shr-insert): Don't insert double spaces.
2118
2119 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2120
2121         * gnus-gravatar.el (gnus-treat-from-gravatar)
2122         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2123         called interactively.
2124
2125         * gnus-art.el (gnus-mime-view-part-externally)
2126         (gnus-mime-view-part-internally): Make predicate function passed to
2127         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2128         of a mime type.
2129
2130         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2131
2132 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2133
2134         * shr.el (require): Require cl when compiling.
2135         (shr-tag-hr): New function.
2136
2137         * nnimap.el (nnimap-update-info): Remove double setting of high.
2138         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2139         This makes nnimap work properly on Courier again.
2140
2141         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2142         the variable for backwards compatability.
2143
2144         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2145         the file name before using to avoid setting mm-default-directory to
2146         nil.
2147
2148         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2149         bidning gnus-agent variables.
2150
2151         * shr.el (shr-render-td): Use a cache for the table rendering function
2152         to avoid getting an exponential rendering behaviour in nested tables.
2153         (shr-insert): Rework the line-breaking algorithm.
2154         (shr-insert): Don't leave trailing spaces.
2155         (shr-insert-table): Also insert empty TDs.
2156         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2157
2158 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2159
2160         * gnus-sum.el (gnus-number): Rename from `number'.
2161         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2162         (gnus-summary-limit-children): Update uses correspondingly.
2163
2164 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2167         (gnus-gravatar-transform-address): Don't show avatars of people of
2168         which mail addresses match gnus-gravatar-too-ugly.
2169
2170 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2171
2172         * shr.el (shr-table-widths): Expand TD elements to fill available
2173         space.
2174
2175 2010-10-07  Julien Danjou  <julien@danjou.info>
2176
2177         * nnimap.el (nnimap-request-rename-group): Add this method.
2178
2179 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2180
2181         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2182         name from XEmacs' function-arglist.
2183
2184         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2185         gravatar under XEmacs.
2186
2187 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2188
2189         * auth-source.el: Update docs with TODO items.
2190
2191         * gnus-sync.el: Update docs to explain state and plans.
2192
2193         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2194         Hooks for mark updates.
2195         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2196
2197         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2198         hooks with arguments, which is needed for mark update hooks.
2199
2200 2010-10-06  Julien Danjou  <julien@danjou.info>
2201
2202         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2203         was matched.
2204
2205         * sieve-manage.el: Update example in `Commentary'.
2206
2207         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2208
2209         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2210         not 2000.
2211         (sieve-manage-authenticate): Re-add function.
2212
2213 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214
2215         * shr.el (shr-insert): Get 'space transition right.
2216         (shr-render-td): Only delete space at the end of the TD.
2217
2218         * nnimap.el (nnimap-open-connection): Prepare to support
2219         open-gnutls-stream.
2220
2221         * shr.el: Rearrange function order to be more logical.
2222
2223 2010-10-06  Julien Danjou  <julien@danjou.info>
2224
2225         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2226         (nnrss-discover-feed): Remove 404 URL in docstring.
2227
2228         * nnir.el: Fix Swish-E URL.
2229         Fix Namazu URL.
2230
2231         * message.el (message-change-subject): Remove 404 URL in a comment.
2232
2233 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2234
2235         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2236         called interactively.
2237
2238         * gnus-util.el (gnus-remove-if): Allow hash table.
2239         (gnus-remove-if-not): New function.
2240
2241         * gnus-art.el (gnus-mime-view-part-as-type)
2242         * gnus-score.el (gnus-summary-score-effect)
2243         * gnus-sum.el (gnus-read-move-group-name):
2244         Replace remove-if-not with gnus-remove-if-not.
2245
2246         * gnus-group.el (gnus-group-completing-read):
2247         Regard collection as a hash table if it is not a list.
2248
2249 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2250
2251         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2252
2253         * shr.el: Document the table-rendering algorithm.
2254
2255 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2256
2257         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2258         for Emacsen having no `libxml-parse-html-region' support.
2259
2260 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2261
2262         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2263         invalid URLs.
2264
2265         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2266         line-broken.
2267         (shr-tag-img): Ignore image fetching errors.
2268         (shr-overlays-in-region): Compute overlay positions correctly.
2269
2270         * mm-decode.el (mm-shr): Require shr.
2271
2272         * gnus-art.el (gnus-blocked-images): Move variable here.
2273
2274         * shr.el (shr-insert-table): Bind free variable.
2275
2276         * mm-decode.el (mm-shr): Bind shr-content-function.
2277
2278         * shr.el (shr-content-function): New variable.
2279
2280         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2281         added for symmetry.
2282
2283         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2284
2285         * gnus-group.el (gnus-group-make-group): Doc fix.
2286
2287         * nnimap.el (nnimap-request-newgroups): Return success.
2288
2289         * shr.el (shr-find-elements): New function.
2290         (shr-tag-table): Put all the images after the table.
2291         (shr-tag-table): Really inhibit images inside the table.
2292         (shr-collect-overlays): Copy over overlays from the TD elements to the
2293         main document.
2294
2295         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2296         gnus-blocked-images.
2297
2298 2010-10-05  Julien Danjou  <julien@danjou.info>
2299
2300         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2301
2302         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2303         (gnus-html-maximum-image-size): Add this function.
2304         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2305
2306         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2307         server-value of the capability is nil.
2308
2309 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2310
2311         * shr.el (shr-tag-em): Add <EM> tag.
2312
2313 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2314
2315         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2316         customizable.
2317
2318         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2319         handing broken links to browse-url.
2320
2321 2010-10-05  Julien Danjou  <julien@danjou.info>
2322
2323         * gnus-util.el (gnus-emacs-completing-read)
2324         (gnus-iswitchb-completing-read): Use autoload rather than require.
2325
2326 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2327
2328         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2329         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2330         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2331         iswitchb-temp-buflist for XEmacs.
2332
2333         * gnus-util.el (gnus-completing-read-function): Exclude
2334         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2335         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2336         XEmacs.
2337
2338         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2339         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2340
2341         * gnus-html.el: Don't require help-fns under XEmacs.
2342         (gnus-html-schedule-image-fetching): Work for XEmacs.
2343
2344         * mm-decode.el (mm-shr): Decode contents by charset.
2345
2346 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2347
2348         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2349         unknown.
2350
2351         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2352         (shr-get-image-data): Ensure against the cache file missing.
2353
2354         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2355         for data.
2356
2357         * spam-report.el (spam-report-url-ping-plain): Don't query about
2358         killing the process.
2359
2360         * shr.el (shr-render-td): Protect against too-wide text.
2361
2362 2010-10-04  Julien Danjou  <julien@danjou.info>
2363
2364         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2365         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2366
2367         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2368         retrieved.
2369
2370 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2371
2372         * shr.el (browse-url): Require.
2373         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2374         lines.
2375         (shr-show-alt-text, shr-browse-image): New commands.
2376         (shr-browse-url, shr-copy-url): New commands.
2377
2378         * gnus-sum.el (gnus-widen-article-window): New variable.
2379         (gnus-summary-select-article-buffer): Use it.
2380
2381         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2382         without @ signs.
2383
2384 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2385
2386         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2387
2388 2010-10-04  Julien Danjou  <julien@danjou.info>
2389
2390         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2391         for XEmacs.
2392
2393 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2394
2395         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2396
2397         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2398         (nnimap-close-server): Implement.
2399
2400         * dgnushack.el (iswitchb): Require to shut up the compiler.
2401
2402         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2403         (shr-insert): Tweak line breaking.
2404         (shr-insert): Handle <pre> better.
2405         (shr-tag-li): Get <li> indentation right.
2406         (shr-tag-li): Get <li> indentation even righter.
2407         (shr-tag-blockquote): Ensure paragraph start.
2408         (shr-make-table): Tweak table generation.
2409         (shr-make-table): Fix typo.
2410
2411         * shr.el: Implement table rendering.
2412
2413 2010-10-04  Julien Danjou  <julien@danjou.info>
2414
2415         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2416
2417 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2418
2419         * shr.el (shr-insert): Use string anchors instead of line anchors.
2420
2421 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2422
2423         * shr.el: Add headings.
2424         (shr-ensure-paragraph): Actually work.
2425         (shr-tag-li): Make <ul> prettier.
2426         (shr-insert): Get white space at the beginning/end of elements right.
2427         (shr-tag-p): Collapse subsequent <p>s.
2428         (shr-ensure-paragraph): Don't insert double line feeds after blank
2429         lines.
2430         (shr-insert): \t is also space.
2431         (shr-tag-s): Fix "s" tag name function.
2432         (shr-tag-s): Fix face prop name.
2433
2434 2010-10-03  Julien Danjou  <julien@danjou.info>
2435
2436         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2437
2438         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2439         gnus-window-inside-pixel-edges.
2440
2441         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2442         gnus-ems.
2443
2444         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2445
2446         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2447         function.
2448
2449         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2450         resize choice.
2451
2452 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2453
2454         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2455         beginning of the buffer.
2456
2457         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2458         article buffer again.
2459
2460         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2461
2462         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2463         when it's at the start of the buffer.
2464
2465         * shr.el (shr-tag-blockquote): Convert name.
2466         (shr-rescale-image): Use the right image-size variant.
2467
2468         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2469         buffer isn't shown, then select the current article first instead of
2470         bugging out.
2471         (gnus-summary-select-article-buffer): Show both the article and summary
2472         buffers again.
2473
2474         * shr.el (shr-fontize-cont): Protect against regions with no text.
2475         Rename tag functions to shr-tag-* for enhanced security.
2476         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2477
2478 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2479
2480         * shr.el (shr-insert):
2481         * pop3.el (pop3-movemail):
2482         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2483         loaded.
2484
2485 2010-10-03  Glenn Morris  <rgm@gnu.org>
2486
2487         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2488
2489         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2490
2491         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2492
2493         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2494
2495         * gnus-util.el (gnus-make-local-hook): Simplify.
2496
2497 2010-10-02  Julien Danjou  <julien@danjou.info>
2498
2499         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2500         (gnus-ido-completing-read): New function.
2501         (gnus-emacs-completing-read): New function.
2502         (gnus-completing-read): Use gnus-completing-read-function.
2503         Add gnus-completing-read-function.
2504
2505 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2506
2507         * shr.el (shr-insert-document): Autoload.
2508         (shr-img): Be silent.
2509         (shr-insert): Add a newline after every picture before text.
2510         (shr-add-font): Use overlays for combining faces.
2511         (shr-insert): Pass upwards the text start point.
2512
2513         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2514         possible.
2515         (mm-shr): New function.
2516
2517 2010-10-02  Julien Danjou  <julien@danjou.info>
2518
2519         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2520         should go backward.
2521
2522 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2523
2524         * shr.el (shr): Fix typo in provide call.
2525
2526 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2527
2528         * shr.el: New file.
2529
2530         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2531
2532         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2533         completing read.
2534
2535 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2536
2537         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2538         we're being queried about.  Suggested by Dan Jacobson.
2539
2540         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2541         Suggested by Jason Eisner.
2542
2543         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2544         table, too.  Suggested by Stefan Wiens.
2545         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2546         the table unnecessary.  Suggested by Stefan Wiens.
2547
2548         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2549         longer needed, and probably doesn't work either, as pointed out by
2550         Stefan Wiens.
2551         (gnus-summary-exit): Remove call to the clearing function.
2552         (gnus-summary-exit-no-update): Ditto.
2553
2554         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2555         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2556         Reported by Stefan Monnier.
2557         (gnus-summary-save-in-rmail): Ditto.
2558
2559         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2560         article buffer, instead of both the article buffer and the summary
2561         buffer.  Sort of suggested by Dan Jacobson.
2562
2563         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2564
2565         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2566         Suggested by Dan Jacobson.
2567
2568         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2569         documentation clearer.
2570
2571         * message.el (message-shorten-references): Comment on the number "21".
2572         Suggested by Stefan Monnier.
2573
2574         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2575         Suggested by Dan Jacobson.
2576
2577         * gnus.el (gnus-large-newsgroup):
2578         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2579
2580         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2581         externalize attachments.  Bug reported by Steve Wen.
2582
2583         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2584         really message anything to the user.
2585
2586         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2587         directly.
2588
2589         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2590         messages in empty groups.
2591
2592 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2593
2594         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2595         non-UIDNEXT group.
2596
2597 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2598
2599         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2600         not the value from the collection.
2601
2602         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2603         values.  This sometimes happens on some groups that have no info.
2604         (nnimap-request-newgroups): New function.
2605
2606 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2607
2608         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2609         check into `gnus-registry-initialize'.
2610         (gnus-registry-initialize): Ditto.
2611         Fix and extend header docs.
2612
2613 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2614
2615         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2616         regexp backtrace overflows.
2617
2618         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2619         for starttls that tls.el implements; i.e. openssl.
2620
2621         * tls.el (tls-starttls-switches): Give up on using starttls with
2622         gnutls-cli.
2623         (tls-program): Add --insecure to be consistent with the defaults from
2624         openssl s_client.  Now all three commands are insecure.
2625
2626 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2627
2628         * lpath.el: Bind completion-styles-alist for XEmacs.
2629
2630         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2631         (gravatar-create-image): New function that's an alias to
2632         gnus-xmas-create-image, gnus-create-image, or create-image.
2633         (gravatar-data->image): Use it.
2634
2635 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2636
2637         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2638         install the nnregistry refer method.
2639         (gnus-registry-install-hooks): Use it.
2640         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2641         unfollowed groups.
2642
2643 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2644
2645         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2646         expanding threads.
2647
2648 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2649
2650         * nnir.el: Use the server names without suffixes (bug #7009).
2651
2652         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2653         unencrypted to STARTTLS, if possible.
2654
2655 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2656
2657         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2658         headers before superseding.
2659
2660 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2661
2662         * nnrss.el (nnrss-use-local): Add documentation.
2663
2664         * nnimap.el (nnimap-extend-tls-programs): New function.
2665         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2666         (nnimap-wait-for-connection): Accept the greeting from the stupid
2667         output from openssl s_client -starttls, too.
2668
2669         * tls.el (tls-starttls-switches): New variable.
2670         (tls-find-starttls-argument): Use it.
2671         (open-tls-stream): Ditto.
2672
2673         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2674         (netrc-machine): Ditto.
2675
2676         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2677         article number.
2678         (nnimap-split-fancy): New variable.
2679         (nnimap-split-incoming-mail): Use it.
2680
2681         * nntp.el (nntp-server-list-active-group): Document.
2682
2683         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2684         SELECT to get the message-id.
2685
2686         * mail-source.el (mail-sources): Remove webmail support.
2687         (defvar): Ditto.
2688         (mail-source-fetcher-alist): Ditto.
2689         (mail-source-fetch-webmail): Remove.
2690
2691         * webmail.el: Remove -- doesn't seem relevant any more.
2692
2693         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2694
2695         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2696         the \r.
2697
2698 2010-09-30  Julien Danjou  <julien@danjou.info>
2699
2700         * gnus-agent.el (gnus-agent-add-group): Fix call to
2701         gnus-completing-read.
2702
2703 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2704
2705         * nndoc.el (nndoc-retrieve-groups): New function.
2706
2707         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2708         `default', use nnmail-split-methods.
2709         (nnimap-request-article): Downcase the NILs so that they are nil.
2710
2711         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2712         symbol.
2713
2714         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2715         code, since if the user has requested network, that's what they ought
2716         to get.
2717         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2718         (nnimap-split-rule): Mark as obsolete.
2719
2720         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2721         New variable.
2722
2723         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2724         correct slot, too.
2725
2726 2010-09-29  Julien Danjou  <julien@danjou.info>
2727
2728         * gnus.el (gnus-local-domain): Declare variable obsolete.
2729
2730         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2731         Fix history computing.
2732         (gnus-ido-completing-read): Require ido.
2733
2734 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2735
2736         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2737         build Gnus.
2738
2739         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2740         when interpreting the structures.
2741         (nnimap-request-accept-article): Add \r\n to the lines to make this
2742         work with Cyrus.
2743
2744         * nndraft.el (nndraft-request-expire-articles): Use the group name
2745         instead if "nndraft".  Fix found by Nils Ackermann.
2746
2747 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2748
2749         * nnregistry.el: Add.
2750
2751 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2752
2753         * nnmail.el (group, group-art-list, group-art):
2754         Remove unneeded directives.
2755
2756 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2757
2758         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2759         (mm-mime-charset)
2760         * rfc2047.el (rfc2047-syntax-table)
2761         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2762
2763         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2764         rather than `insert-file-contents' and `eval-region'.
2765
2766         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2767         construction.
2768
2769         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2770
2771         * time-date.el: No need to require cl for Emacs 21.
2772
2773 2010-09-29  Julien Danjou  <julien@danjou.info>
2774
2775         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2776         replacement of `gnus-gravatar-relief' to mimic
2777         `gnus-faces-properties-alist'.
2778         Add :version property.
2779
2780 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2781
2782         * mail-source.el (mail-source-report-new-mail)
2783         * message.el (message-default-mail-headers)
2784         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2785
2786         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2787
2788 2010-09-28  Julien Danjou  <julien@danjou.info>
2789
2790         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2791         mail-address contains the same string as real-name.
2792
2793         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2794         non-blank in header, otherwise it'll get stripped.
2795
2796         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2797         real-name, and then for mail address rather than doing : or , search.
2798
2799 2010-09-27  Julien Danjou  <julien@danjou.info>
2800
2801         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2802         right completing-read function.
2803         (gnus-use-ido): New variable
2804         (gnus-completing-read-with-default): Remove.
2805         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2806         (gnus-agent-add-group):
2807         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2808         * mm-view.el (mm-view-pkcs7-decrypt):
2809         * mm-util.el (mm-codepage-setup):
2810         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2811         * mml-smime.el (mml-smime-openssl-sign-query):
2812         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2813         (mml-insert-multipart):
2814         * gnus-msg.el (gnus-summary-yank-message):
2815         * gnus-int.el (gnus-start-news-server):
2816         * mm-decode.el (mm-interactively-view-part):
2817         * gnus-dired.el (gnus-dired-attach):
2818         * gnus.el (gnus-read-method):
2819         * gnus-bookmark.el (gnus-bookmark-jump):
2820         * gnus-art.el (gnus-mime-view-part-as-type)
2821         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2822         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2823         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2824         * nnmairix.el (nnmairix-create-server-and-default-group)
2825         (nnmairix-update-groups, nnmairix-get-server)
2826         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2827         (nnmairix-get-group-from-file-path):
2828         * nnrss.el (nnrss-find-rss-via-syndic8):
2829         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2830         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2831         (gnus-group-browse-foreign-server):
2832         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2833         (gnus-summary-execute-command, gnus-summary-respool-article)
2834         (gnus-read-move-group-name):
2835         * gnus-score.el (gnus-summary-increase-score)
2836         (gnus-summary-score-effect):
2837         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2838
2839 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2840
2841         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2842         x-focus-frame.
2843
2844         * nnimap.el (auth-source-forget-user-or-password)
2845         (auth-source-user-or-password): Autoload.
2846
2847         * message.el (message-from-style, message-interactive)
2848         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2849         (message-yank-prefix, message-indentation-spaces, message-signature)
2850         (message-signature-file): Add comment.
2851
2852 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2853
2854         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2855         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2856         new articles.
2857
2858         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2859         parts.
2860         (nnimap-request-article): Work with the t setting, too.
2861
2862         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2863         that you don't get flashes of other buffers.
2864         (gnus-summary-show-complete-article): Intern before setting.
2865
2866 2010-09-27  David Engster  <dengste@eml.cc>
2867
2868         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2869         well as HEADERS.
2870         (nnmairix-retrieve-headers): Provide new argument for the above.
2871
2872 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2873
2874         * gnus-sum.el (gnus-summary-move-article): Don't alter
2875         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2876         group.
2877
2878         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2879
2880         * message.el (message-cite-prefix-regexp): Revert my last edit.
2881
2882         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2883         variable instead of the Gnus variable.
2884
2885         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2886
2887         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2888
2889         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2890         since some servers don't like it.
2891         (nnimap-open-connection): Forget credentials if the server says the
2892         password was wrong.
2893         (nnimap-parse-line): Protect against invalid data.
2894
2895         * gnus-sum.el (gnus-summary-move-article): Add comment.
2896         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2897         nothing alters it while scanning for new messages.
2898
2899         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2900         which may or may not help.
2901         (nnimap-open-connection): If we're doing a stream connection, and then
2902         discover we're on a STARTTLS-capable server, then open a STARTTLS
2903         connection instead.
2904
2905 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2906
2907         * nnimap.el (utf7): Require.
2908
2909         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2910         prefix.
2911
2912 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2913
2914         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2915
2916 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2917
2918         * nnimap.el (nnimap-request-accept-article): Message the error on
2919         error.
2920
2921 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2922
2923         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2924
2925 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2926
2927         * nndoc.el (nndoc-request-list): Return success always.
2928
2929         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2930         `fetch-old' -- we only want to fetch the articles we've requested.
2931         The rest are in the agent, probably.
2932         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2933         disappeared server" to something low.  It's not important.
2934
2935         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2936         arrived before the FETCH data.
2937
2938         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2939         target here, because we don't know the Gnus name of the group.
2940
2941         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2942         for the correct group.
2943
2944         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2945
2946         * gnus.el (gnus): Give a final warning after startup.
2947
2948         * gnus-util.el (gnus-action-message-log): New variable.
2949         (gnus-message): Use it.
2950         (gnus-final-warning): New function.
2951
2952         * nnimap.el (nnimap-open-connection): Record the greeting.
2953         (nnimap): Add greeting.
2954
2955 2010-09-26  Julien Danjou  <julien@danjou.info>
2956
2957         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2958         arguments.
2959         (gnus-html-wash-images): Fix spec computing to include start/end.
2960
2961         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2962
2963 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964
2965         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2966         deletion.
2967         (nnimap-retrieve-headers): Don't select the group, because that's
2968         already done by nnimap-possibly-change-group.
2969
2970         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2971         (gnus-picon-transform-address): Use it.
2972
2973         * mail-source.el (mail-source-value): Revert previous patch.
2974
2975         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2976         on failure.
2977         (nnimap-open-connection): Look up both virtual and physical server name
2978         credentials.
2979
2980         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2981
2982 2009-02-07  Dave Love  <fx@gnu.org>
2983
2984         * tls.el (open-tls-stream): Don't query killing process.
2985
2986 2009-02-08  Dave Love  <fx@gnu.org>
2987
2988         * gnus-win.el (gnus-window-to-buffer-helper)
2989         (gnus-all-windows-visible-p): Function needn't be a symbol.
2990
2991         * mail-source.el (mail-source-value): Function needn't be a symbol.
2992
2993 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2994
2995         * message.el (message-cite-prefix-regexp): Remove } from the cite
2996         prefix.
2997
2998         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2999         highlight again, so that the highlight is correct.
3000
3001         * gnus-picon.el (gnus-picon): Remove again.
3002         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3003
3004         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3005         doing the header highlightling, so that the background colour of the
3006         picon is correct.
3007
3008         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3009         (gnus-picon): Ditto.
3010         (gnus-picon): Reinstate.  The background colour for picons is white.
3011         (gnus-picon-insert-glyph): Make the background white.
3012
3013         * nnml.el (nnml-open-nov): Don't return dead buffers.
3014
3015         * auth-source.el (auth-source-create): Query the user for whether to
3016         store the credentials.
3017
3018         * netrc.el (netrc-store-data): New function.
3019
3020         * auth-source.el (auth-source-user-or-password): Use the existing auth
3021         sources, if any, for creation.
3022
3023         * gnus.el (gnus-group-fast-parameter): Return the last matching
3024         parameter instead of the first matching parameter.
3025
3026 2010-09-26  Julien Danjou  <julien@danjou.info>
3027
3028         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3029
3030 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3031
3032         * mml2015.el (mml2015-use): Remove gpg support.
3033
3034         * mml1991.el (mml1991-function-alist): Remove gpg function.
3035         (mml1991-gpg-sign): Remove.
3036
3037 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3038
3039         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3040         (gnus-browse-unsubscribe-current-group): Document it.
3041         (gnus-browse-unsubscribe-group): Use it.
3042
3043 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3044
3045         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3046         address to the To list for easier response.
3047
3048         * gnus.el (gnus-play-startup-jingle): Remove.
3049         (gnus-splash): Don't play jingle.
3050         (gnus): Silence gnus-load message.
3051
3052         * gnus-art.el (gnus-treat-play-sounds): Remove.
3053
3054         * gnus.el (gnus-play-jingle): Remove audio support.
3055
3056         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3057
3058         * earcon.el: Remove -- no users.
3059
3060         * gnus-audio.el: Remove -- no users of this package.
3061
3062         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3063
3064         * gnus-start.el (gnus-setup-news): Remove nocem support.
3065
3066         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3067
3068         * gnus.el (gnus-use-nocem): Remove.
3069
3070         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3071         Remove.
3072
3073         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3074         uses NoCeM any more.
3075
3076         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3077         (gnus-button-ctan-handler): Ditto.
3078         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3079         (gnus-button-ctan-directory-regexp): Ditto.
3080         (gnus-button-handle-ctan): Ditto.
3081         (gnus-button-tex-level): Ditto.
3082         (gnus-button-alist): Remove CTAN stuff.
3083
3084 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3085
3086         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3087         nnimap-streaming test.
3088
3089         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3090         servers twice.
3091
3092         * nnimap.el (nnimap-open-connection): Add more error reporting when
3093         nnimap fails early.
3094
3095         * nnheader.el (nnheader-get-report-string): New function.
3096         (nnheader-get-report): Use it.
3097
3098         * gnus-int.el (gnus-check-server): Say what the error was when opening
3099         failed.
3100
3101         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3102         using streaming.
3103
3104 2010-09-25  Julien Danjou  <julien@danjou.info>
3105
3106         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3107         gnus-window-inside-pixel-edges.
3108
3109 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3110
3111         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3112
3113         * mm-decode.el (mm-save-part): Allow saving to other directories the
3114         normal Emacs way.
3115
3116         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3117         Suggested by Jay Berkenbilt.
3118
3119         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3120         there isn't a single byte.
3121
3122         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3123         just do it.  It doesn't really seem to matter what the user responds
3124         here, I think, so it's just a confusing question.
3125
3126         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3127         non-streaming case.
3128
3129         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3130         (gnus-article-encrypt-body): Use it.
3131
3132         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3133         keystroke.
3134
3135         * nnimap.el (nnimap-find-wanted-parts-1):
3136         Use gnus-fetch-partial-articles.
3137
3138         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3139
3140         * nnimap.el (nnimap-insert-partial-structure): New function.
3141         (nnimap-get-partial-article): New function.
3142         (nnimap-request-article): Use it.
3143         (nnimap-wait-for-response): Return whether the wait was successful.
3144         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3145         retrieval wasn't successful.
3146         (nnimap-retrieve-group-data-early): Allow throttling servers.
3147         (nnimap-streaming): New variable.
3148         (nnimap-fetch-partial-articles): Remove.
3149
3150         * mm-decode.el (mm-with-part): Protect against killed buffers.
3151
3152         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3153         for prettier summary display.
3154
3155 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3156
3157         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3158
3159 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3160
3161         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3162         apparently third-party libraries depend on it.
3163
3164         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3165         before starting negotiation.
3166
3167         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3168         privacy reasons.
3169         (gnus-treat-mail-gravatar): Ditto.
3170
3171         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3172         buffer when inserting images.  Inserting text into the headers, for
3173         instance, can make them invalid.
3174
3175 2010-09-25  Julien Danjou  <julien@danjou.info>
3176
3177         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3178         variables.
3179
3180         * nnheader.el: Remove useless variables news-reply-yank-from and
3181         news-reply-yank-message-id.
3182
3183         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3184         variables.
3185
3186         * mml1991.el: Remove useless mml1991-verbose.
3187
3188         * gnus.el: Remove useless variable gnus-use-generic-from.
3189         Remove obsolete variable gnus-topic-indentation.
3190
3191         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3192
3193         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3194
3195         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3196
3197         * gnus-group.el: Remove useless gnus-group-icon-cache.
3198         Remove useless gnus-ephemeral-group-server.
3199
3200         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3201
3202         * mml2015.el: Remove useless mml2015-verbose.
3203
3204         * mml-smime.el: Remove useless mml-smime-verbose.
3205
3206         * gnus.el: Remove useless gnus-local-domain.
3207
3208         * gnus-gravatar.el (gnus-gravatar-transform-address):
3209         Use gnus-gravatar-size.
3210
3211         * gnus-art.el: Remove useless gnus-treat-translate.
3212
3213 2010-09-24  Julien Danjou  <julien@danjou.info>
3214
3215         * gnus-sum.el: Add support for Gravatars.
3216
3217         * gnus-art.el: Add support for Gravatars.
3218
3219         * gnus-gravatar.el: Add this file.
3220
3221         * gravatar.el: Add this file.
3222
3223 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3224
3225         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3226
3227         * gnus-group.el (gnus-group-fetch-faq): Remove.
3228
3229         * gnus.el (gnus-group-faq-directory): Remove.
3230
3231         * gnus-group.el (gnus-group-fetch-charter): Remove.
3232
3233         * gnus.el (gnus-group-charter-alist): Remove.
3234
3235         * gnus-group.el (gnus-group-archive-directory): Remove.
3236         (gnus-group-recent-archive-directory): Ditto.
3237         (gnus-group-make-archive-group): Remove.
3238
3239         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3240
3241         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3242         use the same article number for all the cached articles.
3243
3244         * nnimap.el (nnimap-command): Register the last command time so
3245         that we can use it for idling NOOPs.
3246         (nnimap-open-connection): Start the keeplive timer.
3247         (nnimap-make-process-buffer): Store all the process buffers.
3248         (nnimap-keepalive): New function.
3249
3250         * starttls.el (starttls-open-stream): Add autoload cookie.
3251
3252 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3253
3254         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3255         handling.
3256
3257 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3258
3259         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3260         its data structures.
3261
3262         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3263         instead of the cl.el copy-list.
3264         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3265         equalp.
3266
3267 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3268
3269         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3270         and tool-bar-local-item-from-menu.
3271
3272         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3273         mode-line-highlight face for Emacs.
3274
3275         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3276         loading gnus-sum.elc; fix comment for canlock-verify.
3277         (gnus-article-jump-to-part): Use read-number.
3278         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3279         Remove Emacs pre-21 compatible code for help-echo.
3280         (gnus-article-next-page-1): No need to adjust the number of lines.
3281         (gnus-article-describe-bindings): Always use help-buffer.
3282
3283         * gnus-audio.el (gnus-audio-inline-sound)
3284         * gnus-cus.el (gnus-custom-mode)
3285         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3286
3287         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3288
3289         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3290         compatible code.
3291
3292 2010-09-24  Glenn Morris  <rgm@gnu.org>
3293
3294         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3295         visiting the fcc file in rmail-mode.
3296
3297         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3298
3299 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3300
3301         * nnir.el: Silence the byte compiler.
3302
3303         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3304         alias to browse-url-url-encode-chars if any.
3305         (gnus-html-encode-url): Use it.
3306
3307 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3308
3309         * gnus-start.el (gnus-use-backend-marks): New variable.
3310         (gnus-get-unread-articles-in-group): Use it.
3311
3312         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3313         makeover.
3314
3315 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3316
3317         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3318
3319 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3320
3321         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3322         Remove.
3323         (gnus-setup-news-hook):
3324         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3325
3326         * gnus-int.el (gnus-request-update-info): Protect against backends not
3327         having the function.
3328
3329         * nnimap.el (nnimap-stream): Mention starttls.
3330         (nnimap-open-connection): Add starttls support.
3331
3332 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3333
3334         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3335
3336 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3337
3338         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3339         BODYSTRUCTUREs.
3340         (nnimap-transform-headers): Unfold quoted {42} headers.
3341
3342         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3343         the info.
3344         (gnus-get-unread-articles): Only call updatep on backends that support
3345         it.
3346
3347         * nnweb.el (nnweb-request-update-info): NOOP.
3348
3349         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3350
3351         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3352         since it only deals with marks.
3353
3354         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3355         gnus-request-marks, and make a new gnus-request-update-info.
3356
3357         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3358         the active instead of the high number, which is usually too low.
3359
3360 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3361
3362         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3363         * encrypt.el: Remove.
3364
3365 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3366
3367         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3368         server in symbolic form.
3369
3370         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3371
3372 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3373
3374         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3375         (nnimap-update-info): Fix up code slightly.
3376
3377         * gnus-int.el (gnus-open-server): Add tracing for performance
3378         debugging.
3379
3380         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3381         (gnus-group-insert-group-line): Pass the real group name so that it
3382         gets the right data.
3383
3384         * gnus-start.el (gnus-get-unread-articles): Don't have
3385         `gnus-get-unread-articles-in-group' update info, since that can be
3386         really slow and doesn't seem to be needed?
3387
3388 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3389
3390         * time-date.el (date-to-time): Try using parse-time-string first before
3391         using the slower timezone-make-date-arpa-standard.
3392
3393 2010-09-22  Julien Danjou  <julien@danjou.info>
3394
3395         * gnus-group.el (gnus-group-insert-group-line):
3396         Call gnus-group-highlight-line.
3397         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3398         default hook list.
3399         (gnus-group-update-eval-form): Add new function.
3400         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3401         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3402
3403 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3404
3405         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3406         immediate, then expire all articles.
3407         (nnimap-update-info): Fix off-by-one errors.
3408         (nnimap-flags-to-marks): Would return no marks lists for group with no
3409         flags.  Instead return the other data.
3410
3411 2010-09-22  Julien Danjou  <julien@danjou.info>
3412
3413         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3414         Only return an icon.
3415         (gnus-group-insert-group-line): Compute icon to return.
3416
3417         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3418         (gnus-html-image-fetched): Only cache if
3419         gnus-html-image-automatic-caching is set.
3420         (gnus-html-image-fetched): Check for errors.
3421
3422 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3423
3424         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3425         once per method on `g'.  This ensures that backends like nnfolder don't
3426         open all their folders.
3427
3428         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3429         (nnimap-request-list): Nix out group in the correct buffer.
3430         (nnimap-parse-flags): Implement by using `read' instead of
3431         hand-parsing.
3432         (nnimap-flags-to-marks): Pass on permanent-flags.
3433         (nnimap-make-process-buffer): Record the server name.
3434         (nnimap-parse-flags): Fix typo.
3435         (nnimap-request-scan): Run split on the server in general, not just a
3436         single group.
3437
3438         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3439         parameter, and propagate this downwards.
3440
3441         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3442         since EXAMINE changes it on the server.
3443
3444         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3445         this command might take a while.
3446
3447 2010-09-22  Julien Danjou  <julien@danjou.info>
3448
3449         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3450         harmful if you have 2 images side-by-side, they can't be properly
3451         update on text deletion.  Using text-property is safer here.
3452         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3453         data.
3454
3455 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3456
3457         * nnimap.el (nnimap-expunge-inbox): Remove.
3458         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3459         (nnimap-expunge): Flip default to t.
3460
3461         * gnus.el (gnus-method-to-server): Don't push things to the cache
3462         unless it's unique.
3463         (gnus-server-to-method): Ditto.
3464
3465 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3466
3467         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3468
3469 2010-09-22  Julien Danjou  <julien@danjou.info>
3470
3471         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3472         get the start of data.
3473         (gnus-html-encode-url): Add this function to encode special chars in
3474         URL.
3475         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3476         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3477
3478         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3479         default.
3480         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3481
3482         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3483         images alt-text.
3484         (gnus-html-put-image): Put alt-text as help-echo.
3485
3486 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3487
3488         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3489         * mm-util.el (mm-decompress-buffer)
3490         * nnir.el (nnir-run-find-grep)
3491         * pop3.el (pop3-list): Use 3rd arg of split-string.
3492
3493         * time-date.el (format-seconds): Comment fix.
3494
3495         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3496         and byte-optimize-form-code-walker.
3497         (dgnushack-make-auto-load): Don't advise make-autoload.
3498
3499         * lpath.el: Remove Emacs 21 stuff.
3500
3501 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3502
3503         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3504         outside the active range.  Suggested by Dan Christensen.
3505
3506         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3507         slightly later to avoid double-getting it.
3508
3509         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3510         previous patch.
3511
3512         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3513
3514 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3515
3516         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3517
3518 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3519
3520         * gnus-int.el (gnus-open-server): Give a better error message in the
3521         "go offline" case.
3522
3523         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3524         marks for nnimap, which is seldom the right thing to do.
3525
3526         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3527         (gnus-same-method-different-name): New function.
3528
3529         * nnimap.el (parse-time): Require.
3530
3531         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3532         method in the presence of many similar methods.
3533
3534         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3535
3536         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3537         nnml-inhibit-expiry.
3538
3539         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3540         find out whether methods are equal.
3541
3542         * nnimap.el (nnimap-find-expired-articles): New function.
3543         (nnimap-process-expiry-targets): New function.
3544         (nnimap-request-move-article): Request the article before looking at
3545         what the Message-ID is.  Fix found by Andrew Cohen.
3546         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3547
3548         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3549         for oldness in addition to being a predicate.
3550
3551         * nnimap.el (nnimap-request-group): When we have zero articles, return
3552         the right data to Gnus.
3553         (nnimap-request-expire-articles): Only delete articles immediately if
3554         the target is 'delete.
3555
3556         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3557         method, this would bug out.
3558
3559         * gnus-group.el (gnus-group-expunge-group): Rename from
3560         gnus-group-nnimap-expunge, and implemented as a normal interface
3561         function.
3562
3563         * gnus-int.el (gnus-request-expunge-group): New function.
3564
3565         * nnimap.el (nnimap-request-create-group): Implement.
3566         (nnimap-request-expunge-group): New function.
3567
3568 2010-09-21  Julien Danjou  <julien@danjou.info>
3569
3570         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3571         (gnus-html-cache-expired): Add new function.
3572         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3573         wethever we should display image for fetch it.
3574         Compute alt-text earlier to pass it to the fetching function too.
3575         (gnus-html-schedule-image-fetching): Change function argument to only
3576         get one image at a time, not a list.
3577         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3578         cache.
3579         (gnus-html-get-image-data): New function to retrieve image data from
3580         cache.
3581         (gnus-html-put-image): Change buffer argument to use image data rather
3582         than file, and place image above region rather than inserting a new
3583         one.  Do not take alt-text as argument, since it's useless now: we place
3584         the image above alt-text.
3585         (gnus-html-prune-cache): Remove.
3586         (gnus-html-show-images): Start to fetch image when we find one, do not
3587         push into a temporary list.
3588         (gnus-html-prefetch-images): Only fetch image if they have expired.
3589         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3590         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3591
3592 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3593
3594         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3595
3596 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3597
3598         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3599         spec inser "*" if the group isn't active instead of 0.
3600
3601         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3602         opening the server.
3603         (nnimap-request-delete-group): Implement group deletion.
3604         (nnimap-transform-headers): Return the size of the entire message in
3605         the Bytes header, not just the size of the first part.
3606         (nnimap-request-move-article): When moving an article from nnimap,
3607         request the article first so the accepting form has an article to
3608         accept.  Reported by Dan Christensen.
3609         (nnimap-command): Make sure that the error message doesn't error out.
3610
3611 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3612
3613         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3614         we haven't requested anything.
3615
3616 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3617
3618         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3619         "".  Fix found by Andrew Cohen.
3620
3621         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3622         instead of -encode-string.
3623
3624 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3625
3626         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3627
3628         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3629         by mm-subst-char-in-string.
3630
3631 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3632
3633         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3634         waiting for the connection string.
3635
3636         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3637         arriving.
3638
3639         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3640         bogus characters.  This allows selecting certain Gmail groups.
3641
3642         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3643         (nnimap-fetch-partial-articles): New variable.
3644         (nnimap-open-connection): When looking for credentials, also use the
3645         nnimap-server-port.
3646         (nnimap-request-article): Return the group/article number, so that Gnus
3647         `^' works as expected.
3648         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3649
3650         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3651         comments.
3652         (gnus-methods-sloppily-equal): New function.
3653         (gnus): When using the development version of Gnus, load the gnus-load
3654         file.
3655
3656         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3657         `gnus-open-server' on each method before trying to scan them etc.
3658         This ensures that all the backend parameters are set correctly.
3659
3660         * nnimap.el (nnimap-authenticator): New variable.
3661         (nnimap-open-connection): Allow anonymous login.
3662         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3663         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3664
3665         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3666         patch, found by Knut Anders Hatlen.
3667
3668 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3669
3670         * gnus-agent.el (gnus-agent-batch-confirmation)
3671         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3672         to gnus-message.
3673         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3674         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3675         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3676         * gnus-int.el (gnus-open-server): Likewise.
3677         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3678         (gnus-score-check-syntax): Likewise.
3679         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3680         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3681         Likewise.
3682         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3683
3684 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3685
3686         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3687         calling conventions so that prefetch doesn't bug out.
3688
3689 2010-09-19  Julien Danjou  <julien@danjou.info>
3690
3691         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3692         rather than `subst-char-in-region' in order to be able to replace ASCII
3693         char by UTF-8 ones.
3694
3695         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3696         than curl.
3697         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3698         the right URL and ALT text on images.
3699         (gnus-html-wash-tags): Fix tag case.
3700         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3701         (gnus-article-html): Add -o display_ins_del=2 option.
3702         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3703
3704 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3705
3706         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3707         the extra mail headers, which sometimes seem to happen for unknown
3708         reasons.
3709
3710         * mail-parse.el (mail-header-encode-parameter): Define as
3711         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3712         (or most, perhaps?) mail readers don't understand the latter, but do
3713         understand the former.
3714
3715         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3716         to nil, so that no methods are automatically agentized.  I think this
3717         is probably what most users want.
3718
3719         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3720         from url-retrieve, for instance about invalid URLs.
3721
3722         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3723         groups that have no articles.
3724         (nnimap-request-article): Check that we really got an article when we
3725         requested one.
3726
3727         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3728         doesn't exist.
3729
3730         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3731         nntp buffer so the agent can save it.
3732         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3733         that CRLF doesn't get translated to \n.
3734         (nnimap-open-connection): Don't make 'shell commands only send \n.
3735
3736 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3737
3738         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3739         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3740         Update var name.
3741         (nnml-generate-nov-file): Use dolist.
3742         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3743         Use with-current-buffer.
3744
3745 2010-09-18  Julien Danjou  <julien@danjou.info>
3746
3747         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3748         parallel.
3749
3750 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3751
3752         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3753         the range update right.
3754         (nnimap-request-group): Don't make `M-g' bug out on group with no
3755         marks.
3756         (nnoo): Require, so that other packages can require nnimap.
3757         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3758         command we're looking for.  This helps when the server sends more
3759         responses after we've gotten everything we expected.
3760         (nnimap): Add a `newlinep' field to keep track of end-of-line
3761         conventions.
3762         Don't send CRLF to things that don't want it.
3763         (nnimap-request-accept-article): Ditto.
3764
3765 2010-09-18  Julien Danjou  <julien@danjou.info>
3766
3767         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3768         than curl to retrieve images.
3769
3770 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3771
3772         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3773         the marks.
3774         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3775         (nnimap-wait-for-connection): New function.
3776         (nnimap-open-connection): If we have PREAUTH, don't query for login
3777         credentials.
3778         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3779         when doing a partial update.
3780
3781 2010-09-18  Julien Danjou  <julien@danjou.info>
3782
3783         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3784         tags.
3785
3786 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3787
3788         * nnimap.el (nnimap-credentials): New function.
3789         (nnimap-open-connection): Use the new function to look for credentials
3790         also on the numeric equivalents of "imap" and "imaps".
3791
3792         * gnus-start.el (gnus-activate-group): Send the info to
3793         gnus-request-group.
3794
3795         * nnimap.el (nnimap-request-group): Have the "check" version of the
3796         function parse flags and update the info, so that a `M-g' get a total
3797         resync of all flags from the group.
3798
3799         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3800         to allow backends to alter the info on group selection.  Also alter all
3801         the backend -request-group functions to take the parameter.
3802
3803         * nnimap.el (nnimap-store-info): New function.
3804         (nnimap-update-info): Store the info for later usage.
3805         (nnimap-request-group): Use the stored info for the dont-check case, so
3806         that we don't retrieve all marks when we enter a group.
3807
3808         * nnimap.el: Use deffoo instead of defun for interface functions.
3809
3810         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3811         update the group info.  This makes the nndraft groups, for instance, go
3812         back to their old behaviour.
3813
3814         * gnus-sum.el (gnus-select-newsgroup): Indent.
3815
3816         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3817         in.
3818         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3819         nothing.
3820
3821         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3822         from methods that are denied.
3823
3824         * gnus-int.el (gnus-method-denied-p): New function.
3825
3826         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3827         store the password instead of netrc.
3828         (nnimap-open-connection): Don't error out when we can't make a
3829         connections.
3830
3831         * auth-source.el (auth-source-create): In the password prompt, say what
3832         we're querying for.  Also prompt for user name if that hasn't been
3833         given.
3834
3835         * nnimap.el (nnimap-with-process-buffer): Remove.
3836
3837 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3838
3839         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3840         method when we're reading from the agent.
3841
3842         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3843
3844         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3845         that's probably most useful for users.
3846
3847         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3848         "failed" all the time.
3849
3850         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3851         ...)) with (with-current-buffer ... ).
3852
3853         * nntp.el (nntp-open-server): Return whether the open was successful or
3854         not.
3855
3856         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3857         select an unread unseen article first.
3858
3859         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3860         /etc/services, supply some sensible port defaults.
3861
3862         * dgnushack.el: Define netrc-credentials.
3863
3864 2010-09-17  Julien Danjou  <julien@danjou.info>
3865
3866         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3867
3868 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3869
3870         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3871         doesn't have any parameters.
3872
3873 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3874
3875         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3876         only upcased checks.
3877
3878         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3879
3880         * nnimap.el (nnimap-open-shell-stream): New function.
3881         (nnimap-open-connection): Use it.
3882         (nnimap-transform-headers): Get the number of lines in each message.
3883         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3884         number of lines.
3885         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3886         problem.
3887
3888         * utf7.el (utf7-encode): Autoload.
3889
3890         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3891         to allow the mail splitting to not return a default group.  This is
3892         useful for nnimap, which will leave unmatched mail in the inbox.
3893
3894         * nnimap.el: Rewritten.
3895
3896         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3897         nnimap usage.
3898
3899         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3900         if the move is internal, so that nnimap can do fast internal moves.
3901
3902         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3903         data.
3904         (gnus-read-active-for-groups): Support finishing the early retrieval of
3905         data.
3906
3907         * gnus-range.el (gnus-range-nconcat): New function.
3908
3909         * gnus-int.el (gnus-finish-retrieve-group-infos)
3910         (gnus-retrieve-group-data-early): New functions.
3911
3912 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3913
3914         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3915         (nnrss-retrieve-groups):
3916         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3917         (pop3-quit): Use with-current-buffer.
3918
3919 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3920
3921         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3922         instead of nnheader-accept-process-output.
3923
3924         * dgnushack.el (dgnushack-compile): Add comment.
3925
3926         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3927
3928         * gnus-html.el (gnus-html-schedule-image-fetching)
3929         (gnus-html-prefetch-images): Replace process-kill-without-query by
3930         gnus-set-process-query-on-exit-flag.
3931
3932 2010-09-16  Romain Francoise  <romain@orebokech.com>
3933
3934         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3935
3936 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3937
3938         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3939         parameter to unintern is mandatory-ish in Emacs 24.
3940
3941         * gnus-html.el (gnus-html-schedule-image-fetching)
3942         (gnus-html-prefetch-images): Check for curl before using it.
3943
3944         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3945         depend on curl, which isn't essential.
3946
3947         * imap.el: Revert back to version
3948         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3949         seem problematic.
3950
3951 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3952
3953         * gnus-registry.el (gnus-registry-install-shortcuts):
3954         Explicitly pass `obarray' to `unintern' to avoid a warning.
3955
3956 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3957
3958         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3959         change.
3960
3961         * nnrss.el (nnrss-request-list): Remove this function and related
3962         functions, including the moreover stuff.
3963
3964 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3965
3966         * nnrss.el (nnrss-retrieve-groups): New function.
3967
3968 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3969
3970         * .dir-locals.el: Add no-byte-compile cookie.
3971
3972 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3973
3974         * time-date.el (format-seconds): Comment fix.
3975
3976         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3977         for back end that doesn't support request-scan.
3978
3979 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3980
3981         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3982         then do request scans from the backends.
3983
3984         * netrc.el (netrc-credentials): New conveniency function.
3985
3986         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3987         avoid running a hook per line, since this takes a lot of time,
3988         profiling shows.
3989         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3990         directly if gnus-visual-p is true.
3991
3992 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3995         groups; replace mapcar with dolist which is a bit faster; pass groups
3996         info to gnus-read-active-file-1.
3997         (gnus-read-active-file-1): Scan only specified groups if the new
3998         optional arg `infos' is given.
3999
4000 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4001
4002         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4003
4004         * pop3.el (pop3-movemail): Remove.
4005         (pop3-streaming-movemail): Rename to pop3-movemail.
4006
4007         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4008         don't restrict end-tag searches to the end of the line.
4009
4010 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4011
4012         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4013         articles of every unchecked group to t, which means unknown since the
4014         server has never been opened.
4015
4016 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4017
4018         * gnus-html.el (gnus-html-show-alt-text): New command.
4019         (gnus-html-browse-image): Ditto.
4020         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4021         to browse the image directly.
4022         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4023         better.
4024
4025         * gnus-async.el (gnus-async-article-callback):
4026         Call `gnus-html-prefetch-images' unconditionally.
4027
4028         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4029         before feeding URLs to curl.
4030
4031 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4032
4033         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4034         internal images as deletable by `W D D'.
4035
4036         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4037         (gnus-async-article-callback): Fix typo.
4038
4039 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4040
4041         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4042         current line to work around bugs in the output from w3m.
4043
4044         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4045         for groups that want that.
4046
4047         * nntp.el (nntp-wait-for-string): Supply a timeout for
4048         accept-process-output to ensure progress.
4049
4050         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4051         level to get unread articles from, then use that for foreign groups,
4052         too.
4053
4054         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4055         confuses the rest of the function.
4056
4057         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4058         for the methods that support -retrieve-groups, too.
4059
4060         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4061
4062 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4063
4064         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4065         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4066
4067         * pop3.el: Require cl when compiling.
4068         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4069
4070 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4071
4072         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4073         that aren't going to be activated.
4074         (gnus-get-unread-articles): Fix up the last commit.
4075
4076         * gnus-html.el (gnus-article-html): Allow calling without specifying
4077         the handle.  In that case, dissect the buffer first.
4078
4079         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4080
4081         * nnimap.el (nnimap-open-connection): Revert the change that would look
4082         into authinfo for imaps instead of imap.
4083
4084         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4085         say that you don't want to call gnus-request-group with don-check, but
4086         do check the reponse.  This is for virtual groups only.
4087         (gnus-get-unread-articles): Count the archive groups as secondary, so
4088         that they're activated the same way as before.
4089
4090         * imap.el (imap-message-map): Removed optional buffer parameter, since
4091         no callers use it.
4092         (imap-message-get): Ditto.
4093         (imap-message-put): Ditto.
4094         (imap-mailbox-map): Ditto.
4095         (imap-mailbox-put): Ditto.
4096         (imap-mailbox-get): Ditto.
4097         (imap-mailbox-get): Revert last change for this function.
4098
4099         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4100         case-insensitively.
4101         (nnimap-debug): Remove.
4102
4103         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4104         to use `imap-fetch' instead.  According to the comments, this should be
4105         safe, since all other IMAP clients use the 1:* syntax.
4106         (imap-enable-exchange-bug-workaround): Removed.
4107         (imap-debug): Removed -- doesn't seem very useful.
4108
4109         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4110         mail from a file, and the file doesn't exist.
4111
4112         * imap.el (imap-log): New convenience function used throughout instead
4113         of repeating the same code all over the place.
4114
4115         * pop3.el (pop3-streaming-movemail): Return t for success.
4116
4117         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4118         .authinfo if we're using ssl connection.
4119
4120         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4121         already have if we're in a main Gnus `g' run.
4122
4123         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4124
4125 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4126
4127         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4128
4129         * nnmh.el (nnmh-request-list-1): Bind `file'.
4130
4131         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4132         alias to set-process-query-on-exit-flag or process-kill-without-query.
4133         (pop3-open-server): Use it.
4134
4135 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4136
4137         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4138         box to the Incoming file.  Fixes mistake in previous checkin.
4139
4140         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4141         request loop (for debugging purposes) removed.
4142
4143         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4144         culprit is more visible.
4145         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4146         (nnml-add-incremental-nov): New functions to do "incremental" nov
4147         updates, where we just append to the end of the existing nov files
4148         without reading/writing them in full.
4149
4150         * mail-source.el (mail-source-delete-crash-box): Really only check the
4151         incoming files once in a while.
4152
4153         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4154
4155         * mail-source.el (mail-source-delete-crash-box): Only check the
4156         incoming files for deletion once per day to save a lot of file
4157         accesses.
4158
4159         * pop3.el (pop3-logon): Fix up unbound variable typo.
4160
4161         * mail-source.el (pop3-streaming-movemail): Autoload.
4162
4163         * pop3.el (pop3-streaming-movemail):
4164         Respect pop3-leave-mail-on-server.
4165
4166         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4167         retrieval.
4168
4169         * pop3.el (pop3-process-filter): Remove unused function.
4170         (pop3-streaming-movemail, pop3-send-streaming-command)
4171         (pop3-wait-for-messages, pop3-write-to-file)
4172         (pop3-number-of-responses): New functions for streaming pop3
4173         retrieval.
4174
4175         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4176         come from no known methods.
4177         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4178         list.
4179
4180         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4181         message sizes.
4182         (pop3-movemail): Use erase-buffer instead of looping and deleting
4183         regions, which seems rather odd.
4184
4185         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4186         file once per `g' run.
4187
4188         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4189         directories.  This makes the draft queue directory work.
4190
4191         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4192         data from the backends, so that we only request the list of groups from
4193         each method once.  This should speed things up considerably.
4194
4195         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4196         detect that it's not implemented.
4197
4198         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4199         we actually do recurse down into the tree, but don't stat all leaf
4200         nodes.
4201
4202         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4203         then say so instead of bugging out.
4204
4205         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4206         files exist before trying to read them.
4207
4208         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4209         around <pre_int>.
4210
4211         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4212
4213         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4214
4215 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4216
4217         * mm-util.el (mm-image-load-path): Just return the image directories,
4218         not all directories in the path in addition to the image directories.
4219         (mm-image-load-path): Maintain a cache of the image directories so that
4220         the `g' command in Gnus doesn't have to stat dozens of directories each
4221         time.
4222
4223         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4224         (gnus-html-wash-tags): Add a new `i' command to insert images.
4225         (gnus-html-insert-image): New command and keystroke.
4226         (gnus-html-redisplay-with-images): New command and keystroke.
4227         (gnus-html-show-images): Rename command.
4228         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4229         spacers.
4230         (gnus-html-wash-tags): Decode entities at the end, so that entities
4231         inside the tags don't mess up the rest of the "parsing".
4232
4233         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4234         so that nnimap methods aren't agentized by default.  There's apparently
4235         many problems related to agent/imap behaviour.
4236
4237         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4238
4239         * gnus-html.el: Doc fix.
4240
4241 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4242
4243         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4244         specifier-spec-list for Emacs 21.
4245
4246         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4247         glyph-width and glyph-height instead of display-graphic-p and
4248         image-size; make avoidance of displaying small images work for XEmacs.
4249
4250         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4251         for XEmacs.
4252
4253         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4254         of symbol that holds plist data.
4255         (gnus-process-plist): Remove plist of process after getting it.
4256
4257 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4258
4259         * message.el (message-generate-hashcash): Change default to
4260         'opportunistic if hashcash is installed.
4261
4262         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4263         (gnus-html-put-image): Only call image-size once, since it's somewhat
4264         time-consuming on remote X servers.
4265
4266 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4267
4268         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4269         type on data, not a file name.
4270
4271         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4272         window-pixel-edges for Emacs 21.
4273
4274         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4275         decoded contents.
4276         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4277
4278 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4279
4280         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4281         group line format, since it isn't very interesting.
4282
4283         * gnus-agent.el (gnus-agent-short-article),
4284         (gnus-agent-long-article): Increase values for these two variables,
4285         since most people are likely to have more network connection and
4286         storage than before.
4287
4288         * gnus.el (gnus-refer-article-method): Change default to 'current.
4289         When referring an article, the common behaviour is to refer it from the
4290         current select method, not the native select method.  The chances of
4291         the native select method having the message in question is rather slim
4292         these days.
4293
4294         * gnus-sum.el (gnus-auto-select-subject): Change default to
4295         `unseen-or-unread'.  I think it's likely that most people want to
4296         select an unseen article over a previously seen, but unread one.
4297
4298         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4299         means that in the article buffer none of the minor mode elements will
4300         be shown, usually, and this is not desirable in most cases.
4301
4302         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4303         that commands like `d' (and the like) go to the next line in the
4304         buffer, instead of the next unread article.  I think this is the
4305         behaviour that is most natural for most users.
4306         (gnus-single-article-buffer): Change default to nil, so that people can
4307         have as many article buffers open as they have summary buffer.  I think
4308         this is the most natural way for the groups to behave.
4309
4310         * message.el (message-generate-new-buffers): Change default to
4311         `unsent', so that all new message buffers start their names with the
4312         string "*unsent", and it's easier to find the buffers if you move from
4313         them.
4314
4315 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4316
4317         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4318         small.  They're probably tracking images.
4319         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4320         (gnus-html-rescale-image): Yet another try at getting the image sizing
4321         right.
4322
4323         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4324         nntp-marks-file-name is nil.
4325
4326 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4327
4328         * gnus-html.el (gnus-html-wash-tags)
4329         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4330         Better logging.
4331
4332 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4333
4334         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4335
4336         * gnus-html.el (gnus-html-wash-tags): Check the value of
4337         gnus-blocked-images in the summary buffer.
4338
4339 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4340
4341         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4342
4343 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4344
4345         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4346         like "a", it seems like.
4347         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4348         since it needs to be picked from the correct buffer.
4349
4350         * nnwfm.el: Remove.
4351
4352         * nnlistserv.el: Remove.
4353
4354 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4355
4356         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4357         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4358
4359 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4360
4361         * nnkiboze.el: Remove.
4362
4363         * nndb.el: Remove.
4364
4365         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4366         alt text.
4367         (gnus-html-rescale-image): Try to get the rescaling logic right for
4368         images that are just wide and not tall.
4369
4370         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4371         overshadow variable bindings.
4372
4373 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4374
4375         * gnus-html.el (gnus-html-wash-tags)
4376         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4377         Add extra logging.
4378
4379 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4380
4381         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4382         (gnus-max-image-proportion): New variable.
4383         (gnus-html-rescale-image): New function.
4384         (gnus-html-put-image): Rescale images.
4385
4386 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4387
4388         Fix up some byte-compiler warnings.
4389         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4390         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4391         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4392         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4393         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4394         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4395         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4396
4397 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * gnus-html.el (gnus-article-html): Decode contents by charset.
4400
4401 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4404         (gnus-html-frame-width, gnus-blocked-images)
4405         * message.el (message-prune-recipient-rules): Add custom version.
4406         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4407
4408         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4409         functions.
4410
4411         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4412         gnus-process-get.
4413
4414 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4415
4416         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4417         instead of lsub directly.
4418
4419 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4420
4421         * nnwarchive.el: Remove.
4422
4423         * gnus-soup.el: Remove.
4424
4425         * nnsoup.el: Remove.
4426
4427         * nnultimate.el: Remove.
4428
4429         * gnus-html.el (gnus-blocked-images): New variable.
4430
4431         * message.el (message-prune-recipients): New function.
4432         (message-prune-recipient-rules): New variable.
4433
4434         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4435         guess whether a long line is natural text or not.
4436
4437         * gnus-html.el (gnus-html-schedule-image-fetching):
4438         Use gnus-process-plist and friends for compatibility.
4439
4440 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4441
4442         * gnus-html.el: Require packages that define macros used in this file.
4443         (gnus-article-mouse-face): Declare to silence byte-compiler.
4444         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4445         process-get.
4446         (gnus-html-put-image): Use plist-get to avoid getf.
4447         (gnus-html-prefetch-images): Use with-current-buffer.
4448
4449 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4450
4451         * gnus-ems.el: Provide compatibility functions for
4452         gnus-set-process-plist.
4453
4454         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4455         header-line-format for XEmacs 21.4.
4456
4457         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4458         * gnus.el (gnus-valid-select-methods)
4459         * message.el (message-send-mail-partially-limit)
4460         * mm-decode.el (mm-text-html-renderer)
4461         * mml.el (mml-insert-mime-headers-always)
4462         * smiley.el (smiley-regexp-alist): Bump custom version.
4463
4464 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4465
4466         * gnus-html.el: require mm-url.
4467         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4468         with the url to `url'.
4469         (gnus-html-wash-tags): Support cid: URLs/images.
4470
4471 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4472
4473         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4474         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4475         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4476
4477         * gnus-move.el: Remove file, since it doesn't really work.
4478
4479         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4480         UTF-8.  This seems to fix problems with some German web feeds.
4481
4482         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4483         at the top so that the proper colours are applied.
4484
4485         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4486         don't have dots in their names.
4487
4488         * gnus-art.el (gnus-article-view-part): Doc fix.
4489
4490         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4491         XEmacs-compatible.
4492         (gnus-html-put-image): Don't do images on non-graphic displays.
4493
4494         * nnslashdot.el: Remove this unused backend.
4495
4496         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4497         actions.
4498         (gnus-undo-register-1): Revert last change.
4499
4500         * gnus-group.el (gnus-group-completing-read): Protect against not
4501         having completion-styles bound.
4502
4503         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4504         make broken recipients happier.
4505
4506         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4507
4508         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4509         point parameter.
4510
4511         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4512
4513         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4514         completion-styles for group selection.
4515
4516 2009-02-04  Andreas Schwab  <schwab@suse.de>
4517
4518         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4519         headers and regexp-quote the match if necessary.
4520
4521 2009-03-24  Miles Bader  <miles@gnu.org>
4522
4523         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4524         the blinking smiley.
4525
4526 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4527
4528         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4529         blink smiley.
4530
4531 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4532
4533         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4534         where the dribbel file lives exists.
4535
4536         * message.el (message-send-mail-partially-limit): Change the default to
4537         nil, since most people don't want this.
4538
4539         * mm-url.el (mm-url-decode-entities): Also decode entities like
4540         &#x3212.
4541
4542 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4543
4544         * gnus-sum.el (gnus-summary-idna-message):
4545         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4546         Hyperlink urls in docstrings with URL `...'.
4547
4548 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4549
4550         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4551         functions.
4552
4553 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4554
4555         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4556         say what the mouseover text should be.
4557
4558         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4559         version of the mm-w3m-safe-url-regexp variable to only download images
4560         in the groups where we want that to happen.
4561
4562         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4563
4564         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4565         easier debugging.
4566         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4567         big pictures in the article buffer.
4568
4569         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4570         gnus-article-html.
4571         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4572         w3m.
4573
4574         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4575
4576 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4577
4578         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4579         which doesn't exist.
4580
4581         * message.el (message-inhibit-ecomplete): New variable to allow some
4582         function to inhibit ecomplete address storage.
4583         (message-resend): Disable ecomplete message storage when resending
4584         messages.
4585
4586         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4587
4588 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4589
4590         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4591         Save excursion while copying, moving, and deleting articles in order to
4592         prevent the cursor from jumping to unforeseen place.
4593
4594 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * lpath.el: No need to bind bookmark-current-buffer,
4597         bookmark-yank-point and bookmark-make-record-function.
4598
4599 2010-08-17  Glenn Morris  <rgm@gnu.org>
4600
4601         * gnus-sync.el: Require gnus components whose functions are used.
4602
4603         * gnus-art.el (bookmark-make-record-function):
4604         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4605         Declare for compiler.
4606
4607         * mm-url.el (mml-compute-boundary): Autoload.
4608
4609 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4610
4611         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4612
4613 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4614
4615         Typo fix "hoo4a" -> "hook".
4616
4617         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4618
4619 2010-08-14  Glenn Morris  <rgm@gnu.org>
4620
4621         * gnus-sync.el (gnus-sync): Fix defgroup version.
4622
4623 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4624
4625         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4626
4627         * gnus-sync.el: Fix docs.
4628         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4629         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4630
4631 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4632
4633         Optimizations for gnus-sync.el.
4634
4635         * gnus-sync.el: Add docs about gnus-sync-backend
4636         possibilities.
4637         (gnus-sync-save): Remove unnecessary message.
4638         (gnus-sync-read): Optimize and show what groups were skipped.
4639
4640 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4641
4642         Minor bug fixes for gnus-sync.el.
4643
4644         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4645         Don't read the sync on get-new-news.
4646
4647         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4648         quiet.
4649
4650         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4651         (fix typo).
4652
4653 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4654
4655         Make saving and restoring of hidden threads work with overlays.
4656         Patch applied by Ted Zlatanov.
4657
4658         * gnus-sum.el (gnus-hidden-threads-configuration)
4659         (gnus-restore-hidden-threads-configuration): Update to deal with text
4660         properties, rather than searching for a magic character.
4661
4662 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4663
4664         New gnus-sync.el library for synchronization of marks.
4665
4666         * gnus-sync.el: New library for synchronization of marks.
4667
4668         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4669         renamed from `gnus-registry-grep-in-list'.
4670
4671         * gnus-registry.el (gnus-registry-follow-group-p):
4672         Use `gnus-grep-in-list'.
4673
4674         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4675
4676 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4677
4678         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4679         determining charset of text fails.
4680
4681 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4682
4683         * nnmail.el (nnmail-get-new-mail-1): Revert.
4684
4685         * nnml.el (nnml-active-number): Make sure names of newly created groups
4686         in nnml-group-alist are encoded.
4687
4688 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4689
4690         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4691         containing non-ASCII characters in active file for nnml back end.
4692
4693 2010-07-24  David Engster  <dengste@eml.cc>
4694
4695         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4696         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4697
4698 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4699
4700         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4701         tag (Bug#6654).
4702
4703 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4706         the article buffer, not the summary buffer.
4707
4708 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4709
4710         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4711         Emacs 23 as well.
4712
4713 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4714
4715         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4716         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4717
4718 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4719
4720         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4721         Patch applied by Karl Fogel.
4722
4723         * gnus-sum.el (gnus-summary-bookmark-make-record):
4724         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4725
4726 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4727
4728         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4729         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4730         C-w still not working correctly from Article buffers; Thierry's
4731         patch to fix that will be applied after this.
4732
4733         * gnus-art.el (bookmark-make-record-function): New local variable.
4734
4735         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4736         article buffer.
4737         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4738
4739 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4740
4741         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4742         on changes in bookmark.el.
4743
4744 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4745
4746         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4747         `no-log' instead of message not to log prompt string.
4748
4749 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4750
4751         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4752         the *other* type of HTML form submission.
4753
4754 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4755
4756         * auth-source.el (auth-source-pick): If choice does not contain a
4757         questioned keyword, set the check to t.
4758
4759 2010-06-12  Romain Francoise  <romain@orebokech.com>
4760
4761         * gnus-util.el (gnus-date-get-time): Move up before first use.
4762
4763 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4764
4765         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4766         (gnus-article-edit-part): Bind it to make last part that is substituted
4767         or deleted visible.
4768         (gnus-mime-display-single): Buttonize part of which id equals to
4769         gnus-mime-buttonized-part-id.
4770
4771 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4772
4773         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4774         (gnus-dd-mmm): Use gnus-date-get-time.
4775         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4776         simplify logic.
4777         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4778         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4779
4780 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4781
4782         * auth-source.el (top): Autoload `secrets-list-collections',
4783         `secrets-create-item', `secrets-delete-item'.
4784         (auth-sources): Fix tag string.
4785         (auth-get-source, auth-source-retrieve, auth-source-create)
4786         (auth-source-delete): New defuns.
4787         (auth-source-pick): Rewrite in order to avoid 2 passes.
4788         (auth-source-forget-user-or-password): New parameter USERNAME.
4789         (auth-source-user-or-password): New parameters CREATE-MISSING and
4790         DELETE-EXISTING.  Retrieve password interactively, if needed.
4791
4792 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4793
4794         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4795         deleting unused directories when gnus-expert-user is t.
4796
4797 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4798
4799         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4800         for each temp file when gnus-article-browse-delete-temp is ask.
4801
4802 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4803
4804         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4805         Lisp calls to delete-backward-char by calls to delete-char.
4806
4807 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4808
4809         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4810
4811 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4812
4813         * password-cache.el (password-cache-remove): Fix docstring.
4814
4815 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4816
4817         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4818         article unless decoding article to be saved.
4819
4820 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4823         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4824         generated within the mm-with-unibyte-current-buffer macro.
4825
4826 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4827
4828         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4829         to nil when we're in a mml-preview buffer and no group is selected.
4830
4831 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4832
4833         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4834         when catching the `C-g'.  Reported by "Leo".
4835
4836 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * message.el (message-forward-make-body-plain)
4839         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4840         multibyte-string-p.
4841
4842         * lpath.el: Revert.
4843
4844 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4845
4846         * message.el (message-forward-make-body-mml): Assume original message
4847         is multibyte string; error on unibyte.
4848         (message-forward-make-body-plain): Ditto; don't add excessive newline
4849         in body end.
4850
4851         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4852
4853 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4854
4855         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4856         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4857
4858 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4859
4860         * mm-extern.el (mm-extern-url): Don't use
4861         mm-with-unibyte-current-buffer.
4862         (mm-extern-cache-contents): Use with-current-buffer instead of
4863         save-excursion + set-buffer.
4864
4865 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4866
4867         * mm-util.el (mm-emacs-mule): Remove.
4868
4869 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4870
4871         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4872         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4873         change.
4874
4875 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4878         bind the default value of enable-multibyte-characters to nil.
4879
4880 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4881
4882         * message.el (message-forward-make-body-plain)
4883         (message-forward-make-body-mml):
4884         Don't use mm-with-unibyte-current-buffer.
4885
4886 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4887
4888         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4889
4890 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4891
4892         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4893         (Bug#5592).
4894
4895 2010-05-07  Julien Danjou  <julien@danjou.info>
4896
4897         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4898         it to mm-pipe-part.
4899
4900         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4901         it is given.
4902
4903 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4904
4905         * binhex.el (binhex-decode-region-internal)
4906         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4907         (dns-query)
4908         * nnweb.el (nnweb-gmane-search)
4909         * pgg-parse.el (pgg-parse-armor)
4910         * pgg.el (pgg-verify-region)
4911         * sha1.el (sha1-string-external)
4912         * uudecode.el (uudecode-decode-region-internal)
4913         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4914         XEmacs.
4915
4916         * gnus-art.el (gnus-article-browse-html-parts)
4917         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4918         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4919         make-temp-file.
4920
4921         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4922         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4923         compiling.
4924
4925         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4926         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4927         XEmacs when compiling.
4928
4929         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4930         gnus-pick-mode-off-hook for XEmacs when compiling.
4931         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4932         gnus-binary-mode-off-hook for XEmacs when compiling.
4933
4934         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4935         Return nil if char-charset is not available.
4936
4937         * imap.el (imap-disable-multibyte)
4938         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4939         macros.
4940
4941         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4942         instead of encode-coding-string.
4943
4944         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4945         'xemacs) instead of mm-emacs-mule to switch function definitions.
4946         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4947
4948         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4949         bind temporary-file-directory for XEmacs;
4950         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4951         timer-set-function for XEmacs 21.4 and SXEmacs;
4952         bind timer-list for XEmacs 21.4 and SXEmacs;
4953         fbind char-charset and find-charset-region for non-Mule XEmacs;
4954         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4955         encode-coding-region and encode-coding-string for XEmacs having no
4956         file-coding feature.
4957
4958 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4959
4960         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4961
4962 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4963
4964         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4965         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4966
4967 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4968
4969         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4970         alias `jka-compr-delete-temp-file' no longer exists.
4971
4972 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4973
4974         Use define-minor-mode in Gnus where applicable.
4975         * mml.el (mml-mode): Use define-minor-mode.
4976         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4977         (gnus-undo-mode): Use define-minor-mode.
4978         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4979         (gnus-dead-summary-mode): Use define-minor-mode.
4980         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4981         Initialize in declaration.
4982         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4983         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4984         (gnus-mailing-list-mode): Use define-minor-mode.
4985         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4986         (gnus-draft-mode): Use define-minor-mode.
4987         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4988         (gnus-dired-mode): Use define-minor-mode.
4989
4990 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4991
4992         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4993         handles on recursive mml-to-mime translation and check them for
4994         boundary delimiter collisions.  Reported by Greg Troxel.
4995
4996 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4999
5000 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5001
5002         * mm-util.el (mm-find-buffer-file-coding-system):
5003         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5004
5005 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5006
5007         * message.el (message-generate-headers): Record insertion of optional
5008         headers as well.  Otherwise the check to prevent repeated insertion of
5009         optional headers is a no-op.
5010
5011 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5012
5013         * smime.el: Don't mention CVS.
5014
5015         * nnrss.el (nnrss-fetch): Don't mention CVS.
5016
5017         * nnir.el: Don't mention CVS.
5018
5019 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5020
5021         * gnus-sum.el (gnus-summary-bookmark-make-record):
5022         Add `location' field.
5023
5024 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5025
5026         * lpath.el: Fbind bookmark-default-handler,
5027         bookmark-get-bookmark-record, bookmark-make-record-default,
5028         bookmark-prop-get for Emacs <23 and XEmacs.
5029
5030 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5031
5032         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5033         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5034         Use with-current-buffer to silence the byte-compiler.
5035         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5036         bother to require `gnus'.
5037         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5038
5039 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5040
5041         * gnus-sum.el (gnus-summary-bookmark-make-record)
5042         (gnus-summary-bookmark-jump): New functions.
5043         (gnus-summary-mode): Setup bookmark support.
5044
5045 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5046
5047         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5048         if set.
5049
5050 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5051
5052         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5053         gnus-article-browse-html-save-cid-image; make it work recursively for
5054         forwarded messages as well.
5055         (gnus-article-browse-html-parts): Work when prefix arg is given.
5056         (gnus-article-browse-html-article): Doc fix.
5057
5058 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5059
5060         * message.el (message-default-mail-headers):
5061         (message-default-headers): Carry the value mail-default-headers over
5062         into message-default-mail-headers, rather than message-default-headers.
5063
5064 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5065
5066         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5067         charset.
5068
5069         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5070         charset into the <meta> tag when the article is encoded to utf-8.
5071
5072 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * gnus-art.el (gnus-article-browse-delete-temp-files):
5075         Delete directories as well.
5076         (gnus-article-browse-html-parts): Work for images that do not specify
5077         file names; delete temp directory when quitting; insert header at the
5078         right place; use file: scheme for image files.
5079
5080 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5081
5082         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5083         (gnus-article-browse-html-parts): Use it to make temporary cid image
5084         files in addition to html file so that browser may display them.
5085
5086 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5087
5088         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5089
5090 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5091
5092         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5093
5094 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5095
5096         * auth-source.el (auth-sources): Change default to be simpler.
5097         Explain about Secret Service API sources.  Improve Customize options.
5098         (auth-source-pick): Change to accept any number of search parameters.
5099         Implement fallbacks iteratively, not recursively.  Add scoring on the
5100         second pass and sort by score.  Call Secret Service API when needed.
5101         (auth-source-user-or-password): Use it.  Call Secret Service API
5102         directly when needed to get the user name and the password.
5103
5104 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5105
5106         * message.el (message-interactive): Doc fix.
5107         (message-qmail-inject-args): Reflow.
5108         (message-kill-to-signature): Fix typo in docstring.
5109
5110         * smiley.el (smiley-buffer): Fix typo in docstring.
5111
5112 2010-03-24  Glenn Morris  <rgm@gnu.org>
5113
5114         * mail-source.el (gnus-message): Declare.
5115         (mail-source-delete-old-incoming): Require gnus-util.
5116
5117 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5118
5119         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5120
5121         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5122
5123         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5124         password-cache's default if it is not bound.
5125         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5126         password-cache-expiry's default if it is not bound.
5127
5128         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5129         available in Emacs 21.
5130
5131         * lpath.el: Suppress compiler warnings for:
5132         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5133         XEmacs;
5134         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5135         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5136         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5137
5138 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5139
5140         * auth-source.el (auth-sources): Fix up definition so extra parameters
5141         are always inline.
5142
5143 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5144
5145         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5146         wasn't updated after mismatch.  Clear cached mailbox info correctly
5147         when uidvalidity changes.
5148         (nnimap-group-prefixed-name): New function to avoid some code
5149         duplication.
5150         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5151         (nnimap-request-group): Use it.
5152         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5153         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5154         with many imap folders.  This is done by caching the group status from
5155         the imap server persistently in a group parameter `imap-status'.  (This
5156         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5157         but not persistently, so every Gnus startup was still very slow.)
5158
5159 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5160
5161         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5162         delete the extra newline.  Otherwise editing of :string and :number
5163         types don't work.
5164
5165 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5166
5167         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5168         secrets.el dependency.
5169         (auth-sources): Add optional user name.  Add secrets.el configuration
5170         choice (unused right now).
5171
5172 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5173
5174         * gnus-sum.el (gnus-summary-make-menu-bar):
5175         Let `gnus-registry-install-shortcuts' fill in the functions.
5176
5177         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5178         warnings.
5179         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5180         (gnus-registry-install-shortcuts): Populate and use it in a
5181         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5182
5183 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5184
5185         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5186         In-place substitutions for the group name encoding/decoding.
5187         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5188         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5189         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5190         (nnimap-update-unseen, nnimap-request-list)
5191         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5192         (nnimap-request-set-mark, nnimap-split-to-groups)
5193         (nnimap-split-articles, nnimap-request-newgroups)
5194         (nnimap-request-create-group, nnimap-request-accept-article)
5195         (nnimap-request-delete-group, nnimap-request-rename-group)
5196         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5197         `encoded-mbx' for consistency.
5198         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5199         variable `imap-current-mailbox'.
5200
5201         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5202         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5203
5204 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5205
5206         * pop3.el (pop3-display-message-size-flag): Display message size byte
5207         counts during POP3 download.
5208         (pop3-movemail): Use it.
5209         (pop3-list): Implement listing of available messages.
5210
5211 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5212
5213         * nnir.el (nnir-get-article-nov-override-function): New function to
5214         override the normal NOV retrieval.
5215         (nnir-retrieve-headers): Use it.
5216
5217 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5218
5219         * auth-source.el (netrc-machine-user-or-password): Autoload.
5220
5221 2010-03-19  Glenn Morris  <rgm@gnu.org>
5222
5223         Stop message.el from loading about 40 libraries it doesn't always need.
5224         The general approach is to autoload rather than require, and to
5225         require in the specific functions rather than the file.  (Bug#5642)
5226
5227         * gmm-utils.el: Don't require wid-edit.
5228         (widget-create-child-value, widget-convert, widget-default-get):
5229         Autoload.
5230
5231         * gnus-util.el: Don't require time-date, netrc.
5232         (message-fetch-field, gnus-group-name-decode): Declare rather than
5233         autoloading.
5234         (gnus-fetch-field): Require message.
5235         (gnus-decode-newsgroups): Require gnus-group.
5236
5237         * ietf-drums.el: Don't require time-date.
5238
5239         * message.el: Don't require hashcash, canlock, ecomplete.
5240         Do require mail-utils.  Require nnheader only when compiling.
5241         (smtpmail-default-smtp-server): Remove declaration.
5242         (message-send-mail-function): Check smtpmail-default-smtp-server
5243         is bound rather than requiring smtpmail.
5244         (message-auto-save-directory, message-insert-signature):
5245         Use expand-file-name rather than nnheader-concat.
5246         (nnheader-insert-file-contents): Autoload.
5247         (hashcash-wait-async): Declare.
5248         (message-send-mail): Only call gnus-setup-posting-charset if
5249         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5250         (message-send-mail-with-sendmail): Require sendmail.
5251         (canlock-password, canlock-password-for-verify): Declare.
5252         (message-canlock-password): Require canlock.
5253         (nnheader-get-report): Autoload.
5254         (gnus-setup-posting-charset): Declare.
5255         (message-send-news): Require gnus-msg.
5256         (message-make-references, message-make-in-reply-to): Use mail-header-id
5257         rather than the alias mail-header-message-id.
5258         (ecomplete-add-item, ecomplete-save): Declare.
5259         (message-put-addresses-in-ecomplete): Require ecomplete.
5260         (ecomplete-display-matches): Autoload.
5261
5262         * mm-decode.el: Don't require mailcap, gnus-util.
5263         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5264         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5265         Autoload.
5266         (mailcap-mime-extensions): Declare.
5267
5268         * mm-encode.el: Don't require mailcap.
5269         (mailcap-extension-to-mime): Autoload.
5270
5271         * mml-sec.el: Don't require password-cache.
5272
5273         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5274         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5275         (mml-minibuffer-read-type): Require mailcap.
5276         (mml-preview): Require gnus-msg.
5277
5278         * mml1991.el: Require password-cache.
5279         (password-cache-expiry): Remove declaration.
5280
5281         * mml2015.el: Require password-cache.
5282         (password-cache-expiry): Remove declaration.
5283
5284         * nneething.el (mailcap): Require mailcap.
5285
5286         * nnheader.el (declare-function): Add compatibility stub.
5287         (message-remove-header): Declare rather than autoload.
5288         (nnheader-replace-header): Require message.
5289
5290         * nnimap.el (declare-function): Add compatibility stub.
5291         (netrc-parse, netrc-machine-user-or-password): Declare.
5292         (nnimap-open-connection): Require netrc.
5293
5294         * nntp.el (declare-function): Add compatibility stub.
5295         (netrc-parse, netrc-machine, netrc-get): Declare.
5296         (nntp-send-authinfo): Require netrc.
5297
5298         * rfc2047.el: Don't require qp.
5299         (quoted-printable-encode-region, quoted-printable-decode-string):
5300         Autoload.
5301
5302         * sieve-mode.el: Don't require easymenu.
5303         (easy-menu-add-item): Autoload it.
5304
5305         * spam-stat.el (time-to-number-of-days): Autoload it.
5306
5307 2010-03-19  Glenn Morris  <rgm@gnu.org>
5308
5309         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5310
5311 2010-03-18  Glenn Morris  <rgm@gnu.org>
5312
5313         * hashcash.el (declare-function): Remove duplicate definition.
5314
5315 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5316
5317         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5318         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5319         value if any backslash escapes).
5320
5321 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5324         if it is available.  (bug#5647)
5325
5326         * lpath.el: Suppress compiler warning for coding-system-from-name for
5327         Emacs 21 and XEmacs.
5328
5329 2010-03-14  Juri Linkov  <juri@jurta.org>
5330
5331         * hmac-def.el:
5332         * hmac-md5.el:
5333         * netrc.el: Fix keywords.
5334
5335 2010-02-26  Glenn Morris  <rgm@gnu.org>
5336
5337         * message.el (message-send-mail-function): Change the default, so that
5338         it inherits from a customized send-mail-function.  (Bug#5643)
5339
5340 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5341
5342         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5343         shell-command-to-string signals an error (bug#5299).
5344
5345 2010-02-24  Glenn Morris  <rgm@gnu.org>
5346
5347         * message.el (message-smtpmail-send-it)
5348         (message-send-mail-with-mailclient): Doc fixes.
5349
5350 2010-02-16  Glenn Morris  <rgm@gnu.org>
5351
5352         * message.el (message-default-mail-headers): Change the default value
5353         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5354
5355 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5356
5357         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5358         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5359
5360 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5361
5362         * time-date.el (date-to-time): Doc fix (Bug#5408).
5363
5364 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5365
5366         * message.el (message-mail): Just pass yank-action on to message-setup.
5367         (message-setup): Handle (FUN . ARGS) form of yank-action.
5368         (message-with-reply-buffer, message-widen-reply)
5369         (message-yank-original): Handle non-buffer values of
5370         message-reply-buffer (Bug#4080).
5371         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5372
5373 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5374
5375         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5376         Fix typo in docstring.
5377
5378 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5379
5380         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5381         response.
5382
5383 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5384
5385         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5386
5387         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5388
5389         * message.el (message-check-news-header-syntax): Protect against a
5390         string that `rfc822-addresses' returns when parsing fails.
5391
5392 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5393
5394         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5395         (gnus-previous-char-property-change): New functions.
5396
5397         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5398
5399 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5400
5401         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5402         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5403
5404 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5405
5406         * message.el (message-exchange-point-and-mark): Rework last change to
5407         avoid using optional arg of exchange-point-and-mark, for backward
5408         compatibility.
5409
5410 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5411
5412         * message.el (message-exchange-point-and-mark):
5413         Call exchange-point-and-mark with an argument rather than setting
5414         mark-active by hand (Bug#5175).
5415
5416 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5417
5418         * nntp.el (nntp-service-to-port): Work for service expressed with
5419         numeric string; replace [:digit:] with [0-9] for XEmacs.
5420
5421 2009-12-17  Glenn Morris  <rgm@gnu.org>
5422
5423         * gnus-group.el (gnus-bug-group-download-format-alist):
5424         Change emacs entry to debbugs.gnu.org.  Bump :version.
5425
5426 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5427
5428         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5429
5430 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5431
5432         * message.el (message-info): Explain why we use `Info-goto-node'.
5433
5434 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5435
5436         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5437
5438 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5439
5440         * message.el (message-completion-in-region): New compatibility function.
5441         (message-expand-group): Use it.
5442
5443 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5444
5445         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5446         with no unread article should be listed if the 2nd arg `predicate' is
5447         given.
5448
5449 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5450
5451         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5452
5453 2009-11-29  Juri Linkov  <juri@jurta.org>
5454
5455         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5456         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5457         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5458
5459 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5460
5461         * sha1.el (sha1-string-external): default-directory "/" in case
5462         otherwise non-existent.  process-connection-type pipe for touch of
5463         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5464
5465 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5466
5467         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5468         it's comms related and sgml-mode.el has "comm" on that basis too.
5469
5470 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5471
5472         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5473         containing tspecial characters if they have been already quoted.
5474
5475 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5476
5477         * dns-mode.el (auto-mode-alist): Purecopy string.
5478
5479 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5480
5481         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5482
5483 2009-10-24  Glenn Morris  <rgm@gnu.org>
5484
5485         * gnus-art.el (help-xref-stack-item): Define for compiler.
5486
5487 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5488
5489         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5490
5491 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5492
5493         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5494
5495 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5498         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5499
5500 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5503         (gnus-overlays-in): New alias to overlays-in.
5504
5505         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5506         gnus-overlay-get, and gnus-delete-overlay.
5507         (gnus-summary-show-thread): Make it work as well for systems in which
5508         next-single-char-property-change is not available.
5509         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5510
5511         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5512         (gnus-overlay-get): New alias to extent-property.
5513         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5514
5515         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5516         SXEmacs.
5517
5518         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5519         SXEmacs.
5520
5521 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5522
5523         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5524
5525 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5526
5527         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5528         and XEmacs that don't have `remove-overlays'.
5529
5530 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5531
5532         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5533         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5534         selective display.  Use overlays instead.
5535
5536 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5537
5538         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5539
5540 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5541
5542         * spam-stat.el (spam-stat-load): Fix typo in message.
5543
5544 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5545
5546         * dig.el (dig-invoke): Fix typo in docstring.
5547         (query-dig): Reflow docstring.
5548
5549 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5550
5551         * gnus-art.el (gnus-article-encrypt-body):
5552         * message.el (message-check-recipients):
5553         * mm-util.el (mm-codepage-setup):
5554         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5555         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5556
5557 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5558
5559         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5560         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5561         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5562         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5563         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5564
5565 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5566
5567         * dig.el: Add "Keywords: comm", as per net-utils.el.
5568
5569 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5570
5571         * dig.el (dig-mode): Use define-derived-mode.
5572
5573 2009-09-19  Glenn Morris  <rgm@gnu.org>
5574
5575         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5576
5577 2009-09-18  Glenn Morris  <rgm@gnu.org>
5578
5579         * gnus-diary.el (gnus-diary-check-message):
5580         * message.el (message-insert-formatted-citation-line):
5581         * nnbabyl.el (top-level):
5582         * nndiary.el (nndiary-schedule):
5583         Fix typos in condition-case handlers.
5584
5585 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5588         configuration that provides the sole article window in a frame;
5589         position point correctly after deleting a part.
5590
5591 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5592
5593         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5594         (spam-resolve-registrations-routine): Use it to unregister articles
5595         that change status.
5596
5597 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5598
5599         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5600         with XEmacs.
5601         (parse-time-string-chars): Use it.
5602
5603 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5604
5605         * imap.el (imap-interactive-login): Better messages.
5606         (imap-open): Fix bug with renamed buffer on reconnect.
5607         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5608         for easier debugging and cleaner code.  On successful (guessed based on
5609         server capabilities) secondary authentication, set imap-state
5610         correctly.
5611         (imap-last-authenticator): Define imap-last-authenticator as a variable
5612         to avoid warnings.
5613
5614 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5615
5616         * nnrss.el (nnrss-request-article): Remove binding of
5617         default-enable-multibyte-characters that has gotten needless by
5618         the 2007-07-13 change in rfc2047-encode-message-header.
5619
5620         * mml.el (mml-insert-multipart): Error on the message header.
5621         (mml-insert-part): Error on the message header; position point at
5622         the end of a MIME tag.
5623
5624 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5625
5626         * time-date.el (autoload): Expand define-obsolete-function-alias into
5627         defalias and make-obsolete for old Emacsen that Gnus supports.
5628         (with-no-warnings): Define it for old Emacsen.
5629         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5630         is available.
5631         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5632         float-time is available; suppress compile warning for time-to-seconds.
5633
5634         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5635         (gnus-float-time): Alias to float-time if it exists.
5636
5637         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5638         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5639         float-time is available; suppress compile warning for time-to-seconds.
5640
5641         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5642         XEmacs.
5643
5644 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5645
5646         * imap.el (imap-message-map): Docstring fix.
5647
5648 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5651         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5652         Add the optional argument `encoding' that overrides the default.
5653
5654         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5655         mm-encode-buffer.
5656
5657 2009-09-04  Glenn Morris  <rgm@gnu.org>
5658
5659         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5660         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5661         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5662         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5663         * mm-util.el (mm-with-unibyte-current-buffer)
5664         (mm-find-buffer-file-coding-system):
5665         * yenc.el (yenc-decode-region): Use default-value rather than
5666         default-enable-multibyte-characters.
5667
5668 2009-09-03  Glenn Morris  <rgm@gnu.org>
5669
5670         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5671         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5672         than default-enable-multibyte-characters.
5673
5674 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5675
5676         * gnus-art.el (gnus-article-read-summary-keys):
5677         Fix gnus-buffer-configuration's value temporarily used.
5678
5679 2009-09-02  Glenn Morris  <rgm@gnu.org>
5680
5681         * gnus-util.el (gnus-float-time): New function.
5682         * gnus-delay.el (gnus-delay-article):
5683         * gnus-sum.el (gnus-thread-latest-date):
5684         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5685         * nnspool.el (nnspool-request-newgroups):
5686         Use gnus-float-time rather than time-to-seconds.
5687         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5688
5689         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5690         (gnus-header-subject-face, gnus-header-newsgroups-face)
5691         (gnus-header-name-face, gnus-header-content-face):
5692         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5693         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5694         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5695         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5696         (gnus-cite-face-11):
5697         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5698         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5699         (gnus-server-closed-face, gnus-server-denied-face)
5700         (gnus-server-offline-face):
5701         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5702         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5703         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5704         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5705         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5706         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5707         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5708         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5709         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5710         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5711         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5712         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5713         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5714         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5715         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5716         (gnus-summary-high-undownloaded-face)
5717         (gnus-summary-low-undownloaded-face)
5718         (gnus-summary-normal-undownloaded-face)
5719         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5720         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5721         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5722         (gnus-splash-face):
5723         * message.el (message-header-to-face, message-header-cc-face)
5724         (message-header-subject-face, message-header-newsgroups-face)
5725         (message-header-other-face, message-header-name-face)
5726         (message-header-xheader-face, message-separator-face)
5727         (message-cited-text-face, message-mml-face):
5728         * sieve-mode.el (sieve-control-commands-face)
5729         (sieve-action-commands-face, sieve-test-commands-face)
5730         (sieve-tagged-arguments-face):
5731         * spam.el (spam-face):
5732         Mark face aliases with "-face" in the name as obsolete.
5733
5734 2009-09-01  Glenn Morris  <rgm@gnu.org>
5735
5736         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5737         than goto-line.
5738
5739 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5740
5741         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5742         Don't move point if the command is invoked inside the message header.
5743
5744 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5745
5746         * imap.el (imap-send-command): Simplify.
5747         (imap-wait-for-tag): point-max -> buffer-size.
5748
5749 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5750
5751         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5752         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5753         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5754         * nnir.el (nnir-swish-e-index-file):
5755         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5756         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5757         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5758         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5759         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5760         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5761
5762 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5763
5764         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5765         Don't save excursion.
5766
5767 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5768
5769         * nnheader.el (nnheader-find-file-noselect):
5770         * mm-util.el (mm-insert-file-contents):
5771         Use (default-value 'major-mode) instead of default-major-mode.
5772
5773 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5774
5775         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5776
5777 2009-08-26  Glenn Morris  <rgm@gnu.org>
5778
5779         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5780         than placing in files.el.
5781
5782 2009-08-25  Glenn Morris  <rgm@gnu.org>
5783
5784         * nnir.el (top-level): Don't require cl at run-time.
5785         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5786         Replace cl-function substitute with gnus-replace-in-string.
5787         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5788         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5789         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5790         simplified expansions.
5791
5792 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5793
5794         * dig.el (dig): Add autoload cookie.
5795
5796 2009-08-22  Glenn Morris  <rgm@gnu.org>
5797
5798         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5799         goto-line.
5800
5801 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5802
5803         * parse-time.el (parse-time-string-chars): Save match data.
5804
5805 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5806
5807         * parse-time.el (parse-time-string-chars): Compute using character
5808         classes, to handle non-ascii characters (Bug#3190).
5809
5810 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5811
5812         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5813
5814         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5815         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5816         (gnus-mm-display-part, gnus-mime-display-single)
5817         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5818         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5819
5820         * gnus-sum.el
5821         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5822         (gnus-summary-move-article): Add expirable mark to articles copied or
5823         moved to group that has auto-expire turned on if the option is non-nil.
5824
5825 2009-07-24  Glenn Morris  <rgm@gnu.org>
5826
5827         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5828         Fix typo.  (Bug#3903)
5829
5830 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5831
5832         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5833         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5834         that should not be used for draft articles.
5835         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5836         that has no concern in minor mode keys.
5837         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5838         Abolish.
5839
5840 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5841
5842         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5843         article without making inquiry to a user for unknown encoding.
5844
5845         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5846         (nnmaildir--scan): Assume i-node and device number that file-attributes
5847         returns might be cons-cell.
5848
5849         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5850
5851         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5852
5853 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5854
5855         * auth-source.el: Remove docs now in auth.texi.  Don't use
5856         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5857         `auth-source-hide-passwords' and use them.
5858
5859 2009-07-15  Glenn Morris  <rgm@gnu.org>
5860
5861         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5862
5863 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5866         excessive whitespace from the default values of title and description.
5867
5868 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5869
5870         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5871         mail-fetch-field to fetch Content-Description header in order to
5872         exclude newlines.
5873
5874 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5875
5876         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5877         format used by GnuPG 2.0.11.
5878
5879 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5882         to deleted part.
5883
5884 2009-05-30  David Engster  <dengste@eml.cc>
5885
5886         * nnmairix.el: Remove old documentation in the commentary block.
5887         (nnmairix-request-group): Do not update active file for nnml back ends.
5888         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5889         end so that overview files are ignored.
5890         (nnmairix-update-groups): Make updating the groups more robust by using
5891         marks.
5892         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5893         with dollar characters in message-id.
5894
5895 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5896
5897         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5898         2008-12-25 in dns.el.
5899
5900 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5901
5902         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5903         could happen if the text is only composed of spaces and/or tabs.
5904
5905 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5906
5907         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5908         when sending a queued message to avoid extra mml tags.
5909
5910 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5913
5914 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5917         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5918         rmail-toggle-header for XEmacs;
5919         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5920
5921 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5922
5923         * gnus-dired.el: Remove autoload for gnus-setup-message.
5924         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5925         displaying Gnus logo; always use compose-mail.
5926
5927 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5930
5931 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5934         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5935         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5936         available.
5937         (gnus-nocem-epg-verify): New function.
5938
5939 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5940
5941         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5942
5943 2009-02-15  Glenn Morris  <rgm@gnu.org>
5944
5945         * gnus-util.el (rmail-insert-rmail-file-header)
5946         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5947         autoloads.
5948         (rmail-default-rmail-file): Remove unnecessary declaration.
5949         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5950
5951 2009-02-14  Glenn Morris  <rgm@gnu.org>
5952
5953         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5954         variable (only used in gnus-util, which declares it anyway).
5955         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5956         which was only needed by gnus-art (changed to not use it any more).
5957         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5958         only used in gnus-util, which autoloads it itself.
5959         (rmail-update-summary): Fix autoload.
5960
5961         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5962         rather than rmail-output-to-rmail-file.
5963
5964 2009-02-07  Glenn Morris  <rgm@gnu.org>
5965
5966         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5967         autoload of function that no longer exists.
5968         (rmail-toggle-header): Declare.
5969         (message-forward-rmail-make-body): Handle mbox Rmail.
5970
5971 2009-01-31  Glenn Morris  <rgm@gnu.org>
5972
5973         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5974         2009-01-09 change.
5975
5976 2009-01-31  Dave Love  <fx@gnu.org>
5977
5978         * imap.el (imap-fetch-safe): Bind debug-on-error.
5979         (imap-debug): Add imap-fetch-safe.
5980
5981 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5982
5983         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5984         (auth-source-forget-all-cached): New convenience function.
5985         (auth-source-user-or-password): Accept list of modes or a single mode.
5986
5987         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5988         auth-source modes.
5989
5990         * netrc.el (netrc-machine-user-or-password): Use list of
5991         auth-source modes.
5992
5993         * nnimap.el (nnimap-open-connection): Use list of
5994         auth-source modes.
5995
5996         * nntp.el (nntp-send-authinfo): Use list of
5997         auth-source modes.
5998
5999 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6000
6001         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6002         now.
6003
6004 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6007         coding system in XEmacs; add a workaround for XEmacs.
6008
6009         * lpath.el: Fbind coding-system-aliasee.
6010
6011 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6014         of current-language-environment.
6015
6016 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6017
6018         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6019         available at runtime.
6020
6021 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6022
6023         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6024
6025 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6026
6027         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6028         the greatest positive fixnum value doesn't work under an XEmacs with
6029         bignum support; use the most-positive-fixnum constant instead,
6030         available since Emacs 21.1 with cl and XEmacs 21.1.
6031
6032 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6033
6034         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6035         XEmacs gets not to work.
6036
6037 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6038
6039         * mm-util.el (mm-coding-system-priorities): Allow the value like
6040         "Japanese (UTF-8)" of current-language-environment.
6041
6042 2009-01-09  Glenn Morris  <rgm@gnu.org>
6043
6044         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6045         with last-command-event.
6046
6047 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6048
6049         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6050         in the doc string.
6051
6052         * message.el (message-fix-before-sending): Amend comment.
6053
6054 2009-01-08  Dave Love  <fx@gnu.org>
6055
6056         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6057
6058 2009-01-07  David Engster  <dengste@eml.cc>
6059
6060         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6061         simplified server definitions by converting it via
6062         gnus-server-to-method.
6063
6064 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6065
6066         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6067         parameter's operands.
6068
6069 2009-01-06  David Engster  <dengste@eml.cc>
6070
6071         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6072         primary select method (for gnus-group-mark-article-as-read).
6073
6074 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6075
6076         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6077         `(gnus)Face', not `(gnus)X-Face'.
6078
6079 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6080
6081         * mm-util.el (mm-ucs-to-char): New function.
6082
6083         * mm-url.el (mm-url-decode-entities): Use it.
6084
6085         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6086         unicode-to-char.
6087
6088 2009-01-05  Dave Love  <fx@gnu.org>
6089
6090         * time-date.el: Require cl for `declare'.
6091
6092 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6093
6094         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6095         Dave Love.
6096
6097 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6098
6099         * message.el (message-fix-before-sending): Add `eight-bit' to
6100         illegible-text check.
6101
6102 2009-01-03  Michael Olson  <mwolson@gnu.org>
6103
6104         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6105         `headers' is nil.  This can occur if the IMAP server does not have
6106         permissions to read messages from a folder, but can write new messages
6107         to the folder.
6108         (nnimap-request-article-part): Do not insert `data' if it is nil.
6109
6110         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6111         characters which will confuse `read', so skip past them.
6112
6113 2009-01-01  Dave Love  <fx@gnu.org>
6114
6115         * imap.el (imap-string-to-integer): Fix typo.
6116         (imap-fetch-safe): New function.
6117         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6118
6119         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6120
6121         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6122         (imap-parse-greeting): Fix doc strings.
6123         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6124         (imap-parse-flag-list): Make messages unique.
6125         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6126
6127         * nnimap.el: Fix author email.
6128         (nnimap-split-rule): Add FIXME comment.
6129         (nnimap-debug): Fix doc string.
6130
6131 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6132
6133         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6134
6135 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6136
6137         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6138         nslookup if resolv.conf isn't available.
6139         (dns-query): Rename from query-dns.
6140         (dns-query-cached): Rename from query-dns-cached.
6141
6142 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6145         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6146         to check if those variables exist (first appeared in Emacs 18.50).
6147
6148 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6149
6150         * mm-util.el (mm-line-number-at-pos): New function.
6151
6152         * spam-report.el (spam-report-process-queue): Use it.
6153
6154 2008-12-24  David Engster  <dengste@eml.cc>
6155
6156         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6157         parameters that haven't existed as variables as buffer-local variables.
6158
6159 2008-12-23  Dave Love  <fx@gnu.org>
6160
6161         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6162         cadar.
6163
6164         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6165         imap-starttls-p.
6166         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6167
6168 2008-12-22  Dave Love  <fx@gnu.org>
6169
6170         * imap.el: Fix author email.  Doc fixes.
6171         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6172         reply.
6173
6174 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6175
6176         * spam-report.el (spam-report-gmane-max-requests): New constant.
6177         (spam-report-gmane-wait): New variable.
6178         (spam-report-gmane-ham, spam-report-gmane-spam)
6179         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6180         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6181         the server.
6182
6183         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6184         Add explanations.
6185
6186         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6187         nnheader-accept-process-output and nnheader-read-timeout if available.
6188         (pop3-movemail): Use it.
6189
6190         * message.el (message-check-news-body-syntax): Fix signature check if
6191         there's an attachment.
6192
6193 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * mm-util.el: Add comments to the mm- emulating functions.
6196
6197 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6198
6199         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6200         Reported by Stephen Berman <stephen.berman@gmx.net>.
6201
6202 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * mm-util.el (mm-substring-no-properties): New function.
6205         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6206         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6207         (mm-string-to-multibyte): Doc fix.
6208
6209         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6210
6211 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6212
6213         * mml.el (mml-attach-file): Strip text properties from file name.
6214         (Bug#1574)
6215
6216 2008-12-16  Glenn Morris  <rgm@gnu.org>
6217
6218         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6219
6220 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6221
6222         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6223         knows since the charset specified might be a bogus alias that
6224         mm-charset-synonym-alist provides.
6225
6226 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6227
6228         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6229         "ISO_8859-1".
6230
6231         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6232
6233 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6234
6235         * mm-util.el (mm-charset-eval-alist):
6236         Define it before mm-charset-to-coding-system.
6237         (mm-charset-to-coding-system): Add optional argument `silent';
6238         define it before mm-charset-override-alist.
6239         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6240         default value if it can be used in Emacs currently running;
6241         silence mm-charset-to-coding-system.
6242
6243 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6244
6245         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6246         `allow-override' which says whether to use `mm-charset-override-alist'.
6247         (rfc2047-decode-encoded-words): Use it.
6248
6249         * mm-util.el (mm-charset-override-alist): Fix custom type;
6250         add `(gb2312 . gbk)' to choices.
6251
6252 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6253
6254         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6255         fast.
6256
6257         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6258
6259         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6260
6261 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6262
6263         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6264         on links.
6265
6266         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6267
6268 2008-12-03  Lute Kamstra  <lute@gnu.org>
6269
6270         * sha1.el: Remove leading * from docstrings of defcustoms,
6271         deffaces, defconsts and defuns.
6272
6273 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6274
6275         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6276         users' addresses that don't have domain parts.
6277         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6278         rather than message-narrow-to-head since there will be the message
6279         header separator.
6280
6281 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6282
6283         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6284         since the result is inserted in a unibyte buffer anyway.
6285         (nnimap-demule-use-string-to-multibyte): Remove.
6286         (nnimap-demule): Alias it to mm-string-to-multibyte.
6287
6288 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6289
6290         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6291         variable for debugging bug#464 and bug#1174.
6292         (nnimap-demule): Use it.
6293
6294 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6295
6296         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6297         score calculation correctly.
6298
6299 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6300
6301         * message.el (message-send-mail): Just set the buffer to unibyte
6302         rather than use mm-with-unibyte-current-buffer which does a lot more.
6303         (message-send-mail-partially): Don't bother with
6304         mm-with-unibyte-current-buffer since it's already been made unibyte by
6305         message-send-mail.
6306
6307 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6308
6309         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6310
6311 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6312
6313         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6314
6315 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6318         require itself and to remove `with-no-warnings'.
6319
6320 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6321
6322         * starttls.el (starttls-any-program-available): Get the name of the
6323         available TLS layer program.
6324         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6325         well as the host name in the "opening" message.
6326
6327         * auth-source.el (auth-source-cache, auth-source-do-cache)
6328         (auth-source-user-or-password): Cache passwords and logins by default,
6329         allow override with `auth-source-do-cache'.
6330         (auth-source-forget-user-or-password): Allow users to remove cache
6331         entries if needed.
6332
6333 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6334
6335         * md4.el (md4-buffer): Fix typo in docstring.
6336         (md4, md4-64): Doc fixes.
6337         (md4-pack-int32): Reflow docstring.
6338
6339 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6340
6341         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6342         condition-case to only the forward-sexp call.
6343
6344 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6345
6346         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6347         quotes contained.  Make it more robust regardless by an extra
6348         condition-case wrapper.
6349
6350 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6351
6352         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6353
6354 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6355
6356         * nnml.el (nnml-request-expire-articles): Check if the function set to
6357         `nnmail-expiry-target' returns the symbol `delete'.
6358
6359         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6360
6361         * nnmail.el (nnmail-expiry-target): Fix custom type.
6362
6363 2008-10-02  Glenn Morris  <rgm@gnu.org>
6364
6365         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6366         Silence compiler warning.
6367
6368 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6369
6370         * tls.el (open-tls-stream): Show the actual command being
6371         executed, instead of the format string.
6372
6373 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * lpath.el: Fbind codepage-setup for Emacs 23.
6376
6377 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6378
6379         * mml.el (mml-menu): Don't assume mml2015 is bound.
6380
6381 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6382
6383         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6384         exists.
6385
6386 2008-09-27  Glenn Morris  <rgm@gnu.org>
6387
6388         * gnus-util.el (mail-header-remove-comments): Autoload it.
6389
6390 2008-09-27  Andreas Schwab  <schwab@suse.de>
6391
6392         * gnus-util.el (gnus-split-references): Strip comments.
6393         (gnus-parent-id): Likewise.
6394
6395 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6396
6397         * message.el (message-confirm-send): Fix version.
6398
6399 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6400
6401         * message.el (message-idna-to-ascii-rhs-1): Use
6402         mail-extract-address-components rather than mail-header-parse-addresses
6403         that is an alias by default to ietf-drums-parse-addresses that does not
6404         support non-ASCII names in headers' contents.
6405
6406 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6407
6408         * message.el (message-confirm-send): Fix variable documentation to
6409         avoid the "y/n" wording.
6410
6411 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6412
6413         * message.el (message-set-auto-save-file-name): Save to a different
6414         filename so multiple messages (especially drafts) can be recovered.
6415
6416 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6417
6418         * message.el (message-confirm-send): Add appropriate version.
6419
6420 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6421
6422         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6423         defvar.
6424
6425 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6426
6427         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6428         (mm-pkcs7-enveloped-magic): Ditto.
6429
6430 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6431
6432         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6433         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6434
6435 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6436
6437         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6438         default, it's better.
6439
6440 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6441
6442         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6443         summary line gnus-number property and ignore them (with a warning
6444         message).
6445
6446 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6447
6448         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6449         macro caddr in the interactive form since it won't be expanded.
6450
6451 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6454         `charset'; fix name of function called recursively.
6455         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6456
6457 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6458
6459         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6460         (gnus-mime-set-charset-parameters): New function.
6461         (gnus-mime-view-part-as-charset): Use it to correctly display part
6462         specifying wrong charset.
6463
6464 2008-09-08  David Engster  <dengste@eml.cc>
6465
6466         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6467         in completing-read for back end server.
6468
6469 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6470
6471         * message.el (message-confirm-send): New variable to confirm sending a
6472         message.
6473         (message-send): Use it.
6474
6475 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6476
6477         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6478
6479 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6480
6481         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6482
6483 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6484
6485         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6486         prevent tracking too many groups.
6487         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6488         Use it.
6489
6490 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6491
6492         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6493         moving point to the bottom of the window in order to avoid recentering.
6494
6495 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6496
6497         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6498
6499         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6500         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6501         (gnus-article-beginning-of-window): Fix calculation.
6502
6503 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * gnus-msg.el (gnus-summary-supersede-article)
6506         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6507         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6508         message header.
6509
6510 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6511
6512         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6513         pending output coming after the status change.
6514
6515 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6516
6517         * message.el:
6518         * gnus-start.el:
6519         * gnus-registry.el: Remove VMS support.
6520
6521 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6522
6523         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6524         macro.
6525         (rfc2104-hash): Use it.
6526
6527 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6528
6529         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6530         (gnus-summary-sort-by-most-recent-date): New commands.
6531         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6532         and menu entries.
6533
6534 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6535
6536         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6537         don't redisplay article for raw contents; remove plural articles stuff.
6538
6539         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6540         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6541         on gnus-summary-save-article; display results properly.
6542
6543 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * lpath.el: No need to fbind ns-focus-frame.
6546
6547 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6550
6551 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6552
6553         * gnus-art.el (gnus-summary-save-in-pipe):
6554         Consider gnus-save-all-headers.
6555
6556 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6557
6558         * gnus-util.el (ns-focus-frame): Remove declaration.
6559         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6560         like x.
6561
6562 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6563
6564         * rfc2104.el (rfc2104-zero): Delete defconst.
6565         (rfc2104-hex-alist): Likewise.
6566         (rfc2104-hex-to-int): Delete func.
6567         (rfc2104-hexstring-to-bitstring): Likewise.
6568         (rfc2104-nybbles): New defconst.
6569         (rfc2104-hash): Rewrite for speed.
6570
6571 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6572
6573         * tls.el (open-tls-stream): Make it work with the 2nd argument
6574         BUFFER that is a string but does not exist as a buffer object, as
6575         mentioned in the doc-string.
6576
6577 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6578
6579         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6580         SXEmacs.
6581
6582 2008-07-16  Glenn Morris  <rgm@gnu.org>
6583
6584         * gnus-util.el (ns-focus-frame): Declare for compiler.
6585
6586 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6587
6588         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6589         set as a group parameter.
6590         (gnus-summary-save-in-pipe): Work when it is called independently.
6591         (gnus-summary-pipe-to-muttprint): Don't modify
6592         gnus-summary-pipe-output-default-command.
6593
6594 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6595
6596         * message.el (message-send-mail-with-sendmail):
6597         Display the error message.
6598
6599 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6600
6601         * gnus-art.el (gnus-default-article-saver):
6602         Add gnus-summary-save-in-pipe to choices.
6603         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6604         gnus-summary-pipe-output-default-command as the default command.
6605         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6606         instead of gnus-last-shell-command.
6607
6608         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6609         New user option.
6610         (gnus-summary-muttprint-program): Mention the value will be changed.
6611         (gnus-summary-save-article): Force showing of all headers.
6612         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6613
6614 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6615
6616         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6617
6618 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6619
6620         * nnimap.el (nnimap-id):
6621         * sieve-manage.el (sieve-manage-open): Doc fixes.
6622
6623 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6624
6625         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6626         if available.
6627
6628 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6629
6630         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6631
6632         * nnkiboze.el (nnkiboze-generate-group):
6633         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6634
6635         * nnmairix.el: Require CL.
6636
6637 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6638
6639         * dgnushack.el: Autoload get-display-table and put-display-table for
6640         XEmacs 21.5.
6641
6642         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6643         21.4 and SXEmacs.
6644
6645 2008-06-15  David Engster  <dengste@eml.cc>
6646
6647         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6648
6649 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6650
6651         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6652         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6653         runtime choice under XEmacs.
6654
6655         * gnus-sum.el (gnus-summary-set-display-table):
6656         Use `gnus-put-display-table', `gnus-get-display-table',
6657         `gnus-set-display-table' for the display table, instead of `aset'.
6658
6659         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6660         Use `gnus-put-display-table', `gnus-get-display-table',
6661         `gnus-set-display-table' for the display table.
6662
6663 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6664
6665         * nnmairix.el: Add autoloads.
6666
6667 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6668
6669         * nnmairix.el (nnmairix-delete-recreate-group)
6670         (nnmairix-update-and-clear-marks): Fix error messages.
6671
6672 2008-06-14  David Engster  <dengste@eml.cc>
6673
6674         * nnmairix.el: Upgrade to version 0.6.
6675         (nnmairix-group-toggle-propmarks-this-group)
6676         (nnmairix-group-toggle-readmarks-this-group)
6677         (nnmairix-group-delete-recreate-this-group)
6678         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6679         (nnmairix-remove-tick-mark-original-article): New commands.
6680         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6681         (nnmairix-propagate-marks-to-nnmairix-groups)
6682         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6683         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6684         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6685         functions needed for marks propagation and manipulation of read marks.
6686         (nnmairix-update-groups): New function.
6687         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6688         (nnmairix-determine-original-group-from-registry)
6689         (nnmairix-determine-original-group-from-path)
6690         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6691         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6692         New helper functions.
6693         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6694         keystrokes for new commands.
6695         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6696         (nnmairix-request-group): Check allow-fast group parameter.
6697         (nnmairix-request-create-group): Set allow-fast group parameter if
6698         nnmairix-allowfast-default is set.
6699         (nnmairix-close-group): Propagate marks upon closing if needed.
6700         (nnmairix-group-toggle-threads-this-group): Use new.
6701         nnmairix-group-toggle-parameter helper function.
6702         (nnmairix-search): Better check for empty search result.
6703         (nnmairix-goto-original-article): Use new helper functions for
6704         determining original article.
6705         (nnmairix-show-original-article): Make sure message-id is in brackets.
6706         (nnmairix-call-mairix-binary): Change variable name.
6707         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6708         helper function.
6709         (nnmairix-widget-toggle-activate): Fix doc string.
6710
6711 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6712
6713         * nnir.el: Require edmacro when compiling with XEmacs.
6714         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6715         available in Emacs 21.
6716
6717 2008-06-11  Glenn Morris  <rgm@gnu.org>
6718
6719         * gnus-util.el (x-focus-frame):
6720         * gnus.el (image-size):
6721         * mm-decode.el (image-size): Declare.
6722
6723         * gnus-picon.el (declare-function): Add compat definition.
6724         (image-size): Declare.
6725
6726         * gnus-group.el (tool-bar-map):
6727         * gnus-sum.el (tool-bar-map): Define for compiler.
6728
6729         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6730
6731         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6732
6733         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6734         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6735         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6736         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6737         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6738         * sieve-manage.el, spam-report.el, spam.el:
6739         Remove unnecessary eval-and-compile of autoloads.
6740
6741 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6742
6743         * auth-source.el: Precise Tramp doc.
6744
6745 2008-06-07  Glenn Morris  <rgm@gnu.org>
6746
6747         * nnmairix.el: Remove unnecessary eval-when-compile.
6748
6749 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * lpath.el: Fbind propertize for XEmacs 21.4.
6752
6753 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6754
6755         * nnir.el: Move here from ../contrib.
6756
6757 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6758
6759         * gnus-util.el (gnus-read-shell-command): New function.
6760         * mm-decode.el (mm-pipe-part):
6761         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6762
6763 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6764
6765         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6766
6767 2008-06-03  Glenn Morris  <rgm@gnu.org>
6768
6769         * pop3.el (nnheader-accept-process-output): Autoload it.
6770
6771 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6772
6773         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6774         are not 2-digit hexadecimal characters that follow `%'s.
6775
6776 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6777
6778         * message.el (message-bogus-recipient-p): Fix type in doc string.
6779         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6780         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6781         Improve custom options.
6782         (message-bogus-recipient-p): Adjust accordingly.
6783
6784 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6785
6786         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6787         long-form month and day names.
6788
6789 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6790
6791         * dgnushack.el: Autoload debug, eudc-expand-inline and
6792         pgg-snarf-keys-region for XEmacs.
6793
6794         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6795
6796         * nnmairix.el: Require edmacro when compiling with XEmacs.
6797
6798 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6799
6800         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6801         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6802
6803 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6804
6805         * auth-source.el: Add more docs.
6806
6807         * netrc.el (netrc-machine): Always match if the port is not given.
6808
6809 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6810
6811         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6812         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6813         retrieval faster in some cases, but might make CPU usage larger.
6814         If this has any bad side effects, we might revert this change.
6815
6816         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6817         seems to make mail retrieval much, much faster.
6818         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6819         unconditionally.
6820
6821         * gnus-draft.el (gnus-group-send-queue):
6822         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6823
6824 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6825
6826         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6827
6828         * message.el (message-bogus-address-regexp): Fix and improve custom
6829         type.
6830         (message-setup-hook): Add message-check-recipients as custom option.
6831
6832 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6833
6834         * message.el (message-cite-function): Remove bogus autoload which crept
6835         in during merge from v5-10.
6836
6837 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6838
6839         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6840
6841         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6842
6843         * auth-source.el: Preliminary Tramp docs.
6844         (auth-sources): Change the default auth-sources to use
6845         EPA .gpg files.
6846
6847 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6848
6849         * nntp.el: Autoload `auth-source-user-or-password'.
6850         (nntp-send-authinfo): Use it.
6851
6852         * nnimap.el: Autoload `auth-source-user-or-password'.
6853         (nnimap-open-connection): Use it.
6854
6855         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6856         for the gnus-message function.
6857         (auth-source-user-or-password): Use it.
6858
6859 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6860
6861         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6862         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6863         (rfc2104-hash): Use it.
6864
6865 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6866
6867         * gnus-art.el (gnus-article-toggle-truncate-lines):
6868         Don't use `iff' in docstring.
6869
6870 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6871
6872         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6873
6874         * gnus-util.el (gnus-extract-address-component-name)
6875         (gnus-extract-address-component-email): Convenience functions around
6876         `gnus-extract-address-components'.
6877
6878         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6879         Use `gnus-extract-address-component-email' to fix bug of comparing full
6880         sender name to `user-mail-address'.
6881
6882 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6883
6884         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6885         catch/throw to optimize.
6886         (gnus-registry-find-keywords): Just use member to find a keyword.
6887
6888 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6889
6890         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6891         is current before calling gnus-server-prepare.
6892         (gnus-server-setup-buffer, gnus-server-update-server)
6893         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6894
6895 2008-05-04  Juri Linkov  <juri@jurta.org>
6896
6897         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6898         (mailcap-file-default-commands): Use mailcap-replace-in-string
6899         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6900         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6901
6902 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6903
6904         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6905
6906 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6907
6908         * gnus.el: Bump version to 0.11.
6909
6910 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6911
6912         * gnus.el: No Gnus v0.10 is released.
6913
6914 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6915
6916         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6917         hooks.
6918         (gnus-update-read-articles): Speed up non-marks-using users.
6919         (gnus-use-marks): Define gnus-use-marks.
6920         (gnus-propagate-marks): Rename variable to something more sensible.
6921
6922 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6923
6924         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6925         (gmm-image-load-path-for-library): Fix typos in docstrings.
6926         (gmm-message): Reflow docstring.
6927
6928 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6929
6930         * mail-source.el (mail-source-set-1, mail-source-bind):
6931         Move auth-source code out of the macro to clean it up and fix bugs.
6932
6933 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6934
6935         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6936         by sender if it's equal to user-mail-address, it's likely to be
6937         useless.
6938
6939         * mail-source.el (mail-source-bind): Don't use user or password if they
6940         are not bound.  Unintern them if they are nil.  Don't use server unless
6941         it's bound, and default it to empty string otherwise.
6942
6943 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6944
6945         * mail-source.el: Load auth-source.el.
6946         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6947         get user name or password, if auth-sources is set up.
6948
6949         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6950         strategy of splitting with parent.
6951         (gnus-registry-split-fancy-with-parent)
6952         (gnus-registry-post-process-groups): Use it and fix prior
6953         bug (returning a list as the split result).
6954
6955         * auth-source.el (auth-sources): Remove server parameter.
6956         (auth-source-pick, auth-source-user-or-password)
6957         (auth-source-user-or-password-imap)
6958         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6959         (auth-source-user-or-password-sftp)
6960         (auth-source-user-or-password-smtp): Remove server parameter.
6961
6962 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6963
6964         * smime.el (smime-sign-region, smime-encrypt-region)
6965         (smime-decrypt-region):
6966         Remove redundant calls to `generate-new-buffer-name'.
6967
6968 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6969
6970         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6971         Don't use QP for message/rfc822.
6972         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6973
6974 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6975
6976         * sieve-manage.el (sieve-string-bytes): Remove.
6977         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6978         correct byte-length only if the process's coding-system is the same as
6979         the one used internally by Emacs to represent strings.
6980
6981 2008-04-22  Juri Linkov  <juri@jurta.org>
6982
6983         * mailcap.el (mailcap-file-default-commands): New function.
6984
6985 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6986
6987         * message.el (message-signature-separator, message-cite-function):
6988         Change custom version.
6989
6990 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6991
6992         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6993         commands.
6994         (tls-checktrust): Ditto.
6995
6996 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6997
6998         * mm-decode.el (mm-display-external): Make temp file read-only.
6999
7000 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7001
7002         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7003         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7004         `C-c C-f d'.
7005
7006 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7007
7008         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7009
7010 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7011
7012         * gnus.el: Bump version to 0.9.
7013
7014 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7015
7016         * gnus.el: No Gnus v0.8 is released.
7017
7018 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7019
7020         * mail-source.el (mail-source-value):
7021         Prefer fboundp to functionp so it works with macros as well.
7022
7023 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7024
7025         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7026         Fix last change in case the element is not even a symbol.
7027
7028 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7029
7030         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7031         Prefer fboundp to functionp so it works with macros as well.
7032
7033 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7034
7035         * auth-source.el: Add docs.
7036         (auth-sources): Modify format to support server.
7037         (auth-source-pick, auth-source-user-or-password)
7038         (auth-source-user-or-password-imap)
7039         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7040         (auth-source-user-or-password-sftp)
7041         (auth-source-user-or-password-smtp): Add server parameter.
7042
7043 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7044
7045         * gnus-registry.el: Initialize the registry when gnus-registry-install
7046         is t.
7047
7048 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7049
7050         * compface.el (uncompface): Make buffer unibyte.
7051
7052 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7053
7054         * mail-source.el (mail-source-value):
7055         Prefer fboundp to functionp so it works with macros as well.
7056
7057 2008-04-05  Glenn Morris  <rgm@gnu.org>
7058
7059         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7060
7061 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7062
7063         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7064         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7065
7066         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7067         multibyteness after rather than before erasing it.
7068
7069         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7070         mm-with-multibyte.
7071         (gnus-request-article-this-buffer): Make sure the proper decoding is
7072         used if gnus-original-article-buffer happens to be unibyte.
7073
7074         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7075         default-enable-multibyte-characters.
7076
7077         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7078         default-enable-multibyte-characters.
7079
7080         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7081
7082         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7083
7084 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7085
7086         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7087         Fix last change in case the element is not even a symbol.
7088
7089 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7090
7091         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7092         (imap-message-copyuid-1): Use it.
7093         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7094         J. Williams in
7095         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7096
7097         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7098         imap-enable-exchange-bug-workaround.
7099         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7100
7101 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7102
7103         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7104         a 100 byte status-checks into a 2-3MB transfer for each group.
7105         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7106         to enable bug workaround or not.
7107         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7108
7109 2008-03-31  Glenn Morris  <rgm@gnu.org>
7110
7111         * message.el (mml2015-use): Declare for compiler.
7112         (message-info): Require mml2015 when appropriate.
7113
7114 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7115
7116         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7117         whitespace.
7118
7119 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7120
7121         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7122         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7123         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7124         (nntp-service-to-port): New function.
7125         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7126         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7127         (nntp-open-netcat-stream): New function.
7128         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7129
7130 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7131
7132         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7133
7134 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7135
7136         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7137
7138 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7139
7140         * dns.el (dns-write): Use set-buffer-multibyte.
7141
7142 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7143
7144         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7145
7146 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7147
7148         * message.el (message-signature-separator): Change default.
7149         Improve custom type.
7150         (message-cite-function): Change default to
7151         message-cite-original-without-signature.
7152
7153         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7154         toggle.
7155
7156         * message.el (message-check-news-body-syntax): Fix signature check.
7157         (message-setup-1): Mark buffer as unmodified _after_ running
7158         message-setup-hook and handling message-alternative-emails.
7159         (message-shorten-references): Be more strict when building list of
7160         valid references to comply with GNKSA.
7161
7162         * gnus-group.el (gnus-read-ephemeral-bug-group)
7163         (gnus-read-ephemeral-debian-bug-group)
7164         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7165
7166         * message.el (message-info): Don't use booleanp which isn't supported
7167         in Emacs 21 and XEmacs.
7168
7169 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7170
7171         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7172         gnus-group-gmane-group-download-format.
7173         (gnus-group-read-ephemeral-gmane-group): Rename from
7174         gnus-group-read-ephemeral-gmane-group.
7175         (gnus-read-ephemeral-gmane-group-url): Rename from
7176         gnus-group-read-ephemeral-gmane-group-url.
7177         (gnus-bug-group-download-format-alist): New variable.
7178         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7179         (gnus-read-ephemeral-emacs-bug-group): New commands.
7180
7181 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7182
7183         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7184         (gnus-visible-headers): Improve custom type.
7185
7186 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7187
7188         * mml.el (mml-menu): Add workarounds for XEmacs.
7189
7190         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7191         X-Boundary header.
7192
7193         * message.el (message-simplify-recipients): Fix previous commit.
7194
7195 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7196
7197         * mm-util.el (mm-set-buffer-multibyte): New function.
7198         * mm-decode.el (mm-copy-to-buffer): Use it.
7199
7200         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7201         Prefer fboundp to functionp so it works with macros as well.
7202
7203 2008-03-19  Glenn Morris  <rgm@gnu.org>
7204
7205         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7206         Accidentally removed in the sync process with Emacs.
7207
7208 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7209
7210         * message.el (message-alter-recipients-discard-bogus-full-name):
7211         New function.
7212         (message-alter-recipients-function): New variable.
7213         (message-get-reply-headers): Use it.
7214         (message-replace-header): New helper function.
7215         (message-recipients-without-full-name): New variable.
7216         (message-simplify-recipients): New command.
7217
7218         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7219
7220         * message.el (message-info): Handle EasyPG manual.
7221
7222         * mml.el (mml-menu): Add entry for EasyPG.
7223
7224 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7225
7226         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7227         parameter.
7228
7229         * message.el (message-disassociate-draft): Specify drafts group name
7230         fully.
7231
7232 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7233
7234         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7235         Eliminate unnecessary duplicates from the match list.
7236
7237 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7238
7239         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7240
7241         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7242
7243         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7244         args of `how-many' of which the XEmacs version doesn't take; declare
7245         Info-index-next as function.
7246
7247 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7248
7249         * gnus-score.el (gnus-score-headers): Fix handling of
7250         gnus-inhibit-slow-scoring.
7251
7252         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7253         string.
7254         (gnus-button-url-regexp): Improve handling of parenthesis.
7255         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7256         (gnus-button-handle-info-keystrokes): Handle index entries.
7257
7258 2008-03-15  Glenn Morris  <rgm@gnu.org>
7259
7260         * parse-time.el (parse-time-string): Simplify.
7261
7262 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7263
7264         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7265         Incoming* files.
7266
7267 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7268
7269         * auth-source.el (auth-sources): Rename from auth-source-choices.
7270         (auth-source-pick): Use it.
7271
7272 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7273
7274         * binhex.el (binhex-decode-region-internal):
7275         * uudecode.el (uudecode-decode-region-internal):
7276         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7277         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7278         setting default-enable-multibyte-characters.
7279
7280 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7281
7282         * auth-source.el (auth-source-protocols)
7283         (auth-source-protocols-customize, auth-source-choices): Add and
7284         modified variable customizations and defaults.
7285         (auth-source-pick, auth-source-user-or-password)
7286         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7287         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7288         (auth-source-user-or-password-sftp)
7289         (auth-source-user-or-password-smtp): Use new variables and provide an
7290         interface to netrc.el.
7291
7292 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7295         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7296         Make sure the nntp port to specify is a string.
7297
7298 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7299
7300         * nntp.el: Use with-current-buffer.
7301         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7302         dubious mm-with-unibyte-current-buffer.
7303         (nntp-with-open-group-function): New function extracted from
7304         nntp-with-open-group macro.
7305         (nntp-with-open-group): Use the function, so it's easier to debug.
7306         Add indentation and debugging info.
7307         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7308         Recommend the use of the netcat alternatives.
7309
7310         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7311         Avoid mm-string-as-multibyte as well.
7312
7313         * nnweb.el (nnweb-insert-html):
7314         Remove use of nnheader-string-as-multibyte.
7315
7316         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7317         (nnheader-string-as-multibyte): Remove.
7318
7319         * mm-view.el: Use inhibit-read-only.
7320         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7321         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7322         or unibyte-string.
7323
7324         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7325         (mm-uu-yenc-extract): Use with-current-buffer.
7326
7327         * gnus-soup.el (gnus-soup-send-packet): Don't use
7328         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7329
7330         * nnmh.el: Use with-current-buffer.
7331         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7332         mm-string-as-multibyte on the output of mm-encode-coding-string.
7333
7334         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7335         (nnimap-request-move-article): Use with-current-buffer.
7336
7337         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7338         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7339         conversion uses string-make-unibyte rather than string-as-unibyte.
7340
7341         * gnus-msg.el: Use with-current-buffer.
7342
7343         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7344
7345 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7346
7347         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7348         string for caching if it is 'PIN.
7349
7350 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7351
7352         * lpath.el: Consider the case without Emacs/W3.
7353
7354 2008-03-08  Glenn Morris  <rgm@gnu.org>
7355
7356         * time-date.el (date-to-time, time-subtract, time-add)
7357         (safe-date-to-time): Doc fixes.
7358
7359 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7360
7361         * mail-source.el (mail-source-delete-old-incoming-confirm):
7362         Change default to nil.
7363         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7364
7365 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * lpath.el: Rearrange.
7368
7369         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7370         (gnus-article-goto-prev-page): Work for articles having ^L's.
7371
7372         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7373
7374         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7375
7376 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7377
7378         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7379         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7380         (gnus-bookmark-jump): Adjust some variable names.
7381
7382 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7383
7384         * auth-source.el: New package.
7385         (auth-source-choices): Add customization entry point variable.
7386
7387         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7388         bug.
7389
7390 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7391
7392         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7393         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7394         (gnus-registry-install-shortcuts): Rename from
7395         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7396         the `gnus-registry-mark-map' keymap dynamically from
7397         `gnus-registry-marks'.  The generated functions update the summary line
7398         when a registry mark is added or deleted, and will call
7399         `gnus-registry-install-p' (see the comments in the code).
7400         (gnus-registry-user-format-function-M): Use concat intelligently.
7401
7402         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7403         the registry mark functions.
7404
7405 2008-03-05  Glenn Morris  <rgm@gnu.org>
7406
7407         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7408         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7409         gnus-art.
7410         (top-level): No need to load own source when compiling.
7411
7412 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7413
7414         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7415         Suggested by <chris.anderton@zetnet.co.uk>.
7416
7417 2008-03-04  Glenn Morris  <rgm@gnu.org>
7418
7419         * gnus-sum.el (top-level): No need to require gnus when compiling,
7420         since unconditionally required near start of file.
7421         (gnus-summary-display-while-building): Move definition before use.
7422
7423 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7424
7425         * gnus-registry.el (gnus-registry-user-format-function-M):
7426         Add formatting function.
7427
7428 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7429
7430         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7431         with plists.
7432         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7433         Use new format.
7434
7435 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7436
7437         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7438         `where-is-internal' that returns a range of key sequences.
7439
7440 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7441
7442         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7443
7444         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7445         (gnus-summary-jump-to-group): Consider windows on other displayed
7446         frames as well.  Similar changes might be needed elsewhere, but that's
7447         the one I've bumped into during my use.
7448
7449         * nndoc.el (nndoc-oe-dbx-type-p):
7450         * gnus-msg.el (gnus-debug):
7451         * gnus-group.el (gnus-update-group-mark-positions):
7452         Use mm-string-to-multibyte.
7453
7454 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7455
7456         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7457         doesn't handle NotDashEscaped.
7458
7459         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7460         (mml-dnd-attach-options): Fix typo in custom choice.
7461
7462         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7463         Change nndoc-article-type to mbox.
7464         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7465
7466         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7467         to nil, instead of html2text.
7468
7469         * imap.el (imap-debug): Add `imap-ping-server'.
7470
7471         * gnus-bookmark.el: Add FIXMEs.
7472
7473         * message.el (message-form-letter-separator)
7474         (message-send-form-letter-delay): New variables.
7475         (message-send-form-letter): Use them.  New command to send form
7476         letters.  Requested by Uwe Siart.
7477         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7478
7479 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7480
7481         * Update copyright years.
7482
7483 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7484
7485         Sync from EMACS_22_BASE.
7486
7487         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7488
7489 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7490
7491         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7492         empty author.
7493
7494 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7495
7496         * gnus-registry.el (gnus-registry-marks): Add variable for
7497         customization of marks and their appearance.
7498         (gnus-registry-read-mark): Use it.
7499         (gnus-registry-do-marks): Add utility function to loop through
7500         `gnus-registry-marks'.
7501         (gnus-registry-install-shortcuts-and-menus): Add function to install
7502         shortcuts and menus.
7503         (gnus-registry-initialize): Use it.
7504         (gnus-registry-default-mark): Clarify documentation.
7505
7506 2008-02-29  Glenn Morris  <rgm@gnu.org>
7507
7508         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7509         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7510         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7511         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7512         Change defcustom :version from 23.0 to 23.1.
7513
7514 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7515
7516         * gnus-registry.el (gnus-registry-follow-group-p)
7517         (gnus-registry-post-process-groups): Add functions to aid registry
7518         splitting and improve logging.  Clarify behavior in function
7519         documentation.
7520         (gnus-registry-split-fancy-with-parent): Use them.
7521
7522 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7523
7524         * gnus-art.el: Use with-current-buffer.
7525
7526 2008-02-27  David Engster  <dengste@eml.cc>
7527
7528         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7529         Express real group name in the response.
7530
7531 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7534         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7535         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7536         autoload gnus-registry-fetch-group when compiling.
7537         (nnmairix-request-group-with-article-number-correction):
7538         Remove unreferenced argument passed to nnmairix-call-backend.
7539
7540 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7541
7542         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7543         (mm-uu-extract): Improve face for low color ttys.
7544         Reported by Sascha Wilde.
7545
7546 2008-02-27  Glenn Morris  <rgm@gnu.org>
7547
7548         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7549         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7550         variables to defconsts.  Convert comments to doc-strings.
7551         (nnmairix-last-server, nnmairix-current-server): Convert from free
7552         variables to defvars.  Convert comments to doc-strings.
7553         (gnus-registry-fetch-group): Autoload.
7554         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7555         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7556         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7557         caddr.
7558         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7559         nnmairix-request-group-with-article-number-correction call.
7560         (nnmairix-fast, nnmairix-group): New, less general names, for free
7561         variables passed from nnmairix-request-group to
7562         nnmairix-request-group-with-article-number-correction.  Declare.
7563         (nnmairix-request-group-with-article-number-correction):
7564         Use nnmairix-fast, nnmairix-group rather than fast, group.
7565
7566 2008-02-26  David Engster  <dengste@eml.cc>
7567
7568         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7569         version 0.5.
7570
7571 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7572
7573         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7574         instead of making an extra function call.  Don't add the current group
7575         to articles only when they have the group.  Use
7576         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7577         Reported by David <de_bb@arcor.de>.
7578
7579 2008-02-24  Miles Bader  <miles@gnu.org>
7580
7581         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7582         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7583         (mm-find-mime-charset-region):
7584         * mm-bodies.el (mm-encode-body):
7585         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7586
7587 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7588
7589         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7590         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7591
7592 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7593
7594         * mail-source.el (mail-source-delete-incoming): Change default.
7595         Supplement doc string.
7596
7597         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7598
7599 2008-02-14  Glenn Morris  <rgm@gnu.org>
7600
7601         * time-date.el (format-seconds): New function.
7602
7603 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7604
7605         * nnmail.el (nnmail-message-id-cache-file): Derive from
7606         `gnus-home-directory'.
7607
7608 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7609
7610         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7611         Document negative prefix.
7612
7613         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7614
7615 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7616
7617         * message.el (message-unsent-separator): Add the Exim bounce
7618         separator.
7619
7620 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7621
7622         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7623         list.
7624         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7625         recipient/signer list.
7626
7627 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7628
7629         * Makefile.in (datarootdir): Define.
7630         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7631         name that might contain whitespace.
7632
7633 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7634
7635         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7636         fbound (Emacs 23 unicode), signal an error.
7637
7638 2008-02-08  Glenn Morris  <rgm@gnu.org>
7639
7640         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7641
7642 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7643
7644         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7645         ports to the calls to `netrc-machine-user-or-password' in addition to
7646         "imap" and "imaps".
7647
7648 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7649
7650         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7651
7652         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7653
7654 2008-02-01  Kenichi Handa  <handa@m17n.org>
7655
7656         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7657         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7658         (rfc2104-hash): Convert the result of concat to unibyte string.
7659
7660 2008-02-01  Dave Love  <fx@gnu.org>
7661
7662         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7663         coding-system-for-read.
7664         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7665
7666 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7667
7668         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7669         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7670         <hanche@math.ntnu.no>.
7671
7672 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7673
7674         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7675
7676         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7677
7678 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7679
7680         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7681         * message.el (message-beginning-of-line): Use featurep instead of bound
7682         tests in order to resolve conditionals at compile time.
7683
7684 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7685
7686         * mail-source.el (mail-sources): Add `group' choice.
7687
7688         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7689         parameter `in-group' to control into which group the articles go.
7690         Add treatment of `group' mail-source.
7691
7692 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7693
7694         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7695
7696         * mm-decode.el (mm-dissect-buffer): Decode description.
7697
7698         * mml.el (mml-to-mime): Encode message header first.
7699
7700 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7703         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7704
7705         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7706         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7707
7708 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7709
7710         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7711
7712 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7713
7714         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7715         prefix keys.
7716         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7717         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7718         gnus-xmas.el.
7719
7720         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7721         (gnus-xmas-article-describe-bindings): New function.
7722         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7723         gnus-xmas-article-describe-bindings.
7724
7725         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7726
7727 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7728
7729         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7730         Add new variables for article mark management.
7731         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7732         list of extra data entries which, when present, will indicate that the
7733         article ID should not be trimmed from the registry.
7734         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7735         functions.
7736         (gnus-registry-read-mark): New function to read a mark name from the
7737         user.
7738         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7739         (gnus-registry-set-article-mark-internal): New functions to add and
7740         remove marks.
7741         (gnus-registry-get-article-marks): New function to show the marks for
7742         an article, or retrieve them for further use.
7743
7744 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7745
7746         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7747         keys when no argument is given.
7748
7749 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7750
7751         * imap.el (imap-ping-server): New variable.
7752         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7753         (imap-ping-server): Minor doc string fixes.
7754
7755 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7756
7757         * imap.el (imap-ping-server): New function.
7758         (imap-opened): Call imap-ping-server.
7759
7760 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7761
7762         * gnus-sum.el (gnus-article-sort-by-random)
7763         (gnus-thread-sort-by-random): Fix doc strings.
7764         Reported by jidanni@jidanni.org.
7765
7766 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7767
7768         * gnus-art.el (gnus-article-describe-bindings): New function.
7769         (gnus-article-read-summary-keys): Use it.
7770         (gnus-article-mode-map): Bind `C-h b' to it.
7771
7772 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7773
7774         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7775         XEmacs.
7776         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7777         Protect against non-character events.
7778
7779         * lpath.el: Fbind map-keymap for Emacs 21.
7780
7781 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7782
7783         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7784         New command.
7785         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7786         instead of END.  Change name of the temp file.
7787         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7788         customizable.
7789
7790 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7791
7792         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7793         bind `S W' to gnus-article-wide-reply-with-original; set default
7794         binding to gnus-article-read-summary-send-keys.
7795         (gnus-article-read-summary-keys): Fix the order of keys; display
7796         continuation keys correctly in the echo area; describe bindings
7797         correctly when keys end with `C-h'.
7798         (gnus-article-read-summary-send-keys): New function.
7799         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7800         Work for gnus-article-read-summary-send-keys; display continuation keys
7801         correctly in the echo area.
7802         (gnus-article-reply-with-original): Ignore prefix argument.
7803         (gnus-article-wide-reply-with-original): New function.
7804
7805         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7806         Emacs 21.
7807
7808 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7809
7810         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7811         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7812
7813 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7814
7815         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7816         (gnus-group-read-ephemeral-gmane-group): New command.
7817
7818 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7819
7820         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7821
7822 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7823
7824         * message.el (message-send-mail-function): Increase custom version.
7825
7826         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7827         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7828
7829 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7830
7831         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7832         for the cases where imap-authenticate is called with a nil buffer
7833         parameter.
7834
7835 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7838         html parts correctly; support forwarded messages.
7839         (gnus-article-browse-html-article): Remove work buffers.
7840
7841         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7842         compiling.
7843         (netrc-bound-and-true-p): New macro.
7844         (netrc-parse): Use it instead of bound-and-true-p that is not available
7845         in XEmacs 21.4.
7846
7847 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7848
7849         * gnus-registry.el (gnus-registry-mark-article)
7850         (gnus-registry-article-marks): Add functionality to mark articles
7851         through the Gnus registry.
7852
7853         * encrypt.el: Clarify documentation for the new pgg method.
7854         (encrypt-file-alist): Add PGG option.
7855         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7856         functionality.  Abstract password key and messaging to external
7857         functions.
7858         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7859         (encrypt-message-method-and-cipher): Add new convenience external
7860         functions.
7861         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7862         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7863
7864         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7865         (netrc-parse): Use encrypt-file-alist to determine if
7866         encrypt-find-model or encrypt-insert-file-contents should be used.
7867
7868         * encrypt.el: Clarify documentation.  Load password-cache or
7869         password, whichever one is found first, instead of autoloading.
7870
7871 2007-12-19  Glenn Morris  <rgm@gnu.org>
7872
7873         * mml.el (message-options-set, message-narrow-to-head)
7874         (message-in-body-p, message-mail-p, message-encode-message-body):
7875         Autoload.
7876         (message-remove-header, message-narrow-to-headers-or-head)
7877         (message-subscribed-p, message-make-mail-followup-to)
7878         (message-position-on-field, message-news-p)
7879         (message-options-set-recipient, message-generate-headers)
7880         (message-sort-headers): Declare as functions.
7881
7882 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7883
7884         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7885         convention in doc string.
7886
7887 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7888
7889         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7890         title to html parts.
7891         (gnus-article-browse-html-article): Pass message header to it.
7892
7893         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7894
7895 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7896
7897         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7898         or password compatible with XEmacs.
7899
7900 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7901
7902         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7903         format document.
7904         (gnus-mime-delete-part): Don't write description line if empty.
7905         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7906
7907 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7908
7909         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7910         (gnus-summary-mark-read-and-unread-as-read)
7911         (gnus-summary-mark-current-read-and-unread-as-read)
7912         (gnus-summary-mark-unread-as-ticked): Doc fix.
7913         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7914
7915 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7916
7917         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7918         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7919
7920 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7921
7922         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7923         yes-or-no-p.
7924
7925 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * mm-decode.el (mm-add-meta-html-tag): New function.
7928         (mm-save-part-to-file, mm-pipe-part): Use it.
7929
7930         * gnus-art.el (gnus-article-browse-delete-temp-files):
7931         Use gnus-y-or-n-p instead of y-or-n-p.
7932         (gnus-article-browse-html-parts): Work with message/external-body; use
7933         mm-add-meta-html-tag.
7934
7935 2007-12-11  Glenn Morris  <rgm@gnu.org>
7936
7937         * gnus-cache.el: Require gnus-sum not just when compiling.
7938
7939         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7940
7941         * gnus-int.el (gnus-server-opened, gnus-status-message):
7942         Move definitions before use.
7943
7944         * mm-decode.el: Require gnus-util.
7945         (mm-remove-part): Only call delete-annotation on XEmacs.
7946
7947         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7948
7949         * nnmail.el: Require gnus-int.
7950
7951         * spam.el: Move `require's before `eval-when-compile's.
7952
7953         * gnus-ems.el (gnus-alive-p):
7954         * gnus-fun.el (message-goto-eoh):
7955         * gnus-util.el (gnus-group-name-decode):
7956         * mail-source.el (gnus-compress-sequence):
7957         * message.el (Info-goto-node, format-spec):
7958         * mm-bodies.el (message-options-get):
7959         * mm-decode.el (mm-view-pkcs7):
7960         * mm-util.el (gmm-write-region):
7961         * mml-smime.el (mml-compute-boundary)
7962         (gnus-completing-read-with-default):
7963         * mml.el (widget-button-press, gnus-make-hashtable):
7964         * mml1991.el (mm-decode-content-transfer-encoding)
7965         (mm-encode-content-transfer-encoding)
7966         (message-options-get, message-options-set):
7967         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7968         * nnfolder.el (gnus-request-group):
7969         * nnheader.el (ietf-drums-unfold-fws):
7970         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7971         * smime.el (gnus-run-mode-hooks):
7972         * spam-stat.el (gnus-message): Autoload.
7973
7974         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7975         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7976         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7977         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7978         Add declare-function compatibility definition.
7979
7980         * gnus-cache.el (nnvirtual-find-group-art):
7981         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7982         (gnus-add-image, gnus-add-wash-type):
7983         * gnus-group.el (nnkiboze-score-file):
7984         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7985         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7986         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7987         (message-tokenize-header, gnus-get-buffer-create)
7988         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7989         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7990         * gnus.el (gnus-group-decoded-name):
7991         * mail-source.el (imap-capability):
7992         * mm-bodies.el (message-options-set):
7993         * mm-decode.el (gnus-configure-windows):
7994         * mm-extern.el (message-goto-body):
7995         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7996         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7997         (epg-sub-key-validity, message-options-set):
7998         * mml.el (widget-event-point, gnus-configure-windows):
7999         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8000         * mml2015.el (epg-check-configuration, epg-configuration)
8001         (message-options-set):
8002         * nndb.el (nndb-request-article):
8003         * nnfolder.el (gnus-request-create-group):
8004         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8005         * nnmaildir.el (gnus-group-mark-article-read):
8006         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8007         * rfc1843.el (message-fetch-field):
8008         * spam.el (gnus-extract-address-components):
8009         Declare as functions.
8010
8011 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8012
8013         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8014
8015         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8016
8017         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8018         bind show-trailing-whitespace for XEmacs.
8019
8020 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8021
8022         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8023         new no-op macro for backward compatibility.
8024
8025         * imap.el (imap-string-to-integer): New function.
8026
8027 2007-12-09  Glenn Morris  <rgm@gnu.org>
8028
8029         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8030
8031         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8032         * message.el, mm-view.el, sieve-manage.el, smime.el:
8033         Add declare-function compatibility definition.
8034
8035         * gnus-art.el (w3-region, w3m-region, Info-menu):
8036         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8037         * gnus-sum.el (gnus-get-predicate):
8038         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8039         * message.el (mail-abbrev-in-expansion-header-p):
8040         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8041         (w3m-detect-meta-charset, w3m-region):
8042         * sieve-manage.el (password-read, password-cache-add)
8043         (password-cache-remove):
8044         * smime.el (password-read-and-add): Declare as functions.
8045
8046 2007-12-08  David Kastrup  <dak@gnu.org>
8047
8048         * gnus-sum.el (gnus-summary-simplify-subject-query):
8049         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8050         `message'.
8051
8052 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8053
8054         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8055         it to bind idna-program, installation-directory, defined-colors, and
8056         face-attribute for XEmacs of the version that compiles defcustom forms.
8057
8058 2007-12-07  Glenn Morris  <rgm@gnu.org>
8059
8060         * gnus-art.el (article-make-date-line): Revert previous change.
8061
8062 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8063
8064         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8065
8066 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8067
8068         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8069         Call gnus-add-to-range ranges only once with a prepared article-list.
8070
8071 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8072
8073         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8074         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8075         group names with backslashes.
8076         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8077
8078 2007-12-06  Deepak Goel  <deego3@gmail.com>
8079
8080         * gnus-art.el (article-make-date-line):
8081         * gnus-start.el (gnus-load):
8082         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8083
8084 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8085
8086         * gnus-art.el (gnus-use-idna)
8087         * gnus-start.el (gnus-site-init-file)
8088         * message.el (message-use-idna)
8089         * mm-uu.el (mm-uu-hide-markers)
8090         * smiley.el (smiley-style): Revert changes that suppress warnings.
8091
8092 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8095         specify charset to html source.
8096         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8097
8098 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8101         idna-program in order to suppress byte compile warning issued by XEmacs
8102         that came to byte compile the default value section of defcustom forms
8103         recently.
8104
8105         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8106         value of installation-directory.
8107
8108         * message.el (message-use-idna): Don't directly refer to the value of
8109         idna-program.
8110
8111         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8112
8113         * smiley.el (smiley-style): Don't directly call face-attribute.
8114
8115 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8116
8117         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8118
8119         * gnus-dired.el: Reduce Gnus dependencies.
8120         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8121         Don't require.  Use autoloads instead.
8122         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8123         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8124         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8125         (gnus-dired-mode): Adjust doc string.
8126         (gnus-dired-mail-mode): New variable.
8127         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8128         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8129         (gnus-dired-mail-buffers): New function.  Return mail or message
8130         composition buffers.
8131         (gnus-dired-attach): Use it.
8132         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8133         NO-DECODE.
8134         (gnus-dired-print): Use `gnus-print-buffer' depending on
8135         `gnus-dired-mail-mode'.
8136
8137 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * rfc2047.el (rfc2047-encoded-word-regexp)
8140         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8141         explaining what regexp patterns are for.
8142
8143 2007-12-04  Glenn Morris  <rgm@gnu.org>
8144
8145         * password.el: Move to password-cache.el.
8146
8147         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8148         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8149         * mml-smime.el (password-read, password-cache-add)
8150         (password-cache-remove):
8151         No need to autoload, since mml-sec requires password.
8152
8153         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8154         * message.el (gnus-extract-address-components):
8155         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8156
8157         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8158         password.
8159
8160 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8161
8162         * mailcap.el: Reduce dependencies.
8163         (mail-header-parse-content-type): Autoload.
8164         (mailcap-delete-duplicates): New alias.
8165         (mailcap-mime-info): Add optional argument NO-DECODE.
8166         (mailcap-mime-types): Use mailcap-delete-duplicates.
8167
8168         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8169
8170 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8171
8172         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8173         (imap-parse-status): Upcase status-att for servers that sends them
8174         lower-case (e.g., MS Exchange 2007).
8175
8176 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8177
8178         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8179         function.
8180
8181         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8182         (gnus-uu-yenc-article): New function.
8183
8184         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8185
8186         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8187
8188 2007-12-02  Glenn Morris  <rgm@gnu.org>
8189
8190         * binhex.el (binhex): New custom group.
8191         (binhex-decoder-program, binhex-decoder-switches)
8192         (binhex-use-external): Move to the binhex custom group.
8193
8194         * uudecode.el (uudecode): New custom group.
8195         (uudecode-decoder-program, uudecode-decoder-switches)
8196         (uudecode-use-external): Move to the uudecode custom group.
8197
8198         * netrc.el (top-level): Don't load `encrypt' features.
8199         (netrc-parse): Don't use encrypt.
8200         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8201
8202         * encrypt.el: Remove file.
8203
8204 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8205
8206         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8207         matches on patches.
8208
8209         * gnus-art.el (gnus-article-browse-html-article):
8210         Mention `mm-text-html-renderer' in the doc string.
8211
8212         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8213         string.  Add comments.
8214
8215         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8216         if rhs is ASCII.
8217
8218 2007-12-01  Glenn Morris  <rgm@gnu.org>
8219
8220         * mail-source.el (top-level): Require format-spec before
8221         eval-when-compile.
8222
8223 2007-11-30  Glenn Morris  <rgm@gnu.org>
8224
8225         * encrypt.el: Require password, rather than autoloading password-read.
8226
8227 2007-11-29  Glenn Morris  <rgm@gnu.org>
8228
8229         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8230         (sasl-make-client, sasl-next-step, sasl-step-data)
8231         (sasl-step-set-data): Declare as functions.
8232
8233 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8234
8235         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8236
8237 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8238
8239         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8240         certs should be verified and what is to be done in the event of a
8241         verification failure.
8242
8243         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8244         caller can indicate whether the cache should be disregarded for this
8245         call.  This way the result of the call is reproducible at all times and
8246         can be considered a canonical server name for the supplied method.
8247         (gnus-agent-method-p): Canonicalize server names by pushing their
8248         method through `gnus-method-to-server' using the no-cache argument.
8249
8250         * gnus-srvr.el (gnus-server-insert-server-line):
8251         Call `gnus-method-to-server' with `no-cache' argument.
8252
8253         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8254         gnus-agent-possibly-synchronize-flags as this should be called when the
8255         server is actually being opened.
8256         (gnus-agent-possibly-synchronize-flags)
8257         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8258         flags file of an agentized server to the latter function.
8259
8260         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8261         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8262         after a connection has been established successfully.
8263
8264 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8265
8266         * gnus-art.el (article-display-face): Force to display face if called
8267         interactively; check if gnus-article-x-face-too-ugly matches author.
8268         (article-display-x-face): Display face even if From header is missing
8269         as article-display-face does.
8270
8271 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8272
8273         * hashcash.el (message-narrow-to-headers-or-head)
8274         (message-fetch-field, message-goto-eoh)
8275         (message-narrow-to-headers): Declare as functions.
8276
8277 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8278
8279         * mail-source.el (mail-sources): Default to fetch from file for
8280         compatibility with default of nnmail-spool-file.
8281
8282 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8283
8284         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8285         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8286         to look for encoded word that should be encoded again.
8287         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8288         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8289         encoding pattern.
8290         (rfc2047-decode-region): Switch strict regexp and loose one according
8291         to rfc2047-allow-irregular-q-encoded-words.
8292
8293 2007-11-25  Romain Francoise  <romain@orebokech.com>
8294
8295         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8296
8297 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8298
8299         * tls.el (tls-program): Provide more custom choices from
8300         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8301         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8302
8303 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8304
8305         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8306         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8307
8308         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8309         `nnmail-spool-file'.
8310
8311         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8312         `nnmail-spool-file'.
8313
8314         * gnus-move.el (gnus-change-server): Ditto.
8315
8316         * gnus-kill.el (gnus-batch-score): Ditto.
8317
8318         * gnus-cache.el (gnus-jog-cache): Ditto.
8319
8320         * gnus-msg.el (gnus-summary-reply):
8321         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8322
8323 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8324
8325         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8326         version.  Minor improvement to doc strings.
8327         (tls-program): Add comment.
8328
8329 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8330
8331         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8332         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8333         mismatch between the hostname provided in the certificate and the name
8334         of the host connnecting to.
8335         (open-tls-stream): Use them.  Check certificates against trusted root
8336         certificates.
8337
8338 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8339
8340         * gnus-cache.el (gnus-cache-generate-nov-databases):
8341         Use nnml-generate-nov-databases-directory instead of
8342         nnml-generate-nov-databases-1.
8343
8344 2007-11-24  Glenn Morris  <rgm@gnu.org>
8345
8346         * message.el (message-tool-bar-retro): Update for rename
8347         mail_send.xpm->mail-send.xpm.
8348
8349 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8350
8351         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8352         `smime-ldap-search' for Emacs 22 and up.
8353
8354 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8355
8356         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8357
8358         * message.el (message-send-mail-function): Fix error convention.
8359         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8360         (message-widen-reply, message-send-mail, message-talkative-question)
8361         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8362         (message-clone-locals, message-send-news): Use with-current-buffer.
8363         (message-insert-or-toggle-importance): Remove unused var `valid'.
8364         (message-make-references): Remove unused var `new-references'.
8365         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8366
8367 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8368
8369         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8370         (spam-split-symbolic-return-positive): Reflow docstring.
8371         (spam-backends, spam-summary-exit-behavior)
8372         (spam-mark-ham-unread-before-move-from-spam-group)
8373         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8374         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8375         (spam-clear-cache, spam-backend-check, spam-install-backend)
8376         (spam-install-statistical-backend, spam-list-of-processors)
8377         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8378         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8379         (spam-check-crm114, spam-initialize, spam-unload-hook):
8380         Fix typos in docstrings.
8381
8382 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8383
8384         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8385         been checked if they have never been read and those group levels are
8386         higher than the one that a user specified.
8387
8388 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8391         foreign groups unless a group level is specified by a user.
8392         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8393
8394 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8395
8396         * message.el (message-send-mail-function): Require sendmail.
8397
8398 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8399
8400         * message.el (message-send-mail-function): Check for smtpmail too.
8401
8402         * utf7.el (utf7-encode, utf7-decode): Use coding system
8403         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8404
8405         * message.el (message-send-mail-function): New function.
8406         (message-send-mail-function): Set default using
8407         message-send-mail-function.  Adjust doc string.
8408         (message-send-mail-with-mailclient): New function.
8409
8410 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8411
8412         * smime.el (from):
8413         * rfc2047.el (message-posting-charset):
8414         * qp.el (mm-use-ultra-safe-encoding):
8415         * pop3.el (parse-time-months):
8416         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8417         * nnml.el (files):
8418         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8419         (jka-compr-compression-info-list, ange-ftp-path-format)
8420         (efs-path-regexp):
8421         * nndiary.el (files):
8422         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8423         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8424         (epg-digest-algorithm-alist, inhibit-redisplay)
8425         (password-cache-expiry):
8426         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8427         (pgg-output-buffer, password-cache-expiry):
8428         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8429         (efs-path-regexp):
8430         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8431         (inhibit-redisplay):
8432         * mm-uu.el (file-name, start-point, end-point, entry)
8433         (gnus-newsgroup-name, gnus-newsgroup-charset):
8434         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8435         (latin-unity-ucs-list):
8436         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8437         (mm-uu-binhex-decode-function):
8438         * message.el (gnus-message-group-art, gnus-list-identifiers)
8439         (rmail-enable-mime-composing, gnus-local-organization)
8440         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8441         (gnus-read-active-file, facemenu-add-face-function)
8442         (facemenu-remove-face-function, gnus-article-decoded-p)
8443         (tool-bar-mode):
8444         * mail-source.el (display-time-mail-function):
8445         * gnus-util.el (nnmail-pathname-coding-system)
8446         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8447         (gnus-original-article-buffer, gnus-user-agent)
8448         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8449         (xemacs-codename, sxemacs-codename, emacs-program-version):
8450         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8451         * gnus-start.el (gnus-agent-covered-methods)
8452         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8453         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8454         (gnus-newsgroup-headers, gnus-group-list-mode)
8455         (gnus-group-mark-positions, gnus-newsgroup-data)
8456         (gnus-newsgroup-unreads, nnoo-state-alist)
8457         (gnus-current-select-method, mail-sources)
8458         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8459         (nnmail-spool-file, gnus-cache-active-hashtb):
8460         * gnus-mh.el (mh-lib-progs):
8461         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8462         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8463         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8464         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8465         (gnus-group-buffer):
8466         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8467         (font-lock-set-defaults):
8468         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8469         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8470         (gnus-summary-post-menu, total-parts, type, condition, length):
8471         * gnus-agent.el (gnus-agent-read-agentview):
8472         * flow-fill.el (show-trailing-whitespace):
8473         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8474         eval-and-compile wrappers for byte compiler pacifiers.
8475
8476         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8477         (mm-display-inline-fontify): Check for featurep 'xemacs not
8478         extent-list.
8479
8480         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8481         itimer-list.
8482         (mm-create-image-xemacs): Only do something for XEmacs.
8483         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8484
8485         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8486
8487         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8488         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8489
8490 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8491
8492         * nnimap.el (nnimap-split-download-body):
8493         * gnus-demon.el (gnus-demon):
8494         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8495
8496 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8497
8498         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8499         New macros.
8500         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8501         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8502         copy data from unibyte buffer to multibyte current buffer.
8503         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8504         to copy data from unibyte current buffer to multibyte buffer.
8505         (nntp-make-process-buffer): Make process buffer unibyte.
8506
8507         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8508
8509 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8510
8511         * pop3.el (pop3-open-server): Accept and process data more robustly at
8512         connexion start to avoid spurious "POP SSL connexion failed" errors.
8513
8514 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8515
8516         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8517         read group names.
8518
8519 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8520
8521         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8522
8523 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8526         (nnmail-save-active): Use a unibyte buffer when saving active file,
8527         which may contain non-ASCII group names.
8528
8529         * nnml.el (nnml-request-group): Decode group names in messages.
8530
8531 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8532
8533         * message.el (message-citation-line-function)
8534         (message-insert-formatted-citation-line): Fix spelling of
8535         `message-insert-formated-citation-line'.
8536
8537 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8538
8539         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8540
8541 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8542
8543         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8544         nnmail-pathname-coding-system.
8545
8546         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8547         that a user enters; decode group names in messages.
8548
8549         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8550
8551 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8552
8553         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8554
8555         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8556
8557         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8558         risky local variable.
8559
8560         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8561
8562 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8563
8564         * encrypt.el: Improve documentation to fix function name typo.
8565         Reported by Daiki Ueno <ueno@unixuser.org>.
8566
8567 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8568
8569         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8570         even if the point is not in the last page of an article.
8571         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8572         back to the previous page.
8573
8574 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8575
8576         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8577
8578 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8579
8580         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8581
8582 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8583
8584         * message.el (message-check-news-body-syntax):
8585         Avoid mm-string-as-multibyte.
8586         (message-hide-headers): Don't assume (point-min)==1.
8587
8588 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8589
8590         * message.el (message-remove-blank-cited-lines): Fix if remove is
8591         given.
8592         (message-bogus-address-regexp): New variable.
8593         (message-bogus-recipient-p): New function.
8594         (message-check-recipients): New command.
8595         (message-syntax-checks): Add `bogus-recipient'.
8596         (message-fix-before-sending): Add `bogus-recipient'.
8597
8598         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8599         (gnus-treat-body-boundary): Don't test window-system.
8600
8601 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8602
8603         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8604
8605 2007-10-28  Miles Bader  <miles@gnu.org>
8606
8607         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8608         at compile-time too.
8609
8610 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8611
8612         * gnus-msg.el (gnus-message-setup-hook):
8613         Add `message-remove-blank-cited-lines' to options.
8614
8615 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8616
8617         * message.el (message-remove-blank-cited-lines): New function.
8618         Suggested by Karl Plästerer.
8619
8620 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8621
8622         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8623         mapc.
8624
8625         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8626         (top-level): Use mapc to set functions to be traced for debugging.
8627
8628         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8629         called for effect with while loop.
8630
8631         * message.el (message-talkative-question): Replace mapcar called for
8632         effect with mapc.
8633
8634         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8635         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8636         called for effect with dolist.
8637
8638         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8639
8640         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8641         gnus-extra-headers and nnmail-extra-headers.
8642
8643         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8644         called for effect with dolist.
8645         (top-level): Use mapc to set functions to be traced for debugging.
8646
8647         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8648         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8649         dolist.
8650
8651         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8652         Replace mapcar called for effect with mapc.
8653         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8654         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8655         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8656         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8657
8658         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8659         remove-if that's a cl function.
8660
8661         * webmail.el (webmail-debug): Replace mapcar called for effect with
8662         dolist.
8663
8664         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8665         with mapc.
8666
8667 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8670         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8671         with while loop.
8672
8673         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8674         functions from article-* functions.
8675         (gnus-multi-decode-header): Replace mapcar called for effect with
8676         dolist.
8677
8678         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8679         (gnus-bookmark-show-details): Replace mapcar called for effect with
8680         while loop.
8681
8682         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8683         called for effect with while loop.
8684
8685         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8686         with dolist.
8687
8688         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8689         Replace mapcar called for effect with dolist.
8690
8691         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8692
8693         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8694         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8695         Replace mapcar called for effect with dolist.
8696         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8697         mapc.
8698
8699         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8700         Replace mapcar called for effect with dolist.
8701         (gnus-topic-list): Replace mapcar called for effect with mapc.
8702
8703         * gnus.el: Use mapc instead of mapcar to add autoloads.
8704
8705 2007-10-23  Richard Stallman  <rms@gnu.org>
8706
8707         * gnus-group.el (gnus-group-highlight): Mark as risky.
8708
8709 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * gnus.el (gnus-server-to-method): Return method found first in
8712         gnus-newsrc-alist.
8713
8714         * gnus-art.el (gnus-article-highlight-signature)
8715         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8716         button overlay without the front stickiness.
8717
8718 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8719
8720         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8721         overview buffer needed a catch to receive its throw.
8722         (gnus-agent-flush-cache): Declare as interactive to make this function
8723         easier to use.
8724
8725 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8726
8727         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8728         `next-line'.
8729
8730 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8731
8732         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8733         exclude address matching message-dont-reply-to-names.
8734
8735 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8736
8737         * gnus-util.el (gnus-string<): New function.
8738
8739         * gnus-sum.el (gnus-article-sort-by-author)
8740         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8741
8742 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8743
8744         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8745         the frame-focus tag is set in gnus-buffer-configuration.
8746
8747 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8748
8749         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8750         the front stickiness.
8751
8752 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8753
8754         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8755         url pattern; remove duplicate one.
8756         (gnus-article-extend-url-button): New function.
8757         (gnus-article-add-buttons): Use it.
8758         (gnus-button-push): Use concatenated url that it makes.
8759
8760 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8761
8762         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8763
8764 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8765
8766         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8767         Don't hardcode point-min==1.
8768
8769 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8770
8771         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8772         Fix comment about "iso8859-1".
8773
8774 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8775
8776         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8777         ones returned from the verify-function.
8778
8779         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8780         Call mml2015-extract-cleartext-signature if extraction failed.
8781
8782 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8783
8784         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8785         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8786         failed.
8787
8788 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8789
8790         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8791
8792 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8793
8794         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8795         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8796         recommends to use EasyPG instead of PGG.
8797
8798         * pgg.el: Revert to revision 6.23.2.16.
8799
8800         * pgg-def.el: Revert to revision 6.6.2.14.
8801
8802         * pgg-gpg.el: Revert to revision 6.23.2.34.
8803
8804 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8805
8806         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8807         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8808         thread for both the null and zero (kill/expire thread) universal prefix
8809         cases.
8810         (gnus-summary-expire-thread): Add new function to expire a thread,
8811         using gnus-summary-kill-thread.
8812         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8813         shortcuts for gnus-summary-expire-thread.
8814         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8815         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8816
8817 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8818
8819         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8820         extras value, so an extras entry can be deleted.
8821         (gnus-registry-delete-extra-entry): Use it.
8822         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8823         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8824         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8825         storage through the gnus-registry, and provide an appropriate API for
8826         it.
8827
8828 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8831         Suggested by Leo <sdl.web@gmail.com>.
8832
8833         * gnus.el: Do.
8834
8835 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8838         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8839
8840         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8841
8842         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8843         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8844
8845 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8846
8847         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8848         newline.
8849         (nnmbox-request-accept-article): Don't change article in source buffer;
8850         narrow to header to use message-fetch-field rather than
8851         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8852         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8853         as delimiters; make sure article ends with newline.
8854         (nnmbox-delete-mail): Correct last position of article to be deleted;
8855         ignore X-Gnus-Newsgroup header in article body.
8856         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8857         positions; make sure article ends with newline.
8858
8859         * message.el (message-display-abbrev): Don't infloop when a user
8860         inserts SPC in the beginning of header.
8861
8862         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8863         coding-system-for-read and coding-system-for-write for XEmacs having no
8864         file-coding feature.
8865
8866         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8867
8868 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8869
8870         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8871         list of groups not followed by default.  Fix type to be regexp.
8872         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8873
8874 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8875
8876         * hmac-def.el (define-hmac-function): Switch from old-style to
8877         new-style backquotes.
8878
8879         * md4.el (md4-make-step): Likewise.
8880
8881 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8882
8883         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8884         raw-text coding system when saving .newsrc file, which may contain
8885         non-ASCII group names.
8886
8887 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * gnus-cus.el (gnus-score-extra): New widget.
8890         (gnus-score-extra-convert): New function.
8891         (gnus-score-customize): Use it for Extra.
8892
8893 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8894
8895         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8896         (mml2015-mailcrypt-clear-verify): Use it.
8897         (mml2015-gpg-clear-verify): Use it.
8898         (mml2015-pgg-clear-verify): Use it.
8899         (mml2015-epg-clear-verify): Replace the current part with the output
8900         from GnuPG; don't extract the plaintext by itself.
8901
8902         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8903         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8904         mml2015-clear-verify-function; don't touch the armor headers or
8905         dash-escaped text here.
8906
8907 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8908
8909         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8910         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8911         parts, or application/octet-stream as a last resort.
8912         (gnus-mime-view-part-as-type): Don't toggle display.
8913         (gnus-mime-view-part-as-charset): Don't turn off display before
8914         querying charset.
8915
8916         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8917         stuff to undisplayer function in Emacs.
8918         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8919
8920         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8921         text/calendar parts.
8922
8923 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8924
8925         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8926         decoding text/calendar parts.
8927
8928         * message.el (message-forward-make-body-mime): Always mark body as
8929         having no illegible text; remove signed-or-encrypted argument.
8930         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8931
8932         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8933         (mml-generate-mime-1): Don't encode body if it is specified to be in
8934         raw form; don't make buffer be unibyte when inserting multibyte string.
8935
8936 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8937
8938         * sha1.el: Fix up comment style.
8939         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8940         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8941
8942         * hex-util.el: Fix up comment style.
8943         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8944
8945         * gnus-salt.el: Use with-current-buffer.
8946         (gnus-pick-setup-message): Fix long-standing typo.
8947
8948 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * imap.el (imap-logout-timeout): New variable.
8951         (imap-logout, imap-logout-wait): New functions.
8952         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8953
8954         * nnimap.el (nnimap-logout-timeout): New server variable.
8955         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8956         nnimap-logout-timeout.
8957
8958         * gnus-art.el (gnus-article-summary-command-nosave)
8959         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8960
8961 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * gnus.el (gnus-maximum-newsgroup): New variable.
8964
8965         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8966         according to gnus-maximum-newsgroup.
8967
8968         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8969         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8970         Limit the range of articles according to gnus-maximum-newsgroup.
8971
8972 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8973
8974         * gnus-art.el (gnus-sticky-article): Fix problems described in
8975         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8976         Don't perform gnus-configure-windows here; reuse existing sticky
8977         article buffer.
8978
8979         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8980         it doesn't exist in gnus-article-mode.
8981
8982 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8983
8984         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8985         (gnus-agent-decoded-group-name): New function.
8986         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8987         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8988
8989 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8990
8991         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8992         Add binding for gnus-sticky-article.
8993         (gnus-summary-exit): Don't kill sticky article buffers.
8994
8995         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8996         article buffer.
8997         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8998         (gnus-kill-sticky-article-buffers): New commands.
8999
9000 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * nntp.el (nntp-xref-number-is-evil): New server variable.
9003         (nntp-find-group-and-number): If it is non-nil, don't trust article
9004         numbers in the Xref header.
9005
9006 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9007
9008         * gnus-agent.el (gnus-agent-read-group): New function.
9009         (gnus-agent-flush-group, gnus-agent-expire-group)
9010         (gnus-agent-regenerate-group): Use it.
9011         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9012         nnmail-pathname-coding-system.
9013
9014 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9015
9016         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9017
9018         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9019         that are unread as unread, and also as selected so that information of
9020         marks having been changed by a user may be updated when exiting group.
9021
9022 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9023
9024         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9025
9026 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9029         calculated ignoring signature parts to gnus-treat-article.
9030
9031 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9032
9033         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9034         a point here in order to keep the window start.
9035         (gnus-insert-mime-security-button): Make a button overlay without the
9036         front stickiness.
9037         (gnus-mime-display-security): Goto the end of a button.
9038
9039         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9040
9041 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9042
9043         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9044         group-name-at-point.
9045         (gnus-group-completing-read): New function that offers decoded
9046         non-ASCII group names for completion.
9047         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9048         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9049         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9050         (gnus-group-fetch-control): Use it.
9051         (gnus-fetch-group): Use group-name-at-point for the initial value
9052         rather than the default value; use gnus-alive-p.
9053
9054         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9055         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9056         (gnus-summary-post-news): Use gnus-group-completing-read.
9057
9058         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9059         (gnus-read-move-group-name): Decode group name for completion.
9060
9061 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9062
9063         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9064         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9065         Yamaoka slightly modified the code).
9066
9067 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9068
9069         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9070         (nnmail-split-incoming): Bind it.
9071
9072         * nnml.el (nnml-group-name-charset): New function.
9073         (nnml-decoded-group-name): Use it; don't decode group name if
9074         nnmail-group-names-not-encoded-p is non-nil.
9075         (nnml-encoded-group-name): New function.
9076         (nnml-group-pathname): Inline nnml-decoded-group-name.
9077         (nnml-request-expire-articles): Decode group name in message.
9078         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9079         nnmail-pathname-coding-system.
9080         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9081         not decoded ones according to nnmail-group-names-not-encoded-p.
9082         (nnml-generate-active-info): Use nnml-encoded-group-name.
9083
9084 2007-08-08  Glenn Morris  <rgm@gnu.org>
9085
9086         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9087         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9088         doc-strings and comments.
9089
9090 2007-07-25  Glenn Morris  <rgm@gnu.org>
9091
9092         * Relicense all FSF files to GPLv3 or later.
9093
9094 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9095
9096         * gnus-sum.el (gnus-summary-move-article):
9097         Make gnus-summary-respool-article work.
9098
9099 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9100
9101         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9102         string.
9103
9104 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9105
9106         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9107         that should be ignored when comparing distant RSS articles with local
9108         ones.
9109         (nnrss-make-hash-index): New function.  Create a hash index according
9110         to the ignored fields.
9111         (nnrss-check-group): Use it.
9112
9113 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9116
9117         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9118
9119         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9120         the new optional argument ENCODED is non-nil.
9121         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9122         coding system for encoding group name.
9123         (gnus-group-make-rss-group): Pass un-encoded group name to
9124         gnus-group-make-group.
9125         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9126         encoded.
9127
9128         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9129         Encode group name to which articles are moved or copied.
9130         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9131         coding system for encoding Newsgroup, Followup-To and Xref headers.
9132
9133         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9134         marks; use nnheader-file-coding-system to write a file.
9135         (nnagent-retrieve-headers): Bind file-name-coding-system to
9136         nnmail-pathname-coding-system.
9137
9138         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9139
9140         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9141         (nnml-request-article, nnml-request-create-group)
9142         (nnml-request-rename-group, nnml-find-id)
9143         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9144         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9145         (nnml-save-marks): Use nnml-group-pathname instead of
9146         nnmail-group-pathname.
9147
9148         (nnml-request-create-group, nnml-request-expire-articles)
9149         (nnml-request-move-article, nnml-request-delete-group)
9150         (nnml-deletable-article-p, nnml-possibly-create-directory)
9151         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9152         (nnml-open-marks): Bind file-name-coding-system to
9153         nnmail-pathname-coding-system.
9154
9155         (nnml-request-article): Pass server argument to nnml-find-group-number.
9156         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9157         Pass server argument to nnml-possibly-create-directory.
9158         (nnml-request-accept-article): Pass server argument to
9159         nnml-active-number and nnml-save-mail.
9160         (nnml-find-group-number): Pass server argument to nnml-find-id.
9161         (nnml-request-update-info): Pass server argument to
9162         nnml-marks-changed-p.
9163
9164         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9165         (nnml-save-mail, nnml-active-number): Add server argument.
9166
9167         (nnml-request-delete-group): Warn if group is missing.
9168         (nnml-get-nov-buffer): Decode group name.
9169         (nnml-generate-active-info): Encode group name.
9170         (nnml-open-marks): Decode group name in messages.
9171
9172 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9173
9174         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9175         if it is not specified.
9176         (gnus-article-pipe-part, gnus-article-save-part)
9177         (gnus-article-interactively-view-part, gnus-article-copy-part)
9178         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9179         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9180         (gnus-article-replace-part, gnus-article-delete-part)
9181         (gnus-article-view-part-as-type): Pass raw prefix argument to
9182         gnus-article-part-wrapper.
9183
9184 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * gnus-agent.el (gnus-agent-save-active):
9187         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9188
9189         * gnus-cache.el (gnus-cache-save-buffers)
9190         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9191         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9192         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9193         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9194         (gnus-cache-generate-active, gnus-cache-rename-group)
9195         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9196         (gnus-cache-update-overview-total-fetched-for):
9197         Bind file-name-coding-system to nnmail-pathname-coding-system.
9198         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9199         New variables.
9200         (gnus-cache-decoded-group-name): New function.
9201         (gnus-cache-file-name): Use it.
9202         (gnus-cache-generate-active): Use non-decoded group name for active.
9203
9204         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9205         right place.
9206         (gnus-write-active-file): Don't break non-ASCII group names.
9207
9208         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9209         nnmail-pathname-coding-system.
9210
9211         * lpath.el: Bind default-file-name-coding-system,
9212         file-name-coding-system and language-info-alist for XEmacs.
9213
9214         * gnus-uu.el (gnus-uu-decode-save): Typo.
9215
9216 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9217
9218         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9219
9220 2007-07-14  David Kastrup  <dak@gnu.org>
9221
9222         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9223         finishing actions if we did not edit the article.
9224
9225 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9228         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9229         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9230         (gnus-agent-flush-group, gnus-agent-flush-cache)
9231         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9232         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9233         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9234         (gnus-agent-regenerate-group)
9235         (gnus-agent-update-files-total-fetched-for)
9236         (gnus-agent-update-view-total-fetched-for):
9237         Bind file-name-coding-system to nnmail-pathname-coding-system.
9238         (gnus-agent-group-pathname): Don't encode file names by
9239         nnmail-pathname-coding-system.
9240         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9241         coding-system-for-write instead of buffer-file-coding-system to
9242         gnus-agent-file-coding-system.
9243
9244         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9245         Decode group name.
9246
9247         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9248
9249         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9250         (gnus-read-newsrc-el-file): Make group names unibyte.
9251
9252         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9253         nnmail-pathname-coding-system.
9254
9255         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9256         (nnrss-request-delete-group): Bind file-name-coding-system to
9257         nnmail-pathname-coding-system.
9258         (nnrss-read-server-data, nnrss-read-group-data):
9259         Bind file-name-coding-system correctly.
9260         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9261
9262         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9263         (nntp-server-to-method-cache): New variable.
9264         (nntp-group-pathname): New function that decodes non-ASCII group names.
9265         (nntp-possibly-create-directory, nntp-marks-changed-p)
9266         (nntp-save-marks, nntp-open-marks): Use it.
9267         (nntp-possibly-create-directory, nntp-open-marks):
9268         Bind file-name-coding-system to nnmail-pathname-coding-system.
9269         (nntp-open-marks): Decode group names when bootstrapping marks.
9270
9271         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9272         Newsgroups and Folowup-To headers.
9273
9274 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9275
9276         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9277         (gnus-server-closed-face, gnus-server-denied-face)
9278         (gnus-server-offline-face): Remove variable.
9279         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9280
9281         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9282         of modifying message-stack directly for XEmacs.
9283
9284         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9285         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9286         if the coding-system argument is nil for XEmacs.
9287
9288         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9289         mm-charset-override-alist.
9290
9291         * rfc2047.el: Don't require base64; require rfc2045 for the function
9292         rfc2045-encode-string.
9293         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9294         to quote the parameter value.
9295
9296 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9297
9298         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9299         form in gnus-group-name-charset-method-alist.
9300
9301         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9302         overrides the default layout edit-form.
9303
9304         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9305
9306         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9307
9308 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9309
9310         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9311         as unfetched articles.
9312
9313 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9314
9315         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9316
9317 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9318
9319         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9320         original back end that keeps marks in the local system.
9321
9322 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9323
9324         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9325         arg of pop-to-buffer for XEmacs.
9326         (gnus-article-read-summary-keys): Ditto; don't restore window
9327         configuration if summary command ends up with neither article buffer
9328         nor summary buffer; describe bindings if summary keys end with C-h.
9329
9330 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9331
9332         * message.el (message-fix-before-sending): Skip raw message part to be
9333         forwarded while checking illegible text.
9334         (message-forward-make-body-mime, message-forward-make-body):
9335         Mark signed or encrypted raw message as having no illegible text.
9336
9337 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9338
9339         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9340         (gnus-message-with-timestamp-1): New macro.
9341         (gnus-message-with-timestamp): New function.
9342         (gnus-message): Use them.
9343
9344         * nnheader.el (nnheader-message): Use them.
9345
9346 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9347
9348         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9349         .newsrc.eld file.
9350
9351 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * gnus-agent.el (gnus-agent-fetch-headers)
9354         (gnus-agent-retrieve-headers):
9355         Bind gnus-decode-encoded-address-function to identity.
9356
9357         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9358         available also when the server returns simply a dot.
9359
9360         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9361
9362 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9365
9366 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9367
9368         * gnus-ems.el (gnus-x-splash): Make it work.
9369
9370         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9371         from being used.
9372
9373         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9374
9375 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9376
9377         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9378         4th and the 5th arguments.
9379
9380         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9381         the front stickiness.
9382         (gnus-article-summary-command-nosave): Correct the order of the
9383         arguments passed to pop-to-buffer.
9384         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9385         summary command ends up with the article buffer.
9386
9387         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9388         the same faces.
9389
9390 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9391
9392         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9393
9394 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9395
9396         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9397         * gnus-sum.el (gnus-summary-highlight):
9398         * pgg.el (pgg-sign-region, pgg-sign):
9399         * mail-source.el (mail-source-delete-old-incoming-confirm):
9400         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9401
9402 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9403
9404         * gnus-art.el (gnus-mime-view-part-externally)
9405         (gnus-mime-view-part-internally): Fix predicate function passed to
9406         completing-read.
9407
9408         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9409
9410         * gnus.el (gnus-update-message-archive-method): Add :version.
9411
9412 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * gnus.el (gnus-update-message-archive-method): New variable.
9415
9416         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9417         according to gnus-message-archive-method if
9418         gnus-update-message-archive-method is non-nil.
9419
9420 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9421
9422         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9423         Suggested by Loic Dachary <loic@dachary.org>.
9424         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9425
9426 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9427
9428         * message.el (message-pop-to-buffer): Add switch-function argument.
9429         (message-mail): Pass switch-function argument to it.
9430
9431 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9432
9433         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9434         Improve doc string.
9435
9436 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9437
9438         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9439         (gnus-header-content)
9440         * gnus-cite.el (gnus-cite-10)
9441         * gnus-srvr.el (gnus-server-closed)
9442         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9443         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9444         (gnus-group-mail-3-empty, gnus-group-mail-low)
9445         (gnus-group-mail-low-empty, gnus-splash)
9446         * message.el (message-header-to, message-header-cc)
9447         (message-header-subject, message-header-other, message-header-name)
9448         (message-header-xheader, message-separator, message-cited-text)
9449         (message-mml): Lighten colors of faces used for dark background.
9450
9451 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9452
9453         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9454         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9455
9456 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9457
9458         * message.el (message-narrow-to-headers-or-head):
9459         Ignore mail-header-separator in the body.
9460
9461 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9462
9463         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9464         same as window size.
9465
9466 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9467
9468         * message.el (message-font-lock-keywords): Use message-header-xheader
9469         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9470         ahead of the anything pattern, to get it recognised.
9471
9472 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9473
9474         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9475         spam.el loads uses it in the compiled defadvice form.
9476
9477 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9478
9479         * gnus-sum.el (gnus-articles-to-read)
9480         (gnus-summary-insert-old-articles): Don't truncate group name for
9481         `read-string'.
9482
9483         * gnus-util.el (gnus-limit-string): Delete this function.
9484
9485         * gnus-sum.el (gnus-simplify-subject-fully):
9486         Use `truncate-string-to-width' instead.
9487
9488 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9489
9490         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9491         Tell if, on summary exit, the next group has to be selected.
9492         (gnus-summary-exit): Use it.
9493
9494 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9495
9496         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9497         non-break space.
9498
9499 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9500
9501         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9502         Check if group is not a directory.
9503         (nnfolder-request-expire-articles): Don't delete articles if the target
9504         group is not available.
9505
9506         * nnml.el (nnml-request-create-group): Properly check if group is not a
9507         file.
9508         (nnml-request-expire-articles): Don't delete articles if the target
9509         group is not available.
9510
9511         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9512         Don't quote characters that are within parentheses.
9513
9514 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9515
9516         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9517         (gnus-handle-ephemeral-exit): Select article according to it.
9518
9519 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9520
9521         * message.el (message-insert-formated-citation-line): Remove newline.
9522         (message-citation-line-format): Add final \n here so that the user can
9523         avoid a blank line.
9524
9525 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9526
9527         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9528         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9529         Update lanl/arXiv support.
9530
9531 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9532
9533         * gnus.el: Bump version number.
9534
9535 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9536
9537         * gnus.el (gnus-version-number): Bump version.
9538
9539 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9540
9541         * gnus.el: No Gnus v0.6 is released.
9542
9543 2007-04-27  Didier Verna  <didier@xemacs.org>
9544
9545         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9546         * gmm-utils.el (gmm-regexp-concat): ... here.
9547         * message.el: Don't require 'gnus-util.
9548         (message-dont-reply-to-names): Handle name change above.
9549         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9550
9551 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9552
9553         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9554         since the initial value varies according to the system.
9555
9556 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9557
9558         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9559
9560 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9561
9562         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9563
9564 2007-04-24  Didier Verna  <didier@xemacs.org>
9565
9566         Improve the type of gnus-ignored-from-addresses.
9567         * gnus-util.el (gnus-orify-regexp): New function.
9568         * message.el (gnus-util): Require it.
9569         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9570         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9571         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9572
9573 2007-04-24  Didier Verna  <didier@xemacs.org>
9574
9575         * gnus-sum.el:
9576         * gnus-utils.el: Fix some trailing whitespaces.
9577
9578 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9579
9580         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9581         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9582         article's Message-ID; refer parent article in summary buffer.
9583
9584         * message.el (message-bounce): Call mime-to-mml.
9585
9586         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9587         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9588         optimize and/or forms properly.
9589
9590 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9591
9592         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9593         URL.
9594
9595 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9596
9597         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9598
9599 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9600
9601         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9602         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9603         displayed of multipart/alternative part if it is invoked from summary
9604         buffer.
9605
9606         * mm-view.el (mm-inline-text-html-render-with-w3m)
9607         (mm-inline-text-html-render-with-w3m-standalone)
9608         (mm-inline-render-with-function): Use mail-parse-charset by default.
9609
9610 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9611
9612         * parse-time.el (parse-time-string-chars): Check if CHAR
9613         is less than the length of parse-time-syntax.
9614
9615 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9616
9617         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9618         from gnus-newsgroup-processable.
9619
9620 2007-04-16  Didier Verna  <didier@xemacs.org>
9621
9622         * gnus-msg.el (gnus-configure-posting-styles):
9623         Handle message-signature-directory properly with :file syntax.
9624         Reported by "Leo".
9625
9626 2007-04-11  Didier Verna  <didier@xemacs.org>
9627
9628         New user option: message-signature-directory.
9629         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9630         * message.el (message-insert-signature): Ditto.
9631         * message.el (message-signature-file): Doc update.
9632         * message.el (message-signature-directory): New.
9633
9634 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9635
9636         * gnus-msg.el (gnus-inews-yank-articles):
9637         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9638
9639 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9640
9641         * message.el (message-yank-original): Make sure cited text ends with
9642         newline; don't exchange point and mark.
9643
9644 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9645
9646         * tls.el (open-tls-stream): Properly handle case where there
9647         is no associated buffer.
9648
9649 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9650
9651         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9652         message-yank-original, make sure (< mark TEXT point).
9653
9654 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9655
9656         * message.el (message-fill-column): New variable.
9657         (message-mode): Use it.  Add comment on a possible new hook.
9658
9659         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9660         (nnmail-get-new-mail): Reformat.
9661
9662         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9663
9664         * gmm-utils.el: Fix Commentary.
9665         (gmm-tool-bar-from-list): Fix typo in doc string.
9666
9667 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9668
9669         * message.el (message-yank-original): Don't switch point and mark
9670         unnecessarily to put point and mark as documented.
9671
9672 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9673
9674         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9675         from the message heads.
9676
9677 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9678
9679         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9680         article buffer does not have a window.  This may not be the best
9681         solution but is certainly better than setting the start of the null,
9682         that is the current, window.
9683
9684 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9685
9686         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9687         (gnus-draft-setup): Run it.
9688
9689         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9690         gnus-score-fast-scoring.  Allow regexp.
9691         (gnus-score-headers): Use it.
9692
9693         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9694         XEmacs.
9695
9696         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9697         string.
9698         (gnus-button-alist): Also catch `<f1> k ...'.
9699         (gnus-treat-display-x-face): Fix doc string.
9700
9701 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9702
9703         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9704         evaluation of gnus-extended-version to ensure correct generation of the
9705         User-Agent header when message-generate-headers-first is used.
9706
9707 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9708
9709         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9710         hashcash-path is nil.  Don't call callback with incorrect number of
9711         parameters if val is 0.
9712
9713 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9714
9715         * message.el (message-required-news-headers):
9716         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9717
9718 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9719
9720         * tls.el (open-tls-stream): In handshake-waiting loop,
9721         don't wait more if there is output available to process.
9722
9723 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9724
9725         * tls.el (tls-program): Doc fix.
9726
9727 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9728
9729         * message.el (message-generate-new-buffers): Change the meaning of the
9730         nil value; add `standard' to the choices; treat t as `unique'; improve
9731         doc string.
9732         (gnus-select-frame-set-input-focus): Autoload.
9733         (message-buffer-name): Search for the existing message buffer if
9734         message-generate-new-buffers is nil or `standard'; treat the value t of
9735         message-generate-new-buffers as `unique'.
9736         (message-pop-to-buffer): Raise the frame already displaying the message
9737         buffer; clear the echo area after querying.
9738         (message-setup): Pass the `continue' argument to compose-mail.
9739         (message-mail): Prefer `switch-function' if it is given; search for the
9740         existing message buffer if the `continue' argument is non-nil; pass
9741         continue and switch-function arguments to compose-mail by way of
9742         message-setup.
9743         (message-mail-other-window): Adjust argument of message-setup.
9744         (message-mail-other-frame): Ditto.
9745
9746 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9747
9748         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9749         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9750         to turn font-lock on when turning gnus-message-citation-mode on.
9751
9752 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9753
9754         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9755         (mml-smime-function-alist): New variable; add epg as the backend.
9756         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9757         mml-smime- functions instead.
9758         * mm-view.el: Require smime.
9759
9760 2007-03-05  Didier Verna  <didier@xemacs.org>
9761
9762         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9763         instead of just inheritance for posting styles.
9764         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9765
9766 2007-02-24  Chris Moore  <dooglus@gmail.com>
9767
9768         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9769         * pgg-pgp.el (pgg-pgp-encrypt-region):
9770         * pgg-gpg.el (pgg-gpg-encrypt-region):
9771         Check pgg-encrypt-for-me if no other recipients.
9772
9773 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9774
9775         * tls.el (tls-certtool-program): Fix custom type.
9776
9777 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9778
9779         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9780         and point-at-eol instead of line-(beginning|end)-position.
9781
9782         * assistant.el (assistant-parse-buffer): Ditto.
9783
9784         * netrc.el (netrc-parse-services): Ditto.
9785
9786 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9787
9788         * mml2015.el (mml2015-epg-find-usable-key): New function.
9789         (mml2015-epg-sign): Use it.
9790         (mml2015-epg-encrypt): Use it.
9791
9792 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * message.el (message-make-in-reply-to): Quote name containing
9795         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9796         if there are special characters.  Reported by NAKAJI Hiroyuki
9797         <nakaji@jp.freebsd.org>.
9798
9799 2007-02-27  Didier Verna  <didier@xemacs.org>
9800
9801         Include the group parameters as well as the topic ones in the
9802         inheritance filter process.
9803         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9804         argument GROUP-PARAMS-LIST.
9805         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9806
9807 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9808
9809         * nntp.el (nntp-never-echoes-commands)
9810         (nntp-open-connection-functions-never-echo-commands): New variables.
9811         (nntp-send-command): Use them.
9812
9813 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9814
9815         * mml2015.el (mml2015-epg-verify): Simplify.
9816
9817 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9818
9819         * mml.el (mml-content-disposition-alist): New user option.
9820         (mml-content-disposition): New function.
9821         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9822         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9823
9824 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9825
9826         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9827         verification.
9828
9829 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9830
9831         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9832         articles posted in the last 24 hours.
9833
9834 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9835
9836         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9837
9838 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9839
9840         * nntp.el (nntp-send-command): Don't wait for echoes when
9841         nntp-open-ssl-stream is used.
9842
9843 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9844
9845         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9846         (gnus-message-add-citation-keywords)
9847         (gnus-message-remove-citation-keywords): Remove.
9848         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9849         directly, make the variables in font-lock-defaults buffer-local, add
9850         gnus-message-citation-keywords to them and then update the value of
9851         font-lock-keywords.
9852
9853 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9854
9855         * message.el (message-cite-original-1): Don't call
9856         gnus-article-highlight-citation.
9857
9858         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9859         citations; fix line count.
9860
9861 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9862
9863         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9864         (gnus-message-add-citation-keywords)
9865         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9866         versions of font-lock-add-keywords and font-lock-remove-keywords to
9867         work with XEmacs correctly.
9868
9869 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9870
9871         * gnus-cite.el (gnus-cite-face-list): Set the values of
9872         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9873         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9874         (gnus-message-cite-prefix-regexp): New variable.
9875         (gnus-message-search-citation-line): Use it; protect against long
9876         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9877         the 0th match data for Emacs.
9878         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9879         (gnus-message-add-citation-keywords): Append keywords rather than
9880         prepending; emulate font-lock-add-keywords if it is not available.
9881         (gnus-message-remove-citation-keywords):
9882         Emulate font-lock-remove-keywords if it is not available.
9883
9884         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9885
9886         * message.el (message-cite-prefix-regexp): Set the value of
9887         gnus-message-cite-prefix-regexp.
9888
9889 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9890
9891         * nnweb.el (nnweb-google-parse-1): Update parser.
9892
9893 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9894
9895         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9896
9897 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9898
9899         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9900         regexp.
9901
9902 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9905         string-to-multibyte.
9906         (uudecode-decode-region-internal): Use it.
9907
9908         * lpath.el: Fbind string-as-multibyte for XEmacs.
9909
9910 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9911
9912         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9913         Fix custom choice.
9914
9915         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9916
9917 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9918
9919         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9920
9921         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9922         `write-region' to respect `mm-inhibit-file-name-handlers'.
9923
9924 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9925
9926         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9927         Use gnus-home-directory instead of "~/" or "$HOME".
9928
9929 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9930
9931         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9932         to mention filename.
9933         Add comments at beginning regarding usage.
9934         (encrypt-write-file-contents): Change interactive so a string is
9935         acceptable.  If the file has no associated model, show an error instead
9936         of a nonsense prompt.
9937
9938 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9939
9940         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9941         Thanks to Yoshihiko Yamada for kind notification of this typo.
9942
9943 2007-01-12  Kenichi Handa  <handa@m17n.org>
9944
9945         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9946         multibyte buffer.
9947
9948 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9949
9950         * gnus-score.el (gnus-score-fast-scoring): New variable.
9951         (gnus-score-headers): Use it.
9952
9953         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9954
9955         * message.el (message-cite-original-1):
9956         Call gnus-article-highlight-citation if requested.
9957         (message-make-from): Allow name and address as optional arguments.
9958
9959         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9960
9961         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9962         bugs to doc string.
9963         (gnus-button-alist): Add mid\\|message-id.
9964         (gnus-button-fetch-group): Extend for use in
9965         `browse-url-browser-function'.
9966         (gnus-button-url-regexp): Try to catch paired parentheses like in
9967         Wikipedia URLs.
9968
9969         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9970         Suggested by Simon Krahnke <overlord@gmx.li>.
9971
9972 2007-01-13  Romain Francoise  <romain@orebokech.com>
9973
9974         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9975         Update copyright.
9976
9977 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9978
9979         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9980
9981 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9982
9983         * gnus-registry.el (gnus-registry-unfollowed-groups)
9984         (gnus-registry-split-fancy-with-parent): Fix documentation.
9985
9986 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9987
9988         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9989         from nnweb groups.
9990
9991 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9992
9993         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9994         Xref urls.  Erase buffer before requesting head.
9995
9996         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9997
9998 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9999
10000         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10001         customizable.
10002
10003 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10004
10005         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10006         no signing key is found.
10007         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10008         no encrypting and/or signing key is found.
10009
10010 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10011
10012         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10013
10014 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10015
10016         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10017         headers read from disk with the ones newly found in the current search.
10018         This should no longer cause problems, because the article numbers in
10019         Gmane's `nov.php' output are ignored since the previous change.
10020
10021 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10022
10023         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10024
10025 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10026
10027         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10028         replace-regexp-in-string; bind url-version; fbind display-images-p and
10029         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10030         find-face and set-itimer-function for Emacs; bind itimer-list for
10031         Emacs.
10032
10033         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10034
10035 2007-01-01  Romain Francoise  <romain@orebokech.com>
10036
10037         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10038
10039 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10040
10041         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10042         `define-minor-mode' macro definition expanded properly.
10043         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10044         exclude it there.
10045
10046         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10047         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10048         `fboundp' test.
10049         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10050         This is OK to autoload in (S)XEmacs now.
10051
10052 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10053
10054         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10055         keystroke.
10056         (gnus-summary-limit-to-singletons): Fix typo.
10057
10058         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10059         else fails.
10060
10061 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10062
10063         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10064         docstring.
10065
10066         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10067         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10068         (gnus-summary-insert-dormant-articles): Fix typo in message.
10069
10070 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10071
10072         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10073         nil for XEmacs.
10074         (gnus-message-citation-mode): Don't autoload in XEmacs.
10075
10076         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10077
10078 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10079
10080         * nnimap.el (nnimap-expunge-search-string):
10081         Mention nnimap-search-uids-not-since-is-evil in docstring.
10082
10083 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10084
10085         * spam.el: Revert to make-obsolete-variable because
10086         define-obsolete-variable-alias is not supported in Emacs 21.
10087
10088         * spam.el (spam-ifile-path, spam-ifile-database-path)
10089         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10090         make-obsolete-variable.
10091         (spam-bsfilter-path, spam-bsfilter-program)
10092         (spam-spamassassin-path, spam-spamassassin-program)
10093         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10094         Don't use "path" inappropriately.
10095         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10096         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10097         variable names.
10098
10099 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10100
10101         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10102         summary buffer.
10103
10104         * password.el (password-cache-remove): Use clear-string to burn
10105         password, if available.
10106
10107 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10108
10109         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10110
10111         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10112
10113         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10114         (gnus-message-highlight-citation): Move defcustom here from
10115         gnus-cite.el.
10116         (gnus-message-citation-mode): Autoload.
10117
10118         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10119         checks to make it compile with XEmacs.
10120         (gnus-message-citation-mode): New minor mode.
10121         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10122         (gnus-message-highlight-citation): New variables.
10123         (gnus-message-search-citation-line)
10124         (gnus-message-add-citation-keywords)
10125         (gnus-message-remove-citation-keywords)
10126         (turn-on-gnus-message-citation-mode)
10127         (turn-off-gnus-message-citation-mode): New functions.
10128
10129 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10130
10131         * gnus-cite.el: Enable highlighting of different citation levels in
10132         message-mode.
10133
10134 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10135
10136         * message.el (message-make-fqdn): Fix comment.
10137         (message-bogus-system-names): Add ".local".
10138
10139         * spam.el (spam-ifile-path, spam-ifile-program)
10140         (spam-ifile-database-path, spam-ifile-database)
10141         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10142         Don't use "path" inappropriately.
10143         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10144         strings.
10145         (spam-check-ifile, spam-ifile-register-with-ifile)
10146         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10147         Use new variable names.
10148
10149         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10150         (gnus-treat-display-smileys): Simplify using
10151         gnus-image-type-available-p.
10152
10153         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10154         available.
10155
10156         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10157         Use `display-images-p' if available.
10158
10159 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10160
10161         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10162         one after turning on the buffer's multibyteness instead of decoding
10163         them directly in the unibyte buffer that causes unexpected conversion
10164         in Emacs 23 (unicode).
10165
10166 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10167
10168         * message.el (message-generate-hashcash): Fix custom type.
10169
10170 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10171
10172         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10173
10174 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10175
10176         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10177         disconnect icons.  Add help text.
10178
10179 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10180
10181         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10182         negated to be consistent with the others we handle.
10183
10184 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10185
10186         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10187         version of gnus-summary-buffer to something, so that we can use two
10188         article buffers at the same time.
10189
10190 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10191
10192         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10193         trigger all the extra headers.
10194         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10195         sorting.
10196
10197 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10198
10199         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10200         solid groups.
10201
10202 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10203
10204         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10205
10206 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10207
10208         * legacy-gnus-agent.el: Add Copyright notice.
10209
10210 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10211
10212         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10213
10214 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10215
10216         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10217
10218         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10219         to make it work reliably in CVS Emacs.
10220         (gnus-summary-limit-strange-charsets-predicate)
10221         (gnus-summary-limit-to-predicate): New functions.
10222
10223 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10224
10225         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10226         specifying array size.
10227         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10228         array if it is too small.
10229         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10230         (gnus-sort-threads-loop): New function.
10231
10232 2006-12-06  Chris Moore  <dooglus@gmail.com>
10233
10234         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10235         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10236
10237 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10238
10239         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10240         options.
10241
10242 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10243
10244         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10245         DOS-ing the recipient.
10246
10247         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10248         the headers when creating the mapping to avoid mismappings.
10249         (nnweb-gmane-create-mapping): Always nix out old mapping.
10250
10251 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10254         and mm-verify-option to never.
10255
10256 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10257
10258         * message.el (message-signed-or-encrypted-p): New function.
10259         (message-forward-make-body): Use it.
10260
10261         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10262         Replace encode-coding-string with mm-encode-coding-string.
10263
10264 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10265
10266         * nneething.el (nneething-decode-file-name):
10267         Replace decode-coding-string with mm-decode-coding-string.
10268
10269         * gnus-int.el (gnus-open-server): Say failed server's name.
10270
10271 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10272
10273         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10274         strings to a single string.  Quote `errors-file-name'.
10275         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10276         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10277         Adjust calls.  Use `shell-quote-argument'.
10278
10279 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10280
10281         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10282         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10283
10284         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10285         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10286         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10287         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10288         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10289         (gnus-subscribe-newsgroup, gnus-1):
10290         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10291         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10292         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10293         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10294
10295 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10296
10297         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10298         keystroke.
10299         (gnus-summary-limit-to-bodies): Implement headersp.
10300
10301 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10302
10303         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10304
10305 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10306
10307         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10308
10309 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10310
10311         * message.el (message-generate-hashcash): Expand range of values to
10312         include `opportunistic'.
10313         (message-send-mail): Use it.
10314
10315 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10316
10317         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10318         and comment it.
10319
10320         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10321
10322 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10323
10324         * gnus-util.el (gnus-extract-address-components): Improve comment.
10325
10326 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10327
10328         * gnus-util.el (gnus-extract-address-components): Work with address in
10329         which the name portion contains @.
10330
10331         * lpath.el: Fbind custom-autoload.
10332
10333 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10334
10335         * gnus.el (gnus-start): Move custom group up.
10336         (gnus-select-method): Don't autoload, but make it available for
10337         `customize-variable'.
10338         (gnus-getenv-nntpserver): Don't autoload.
10339
10340 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10341
10342         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10343
10344 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10345
10346         * message.el (message-sendmail-extra-arguments): New variable.
10347         (message-send-mail-with-sendmail): Use it.
10348
10349 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10350
10351         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10352         mm-with-unibyte-current-buffer to make string unibyte.
10353
10354         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10355         mm-string-as-multibyte.
10356
10357 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10358
10359         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10360         Reported by Werner Koch <wk@gnupg.org>.
10361
10362 2006-11-14  Daiki Ueno  <ueno@p360>
10363
10364         * mml2015.el: Autoload epa-select-keys when compiling.
10365
10366 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10367
10368         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10369         message-options.
10370         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10371
10372 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10373
10374         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10375         EasyPG (< 0.0.6).
10376         (mml2015-always-trust): New user option.
10377         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10378         prompt.
10379
10380 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10381
10382         * nntp.el (nntp-authinfo-force): New variable.
10383         (nntp-send-authinfo): Use it.
10384
10385 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10386
10387         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10388         decode encoded words.  Improve prompt.  Add comment about forwarding.
10389         (message-replacement-char): Move up.
10390
10391 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10392
10393         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10394         instead of gnus-intersection because arguments of gnus-sorted-nunion
10395         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10396
10397 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10398
10399         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10400         (message-simplify-subject-functions):
10401         Enable message-strip-subject-encoded-words by default.
10402
10403 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10404
10405         * message.el (message-strip-subject-encoded-words): New function.
10406         (message-simplify-subject-functions): New variable.
10407         (message-simplify-subject): Use it.  Fix typo in doc string.
10408         Support message-strip-subject-encoded-words.
10409
10410 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10411
10412         * gnus-diary.el (gnus-diary-delay-format-function):
10413         * nndiary.el (nndiary-reminders):
10414         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10415
10416 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10417
10418         * gnus-art.el (article-hide-boring-headers): Fetch date from
10419         gnus-original-article-buffer to avoid problems with localized date
10420         strings.
10421
10422 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10423
10424         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10425
10426 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10427
10428         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10429         New variables.
10430         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10431         (mm-charset-synonym-alist): Move some entries to
10432         mm-codepage-iso-8859-list.
10433         (mm-charset-synonym-alist, mm-charset-override-alist):
10434         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10435
10436 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10439
10440 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10441
10442         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10443         with Emacs 21 and XEmacs.
10444
10445 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10446
10447         * spam.el (spam-parse-address): New function for better parsing,
10448         catching errors, etc.
10449         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10450
10451 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10452
10453         * mm-view.el: Add interactive arg to html2text autoload.
10454
10455 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10456
10457         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10458
10459 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10460
10461         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10462         New variables.
10463         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10464         (mm-charset-synonym-alist): Move some entries to
10465         mm-codepage-iso-8859-list.
10466
10467         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10468
10469 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10470
10471         * message.el (message-citation-line-format)
10472         (message-insert-formated-citation-line): Fix implementation of %E, %N
10473         and %n according to the doc string.
10474
10475 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10476
10477         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10478         Use car-safe to avoid bad parses.
10479
10480 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10481
10482         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10483         names.
10484
10485         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10486
10487 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10490         header.
10491
10492         * message.el (message-draft-headers): Add Date.
10493         (message-headers-to-generate): Fix typo in docstring.
10494
10495         * nndraft.el (nndraft-required-headers): New variable.
10496         (nndraft-generate-headers): Use it.
10497
10498         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10499
10500 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10501
10502         * gnus-registry.el (gnus-registry-wash-for-keywords)
10503         (gnus-registry-find-keywords): New functions to allow easy searching of
10504         articles that are in the registry.
10505
10506 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10507
10508         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10509         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10510         Reported by Damien Elmes <damien@repose.cx>.
10511
10512 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10513
10514         * gnus.el (gnus-mime): Remove unused custom group.
10515
10516 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10517
10518         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10519         "blank line" when searching for end of armor headers.
10520
10521 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10522
10523         * gmm-utils.el (gmm-write-region): Fix variable name.
10524
10525 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10526
10527         * gmm-utils.el (gmm-write-region): New function based on compatibility
10528         code from `mm-make-temp-file'.
10529
10530         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10531
10532         * nnmaildir.el (nnmaildir--update-nov)
10533         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10534         Use `gmm-write-region'.
10535
10536 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10537
10538         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10539         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10540
10541         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10542
10543         * message.el (message-replacement-char): New variable.
10544         (message-fix-before-sending): Use it.
10545         (message-simplify-subject): New function to remove duplicate code.
10546         (message-reply, message-followup): Use it.
10547
10548         * gnus-sum.el (gnus-summary-make-menu-bar):
10549         Clarify gnus-summary-limit-to-articles.
10550
10551 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10552
10553         * gnus-util.el (gnus-with-local-quit): New macro.
10554
10555         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10556
10557 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10558
10559         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10560         ignore non-string data.
10561
10562 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10563
10564         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10565         non-string data (needs to be done in the registry too).
10566
10567 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10568
10569         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10570         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10571         (gnus-registry-split-fancy-with-parent)
10572         (gnus-registry-fetch-simplified-message-subject-fast)
10573         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10574         Remove text properties on ingress into the registry and when it's saved.
10575         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10576         registry from entries with no groups.
10577
10578 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10579
10580         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10581         function to remove string properties.
10582
10583 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10584
10585         * gmm-utils.el (gmm): Adjust custom version.
10586
10587         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10588         Adjust custom version.
10589
10590         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10591
10592 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10593
10594         * gnus-art.el (gnus-insert-prev-page-button)
10595         (gnus-insert-next-page-button): Simplify.  Reformat.
10596
10597 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10598
10599         * gnus-art.el (gnus-insert-prev-page-button)
10600         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10601
10602 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10603
10604         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10605
10606 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10607
10608         * gnus-art.el (gnus-insert-mime-button)
10609         (gnus-insert-mime-security-button):
10610         Apply gnus-article-button-face to MIME and security buttons.
10611
10612 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10613
10614         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10615         readable.
10616
10617 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10618
10619         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10620
10621 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10622
10623         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10624         `browse-url-of-file' instead of `browse-url'.
10625
10626 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10627
10628         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10629         regexp.  Articles containing quotation were cut prematurely.
10630
10631 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * message.el (message-cite-original-1): Use nobody by default for the
10634         value of From header.
10635         (message-reply): Ditto.
10636
10637 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10638
10639         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10640         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10641         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10642
10643 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10644
10645         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10646         mails in the doc string.  Add some URLs in comment.
10647         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10648
10649 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10650
10651         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10652         backslashes handling and the way to find boundaries of quoted strings.
10653
10654 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10655
10656         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10657         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10658         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10659         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10660
10661 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10662
10663         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10664         doc string.
10665         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10666
10667 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10668
10669         * lpath.el: Fbind epg-check-configuration.
10670
10671 2006-09-06  Simon Josefsson  <jas@extundo.com>
10672
10673         * mml2015.el (mml2015-use): Doc fix, mention epg.
10674
10675 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10676
10677         * mml2015.el (mml2015-use): Default to epg, if available.
10678
10679 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10680
10681         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10682         message-sender.
10683         (mml1991-epg-encrypt): Ditto.
10684         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10685         message-sender.
10686         (mml2015-epg-encrypt): Ditto.
10687
10688 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10689
10690         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10691         several common directories.
10692
10693 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10694
10695         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10696         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10697
10698 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10699
10700         * gnus-art.el (article-decode-encoded-words): Make it fast.
10701
10702 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10703
10704         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10705
10706         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10707         in quoted string into `\'.
10708
10709 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10712         Use standard-syntax-table.
10713
10714 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10715
10716         * gnus-art.el (gnus-decode-address-function): New variable.
10717         (article-decode-encoded-words): Use it to decode headers which are
10718         assumed to contain addresses.
10719         (gnus-mime-delete-part): Remove useless `or'.
10720
10721         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10722         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10723         (gnus-nov-parse-line): Use it to decode From header.
10724         (gnus-get-newsgroup-headers): Ditto.
10725         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10726
10727         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10728         (mail-decode-encoded-address-string): New alias.
10729
10730         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10731         New function.
10732         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10733         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10734         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10735         (rfc2047-decode-string): Ditto.
10736         (rfc2047-decode-address-region): New function.
10737         (rfc2047-decode-address-string): New function.
10738
10739 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10740
10741         * message.el (message-caesar-buffer-body): Allow rotating headers.
10742
10743         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10744
10745         * message.el (message-insert-formated-citation-line): Fix %f.
10746         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10747
10748 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10751         (gnus-bookmark-mouse-available-p): New macro.
10752         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10753         (gnus-bookmark-bmenu-show-infos): Use it.
10754         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10755         (gnus-bookmark-bmenu-hide-infos): Ditto.
10756         (gnus-bookmark-remove-properties): New function.
10757         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10758         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10759         (gnus-bookmark-write-file): Bind coding-system-for-write.
10760         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10761         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10762         group before selecting it.
10763         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10764         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10765         quit-window if it is not available; use gnus-mouse-2 and bind it to
10766         gnus-bookmark-bmenu-select-by-mouse.
10767         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10768         (gnus-bookmark-bmenu-select-by-mouse): New function.
10769
10770 2006-08-13  Romain Francoise  <romain@orebokech.com>
10771
10772         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10773         space.
10774
10775 2006-08-10  Romain Francoise  <romain@orebokech.com>
10776
10777         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10778         (dns-mode-soa-auto-increment-serial): New user option.
10779         (dns-mode-soa-maybe-increment-serial): New function.
10780         (dns-mode): Add the latter to `write-contents-functions'.
10781
10782 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10783
10784         * compface.el (uncompface): Use binary rather than raw-text-unix.
10785
10786 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * compface.el (uncompface): Make sure the eol conversion doesn't take
10789         place when communicating with the external programs.
10790         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10791
10792 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10795
10796 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10797
10798         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10799         Make it more robust by parsing author and date independently.
10800
10801 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10804
10805 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10806
10807         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10808         first matching secret key.
10809         (mml2015-epg-encrypt): Ditto.
10810
10811         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10812         first matching secret key.
10813         (mml1991-epg-encrypt): Ditto.
10814
10815         * mml2015.el (mml2015-encrypt-to-self): New user option.
10816         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10817         mml2015-epg-encrypt-to-self is set.
10818
10819         * mml1991.el (mml1991-encrypt-to-self): New variable.
10820         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10821         mml1991-epg-encrypt-to-self is set.
10822
10823         * mml2015.el (mml2015-signers): New user option.
10824         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10825         (mml2015-epg-encrypt): Allow to select signing keys.
10826
10827         * mml1991.el (mml1991-signers): New variable.
10828         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10829         (mml1991-epg-encrypt): Allow to select signing keys.
10830
10831 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10832
10833         * nnheader.el (nnheader-insert-head): Make it work even if the file
10834         uses CRLF for the line-break code.
10835
10836 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10837
10838         * mml2015.el: Require mml-sec instead of password.
10839         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10840         (mml2015-cache-passphrase): Inherit the default value from
10841         mml-secure-cache-passphrase.
10842         (mml2015-passphrase-cache-expiry): Inherit the default value from
10843         mml-secure-passphrase-cache-expiry.
10844
10845         * mml1991.el: Require mml-sec instead of password.
10846         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10847         (mml1991-cache-passphrase): Inherit the default value from
10848         mml-secure-cache-passphrase.
10849         (mml1991-passphrase-cache-expiry): Inherit the default value from
10850         mml-secure-passphrase-cache-expiry.
10851
10852         * mml-sec.el: Require password.
10853         (mml-secure-verbose): New user option.
10854         (mml-secure-cache-passphrase): New user option.
10855         (mml-secure-passphrase-cache-expiry): New user option.
10856
10857 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10858
10859         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10860         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10861         andreas@altroot.de (Andreas Vögele).
10862
10863         FIXME: Use `tiny change'?
10864
10865 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10866
10867         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10868         workaround for the url package included with Emacs.
10869
10870         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10871
10872 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10873
10874         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10875         correctly.  This fixes a bug caused by the 2006-05-12 change.
10876
10877 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10878
10879         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10880         some information about the error when saying that the `bogus' mail
10881         group will be used.
10882
10883 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10884
10885         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10886         string.
10887
10888 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10889
10890         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10891
10892 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10893
10894         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10895
10896 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10897
10898         * mml1991.el (mml1991-function-alist): Add epg.
10899         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10900         (mml1991-epg-encrypt): New functions.
10901
10902 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10903
10904         * mml2015.el (mml2015-verbose): New variable.
10905         (mml2015-cache-passphrase): Ditto.
10906         (mml2015-passphrase-cache-expiry): Ditto.
10907         (mml2015-function-alist): Add epg.
10908         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10909         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10910         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10911         New functions.
10912
10913 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10914
10915         * message.el (message-cite-original-1): Preserve region when removing
10916         quoted text due to X-No-Archive in order to avoid bogus attribution
10917         when citing multiple messages.
10918
10919 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10920
10921         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10922         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10923
10924 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10925
10926         * gnus-diary.el (gnus-user-format-function-d)
10927         (gnus-user-format-function-D): Autoload.
10928
10929         * imap.el (Commentary): Fix typo.
10930
10931         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10932         2006-04-22 contribution.
10933
10934 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10935
10936         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10937         It didn't really fix the bogosity I'm seeing with solid web groups.
10938
10939 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10940
10941         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10942         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10943         created using server names.  If we use the feature without declaring
10944         it, Gnus does not properly manage server and group state.
10945
10946         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10947         bound.
10948
10949 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10950
10951         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10952         looking up the method using GROUP's prefix before inventing a new one.
10953         It is used on killed/unknown groups in various places where returning
10954         an all-new method isn't expected by the caller.
10955
10956         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10957         and match semantics of gnus-group-real-prefix.
10958
10959 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10960
10961         * nnmail.el (nnmail-broken-references-mailers): New variable.
10962         (nnmail-ignore-broken-references): New function generalizing
10963         nnmail-fix-eudora-headers.
10964         (nnmail-fix-eudora-headers): Now obsolete.
10965
10966         * gnus-art.el (gnus-button-handle-custom):
10967         Support `customize-apropos*'.
10968
10969 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10970
10971         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10972
10973         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10974         articles.
10975
10976 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10977
10978         * message.el (message-cite-reply-above): New variable.
10979         (message-yank-original): Use it.
10980
10981 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10982
10983         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10984
10985 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10986
10987         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10988         as read.
10989
10990         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10991
10992 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10993
10994         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10995         (gnus-bookmark-default-file): Use gnus-directory.
10996         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10997         Remove "*" in doc string.
10998         (gnus-bookmark-write-file): Simplify.
10999         (gnus-bookmark-maybe-sort-alist): Use `when'.
11000         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11001         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11002         Add FIXME about Emacs 21 and XEmacs compatibility.
11003         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11004         compatibility.
11005         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11006         compatibility.
11007         (gnus-bookmark-menu-heading): Fix version.
11008
11009 2006-06-19  Bastien Guerry  <bzg@altern.org>
11010
11011         * gnus-bookmark.el: New file.
11012
11013 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11014
11015         * message.el (message-syntax-checks): Doc fix.
11016
11017 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11018
11019         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11020         unsubscribed groups as if they were killed ones.  It causes duplicate
11021         entries in gnus-newsrc-alist.
11022
11023 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * message.el (message-syntax-checks): Doc fix.
11026         (message-send-mail): Add check for continuation headers.
11027         (message-check-news-header-syntax): Fix regexp used to check for
11028         continuation headers.
11029
11030 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11031
11032         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11033
11034 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11035
11036         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11037
11038 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11041         default-truncate-lines.
11042
11043 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11044
11045         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11046         to fill the utf-8 entry.
11047
11048         * lpath.el: Fbind unicode-precedence-list.
11049
11050 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11051
11052         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11053
11054 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11055
11056         * gnus-agent.el (directory-files-and-attributes): Move all the way
11057         forward (the third and final move).
11058         (gnus-agent-read-agentview): Trap reconstruction errors due to
11059         nonexistent directory.  Handle by returning nil.
11060
11061 2006-05-30  Didier Verna  <didier@xemacs.org>
11062
11063         * message.el (message-dont-reply-to-names): Update the custom type.
11064         * message.el (message-dont-reply-to-names): New defsubst: potentially
11065         convert a list of regexps into a single one.
11066         * message.el (message-get-reply-headers): Use it.
11067         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11068
11069 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11070
11071         * gnus-agent.el (directory-files-and-attributes): Move forward.
11072
11073 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11074
11075         * gnus-ml.el (gnus-mailing-list-subscribe)
11076         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11077         (gnus-mailing-list-message): Fix doc strings.
11078
11079 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11080
11081         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11082         of doing it manually.
11083
11084 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11085
11086         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11087         comment.
11088
11089 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11090
11091         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11092         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11093         (gnus-agent-read-local): All symbols allocated in my-obarray.
11094         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11095         (gnus-agent-regenerate-group): Check numeric names to see if they are
11096         messages or groups.
11097         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11098         better way of do this...)
11099
11100         * gnus-cache.el (gnus-agent-total-fetched-for):
11101         Ignore 'dummy.group' (there should be a better way of do this...)
11102
11103 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11104
11105         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11106         (gnus-saved-headers): Ditto.
11107         (gnus-default-article-saver): Mention functions may have properties.
11108         (gnus-article-save): Override gnus-save-all-headers and
11109         gnus-saved-headers by :headers property which saver function may have.
11110         (gnus-summary-save-in-file): Add :headers property.
11111         (gnus-summary-write-to-file): Ditto.
11112
11113         * gnus-sum.el (gnus-summary-save-article): Bind
11114         gnus-prompt-before-saving to t when saving many articles in a file;
11115         always show all headers.
11116
11117         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11118
11119 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11120
11121         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11122         marks.
11123
11124         * message.el (message-indent-citation): Add optional arguments to allow
11125         using it outside of message buffers.
11126
11127         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11128         (gnus-article-treat-unfold-headers): Use it.
11129         (gnus-article-truncate-lines): New variable.
11130         (gnus-article-mode): Use it.
11131         (gnus-article-toggle-truncate-lines): New function.
11132
11133         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11134         Add gnus-article-toggle-truncate-lines.
11135
11136         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11137         coding system in XEmacs, use binary.
11138
11139 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11140
11141         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11142         after-load-alist.
11143
11144         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11145         this function should save decoded articles.
11146         (gnus-summary-write-to-file): Use property to specify this function
11147         should save decoded articles and specify gnus-summary-save-in-file
11148         should be used to save articles other than the first one when saving
11149         many articles.
11150         (gnus-summary-save-body-in-file): Use property to specify this
11151         function should save decoded articles.
11152         (gnus-summary-write-body-to-file): Use property to specify this
11153         function should save decoded articles and specify
11154         gnus-summary-save-body-in-file should be used to save articles other
11155         than the first one when saving many articles.
11156
11157         * gnus-sum.el (gnus-summary-save-article): Simplify.
11158
11159 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11160
11161         * gnus-art.el (gnus-default-article-saver):
11162         Add gnus-summary-write-body-to-file.
11163         (gnus-article-save-coding-system): Don't use coding system object
11164         in XEmacs.
11165         (gnus-read-save-file-name): Add optional `dir-var' argument which
11166         specifies directory in which files are saved; work even if optional
11167         `variable' argument is not specified.
11168         (gnus-summary-write-to-file): Read file name.
11169         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11170         (gnus-summary-write-body-to-file): New function.
11171
11172         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11173         (gnus-summary-local-variables): Add it.
11174         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11175         (gnus-summary-save-article): Remove optional `decode' argument;
11176         determine whether to decode articles by the value of
11177         gnus-default-article-saver; when saving many files using
11178         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11179         it first and use gnus-summary-save-in-file or
11180         gnus-summary-save-body-in-file thereafter unless
11181         gnus-prompt-before-saving is always; move point to article which
11182         will be saved.
11183         (gnus-summary-save-article-file): Revert.
11184         (gnus-summary-write-article-file): Revert.
11185         (gnus-summary-save-article-body-file): Revert.
11186         (gnus-summary-write-article-body-file): New function.
11187
11188 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11189
11190         * gnus-art.el (gnus-default-article-saver): Doc fix.
11191         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11192         from gnus-summary-save-article-coding-system, and default to a
11193         certain coding system.
11194         (gnus-output-to-file): Add coding cookie and encode text according
11195         to gnus-article-save-coding-system; don't use mm-append-to-file.
11196
11197         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11198         gnus-art.el and rename to gnus-article-save-coding-system.
11199         (gnus-summary-save-article): Require gnus-art; don't show all
11200         headers if it decodes articles; don't add coding cookie here;
11201         don't bind mm-text-coding-system-for-write.
11202         (gnus-summary-save-article-file): Save decoded articles.
11203         (gnus-summary-write-article-file): When saving many files, use
11204         gnus-summary-write-to-file first and gnus-summary-save-in-file
11205         thereafter unless gnus-prompt-before-saving is always.
11206         (gnus-summary-save-article-body-file): Save decoded articles.
11207
11208         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11209
11210 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11211
11212         * nnrss.el (nnrss-check-group): Bind hash-index.
11213
11214 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11215
11216         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11217         its hash index.  Store this hash in `nnrss-group-data'.
11218         (nnrss-read-group-data): Update accordingly.
11219
11220 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11221
11222         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11223         entry.
11224
11225         * gnus-sum.el (gnus-summary-make-menu-bar):
11226         Add gnus-article-browse-html-article.
11227
11228 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11229
11230         * gnus-sum.el (gnus-summary-mime-map):
11231         Add gnus-article-browse-html-article.
11232
11233         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11234
11235 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11236
11237         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11238         suitable coding systems in customize.
11239
11240 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11241
11242         * mail-source.el (mail-sources): Fix custom type.
11243
11244 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11245
11246         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11247         (gnus-summary-expire-articles-now): Shorten prompt.
11248
11249         * gmm-utils.el (wid-edit): Require.
11250         (defun-gmm): Rename from `gmm-defun-compat'.
11251         (gmm-image-search-load-path): Use it.
11252         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11253
11254 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * gnus-sum.el (gnus-summary-save-article-coding-system):
11257         New variable.
11258         (gnus-summary-save-article): Add optional `decode' argument.
11259         If it is set and gnus-summary-save-article-coding-system is non-nil,
11260         save decoded article.
11261         (gnus-summary-write-article-file): Save decoded article if
11262         gnus-summary-save-article-coding-system is non-nil.
11263
11264         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11265         type.
11266
11267 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11268
11269         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11270
11271 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11272
11273         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11274         first to test gnus-single-article-buffer which may be buffer-local.
11275
11276         * gnus-sum.el (gnus-summary-setup-buffer):
11277         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11278         group; make gnus-article-buffer, gnus-article-current, and
11279         gnus-original-article-buffer always buffer-local.
11280         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11281         group.
11282         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11283
11284 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11285
11286         * nnml.el (nnml-request-compact-group): Compressed files might not
11287         have .gz extension.
11288
11289 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11290
11291         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11292         (mm-copy-to-buffer): Use with-current-buffer.
11293         (mm-display-part): Simplify.
11294         (mm-inlinable-p): Add optional arg `type'.
11295
11296 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11297
11298         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11299         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11300         Try harder to show the attachment internally or externally using
11301         gnus-mime-view-part-as-type.
11302
11303 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11304
11305         * message.el (message-from-style, message-signature-separator)
11306         (message-user-organization-file, message-send-mail-function)
11307         (message-citation-line-function, message-yank-prefix)
11308         (message-indent-citation-function, message-signature)
11309         (message-signature-file, message-signature-insert-empty-line):
11310         Remove autoloads.
11311
11312         * gnus-art.el (gnus-buttonized-mime-types):
11313         Remove "multipart/signed".  Revert 2006-04-26 change.
11314
11315 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11316
11317         * gnus.el (gnus-version-number): Bump version.
11318
11319 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11320
11321         * gnus.el: No Gnus v0.5 is released.
11322
11323 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11324
11325         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11326         fetching articles by message-id.
11327
11328 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11329
11330         * message.el (hashcash): Require hashcash as normal.
11331
11332         * ecomplete.el (ecomplete-highlight-match-line):
11333         Use point-at-eol.
11334         (ecomplete-highlight-match-line): Use `highlight', because that
11335         face exists in both Emacs and XEmacs.
11336
11337         * message.el (message-display-abbrev): Use point-at-bol.
11338
11339         * mail-source.el: Don't require timer/timer-funcs.
11340
11341         * gnus-async.el: Ditto.
11342
11343         * password.el: Ditto.
11344
11345         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11346
11347         * mm-url.el: Ditto.
11348
11349         * gnus-xmas.el: Don't require timer-funcs.
11350
11351         * mm-util.el: Require timer/timer-funcs.
11352
11353 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11354
11355         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11356         Close.
11357
11358 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11361         unibyte after clear-decrypt function runs.
11362
11363         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11364         returns as a unibyte string.
11365
11366 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11367
11368         * lpath.el: Revert.
11369
11370         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11371         (pgg-gpg-process-sentinel): Revert.
11372
11373         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11374         (pgg-pgp-lookup-key): Revert.
11375
11376         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11377         (pgg-pgp5-lookup-key): Revert.
11378
11379         * pgg.el (pgg-fetch-key): Revert.
11380
11381 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * lpath.el: Fbind string-as-multibyte for XEmacs.
11384
11385         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11386         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11387         (mml1991-pgg-encrypt): Ditto.
11388
11389         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11390         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11391         a multibyte buffer.
11392
11393         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11394         (pgg-pgp-lookup-key): Ditto.
11395
11396         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11397         (pgg-pgp5-lookup-key): Ditto.
11398
11399         * pgg.el (pgg-fetch-key): Ditto.
11400
11401 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11402
11403         * message.el (message-user-organization-file): Check several
11404         locations of the organization file.
11405
11406         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11407         Add gnus-article-view-part-as-type.
11408
11409         * gnus-art.el (gnus-article-view-part-as-type): New function.
11410
11411         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11412         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11413
11414         * mml.el: Simplify autoload.
11415         (mml-mode): defvar dnd-protocol-alist instead of using
11416         symbol-value.
11417         (mml-default-directory): New variable.
11418         (mml-minibuffer-read-file): Use it.
11419         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11420
11421         * message.el (message-citation-line-format): New variable.
11422         (message-insert-formated-citation-line): New function.
11423         (message-citation-line-function):
11424         Add `message-insert-formated-citation-line' to custom type.
11425
11426         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11427         to doc string.
11428
11429         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11430         depending on mm-verify-option.
11431
11432 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11433
11434         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11435         binding pgg-* variables; reimplement the section which prevents
11436         MIME header from being signed.
11437         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11438         pgg-text-mode; remove a blank line at the top of body.
11439
11440         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11441         lines at the top of body; use gnus-newsgroup-charset if there's no
11442         Charset header.
11443
11444 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11445
11446         * message.el (message-self-insert-commands): Doc fix.
11447
11448         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11449         (mm-uu-pgp-encrypted-test): Ditto.
11450         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11451         between header and body; return application/pgp-encrypted handle
11452         if decryption failed; decode decrypted body by charset.
11453
11454         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11455         element match to application/pgp-*.
11456
11457 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11458
11459         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11460         HTML.
11461
11462 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11463
11464         * mail-source.el (mail-source-call-script): Message the error
11465         string.
11466
11467 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11468
11469         * gnus-util.el (gnus-byte-compile): Use it.
11470
11471 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11472
11473         * gnus-util.el (kill-empty-logs): New function.
11474
11475 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11476
11477         * message.el (message-mail-alias-type): Doc fix.
11478         (message-mail-alias-type-p): New function.
11479         (message-send): Use it.
11480         (message-mode): Ditto.
11481         (message-strip-forbidden-properties): Ditto.
11482
11483         * ecomplete.el (ecomplete-database-file-coding-system):
11484         New variable.
11485         (ecomplete-save): Use it.
11486         (ecomplete-setup): Use it.
11487
11488 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11489
11490         * message.el (message-self-insert-commands): New variable.
11491         (message-strip-forbidden-properties): Use it.
11492
11493 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11494
11495         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11496         that doesn't make XEmacs choke.
11497
11498 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11499
11500         * gnus-util.el (gnus-replace-in-string):
11501         Prefer replace-regexp-in-string over of replace-in-string.
11502
11503 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11504
11505         * gnus-util.el (gnus-select-frame-set-input-focus):
11506         Use select-frame-set-input-focus if it is available in XEmacs; use
11507         definition defined in Emacs 22 for old Emacsen.
11508
11509         * dgnushack.el: Autoload unmorse-region for XEmacs.
11510
11511         * lpath.el: Bind cursor-in-non-selected-windows and
11512         select-frame-set-input-focus for XEmacs.
11513
11514 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11517
11518 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11519
11520         * gnus-registry.el (gnus-registry-cache-save): Remove text
11521         properties when saving via the temp buffer.
11522
11523 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11524
11525         * message.el (message-generate-hashcash): Honor custom type.
11526
11527 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11528
11529         * message.el (message-generate-hashcash): Default to non-nil when
11530         hashcash is found.
11531
11532         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11533         (gnus-refer-thread-limit): Increase default to 500.
11534
11535         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11536
11537         * flow-fill.el (fill-flowed): Allow delete-space.
11538
11539 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11540
11541         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11542         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11543         Remove autoloads.
11544
11545 2006-04-18  Simon Josefsson  <jas@extundo.com>
11546
11547         * message.el (message-generate-hashcash): Default to.
11548
11549 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11550
11551         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11552         concatenating segments rather than before concatenating them.
11553
11554 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11555
11556         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11557
11558 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11559
11560         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11561
11562         * message.el (message-forward-make-body-plain):
11563         Allow message-forward-ignored-headers to be a list.
11564         (message-remove-ignored-headers): Factor out into function.
11565         (message-forward-make-body-mml): Use it.
11566
11567         * imap.el (imap-quote-specials): New function.
11568         (imap-login-auth): Quote specials.
11569
11570         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11571         (rfc2231-parse-string): Allow concatanation of parameters that
11572         aren't contiguous.  The test case is
11573           (mail-header-parse-content-type "message/external-body;
11574             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11575             access-type=LOCAL-FILE;
11576             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11577
11578 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11579
11580         * nntp.el (nntp-accept-process-output): Return the value of
11581         `nnheader-accept-process-output'.
11582
11583 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11584
11585         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11586         (gnus-button-alist): Recognize more diff formats.
11587         (gnus-button-patch): Strip directory.
11588
11589 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11590
11591         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11592         Emacs 22 when setting focus.
11593
11594 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11595
11596         * gnus-art.el (gnus-article-treat-types): Do treatment of
11597         text/x-verbatim parts.
11598         (gnus-button-patch): New command.
11599
11600         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11601         addresses that contain invalid characters.
11602
11603 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11604
11605         * message.el (message-put-addresses-in-ecomplete):
11606         Use gnus-replace-in-string.
11607         (message-is-yours-p): Use the more correct
11608         mail-header-parse-address instead of
11609         mail-extract-address-components.
11610         (message-put-addresses-in-ecomplete): Fix typo.
11611
11612         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11613         keystroke.
11614
11615         * gnus-art.el (gnus-treatment-function-alist): Change order of
11616         newsgroups/generic header folding to avoid double-folding.
11617
11618         * message.el (message-hidden-headers): Add X-Draft-From.
11619
11620         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11621         New command.
11622         (gnus-summary-repeat-search-article-backward): New command.
11623
11624         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11625         groups in the parent topic.
11626
11627 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11628
11629         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11630         (spam-extra-header-to-number): Return the CRM114 number as a
11631         number instead of a string.
11632
11633 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11634
11635         * gnus-art.el (gnus-face-properties-alist): Move here from
11636         gnus-fun.
11637
11638         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11639
11640 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11641
11642         * message.el (message-strip-forbidden-properties): Only display on
11643         self-insert-command.
11644
11645         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11646         reindent.
11647         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11648
11649 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11650
11651         * smiley.el (smiley-style): Fix typo.
11652
11653 2006-03-23  Kenichi Handa  <handa@m17n.org>
11654
11655         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11656         instead of set-buffer-multibyte.
11657
11658 2006-03-23  Kenichi Handa  <handa@m17n.org>
11659
11660         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11661         buffer and then decode the buffer text if necessary.
11662         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11663         first, and after mm-encode-body, change the buffer to unibyte.
11664
11665 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11666
11667         * hashcash.el (hashcash-insert-payment-async-2):
11668         Use message-goto-eoh instead of doing it manually.
11669         (mail-add-payment): Use message-narrow-to-header instead of trying
11670         to do the same itself.
11671
11672         * message.el (message-hidden-headers): Add Face.
11673
11674         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11675         reparenting code.
11676         (gnus-summary-reparent-children): Refactored out code.
11677         (gnus-summary-thread-map): New keystroke.
11678         (gnus-summary-reparent-children): Make into command.
11679
11680         * smiley.el (smiley-style): Default to `medium' if using a large
11681         font.
11682
11683         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11684         does it itself.
11685
11686         * message.el (message-point-in-header-p): Simplify definition.
11687
11688 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11689
11690         * nnagent.el (nnagent-request-set-mark): Silence log file
11691         writing.
11692         (nnagent-request-set-mark): Use write-region instead of
11693         append-to-file.
11694
11695         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11696         strange select method.
11697
11698         * ecomplete.el (ecomplete-display-matches): Get highlightling
11699         right.
11700         (ecomplete-display-matches): Use literals.
11701         (ecomplete-display-matches): Disable message logging.
11702
11703         * message.el (message-display-abbrev): Small optimization.
11704
11705         * ecomplete.el (ecomplete-display-matches): Allow automatic
11706         display.
11707
11708         * message.el (message-strip-forbidden-properties):
11709         Display abbrevs.
11710         (message-display-abbrev): Get automatic display right.
11711
11712         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11713         keystrokes.
11714
11715 2006-04-13  Romain Francoise  <romain@orebokech.com>
11716
11717         TODO: Backport to v5-10!
11718
11719         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11720         Move here (and rename) from gnus-registry.el.
11721
11722         * gnus-registry.el: Require gnus-util.
11723         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11724
11725 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11726
11727         * gnus-group.el (gnus-group-catchup-current):
11728         Change if-then-else-if-then-else into cond.
11729         (gnus-group-catchup): Indent.
11730         (group-name-at-point): New function.
11731         (gnus-fetch-group): Provide default from thing at point.
11732
11733 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11734
11735         * message.el (message-display-abbrev): Fix regexp.
11736
11737         * ecomplete.el (ecomplete-highlight-match-line):
11738         Reimplement choosing.
11739         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11740         dead variables.
11741
11742         * message.el (message-newline-and-indent): Remove debugging.
11743         (message-display-abbrev): Use new implementation.
11744
11745 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11746
11747         * gnus-art.el (gnus-article-mode):
11748         Set cursor-in-non-selected-windows to nil.
11749
11750         * smiley.el: Revert previous change.
11751         (smiley-data-directory): defvar it before using it in the
11752         defcustom of `smiley-style'.
11753
11754 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11755
11756         * message.el (message-newline-and-indent): New function.
11757
11758         * ecomplete.el: Implement more bits.
11759
11760         * message.el (message-put-addresses-in-ecomplete): Clean up the
11761         string.
11762
11763         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11764
11765         * gnus-sum.el (gnus-summary-save-parts):
11766         Bind gnus-summary-save-parts-counter and use it to make unique file
11767         names.
11768
11769         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11770
11771         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11772         parameter to say whether to actually parse the individual
11773         addresses.
11774
11775         * message.el (message-put-addresses-in-ecomplete): New function.
11776         (ecomplete): Require.
11777         (message-mail-alias-type): Add ecomplete as an option.
11778
11779 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11780
11781         * flow-fill.el (fill-flowed): Remove trailing space from blank
11782         quoted lines.
11783
11784 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11785
11786         * smiley.el (smiley-style): Move definition later to avoid a
11787         compilation warning.
11788
11789 2006-04-12  Kenichi Handa  <handa@m17n.org>
11790
11791         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11792         buffer and then decode the buffer text if necessary.
11793         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11794         first, and after mm-encode-body, change the buffer to unibyte.
11795         Use mm-disable-multibyte instead of set-buffer-multibyte.
11796
11797 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11798
11799         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11800         Content-Type header instead of Content-Disposition header.
11801         (gnus-mime-inline-part): Ditto.
11802         (gnus-mime-view-part-as-charset): Ignore charset that the part
11803         specifies.
11804
11805         * mm-decode.el (mm-display-part): Work with external parts and
11806         usual parts similarly.
11807
11808         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11809         instead of gnus-display-mime.
11810
11811         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11812         instead of with-temp-buffer.
11813
11814         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11815         tag to summarized topics part in order to encode non-ASCII text.
11816
11817 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11818
11819         * smiley.el (smiley-style): New variable.
11820         (smiley-directory): New function.
11821         (smiley-data-directory): Derive from `smiley-style' using
11822         `smiley-directory'.
11823         (smiley-regexp-alist): Add new entries.
11824
11825         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11826         (gnus-article-browse-delete-temp): Add :version.
11827
11828 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11829
11830         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11831         the sieve region.
11832
11833 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11834
11835         * gnus.el (gnus-version-number): Bump version.
11836
11837 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11838
11839         * gnus.el: No Gnus v0.4 is released.
11840
11841 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11842
11843         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11844         layout.
11845
11846         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11847         unknown charset.
11848
11849         * message.el (message-header-synonyms): Add Original-To to the
11850         default.
11851
11852         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11853         optional parameter.
11854
11855 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11856
11857         * gnus-fun.el (gnus): Require it for gnus-directory.
11858
11859 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11862
11863 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11864
11865         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11866
11867 2006-04-05  Simon Josefsson  <jas@extundo.com>
11868
11869         * password.el (password-reset): New function.
11870
11871 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11872
11873         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11874         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11875
11876 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11877
11878         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11879         Some whitespace was matched into the url, which broke browsing hits
11880         > 100 when mm-url-use-external was nil.
11881
11882 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11883
11884         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11885         Check gnus-extra-headers for 'Newsgroups.
11886
11887         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11888         bound.
11889
11890 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11891
11892         * pgg-gpg.el: Clean up process buffers every time gpg processes
11893         complete.
11894
11895 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11896
11897         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11898         doc string.
11899
11900 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11901
11902         * pgg-gpg.el (pgg-gpg-process-filter)
11903         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11904
11905         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11906         lines, temporary fix.
11907
11908 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11909
11910         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11911
11912 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11913
11914         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11915         default-enable-multibyte-characters.  This reverts the change from
11916         revision 6.17 which is no longer necessary because the passphrase
11917         is sent separately now.  GnuPG messages are unreadable under
11918         multibyte locales with default-enable-multibyte-characters set to
11919         nil.
11920
11921 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11922
11923         * message.el (message-tool-bar-gnome): Move "spell".
11924
11925 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11926
11927         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11928         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11929         instead.
11930
11931 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11932
11933         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11934         Improve newsgroups handling for NNTP overviews which don't include
11935         Newsgroups.
11936
11937 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11938
11939         * message.el (message-resend): Bind message-generate-hashcash to nil.
11940
11941 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11942
11943         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11944         when searching for already-paid recipients.
11945
11946 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11947
11948         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11949         passphrases when it is not needed.
11950         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11951         passphrase stuff from gpg, should only be necessary when you use
11952         gpg with a smartcard.
11953
11954 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11955
11956         * mml.el (mml-insert-mime): Ignore cached contents of
11957         message/external-body part.
11958
11959         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11960         (mm-insert-part): Ditto.
11961
11962 2006-03-23  Simon Josefsson  <jas@extundo.com>
11963
11964         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11965         Reiner.
11966         (pgg-gpg-use-agent-p): Use it again.
11967
11968 2006-03-23  Simon Josefsson  <jas@extundo.com>
11969
11970         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11971         older emacsen.
11972         (pgg-gpg-use-agent-p): Don't use it.
11973
11974 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11975
11976         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11977         if we can.
11978
11979 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11980
11981         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11982         (pgg-gpg-update-agent): New function.
11983         (pgg-gpg-use-agent-p): New function.
11984         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11985         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11986         (pgg-gpg-sign-region): Use it.
11987
11988 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11989
11990         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11991         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11992
11993 2006-03-21  Simon Josefsson  <jas@extundo.com>
11994
11995         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11996         <wilde@sha-bang.de>.
11997         (pgg-gpg-use-agent): New variable.
11998         (pgg-gpg-process-region): Use it.
11999         (pgg-gpg-encrypt-region): Likewise.
12000         (pgg-gpg-encrypt-symmetric-region): Likewise.
12001         (pgg-gpg-decrypt-region): Likewise.
12002         (pgg-gpg-sign-region): Likewise.
12003         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12004
12005 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12006
12007         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12008
12009         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12010         Add comment on version.
12011
12012 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12013
12014         * smiley.el: Add missing test smiley.
12015
12016 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * mm-decode.el (mm-with-part): New macro.
12019         (mm-get-part): Use it; work with message/external-body as well.
12020         (mm-save-part): Treat name and filename equally.
12021
12022         * mm-extern.el (mm-extern-cache-contents): New function.
12023         (mm-inline-external-body): Use it; force the part to be displayed;
12024         move undisplayer added to the cached handle to the parent.
12025
12026         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12027         (gnus-mime-view-part-as-type): Work with message/external-body.
12028
12029         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12030
12031 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12032
12033         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12034         images in image-load-path.  [Sync with image.el, revision 1.60, in
12035         Emacs.]
12036
12037 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12038
12039         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12040         path rather than symbol.  Always return list of directories.
12041         Guarantee that image directory comes first.  [Sync with image.el,
12042         revision 1.59, in Emacs.]
12043
12044         * message.el (message-make-tool-bar): Adjust to new API of
12045         `gmm-image-load-path-for-library'.
12046
12047         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12048
12049         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12050
12051 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12052
12053         * gnus-art.el (gnus-article-only-boring-p):
12054         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12055         intangible text.
12056         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12057
12058 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12059
12060         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12061         Use `defun' instead of `gmm-defun-compat'.
12062
12063 2006-03-14  Simon Josefsson  <jas@extundo.com>
12064
12065         * message.el (message-unique-id): Don't use message-number-base36
12066         if (user-uid) is a float.
12067         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12068
12069 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12070
12071         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12072
12073         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12074         empty line between a part and a message part.
12075
12076 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12077
12078         * smiley.el: Add more test smileys.
12079         (smiley-data-directory, smiley-regexp-alist)
12080         (gnus-smiley-file-types): Fix doc strings.
12081         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12082         adding new elements.
12083         (smiley-mouse-map): Unused code.  Make it a comment.
12084
12085 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12086
12087         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12088         scan latest NoCeM messages instead of old ones.
12089         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12090         delimiters that are recently used.
12091         (gnus-nocem-load-cache): Add autoload cookie.
12092
12093         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12094
12095         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12096         level which is larger than gnus-use-nocem is specified.
12097
12098         * gnus-group.el (gnus-group-get-new-news): Ditto.
12099
12100 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12101
12102         * gnus-util.el (gnus-tool-bar-update): New function.
12103
12104         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12105         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12106
12107         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12108
12109         * gnus-group.el (gnus-group-redraw-when-idle)
12110         (gnus-group-redraw-check): Remove.
12111         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12112
12113 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12114
12115         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12116         if optional last element is specified in splits (FIELD VALUE...).
12117
12118 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12119
12120         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12121         to gmm-image-load-path-for-library.  Call with no-error argument.
12122         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12123
12124         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12125
12126         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12127
12128         * gmm-utils.el (gmm-image-load-path): Remove alias.
12129
12130 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12131
12132         * gmm-utils.el (gmm-image-load-path): Add alias.
12133
12134         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12135         nnml-generate-nov-databases-1.
12136         (nnml-generate-nov-databases): Use it.
12137         (nnml-generate-nov-databases-directory): Document no-active
12138         argument.
12139
12140         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12141         directory if path is t.  Add no-error.
12142
12143         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12144         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12145
12146         * gnus-art.el (gnus-article-browse-delete-temp-files):
12147         Simplify resetting gnus-article-browse-html-temp-list.
12148
12149         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12150         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12151         Add example to docstring.  Rename local variables.  Move error
12152         checks to default case in cond and simplify.
12153
12154 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12155
12156         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12157         handle is multipart when calling it recursively.
12158         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12159
12160 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12161
12162         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12163         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12164
12165 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12166
12167         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12168         is loaded.
12169
12170         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12171         loaded.
12172
12173 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12174
12175         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12176         to "Emacs 23 (unicode)" in doc string.
12177
12178         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12179         "Emacs 23 (unicode)" in comment.
12180
12181 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12184
12185         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12186         characters 160 through 255 in Emacs 23.
12187
12188 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12189
12190         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12191         gnus-article-browse-html-temp.
12192         (gnus-article-browse-delete-temp): Make it customizable.
12193         Add `file'.  Adjust doc string.
12194         (gnus-article-browse-delete-temp-files): Add argument.
12195         Allow query for each file.  Adjust doc string.
12196         (gnus-article-browse-html-parts):
12197         Add `gnus-article-browse-delete-temp-files' to
12198         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12199
12200 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12201
12202         * gnus-art.el (gnus-article-browse-html-temp)
12203         (gnus-article-browse-delete-temp): New variables.
12204         (gnus-article-browse-delete-temp-files): New function.
12205         (gnus-article-browse-html-parts): Use it.
12206
12207 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12208
12209         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12210
12211         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12212         string.
12213
12214         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12215         gnus-summary-insert-new-articles when unplugged.
12216         Remove gnus-summary-search-article-forward.
12217
12218         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12219         display-visual-class instead of display-color-cells.
12220
12221 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * dgnushack.el: Autoload customize-group for XEmacs.
12224
12225         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12226         message/* containing non-ASCII text properly.
12227
12228 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12229
12230         * message.el: Require gmm-utils, remove autoloads.
12231         (message-tool-bar): Set default based on
12232         gmm-tool-bar-style.
12233         (message-tool-bar-gnome): Add gmm-customize-mode.
12234
12235         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12236         gmm-tool-bar-style.
12237         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12238
12239         * gnus-group.el (gnus-group-tool-bar): Set default based on
12240         gmm-tool-bar-style.
12241         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12242
12243         * gmm-utils.el (gmm-image-directory): Rename variable from
12244         gmm-image-load-path.
12245         (gmm-image-load-path): Use gmm-image-directory.
12246         (gmm-customize-mode): New function.
12247         (gmm-tool-bar-style): New variable.
12248
12249         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12250         gnus-group-redraw-line-number.
12251         (gnus-group-redraw-check): Simplify.
12252         (gnus-group-tool-bar-update): Remove redraw check.
12253         (gnus-group-make-tool-bar): Add redraw check.
12254
12255 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12256
12257         * gnus-art.el (gnus-button): Add missing parentheses.
12258
12259 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * lpath.el: Fbind line-number-at-pos.
12262
12263 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12264
12265         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12266
12267 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12268
12269         * gnus-art.el (gnus-button): New face.
12270         (gnus-article-button-face): Use it.
12271
12272         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12273         Add gnus-summary-next-page.  Re-order.
12274
12275         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12276         next-node are now included.
12277         (gnus-group-redraw-line-number): New internal variable.
12278         (gnus-group-redraw-check): Helper function for updating the tool
12279         bar.
12280         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12281
12282         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12283
12284         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12285         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12286         Use it to match format of Spamassassin 3.0 and later.
12287         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12288         (spam-check-bogofilter)
12289         (spam-bogofilter-register-with-bogofilter): Fix args of
12290         `gnus-error' calls.
12291
12292 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12293
12294         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12295         unnecessary interaction when sending queued mails.
12296         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12297
12298 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12299
12300         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12301         first or last are nil.
12302
12303 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12304
12305         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12306
12307 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12308
12309         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12310
12311 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12312
12313         * dns.el (query-dns): Protect more against buggy tcp output.
12314
12315 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12316
12317         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12318         nov.php.
12319
12320 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12321
12322         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12323         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12324         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12325         output on the server side.
12326         (nnweb-google-create-mapping): Update regexps and add some
12327         progress indication.
12328
12329 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12330
12331         * gnus-group.el (gnus-group-tool-bar-gnome):
12332         Fix gnus-agent-toggle-plugged.  Re-order icons.
12333         (gnus-group-tool-bar-gnome):
12334         Add gnus-group-{prev,next}-unread-group.
12335         (gnus-group-tool-bar-gnome): Re-order icons.
12336
12337         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12338         Move gnus-summary-insert-new-articles.
12339
12340         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12341         Fix comments.
12342
12343         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12344         also available in Emacs 21.3.
12345
12346         * message.el (message-fix-before-sending): Change "Emacs 22" to
12347         "Emacs 23 (unicode)" in comment.
12348
12349         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12350         "Emacs 23 (unicode)" in comment.
12351
12352         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12353         comment.
12354         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12355
12356         * mm-view.el (mm-fill-flowed): Add :version.
12357
12358 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12359
12360         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12361         and load-path.
12362
12363 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12364
12365         * message.el: Autoload gmm-image-load-path.
12366         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12367         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12368         consitency.
12369
12370         * gmm-utils.el (gmm-image-load-path): Also search in
12371         "../etc/images".  Don't set gmm-image-load-path if we don't find
12372         the image.
12373
12374 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * gmm-utils.el (gmm-image-load-path): Don't make
12377         `gmm-image-load-path' include subdirectories which the second arg
12378         `image' might specify.
12379
12380         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12381         subdirectory to icon file names.
12382
12383         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12384
12385 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12386
12387         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12388         gmm-image-load-path calls.
12389
12390         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12391
12392         * message.el (message-make-tool-bar): Ditto.
12393
12394         * mml.el (mml-preview): Add comment concerning tool bar icons.
12395
12396         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12397         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12398
12399         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12400         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12401
12402         * message.el (message-tool-bar-gnome): Use new icon names.
12403         (message-make-tool-bar): Use `gmm-image-load-path'.
12404
12405         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12406         New functions from MH-E.
12407         (gmm-image-load-path): New variable from MH-E.
12408         (gmm-image-load-path): New function from MH-E.  Add arguments
12409         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12410         *-image-load-path-called-flag.
12411
12412 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12413
12414         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12415
12416 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12417
12418         * nnimap.el (nnimap-request-move-article): Change folder back to
12419         source group before deleting.
12420
12421 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12422
12423         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12424
12425         * gnus-art.el (mm-url-insert-file-contents-external):
12426         Autoload mm-url.
12427
12428         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12429
12430 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12433         coding system which mm-charset-to-coding-system returns for a
12434         given charset is valid.
12435
12436 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12437
12438         * html2text.el (html2text-remove-tag-list):
12439         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12440
12441 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12442
12443         * gnus-cus.el: Revert 2005-10-17 change.
12444
12445 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12446
12447         * gnus-art.el (article-strip-banner):
12448         Call article-really-strip-banner only when the regexp match is made.
12449
12450 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12451
12452         * gnus-art.el (article-strip-banner):
12453         Use gnus-extract-address-components instead of
12454         mail-header-parse-addresses to make it work with non-ASCII text;
12455         remove mail-encode-encoded-word-string.
12456
12457         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12458         values which are surrounded with \"...\"; make it never cause a
12459         Lisp error; give up parsing of parameters if it failed in
12460         extracting type.
12461
12462 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12463
12464         * smime.el (smime-cert-by-ldap-1): Fix bug where
12465         `smime-ldap-search' returns results without userCertificates.
12466
12467 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12470
12471 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12472
12473         * spam.el (spam-check-spamassassin-headers): Adapt format for
12474         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12475         <ari@mbf.ocn.ne.jp>.
12476         (spam-list-of-processors): Add spam-use-gmane.
12477
12478 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12479
12480         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12481         make-temp-file; make it work with XEmacs as well.
12482
12483         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12484         mm-make-temp-file.
12485
12486         * mm-decode.el (mm-display-external): Use the 3rd arg of
12487         mm-make-temp-file.
12488         (mm-create-image-xemacs): Ditto.
12489
12490 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12491
12492         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12493         with message-narrow-to-headers.
12494         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12495         (gnus-draft-check-draft-articles): New function.
12496         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12497
12498 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12499
12500         * gnus-art.el (gnus-article-browse-html-parts):
12501         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12502         Don't use suffix argument for mm-make-temp-file for Emacs 21
12503         compatibility.  Remove useless `format'.
12504
12505 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12506
12507         * nnweb.el (nnweb-google-wash-article): Update regexps.
12508         (nnweb-group-alist): Use defvoo instead of defvar.
12509
12510 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12513         re-loading nn* modules.
12514
12515 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12516
12517         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12518         for `tool-bar-mode' and don't check it's default-value.
12519
12520         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12521
12522         * message.el (message-make-tool-bar): Ditto.
12523
12524         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12525         `substring'.  Shorten tmp-file name.
12526
12527         * gnus.el: Remove bogus comment.
12528
12529 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12530
12531         * gnus-art.el (gnus-article-browse-html-parts): New function.
12532         (gnus-article-browse-html-article): New function for viewing html
12533         articles with a browser.
12534
12535 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12536
12537         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12538         in elisp.
12539         (pgg-gpg-encrypt-symmetric-region): Ditto.
12540         (pgg-gpg-sign-region): Ditto.
12541
12542         * pgg-def.el (pgg-text-mode): New variable.
12543
12544         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12545         (mml2015-pgg-encrypt): Ditto.
12546
12547         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12548         (mml1991-pgg-encrypt): Ditto.
12549
12550 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12551
12552         * nnfolder.el (nnfolder-insert-newsgroup-line):
12553         Use message-make-date instead of current-time-string.
12554
12555         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12556         to gnus-decoded which mm-uu might set.
12557
12558 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12559
12560         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12561         don't decode quoted parameters; remove misimported Emacs code.
12562         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12563         (rfc2231-decode-encoded-string): Don't use split-string which
12564         behaves differently according to Emacs version; use
12565         mm-decode-coding-region to convert charset to coding-system.
12566         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12567         (rfc2231-encode-string): Remove misimported Emacs code.
12568
12569 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12570
12571         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12572         when calling mail-header-parse-content-type.
12573         (article-de-quoted-unreadable): Ditto.
12574         (article-de-base64-unreadable): Ditto.
12575         (article-wash-html): Ditto.
12576
12577         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12578         calling mail-header-parse-content-type and
12579         mail-header-parse-content-disposition.
12580         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12581         mail-header-parse-content-type.
12582
12583         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12584         insert charset and format parameters; encode description after
12585         inserting it to buffer.
12586         (mml-insert-parameter): Fold lines properly even if a parameter is
12587         segmented into two or more lines; change the max column to 76.
12588
12589         * rfc1843.el (rfc1843-decode-article-body): Don't use
12590         ignore-errors when calling mail-header-parse-content-type.
12591
12592         * rfc2231.el (rfc2231-parse-string): Return at least type if
12593         possible; don't cause an error even if it fails in parsing of
12594         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12595         (rfc2231-encode-string): Don't break lines at the beginning, leave
12596         it to mml-insert-parameter.
12597
12598         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12599         calling mail-header-parse-content-type.
12600
12601 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12602
12603         * spam-report.el (spam-report-gmane-use-article-number):
12604         Improve doc string.
12605         (spam-report-gmane-internal): Check if a suitable header was found
12606         in the article.
12607
12608 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12609
12610         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12611         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12612
12613 2006-02-05  Romain Francoise  <romain@orebokech.com>
12614
12615         Update copyright notices of all files in the gnus directory.
12616
12617 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12618
12619         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12620
12621 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12622
12623         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12624         segmented lines of parameter value to cope with Thunderbird 1.5
12625         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12626         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12627         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12628
12629 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12630
12631         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12632         parts.
12633
12634 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12635
12636         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12637         there's only one active file for all servers.
12638         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12639         solid groups.  Gnus might have used a FAST request to select the group.
12640         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12641         and nnweb-search redundantly in the active file.
12642         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12643         (nnweb-request-create-group): Don't use ARGS.
12644         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12645         initialisations.  Let nnoo do the work.
12646
12647 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12648
12649         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12650         Say the part has been decoded.
12651
12652         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12653
12654 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12655
12656         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12657         mailcap-viewer-test-cache when there's no 'test clause, since that
12658         will invert the meaning of a "nil" test previously determined by
12659         mailcap-mailcap-entry-passes-test.
12660
12661 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12662
12663         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12664         compiling.
12665
12666         * gnus-sum.el: Ditto.
12667
12668         * message.el: Don't bind tool-bar-map when compiling.
12669
12670 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12671
12672         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12673
12674 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12675
12676         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12677         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12678         current Google Groups.
12679
12680 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12681
12682         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12683         and tool-bar-mode.
12684
12685         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12686         and tool-bar-mode.
12687
12688         * message.el (message-tool-bar-update): Simplify.
12689         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12690
12691         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12692         gnus-summary-buffer.
12693         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12694         gnus-summary-reply.
12695
12696         * gmm-utils.el (gmm): Add :version.
12697
12698 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12699
12700         * Makefile.in (clean): New rule.
12701         (distclean): Use it.
12702
12703 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12704
12705         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12706         Don't autoload.
12707
12708 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12709
12710         * gmm-utils.el (gmm-verbose): Add :group.
12711
12712 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12713
12714         * message.el: Change some comments WRT tool-bars.
12715
12716         * gnus-sum.el (gnus-summary-tool-bar)
12717         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12718         (gnus-summary-tool-bar-zap-list): New variables.
12719         (gnus-summary-make-tool-bar): Complete rewrite using
12720         `gmm-tool-bar-from-list'.
12721
12722         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12723         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12724         New variables.
12725         (gnus-group-make-tool-bar): Complete rewrite using
12726         `gmm-tool-bar-from-list'.
12727         (gnus-group-tool-bar-update): New function.
12728
12729         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12730
12731 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12732
12733         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12734         is dissected into a single part of which the type is the same as
12735         the given one; decode charset.
12736
12737 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12738
12739         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12740         into alists as symbol not string, since that's what
12741         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12742         look for.
12743
12744 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12745
12746         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12747         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12748
12749         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12750
12751 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12752
12753         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12754         (gnus-xmas-mime-security-button-menu): New function.
12755
12756         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12757         (gnus-mime-security-button-menu): New definition.
12758         (gnus-mime-security-button-map): Use them.
12759         (gnus-mime-security-button-menu): New function.
12760         (gnus-insert-mime-security-button): Addition to help echo.
12761         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12762         (gnus-mime-security-pipe-part): New functions.
12763
12764         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12765         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12766
12767         * mm-decode.el (mm-handle-set-disposition): Remove.
12768         (mm-handle-set-description): Remove.
12769
12770 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12771
12772         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12773         (mm-w3m-standalone-supports-m17n-p): New function.
12774         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12775         w3m usage.
12776
12777         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12778         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12779
12780 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12781
12782         * message.el (message-tool-bar-zap-list):
12783         Use gmm-tool-bar-zap-list as custom type.
12784         (message-tool-bar-update): New function.
12785         (message-tool-bar, message-tool-bar-gnome)
12786         (message-tool-bar-retro): Add message-tool-bar-update.
12787         (message-tool-bar-gnome): Add flyspell-buffer.
12788
12789         * gnus-util.el (gnus-error): Describe `args'.
12790
12791         * gmm-utils.el (gmm-error): Describe `args'.
12792         (gmm-tool-bar-zap-list): New widget.
12793         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12794
12795 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12796
12797         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12798         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12799         the number of recursive calls.
12800
12801         * mm-decode.el (mm-handle-set-disposition): New macro.
12802         (mm-handle-set-description): New macro.
12803
12804 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12805
12806         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12807         encoding.
12808
12809 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12810
12811         * message.el (message-tool-bar-zap-list, message-tool-bar)
12812         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12813         (message-tool-bar-local-item-from-menu): Remove.
12814         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12815         (message-make-tool-bar): New function.
12816         (message-mode): Use `message-make-tool-bar'.
12817
12818         * gmm-utils.el: New file.
12819         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12820         (gmm-lazy): New widget copied from `nnmail.el'.
12821         (gmm-tool-bar-from-list): New function for creating customizable
12822         tool bars.
12823         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12824         output.
12825         (gmm): Add :prefix to defgroup.
12826
12827 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12828
12829         * gmm-utils.el (gmm-widget-p): New function.
12830
12831 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12832
12833         * mml.el (mml-attach-file): Describe `description' in doc string.
12834         (mml-menu): Add Emacs MIME manual and PGG manual.
12835
12836 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12837
12838         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12839
12840 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12841
12842         * nntp.el (nntp-end-of-line): Doc fix.
12843
12844 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12845
12846         * imap.el (imap-open): Handle case where buffer is a buffer
12847         object.
12848
12849 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12850
12851         * gnus-delay.el (gnus-delay): Don't autoload.
12852         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12853         to be re-loaded when customizing the `gnus-delay' group.
12854
12855 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12856
12857         * message.el (message-insert-citation-line): Use newlines.
12858
12859 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12860
12861         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12862         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12863         these routines, so the passphrase can be managed externally and
12864         passed in to the system.
12865         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12866         pgg-add-passphrase-to-cache function.
12867
12868         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12869         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12870         these routines, so the passphrase can be managed externally and
12871         passed in to the system.
12872         (pgg-pgp5-sign-region): Use new name of
12873         pgg-add-passphrase-to-cache function.
12874
12875 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12876
12877         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12878         part of the decoded armor to find the key-identifier.
12879         (pgg-gpg-lookup-key-owner): New function to return the
12880         human-readable identifier of a key owner.
12881         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12882         itself.
12883         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12884         the key value) if we have a key and can match it against a secret
12885         key.  Also, added a note pointing out fact that the prompt only
12886         indicates the first matching key.
12887
12888         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12889         pgg-decrypt-region.
12890         (pgg-add-passphrase-to-cache): Rename from
12891         `pgg-add-passphrase-cache' to reduce confusion (all callers
12892         changed).
12893         (pgg-remove-passphrase-from-cache): Rename from
12894         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12895         changed).
12896         (pgg-read-passphrase, pgg-add-passphrase-cache)
12897         (pgg-remove-passphrase-cache): Add informative docstrings.
12898         (pgg-decrypt): Convey provided passphrase in subordinate call to
12899         pgg-decrypt-region.
12900
12901 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12902
12903         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12904         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12905         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12906         'passphrase' argument, so the passphrase can be managed externally
12907         and then passed in to the system.
12908
12909         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12910         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12911         so the passphrase cache can be used reliably with identifiers
12912         besides a pgp packet's key id.
12913
12914         * pgg-gpg.el (pgg-gpg-encrypt-region)
12915         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12916         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12917         these routines, so the passphrase can be managed externally and
12918         passed in to the system.
12919
12920         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12921         'notruncate' argument, so the passphrase cache can be used
12922         reliably with identifiers besides a pgp packet's key id.
12923
12924 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12925
12926         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12927         symmetric encryption.
12928         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12929         encrypted session key.
12930         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12931         message ask for the passphrase in a proper way.
12932
12933         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12934         New user commands for symmetric encryption.
12935
12936 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12937
12938         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12939
12940         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12941
12942 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12943
12944         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12945
12946 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12947
12948         * mm-decode.el (mm-inlined-types): Add application/pgp.
12949         (mm-automatic-display): Ditto.
12950
12951         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12952         part as text.
12953
12954 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12955
12956         * nnrss.el: Update copyright.
12957         (nnrss-opml-import): Query whether to subscribe to each entry.
12958
12959         * gnus-art.el:
12960         * gnus-sum.el:
12961         * gnus-xmas.el:
12962         * messagexmas.el:
12963         * mm-uu.el:
12964         * mm-view.el: Update copyright.
12965
12966 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12967
12968         * message.el (message-info): New function.
12969         (message-mode-menu): Add it.
12970         Update copyright.
12971
12972         * ChangeLog: Fix and update copyright.
12973
12974 2006-01-13  Romain Francoise  <romain@orebokech.com>
12975
12976         * message.el (message-forward-subject-name-subject): Prefer the
12977         address to 'nowhere' if the sender has no name.
12978         Fix typo.  Update copyright year.
12979
12980 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12981
12982         * gnus-art.el (article-wash-html):
12983         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12984         (gnus-article-wash-html-with-w3m-standalone): New function.
12985
12986         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12987         mm-inline-text-html-render-with-w3m-standalone.
12988         (mm-text-html-washer-alist): Map w3m-standalone to
12989         gnus-article-wash-html-with-w3m-standalone.
12990         (mm-inline-text-html-render-with-w3m-standalone): New function.
12991
12992 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12993
12994         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12995         Improve LaTeX.
12996
12997 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12998
12999         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13000         (nnrss-request-article): Render text/plain parts as HTML.
13001
13002         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13003         the buffer.
13004
13005 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13006
13007         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13008         custom definition of `gnus-posting-styles'.
13009
13010         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13011         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13012
13013 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13014
13015         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13016         Use nntp for bug archive.
13017
13018 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13019
13020         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13021         parts.
13022         (nnrss-normalize-date): New function converts ISO 8601 date into
13023         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13024         (nnrss-check-group): Use it.
13025
13026 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13027
13028         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13029
13030         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13031         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13032         (nnrss-insert-w3): Ditto.
13033
13034 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13035
13036         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13037         the articles to be forwarded including the case where neither a
13038         number of articles nor a region is specified.
13039
13040 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * nnrss.el (nnrss-request-article): Fix last change; fill
13043         text/plain parts.
13044
13045 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13046
13047         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13048         in text/plain part.
13049         (nnrss-check-group): Don't add excessive newline to dc:subject.
13050
13051 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13052
13053         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13054         article.
13055
13056 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13057
13058         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13059         (nnml-use-compressed-files, nnml-save-mail): Support other
13060         comression programs such as bzip2.
13061
13062 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13063
13064         * dns.el (query-dns): Make sure we check the buffer size before
13065         removing tcp headers.
13066
13067 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13068
13069         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13070         remove MIME buttons associated with multipart/alternative parts.
13071         (gnus-mime-display-alternative): Tag buttons using `article-type'
13072         text property.
13073
13074         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13075         associated with multipart/alternative parts.
13076
13077         * gnus-art.el (gnus-signature-separator): Fix custom type.
13078
13079         * mm-decode.el (mm-inlined-types): Fix custom type.
13080         (mm-keep-viewer-alive-types): Ditto.
13081         (mm-automatic-display): Ditto.
13082         (mm-attachment-override-types): Ditto.
13083         (mm-inline-override-types): Ditto.
13084         (mm-automatic-external-display): Ditto.
13085
13086 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13087
13088         * spam-report.el (spam-report-user-mail-address)
13089         (spam-report-user-agent): New variables.
13090         (spam-report-url-ping-plain): Use spam-report-user-agent.
13091
13092 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13093
13094         * gnus-art.el (gnus-button-handle-custom): Do not just use
13095         `customize-apropos' for any "M-x customize-*" button but the
13096         function called for.  Accept both the function name and its
13097         argument in order to achieve this.
13098         (gnus-button-alist): Remove support for "custom:" URL's.
13099         Pass function name to `gnus-button-handle-custom' in case of "M-x
13100         customize-*" buttons.
13101
13102 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13105         multipart/alternative and add xref to mm-discouraged-alternatives
13106         in doc string.
13107
13108         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13109         gnus-buttonized-mime-types in doc string.
13110
13111 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13112
13113         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13114         Suggest image/.* in the doc string.
13115
13116 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13117
13118         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13119         message-marks (Debian bug #342521).
13120
13121 2005-12-12  Simon Josefsson  <jas@extundo.com>
13122
13123         * password.el (password-read-from-cache): Add.
13124         (password-read): Use it.
13125
13126 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13127
13128         * rfc2047.el (rfc2047-charset-to-coding-system):
13129         Recognize us-ascii as a MIME charset.
13130
13131         * mm-bodies.el (mm-decode-content-transfer-encoding):
13132         Protect against the case where the 2nd arg TYPE is nil.
13133
13134 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13135
13136         * pop3.el (pop3-stream-type): Fix custom version.
13137
13138         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13139
13140 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13141
13142         * mm-decode.el (mm-display-external): Add missing cdr.
13143
13144 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13145
13146         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13147         RFC1524) if it is in mailcap or add a suffix according to
13148         mailcap-mime-extensions when generating a temp filename; postpone
13149         deleting a temp file for 2 seconds for some wrappers, shell
13150         scripts, and so on, which might exit right after having started a
13151         viewer command as a background job.
13152
13153 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13154
13155         * nntp.el (nntp-marks-directory): Fix custom group.
13156
13157         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13158         steps when < 10.
13159
13160         * gnus-start.el (gnus-no-server-1):
13161         Mention `gnus-level-default-subscribed' in doc string.
13162
13163 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13164
13165         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13166         parens.
13167
13168 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13169
13170         * gnus-xmas.el (gnus-use-toolbar): Revert.
13171         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13172         gnus-use-toolbar is default.
13173
13174         * messagexmas.el (message-use-toolbar): Revert.
13175         (message-setup-toolbar): Use global default-toolbar if
13176         message-use-toolbar is default.
13177
13178 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13179
13180         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13181         according to default-toolbar-visible-p.
13182
13183         * messagexmas.el (message-use-toolbar): Ditto.
13184
13185 2005-11-26  Dave Love  <fx@gnu.org>
13186
13187         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13188         (tls-program, tls-success): Provide openssl alternative.
13189
13190         * starttls.el: Doc fixes.
13191         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13192         SERVICE to PORT.
13193
13194         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13195         port null or service name.
13196         (starttls-negotiate): Autoload.
13197
13198 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13199
13200         * message.el (message-kill-to-signature): Fix interactive spec.
13201
13202 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13203
13204         * pop3.el (pop3-open-server): Recognize a string as a service name.
13205
13206 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13207
13208         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13209
13210 2005-11-23  Dave Love  <fx@gnu.org>
13211
13212         Add pop3s, pop3/starttls.
13213
13214         * pop3.el (pop3-authentication-scheme): Clarify doc.
13215         (open-tls-stream, starttls-open-stream): Autoload.
13216         (pop3-stream-type): New.
13217         (pop3-open-server): Use it.
13218
13219         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13220         for POP.
13221         (mail-source-keyword-map): Add :stream for POP.
13222         (mail-source-fetch-pop): Use pop3-stream-type.
13223
13224 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13225
13226         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13227         of current-time-string.
13228
13229 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13230
13231         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13232         date header.
13233
13234 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13235
13236         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13237         it can seriously impact performance as it bypasses the agent's
13238         local caches.
13239
13240 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13241
13242         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13243         must be explicitly online rather than "not explicitly offline" for
13244         its flags to be synchronized.
13245
13246         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13247         that gnus-uu-unmark-thread will function correctly.
13248
13249         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13250         1024K is instead displayed as 1M.
13251
13252 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13253
13254         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13255
13256 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13257
13258         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13259
13260 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13261
13262         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13263         error message to display actual error condition.
13264         (gnus-agent-save-local): Avoid saving symbols that are bound to
13265         nil as they simply result in a warning message in
13266         gnus-agent-read-local.
13267
13268 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13269
13270         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13271         rather than make-variable-buffer-local for file-precious-flag.
13272
13273 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13274
13275         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13276         for duplicates which are removed.  The invalid sort check then
13277         triggers a rescan after the sort as sorting may have moved
13278         duplicate entries such that they can be cheaply detected.
13279
13280 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13281
13282         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13283
13284 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13285
13286         * gnus-agent.el (gnus-agent-article-alist-save-format):
13287         Change internal variable to a custom variable.  Change default value
13288         from compressed(2) to uncompressed(1).
13289         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13290         support for uncompressed agentview files.  Taken together, reading
13291         the agentview file should now be 6-7 times faster.
13292
13293 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13294
13295         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13296         as a buffer-local variable.  This avoids creating truncated
13297         dribble files as a result of a hang up, eg.
13298
13299 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13300
13301         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13302         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13303         XEmacs.
13304
13305 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13306
13307         * gnus-start.el (gnus-start-draft-setup):
13308         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13309
13310         * gnus.el (gnus-splash): Change custom group.
13311         (gnus-group-get-parameter, gnus-group-parameter-value):
13312         Describe allow-list argument.
13313
13314         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13315         string.
13316
13317 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13318
13319         * gnus-art.el (gnus-default-article-saver): Add user-defined
13320         `function' to custom type.
13321
13322 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13323
13324         * imap.el (imap-open): Handle case where buffer is a buffer
13325         object.
13326
13327 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13328
13329         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13330         long lines.
13331         (gnus-cache-delete-group): Wrap doc strings.
13332
13333         * gnus-agent.el (gnus-agent-rename-group)
13334         (gnus-agent-delete-group): Wrap doc strings.
13335
13336 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * messagexmas.el (message-use-toolbar): Change the valid values
13339         into default, top, bottom, left, and right.
13340         (message-toolbar-thickness): New variable.
13341         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13342         well.
13343         (message-setup-toolbar): Make it work.
13344
13345         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13346         (gnus-use-toolbar): Change the valid values into default, top,
13347         bottom, left, and right.
13348         (gnus-toolbar-thickness): New variable.
13349         (gnus-xmas-setup-toolbar): New function.
13350         (gnus-xmas-setup-group-toolbar): Use it.
13351         (gnus-xmas-setup-summary-toolbar): Use it.
13352
13353 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13354
13355         * gnus-start.el (gnus-1): Add "native" to
13356         gnus-predefined-server-alist.
13357
13358         * gnus.el (gnus-method-to-server): Don't add "native" to the
13359         lists here, because that leads to problems when
13360         gnus-select-method is bound.
13361
13362 2005-11-09  Simon Josefsson  <jas@extundo.com>
13363
13364         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13365         use (not sort-by-date) instead.
13366
13367 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13368
13369         * gnus-delay.el (gnus-delay-group): Don't autoload.
13370         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13371         to be re-loaded when customizing the `gnus-delay' group.
13372
13373 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13374
13375         * message.el: Revert last changes.
13376         (message-insert-citation-line): Use newlines.
13377
13378 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13379
13380         * message.el (message-courtesy-message)
13381         (message-mark-insert-begin, message-mark-insert-end)
13382         (message-elide-ellipsis, message-cancel-message)
13383         (message-add-header, message-change-subject)
13384         (message-cross-post-followup-to-header)
13385         (message-cross-post-insert-note, message-reduce-to-to-cc)
13386         (message-widen-reply, message-delete-not-region)
13387         (message-kill-to-signature, message-insert-signature)
13388         (message-insert-importance-high, message-insert-importance-low)
13389         (message-insert-or-toggle-importance)
13390         (message-insert-disposition-notification-to)
13391         (message-indent-citation, message-yank-original)
13392         (message-cite-original-without-signature, message-cite-original)
13393         (message-insert-citation-line, message-position-on-field)
13394         (message-fix-before-sending, message-send-mail-partially)
13395         (message-send-mail, message-send-mail-with-sendmail)
13396         (message-send-mail-with-qmail, message-send-news)
13397         (message-check-news-header-syntax, message-generate-headers)
13398         (message-insert-courtesy-copy, message-fill-address)
13399         (message-fill-header, message-shorten-references)
13400         (message-setup-1, message-cancel-news)
13401         (message-forward-make-body-plain, message-forward-make-body-mime)
13402         (message-forward-make-body-mml, message-encode-message-body)
13403         (message-forward-make-body-digest-plain)
13404         (message-forward-make-body-digest-mime)
13405         (message-use-alternative-email-as-from): Insert `hard-newline'
13406         instead of ordinary newlines.
13407
13408 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13409
13410         * message.el (message-generate-headers): Downcase the argument
13411         given to message-check-element.
13412
13413 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13414
13415         * nntp.el (nntp-authinfo-rejected): New error condition.
13416         (nntp-wait-for): Use new error condition to signal authentication
13417         error.
13418         (nntp-retrieve-data): Rethrow new error condition to break out of
13419         recursive call to nntp-send-authinfo.
13420
13421 2005-11-08  Romain Francoise  <romain@orebokech.com>
13422
13423         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13424         (gnus-summary-exit-map): Bind to `Z p'.
13425         (gnus-summary-make-menu-bar): Add menu item.
13426
13427 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13428
13429         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13430         (gnus-treat-*): Add `first' in all doc strings.
13431
13432         * gnus-group.el (gnus-group-compact-group): Fix typo.
13433
13434 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13435
13436         * gnus.el (gnus-parameters-case-fold-search): New variable.
13437         (gnus-parameters-get-parameter): Use it.
13438
13439         * gnus-score.el (gnus-home-score-file): Doc fix.
13440
13441 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13442
13443         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13444
13445 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13446
13447         * mm-util.el (mm-special-display-p): New function.
13448
13449         * mml.el (mml-preview): Use it; doc fix.
13450
13451 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13452
13453         * imap.el (imap-open): Handle case where buffer is a buffer object.
13454
13455 2005-10-29  Romain Francoise  <romain@orebokech.com>
13456
13457         * message.el (message-fix-before-sending): Fix comment.
13458
13459 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13460
13461         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13462
13463 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13464
13465         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13466         Used in gnus-score.el.
13467
13468 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13469
13470         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13471
13472 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13473
13474         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13475         whitespace removed in revision 7.8.  Use concatenated string to
13476         protect trailing whitespace.
13477
13478 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13479
13480         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13481         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13482         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13483         Courier IMAP ("some version from 2004").  Mostly based on similar
13484         code in the same function.
13485
13486 2005-10-26  Didier Verna  <didier@xemacs.org>
13487
13488         * gnus-group.el (gnus-group-compact-group): Invalidate original
13489         article buffer.
13490         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13491         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13492         NOV database and in article itself.
13493         Invalidate article backlog.
13494
13495 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13496
13497         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13498
13499 2005-10-26  Simon Josefsson  <jas@extundo.com>
13500
13501         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13502         part of 2004-07-25 change.
13503
13504 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13505
13506         * message.el (message-display-completion-list): New function.
13507         (message-expand-group): Use it; make sure the Completions buffer
13508         is modifiable.
13509 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13510
13511         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13512         user-mail-name is an empty string.
13513
13514 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13515
13516         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13517         depending on gnus-score-decay-constant.
13518
13519         * encrypt.el (encrypt-insert-file-contents)
13520         (encrypt-write-file-contents): Don't use `gnus-message'.
13521
13522         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13523         arguments.
13524         (mm-uu-type-alist): Add message-marks and insert-marks.
13525         Pass arguments to mm-uu-verbatim-marks-extract.
13526         (mm-uu-hide-markers): New variable.
13527         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13528
13529         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13530         (gnus-convert-image-to-face-command): Use "convert" by default to
13531         allow other input image formats.
13532         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13533         accordingly.
13534
13535 2005-10-23  Simon Josefsson  <jas@extundo.com>
13536
13537         * imap.el (imap-gssapi-program): Align command line parameters
13538         with latest GNU SASL.
13539         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13540
13541 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13542
13543         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13544         HTML.
13545         (nnslashdot-request-article): Ditto.
13546
13547         * lpath.el (featurep): Add nobreak-char-display.
13548
13549 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13550
13551         * mail-source.el (mail-source-fetch-pop): Require pop3.
13552         (mail-source-check-pop): Ditto.
13553
13554 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13555
13556         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13557         errors.
13558
13559 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13560
13561         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13562         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13563
13564         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13565
13566         * mm-bodies.el (mm-decode-string):
13567         Call `mm-charset-to-coding-system' with allow-override argument.
13568
13569 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13570
13571         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13572         (rfc2047-charset-to-coding-system): New function.
13573         (rfc2047-decode-encoded-words): New function.
13574         (rfc2047-decode-region): Use them.
13575         (rfc2047-decode-cte): Remove.
13576         (rfc2047-parse-and-decode): Remove.
13577         (rfc2047-decode): Remove.
13578
13579 2005-10-15  Kenichi Handa  <handa@m17n.org>
13580
13581         * rfc2047.el (rfc2047-decode-cte): New function.
13582         (rfc2047-decode-region): Change the way to decode successive
13583         encoded-words: decode B- or Q-encoding in each encoded-word,
13584         concatenate them, and decode it as charset.
13585
13586 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * lpath.el: Fbind codepage-setup for XEmacs.
13589
13590 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13591
13592         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13593         widget-move-and-invoke.
13594         (gnus-custom-mode): Use gnus-custom-map.
13595
13596 2005-10-15  Bill Wohler  <wohler@newt.com>
13597
13598         * message.el (message-tool-bar-map): Rename image file from
13599         mail_send to mail/send.
13600
13601 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13602
13603         * message.el (message-expand-group): Pass the common
13604         prefix substring of completion to `display-completion-list'.
13605
13606 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13607
13608         * mml-sec.el (mml-secure-method): New internal variable.
13609         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13610         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13611         New functions using mml-secure-method.
13612
13613         * mml.el (mml-mode-map): Add key bindings for those functions.
13614         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13615         Harder <harder@myrealbox.com>.
13616         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13617         Goto end of message if point is the headers of the message.
13618
13619         * message.el (message-in-body-p): New function.
13620
13621         * assistant.el: Autoload gnus-util and netrc.
13622
13623         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13624         Use `mm-charset-override-alist' only when decoding.
13625
13626         * mm-bodies.el (mm-decode-body):
13627         Call `mm-charset-to-coding-system' with allow-override argument.
13628
13629         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13630         `filename' from Content-Disposition if Content-Type doesn't
13631         provide `name'.
13632         (gnus-mime-view-part-as-type): Set default instead of
13633         initial-input.
13634
13635 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13636
13637         * format-spec.el (format-spec): Propagate text properties of % spec.
13638
13639 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13640
13641         * gnus-art.el (gnus-treat-predicate): Add `first'.
13642
13643 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13644
13645         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13646         (mm-charset-override-alist): New variable.
13647         (mm-charset-to-coding-system): Use it.
13648         (mm-codepage-setup): New helper function.
13649         (mm-charset-eval-alist): New variable.
13650         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13651         Warn about unknown charsets.
13652
13653         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13654
13655 2005-10-04  David Hansen  <david.hansen@gmx.net>
13656
13657         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13658         (nnrss-check-group): Ditto.
13659
13660 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13661
13662         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13663         Rename x-gnus-verbatim to x-verbatim.
13664         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13665
13666         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13667         x-verbatim.
13668
13669         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13670
13671         * gnus-util.el (gnus-remove-duplicates): Remove.
13672
13673         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13674         instead of gnus-remove-duplicates.
13675
13676         * message.el (message-remove-duplicates): Remove.
13677         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13678         message-remove-duplicates.
13679
13680         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13681         available, else use implementation from `delete-dups'.
13682
13683         * message.el (message-insert-expires): New function.
13684         (message-mode-map): Add key binding.
13685         (message-mode-field-menu): Add menu entry.
13686         (message-mode): Document it.
13687         (message-make-expires-date): Use `message-make-date'.
13688
13689 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13690
13691         * message.el (message-make-expires-date): New function.
13692
13693 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13694
13695         * Makefile.in (list-installed-shadows): New entry.
13696         (install): Use it.
13697         (remove-installed-shadows): New entry.
13698
13699         * dgnushack.el (dgnushack-default-load-path): New variable.
13700         (dgnushack-find-lisp-shadows): New function.
13701         (dgnushack-remove-lisp-shadows): New function.
13702
13703 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13704
13705         * Makefile.in (install-el-elc): New entry.
13706         (install): Use it so that .el files are necessarily installed.
13707
13708 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13709
13710         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13711
13712 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13713
13714         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13715         function rather than the diff-mode.el package.
13716         (mm-display-external): Use with-current-buffer.
13717         (mm-viewer-completion-map, mm-viewer-completion-map):
13718         Move initialization inside declaration.
13719
13720 2005-09-29  Simon Josefsson  <jas@extundo.com>
13721
13722         * spam.el: Load hashcash when compiling, to avoid warnings.
13723         Don't autoload mail-check-payment.
13724         (spam-check-hashcash): Define unconditionally, since hashcash.el
13725         is part of Gnus now.  Ignore errors from payment checking.
13726
13727 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13728
13729         * message.el (message-bold-region, message-unbold-region):
13730         Rename from `bold-region' and `unbold-region'.
13731
13732         * message.el: Remove useless autoloads.
13733
13734 2005-09-28  Simon Josefsson  <jas@extundo.com>
13735
13736         * message.el (message-use-idna): Default to t.
13737         (message-use-idna): Test whether encoding works too.  Doc fix.
13738
13739 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * nntp.el (nntp-warn-about-losing-connection): Remove.
13742
13743 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13744
13745         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13746         customizable.  Change default value.
13747         (mm-uu-diff-groups-regexp): Change default value.
13748         (mm-uu-type-alist): Add doc string.
13749         (mm-uu-configure): Add doc string.  Make it interactive.
13750         (mm-uu-tex-groups-regexp): New variable.
13751         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13752         (mm-uu-type-alist): Add LaTeX documents.
13753         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13754         of "text/verbatim".
13755         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13756
13757         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13758         instead of "text/verbatim".
13759
13760         * message.el (message-mark-inserted-region)
13761         (message-mark-insert-file): Use slrn style marks when called with
13762         prefix argument.
13763
13764 2005-09-27  Simon Josefsson  <jas@extundo.com>
13765
13766         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13767
13768 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13769
13770         * message.el (message-remove-duplicates): New function.
13771         Implementation borrowed from `gnus-remove-duplicates'.
13772         (message-idna-to-ascii-rhs): Also encode idna addresses in
13773         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13774         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13775         only ask about the same idna domain once per header and also tell
13776         in what header to replace the idna domain.
13777
13778         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13779         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13780         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13781         a header is decoded and not just the last one.
13782
13783 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13784
13785         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13786         has been decoded.
13787
13788         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13789         (mm-insert-part): Don't modify text if it has been decoded.
13790
13791         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13792         decoded.
13793
13794         * mm-view.el (mm-inline-text): Don't strip text props unless
13795         decoding enriched or richtext parts.
13796
13797 2005-09-25  Romain Francoise  <romain@orebokech.com>
13798
13799         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13800         * gnus-start.el (gnus-subscribe-interactively):
13801         * gnus-uu.el (gnus-uu-grab-articles):
13802         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13803         space.
13804
13805 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13806
13807         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13808         * mm-view.el (mm-view-pkcs7-decrypt):
13809         * gnus-sum.el (gnus-summary-limit-to-extra)
13810         (gnus-summary-respool-article, gnus-read-move-group-name):
13811         * gnus-score.el (gnus-summary-increase-score):
13812         * gnus-util.el (gnus-completing-read-with-default):
13813         * gnus-art.el (gnus-read-save-file-name)
13814         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13815         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13816         * message.el (message-check-news-header-syntax):
13817         Follow convention for reading with the minibuffer.
13818
13819 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13820
13821         * spam-report.el (spam-report-url-ping-plain):
13822         Use gnus-extended-version as User-Agent.
13823
13824         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13825         default value is nil.
13826
13827         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13828         (mm-uu-verbatim-marks-extract): New function.
13829         (mm-uu-extract): New face.
13830         (mm-uu-copy-to-buffer): Use it.
13831
13832         * spam-report.el (spam-report-gmane-ham): Rename from
13833         `spam-report-gmane-unspam'.
13834         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13835         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13836
13837         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13838         Autoload.
13839         (spam-report-gmane-unregister-routine):
13840         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13841
13842 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13843
13844         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13845         (spam-report-gmane-unregister-routine): Add support for gmane
13846         unregistration.
13847
13848         * spam-report.el (spam-report-gmane-unspam)
13849         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13850         (spam-report-gmane): Change to take a single article and do unspam
13851         registration.
13852
13853 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13854
13855         * mm-url.el (mm-url-decode-entities): Fix regexp.
13856
13857 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13858
13859         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13860         default to nil, to be able to use Gnus at all.  If the default
13861         switches to something else, then the function should be fixed not
13862         be exceedingly slow.
13863
13864 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13865
13866         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13867         fail hard.
13868
13869         * spam-report.el: Add better Keywords line.
13870
13871         * spam.el: Add Maintainer and better Keywords line.
13872
13873 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13874
13875         * gnus-art.el (gnus-article-replace-part)
13876         (gnus-mime-replace-part): New functions.
13877         (gnus-mime-action-alist, gnus-mime-button-commands)
13878         (gnus-mime-save-part-and-strip): Add file argument.
13879         (gnus-article-part-wrapper): Add interactive argument.
13880
13881         * gnus-sum.el (gnus-summary-mime-map):
13882         Add `gnus-article-replace-part'.
13883
13884 2005-09-19  Didier Verna  <didier@xemacs.org>
13885
13886         The nnml compaction feature:
13887         * nnml.el (nnml-request-compact-group): New function.
13888         * nnml.el (nnml-request-compact): New function.
13889         * gnus-int.el (gnus-request-compact-group): New function.
13890         * gnus-int.el (gnus-request-compact): New function.
13891         * gnus-group.el (gnus-group-compact-group): New function.
13892         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13893         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13894         * gnus-srvr.el (gnus-server-compact-server): New function.
13895         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13896         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13897
13898 2005-09-18  Deepak Goel  <deego@gnufans.org>
13899
13900         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13901         format spec.
13902
13903 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13906
13907 2005-09-15  Romain Francoise  <romain@orebokech.com>
13908
13909         * message.el (message-fill-paragraph): Clarify docstring.
13910
13911 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13912
13913         * gnus-art.el (gnus-mime-display-part): Protect against broken
13914         MIME messages.
13915
13916 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13919         before parsing header.
13920
13921 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13922
13923         * html2text.el (html2text-replace-list): Add new entities.
13924
13925 2005-09-11  Romain Francoise  <romain@orebokech.com>
13926
13927         * message.el (message-alternative-emails): Improve docstring.
13928         (message-setup-1): Call `message-use-alternative-email-as-from'
13929         after `message-setup-hook' to give it precedence over posting
13930         styles, etc.
13931         (message-use-alternative-email-as-from): Add docstring.
13932         Remove the original From header if present.
13933
13934         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13935         (nnml-save-mail): Use it.
13936
13937         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13938         articles.  Add new argument `silent'.
13939         (gnus-uu-mark-all): Report the total number of marked articles.
13940
13941 2005-09-10  Romain Francoise  <romain@orebokech.com>
13942
13943         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13944         (gnus-uu-mark-series): Likewise.
13945
13946 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13947
13948         * spam-report.el (spam-report-gmane): Fix generation of spam
13949         report URL.
13950
13951 2005-09-10  Simon Josefsson  <jas@extundo.com>
13952
13953         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13954         t, based on discussion on the ding list with Robert Epprecht
13955         <epprecht@solnet.ch>.
13956
13957 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13958
13959         * spam-report.el (spam-report-gmane): Make it work without
13960         X-Report-Spam header.  Gmane now only provides Archived-At.
13961         This is only used if `spam-report-gmane-use-article-number' is nil.
13962         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13963
13964         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13965         make `gnus-summary-sort-by-recipient' work with threading.
13966
13967         * nnweb.el (nnweb-google-wash-article): Print a message if article
13968         is not available.
13969
13970 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13971
13972         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13973         change.  Decode text/* parts content before displaying.
13974
13975 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13976
13977         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13978
13979 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13980
13981         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13982
13983         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13984         url-package-name, url-package-version,
13985         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13986         w3m-display-inline-images, and w3m-minor-mode-map.
13987
13988 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13989
13990         * message.el (message-tab-body-function): Fix mismatched custom type.
13991
13992         * gnus.el (gnus-group-change-level-function): Ditto.
13993
13994         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13995
13996         * gnus-art.el (gnus-signature-limit)
13997         (gnus-article-mime-part-function): Ditto.
13998
13999 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14000
14001         * mml.el (mml-mode): Silence the byte compiler.
14002
14003         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14004         using `(sit-for 0)' before moving the point to the specified part;
14005         skip unbuttonized parts.
14006         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14007         return to the summary window if gnus-auto-select-part is non-nil.
14008
14009 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14010
14011         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14012         New variables.
14013         (mml-dnd-attach-file, mml-mode): Use them.
14014
14015         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14016         Make fetching article by MID work again for Google Groups.
14017         Add FIXME concerning gnus-group-make-web-group.
14018
14019         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14020         Don't depend on Gnus by using mail-extract-address-components if
14021         gnus-extract-address-components is not bound.
14022
14023 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14024
14025         * gnus-art.el (gnus-mime-display-security): Don't display the
14026         signature, but only the signed part.
14027
14028 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14029
14030         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14031
14032         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14033         list, not listp.
14034
14035 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14036
14037         * mm-encode.el (mm-encode-content-transfer-encoding):
14038         Likewise when encoding.
14039
14040         * mm-bodies.el (mm-decode-content-transfer-encoding):
14041         De-canonicalize CRLF for all text content types, not just
14042         text/plain.
14043
14044 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14045
14046         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14047         valid article; point arrow and cursor at the MIME button.
14048
14049 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14050
14051         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14052         Suggested by Dan Christensen <jdc@uwo.ca>.
14053
14054         * mm-decode.el (mm-save-part): Enable change of prompt.
14055
14056 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14057
14058         * gnus-msg.el (gnus-inews-add-send-actions):
14059         Make `message-post-method' lambda parameter ARG `&optional'.
14060
14061 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14062
14063         * gnus-sum.el (gnus-summary-mime-map):
14064         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14065         gnus-article-jump-to-part.
14066
14067         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14068         (gnus-article-edit-part): Use it.
14069         (gnus-article-part-wrapper): Add no-handle argument.
14070         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14071         New functions.
14072
14073 2005-08-29  Romain Francoise  <romain@orebokech.com>
14074
14075         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14076         docstring.
14077         (gnus-face-from-file): Likewise.
14078
14079 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14080
14081         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14082         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14083         non-nil.
14084         (gnus-auto-select-part): New variable.
14085         (gnus-article-jump-to-part): New function.
14086         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14087         (gnus-mime-delete-part): Allow selecting specified part after
14088         deleting or stripping parts.
14089         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14090         part if argument is bogus.
14091
14092 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14093
14094         * gnus-art.el (w3m-minor-mode-map):
14095         * gnus-spec.el (gnus-newsrc-file-version):
14096         * gnus-util.el (nnmail-active-file-coding-system)
14097         (gnus-original-article-buffer, gnus-user-agent):
14098         * gnus.el (gnus-ham-process-destinations)
14099         (gnus-parameter-ham-marks-alist)
14100         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14101         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14102         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14103         * mm-decode.el (gnus-current-window-configuration):
14104         * mm-extern.el (gnus-article-mime-handles):
14105         * mm-url.el (url-current-object, url-package-name)
14106         (url-package-version):
14107         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14108         (smime-keys, w3m-cid-retrieve-function-alist)
14109         (w3m-current-buffer, w3m-display-inline-images)
14110         (w3m-minor-mode-map):
14111         * mml-smime.el (gnus-extract-address-components):
14112         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14113         (gnus-newsrc-hashtb, message-default-charset)
14114         (message-deletable-headers, message-options)
14115         (message-posting-charset, message-required-mail-headers)
14116         (message-required-news-headers):
14117         * mml1991.el (mc-pgp-always-sign):
14118         * mml2015.el (mc-pgp-always-sign):
14119         * nnheader.el (nnmail-extra-headers):
14120         * rfc1843.el (gnus-decode-encoded-word-function)
14121         (gnus-decode-header-function, gnus-newsgroup-name):
14122         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14123
14124 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14125
14126         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14127         the end of the date treatments.
14128
14129 2005-08-15  Simon Josefsson  <jas@extundo.com>
14130
14131         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14132         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14133         Capello and Romain Francoise.
14134         (pgg-fetch-key-function): Remove, not used?
14135         (pgg-insert-url-with-w3): Require url, to get
14136         url-insert-file-contents regardless of where it is defined.
14137
14138 2005-08-13  Romain Francoise  <romain@orebokech.com>
14139
14140         * message.el (message-cite-original-1): New function.
14141         (message-cite-original): Use it.
14142         (message-cite-original-without-signature): Ditto.
14143
14144 2005-08-08  Romain Francoise  <romain@orebokech.com>
14145
14146         * message.el (message-yank-empty-prefix): New variable.
14147         (message-indent-citation): Use it.
14148         (message-cite-original-without-signature): Respect X-No-Archive.
14149
14150 2005-08-08  Simon Josefsson  <jas@extundo.com>
14151
14152         * pgg.el: Autoload url-insert-file-contents instead of loading
14153         w3/url.
14154         (pgg-insert-url-with-w3): Don't load url here.
14155
14156 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14157
14158         * message.el (message-kill-to-signature): Don't insert newline at
14159         bol.
14160         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14161
14162 2005-08-06  Romain Francoise  <romain@orebokech.com>
14163
14164         * message.el (message-user-fqdn): Fix typo in docstring.
14165
14166 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14167
14168         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14169
14170         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14171
14172 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14173
14174         * mm-bodies.el (mm-encode-body): Use coding system rather than
14175         charset to encode text.
14176
14177         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14178         number of charsets if utf-8 is available (XEmacs).
14179
14180 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14181
14182         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14183         taken from `gnus-button-mid-or-mail-regexp'.
14184         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14185         (gnus-button-alist): Improve regexp for domain part of the MIDs
14186         for news:localpart@domain buttons.
14187         (gnus-button-ctan-directory-regexp): Update.
14188
14189 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14190
14191         * sieve-manage.el (sieve-manage-interactive-login):
14192         Use make-local-variable rather than make-variable-buffer-local.
14193         (sieve-manage-open): Ditto.
14194         (sieve-manage-authenticate): Ditto.
14195
14196         * mml.el (mml-generate-mime-1): Make the content type default to
14197         text/plain if the filename is not specified.
14198
14199 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14200
14201         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14202         instead of insert-buffer.
14203
14204         * message.el (message-yank-original): Ditto; set the mark at the
14205         end of the yanked message.
14206
14207 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14208
14209         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14210         lines to scroll rather than to stop it.
14211
14212         * mml.el (mml-generate-default-type): Add doc string.
14213         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14214         default to application/octet-stream when determining the content
14215         type if it is not specified for the part or the mml contents; add
14216         a comment about mml-generate-default-type.
14217
14218 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14219
14220         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14221         make it default to application/octet-stream when determining the
14222         content type if it is not specified for the external contents.
14223
14224 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14225
14226         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14227         segmented parameter but also other parameters might be there.
14228
14229 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14230
14231         * mm-decode.el (mm-display-external): Delete temp file, directory
14232         and buffer immediately if the external process is exited.
14233
14234 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14237         fewer lines than that of scroll-margin.
14238         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14239
14240 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14241
14242         * gnus-art.el (gnus-article-next-page): Revert.
14243         (gnus-article-beginning-of-window): New macro.
14244         (gnus-article-next-page-1): Use it.
14245         (gnus-article-prev-page): Ditto.
14246         (gnus-article-edit-part): Use insert-buffer-substring instead of
14247         insert-buffer.
14248         (gnus-article-edit-exit): Ditto.
14249
14250         * gnus-util.el (gnus-beginning-of-window): Remove.
14251         (gnus-end-of-window): Remove.
14252
14253         * lpath.el: Don't bind header-line-format and scroll-margin.
14254
14255 2005-07-25  Simon Josefsson  <jas@extundo.com>
14256
14257         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14258         to have the url package without w3.  Reported by Daiki Ueno
14259         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14260
14261 2005-07-20  Didier Verna  <didier@xemacs.org>
14262
14263         * gnus-diary.el: Remove the description comment (nndiary is now
14264         properly documented in the Gnus manual).
14265         Fix the spelling of "Back End".
14266         * nndiary.el: Ditto.
14267         Fix the copyright notice.
14268
14269 2005-07-18  Romain Francoise  <romain@orebokech.com>
14270
14271         * gnus-sum.el (gnus-summary-to-prefix)
14272         (gnus-summary-newsgroup-prefix): New variables.
14273         (gnus-summary-from-or-to-or-newsgroups): Use them.
14274
14275 2005-07-17  Romain Francoise  <romain@orebokech.com>
14276
14277         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14278         space as it's generally not especially interesting to the user.
14279
14280 2005-07-16  Romain Francoise  <romain@orebokech.com>
14281
14282         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14283         nil to avoid prompting and file modification if one of the
14284         messages at the top of the nnfolder file contains a copyright
14285         notice.
14286         Update copyright notice.
14287
14288         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14289         instead of `current-time-string' as the latter creates a time
14290         string that is not RFC 2822 compliant (it lacks the zone).
14291         Update copyright notice.
14292
14293 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14294
14295         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14296         for text/rtf.  Display default in prompt.  Pass default for M-n.
14297
14298         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14299
14300 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14301
14302         * gnus-msg.el (gnus-button-mailto):
14303         Remove save-selected-window-window hackery because it relies on
14304         save-selected-window internals.
14305
14306 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14307
14308         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14309         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14310         (gnus-article-prev-page): Ditto.
14311
14312         * gnus-util.el (gnus-beginning-of-window): New function.
14313         (gnus-end-of-window): New function.
14314
14315         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14316
14317 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14318
14319         * gnus-score.el (gnus-score-edit-all-score):
14320         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14321         gnus-message.
14322
14323 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14324
14325         * gnus-msg.el (gnus-button-mailto):
14326         Remove save-selected-window-window hackery because it relies on
14327         save-selected-window internals.
14328
14329 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14330
14331         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14332         add-minor-mode.
14333         (gnus-binary-mode): Ditto.
14334
14335         * gnus-topic.el (gnus-topic-mode): Ditto.
14336
14337 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14338
14339         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14340         (gnus-article-prev-page): Take scroll-margin into consideration.
14341
14342 2005-07-04  Lute Kamstra  <lute@gnu.org>
14343
14344         Update FSF's address in GPL notices.
14345
14346 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14347
14348         * gnus.el (gnus-exit):
14349         * gnus-group.el (gnus-group-icons):
14350         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14351
14352         * gnus-nocem.el (gnus-nocem):
14353         * message.el (message-various, message-buffers, message-sending)
14354         (message-interface, message-forwarding, message-insertion)
14355         (message-headers, message-news, message-mail):
14356         * pgg-gpg.el (pgg-gpg):
14357         * pgg-parse.el (pgg-parse):
14358         * pgg-pgp.el (pgg-pgp):
14359         * pgg-pgp5.el (pgg-pgp5):
14360         * pop3.el (pop3): Finish `defgroup' description with period.
14361
14362 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14363
14364         * gnus-art.el (article-display-face): Improve the efficiency.
14365         (article-display-x-face): Ditto; remove grey x-face stuff.
14366
14367 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14368
14369         * gnus-art.el (article-display-face): Correct the position in
14370         which Faces are inserted.
14371
14372 2005-06-29  Didier Verna  <didier@xemacs.org>
14373
14374         * gnus-art.el (article-display-face): Display faces in correct
14375         order.
14376
14377 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14380         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14381         (gnus-nocem-check-article): Fetch the Type header.
14382         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14383         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14384         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14385         make sure gnus-nocem-hashtb is initialized.
14386         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14387         (gnus-nocem-unwanted-article-p): Ditto.
14388
14389         * pgg.el (pgg-verify): Return the verification result.
14390
14391 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14392
14393         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14394         is ascii.
14395
14396 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14397
14398         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14399         `show-nonbreak-escape'.
14400
14401 2005-06-23  Lute Kamstra  <lute@gnu.org>
14402
14403         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14404
14405         * dig.el (dig-mode):
14406         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14407
14408 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14409
14410         * nnimap.el (nnimap-split-download-body): Fix spellings.
14411
14412 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14413
14414         * gnus-art.el (gnus-article-encrypt-body):
14415         * gnus-cus.el (gnus-score-customize):
14416         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14417         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14418
14419 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14420
14421         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14422         header by looking for magic "MII" at the beginnig.
14423
14424 2005-06-16  Miles Bader  <miles@gnu.org>
14425
14426         * gnus-xmas.el (gnus-xmas-group-startup-message):
14427         Use renamed gnus-splash face.
14428
14429         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14430         (assistant-field-face): New backward-compatibility alias for renamed
14431         face.
14432         (assistant-render-text): Use renamed assistant-field face.
14433
14434         * spam.el (spam): Remove "-face" suffix from face name.
14435         (spam-face): New backward-compatibility alias for renamed face.
14436         (spam-face, spam-initialize): Use renamed spam face.
14437
14438         * message.el (message-header-to, message-header-cc)
14439         (message-header-subject, message-header-newsgroups)
14440         (message-header-other, message-header-name)
14441         (message-header-xheader, message-separator, message-cited-text)
14442         (message-mml): Remove "-face" suffix from face names.
14443         (message-header-to-face, message-header-cc-face)
14444         (message-header-subject-face, message-header-newsgroups-face)
14445         (message-header-other-face, message-header-name-face)
14446         (message-header-xheader-face, message-separator-face)
14447         (message-cited-text-face, message-mml-face):
14448         New backward-compatibility aliases for renamed faces.
14449         (message-font-lock-keywords): Use renamed message faces.
14450
14451         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14452         (sieve-test-commands, sieve-tagged-arguments):
14453         Remove "-face" suffix from face names.
14454         (sieve-control-commands-face, sieve-action-commands-face)
14455         (sieve-test-commands-face, sieve-tagged-arguments-face):
14456         New backward-compatibility aliases for renamed faces.
14457         (sieve-control-commands-face, sieve-action-commands-face)
14458         (sieve-test-commands-face, sieve-tagged-arguments-face):
14459         Use renamed sieve faces.
14460
14461         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14462         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14463         (gnus-group-news-3-empty, gnus-group-news-4)
14464         (gnus-group-news-4-empty, gnus-group-news-5)
14465         (gnus-group-news-5-empty, gnus-group-news-6)
14466         (gnus-group-news-6-empty, gnus-group-news-low)
14467         (gnus-group-news-low-empty, gnus-group-mail-1)
14468         (gnus-group-mail-1-empty, gnus-group-mail-2)
14469         (gnus-group-mail-2-empty, gnus-group-mail-3)
14470         (gnus-group-mail-3-empty, gnus-group-mail-low)
14471         (gnus-group-mail-low-empty, gnus-summary-selected)
14472         (gnus-summary-cancelled, gnus-summary-high-ticked)
14473         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14474         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14475         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14476         (gnus-summary-low-undownloaded)
14477         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14478         (gnus-summary-low-unread, gnus-summary-normal-unread)
14479         (gnus-summary-high-read, gnus-summary-low-read)
14480         (gnus-summary-normal-read, gnus-splash):
14481         Remove "-face" suffix from face names.
14482         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14483         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14484         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14485         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14486         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14487         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14488         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14489         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14490         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14491         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14492         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14493         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14494         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14495         (gnus-summary-normal-ticked-face)
14496         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14497         (gnus-summary-normal-ancient-face)
14498         (gnus-summary-high-undownloaded-face)
14499         (gnus-summary-low-undownloaded-face)
14500         (gnus-summary-normal-undownloaded-face)
14501         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14502         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14503         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14504         (gnus-splash-face):
14505         New backward-compatibility aliases for renamed faces.
14506         (gnus-group-startup-message): Use renamed gnus faces.
14507
14508         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14509         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14510         (gnus-server-agent): Remove "-face" suffix from face names.
14511         (gnus-server-agent-face, gnus-server-opened-face)
14512         (gnus-server-closed-face, gnus-server-denied-face)
14513         (gnus-server-offline-face):
14514         New backward-compatibility aliases for renamed faces.
14515         (gnus-server-agent-face, gnus-server-opened-face)
14516         (gnus-server-closed-face, gnus-server-denied-face)
14517         (gnus-server-offline-face): Use renamed gnus faces.
14518
14519         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14520         Remove "-face" suffix from face names.
14521         (gnus-picon-xbm-face, gnus-picon-face):
14522         New backward-compatibility aliases for renamed faces.
14523
14524         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14525         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14526         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14527         (gnus-cite-11): Remove "-face" suffix from face names.
14528         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14529         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14530         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14531         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14532         New backward-compatibility aliases for renamed faces.
14533         (gnus-cite-attribution-face, gnus-cite-face-list)
14534         (gnus-article-boring-faces): Use renamed gnus faces.
14535
14536         * gnus-art.el (gnus-signature, gnus-header-from)
14537         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14538         (gnus-header-content): Remove "-face" suffix from face names.
14539         (gnus-signature-face, gnus-header-from-face)
14540         (gnus-header-subject-face, gnus-header-newsgroups-face)
14541         (gnus-header-name-face, gnus-header-content-face):
14542         New backward-compatibility aliases for renamed faces.
14543         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14544
14545         * gnus-sum.el (gnus-summary-selected-face)
14546         (gnus-summary-highlight): Use renamed gnus faces.
14547         * gnus-group.el (gnus-group-highlight): Likewise.
14548
14549 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14550
14551         * gnus-sieve.el (gnus-sieve-article-add-rule):
14552         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14553         * spam-stat.el (spam-stat-buffer-change-to-spam)
14554         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14555
14556         * message.el (message-is-yours-p):
14557         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14558
14559 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14560
14561         * mm-view.el (mm-inline-text): Withdraw the last change.
14562
14563 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14564
14565         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14566         executing enriched-decode.
14567
14568 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14569
14570         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14571         charset of tar files.
14572
14573 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14574
14575         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14576
14577 2005-06-04  Lute Kamstra  <lute@gnu.org>
14578
14579         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14580         information is never recorded.
14581
14582 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14583
14584         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14585
14586 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14587
14588         * pop3.el (pop3-apop): Run md5 in the binary mode.
14589
14590         * starttls.el (starttls-set-process-query-on-exit-flag):
14591         Use eval-and-compile.
14592
14593 2005-05-31  Simon Josefsson  <jas@extundo.com>
14594
14595         * smime.el (smime-replace-in-string): Define.
14596         (smime-cert-by-ldap-1): Use it.
14597
14598 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14599
14600         * gnus-art.el (article-display-x-face): Replace
14601         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14602
14603         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14604         set-process-query-on-exit-flag or process-kill-without-query.
14605
14606         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14607         loop instead of replace-regexp.
14608
14609         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14610         instead of process-kill-without-query if it is available.
14611
14612         * lpath.el: Fbind ldap-search-entries.
14613
14614         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14615         instead of find-file-hooks if it is available.
14616
14617         * mml1991.el: Bind pgg-default-user-id when compiling.
14618
14619         * mml2015.el: Bind pgg-default-user-id when compiling.
14620
14621         * nndraft.el (nndraft-request-associate-buffer):
14622         Use write-contents-functions instead of write-contents-hooks if it is
14623         available.
14624
14625         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14626         instead of find-file-hooks if it is available.
14627
14628         * nntp.el (nntp-open-connection): Replace
14629         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14630         (nntp-open-ssl-stream): Ditto.
14631         (nntp-open-tls-stream): Ditto.
14632
14633         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14634         set-process-query-on-exit-flag or process-kill-without-query.
14635         (starttls-open-stream-gnutls): Use it instead of
14636         process-kill-without-query.
14637         (starttls-open-stream): Ditto.
14638
14639 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14640
14641         * smime.el (smime-cert-by-ldap-1): Don't use
14642         replace-regexp-in-string.
14643
14644 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14645
14646         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14647
14648         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14649         in PEM format.  Adjust to the XEmacs compability.
14650
14651 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14652
14653         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14654         by `string-to-number'.
14655         * gnus-agent.el (gnus-agent-regenerate-group)
14656         (gnus-agent-fetch-articles): Ditto.
14657         * gnus-art.el (gnus-button-fetch-group): Ditto.
14658         * gnus-cache.el (gnus-cache-generate-active)
14659         (gnus-cache-articles-in-group): Ditto.
14660         * gnus-group.el (gnus-group-set-current-level)
14661         (gnus-group-insert-group-line): Ditto.
14662         * gnus-score.el (gnus-score-set-expunge-below)
14663         (gnus-score-set-mark-below, gnus-summary-score-effect)
14664         (gnus-summary-score-entry): Ditto.
14665         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14666         (gnus-soup-pack): Ditto.
14667         * gnus-spec.el (gnus-xmas-format): Ditto.
14668         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14669         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14670         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14671         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14672         * nndb.el (nndb-get-remote-expire-response): Ditto.
14673         * nndiary.el (nndiary-parse-schedule-value)
14674         (nndiary-string-to-number, nndiary-request-replace-article)
14675         (nndiary-request-article): Ditto.
14676         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14677         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14678         * nneething.el (nneething-make-head): Ditto.
14679         * nnfolder.el (nnfolder-request-article)
14680         (nnfolder-retrieve-headers): Ditto.
14681         * nnheader.el (nnheader-file-to-number): Ditto.
14682         * nnkiboze.el (nnkiboze-request-article): Ditto.
14683         * nnmail.el (nnmail-process-unix-mail-format)
14684         (nnmail-process-babyl-mail-format): Ditto.
14685         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14686         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14687         (nnmh-request-create-group, nnmh-request-list-1)
14688         (nnmh-request-group, nnmh-request-article): Ditto.
14689         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14690         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14691         * nnsoup.el (nnsoup-make-active): Ditto.
14692         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14693         * nntp.el (nntp-find-group-and-number)
14694         (nntp-retrieve-headers-with-xover): Ditto.
14695         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14696         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14697         (pgg-format-key-identifier): Ditto.
14698         * pop3.el (pop3-last, pop3-stat): Ditto.
14699         * qp.el (quoted-printable-decode-region): Ditto.
14700
14701         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14702         of concat.
14703
14704 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14705
14706         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14707
14708         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14709
14710         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14711
14712         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14713
14714         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14715
14716         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14717
14718         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14719         (gnus-carpal-mode): Ditto.
14720
14721         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14722         (gnus-browse-mode): Ditto.
14723
14724         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14725
14726         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14727
14728 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14729
14730         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14731
14732 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14733
14734         * gnus-util.el (gnus-run-mode-hooks): New function.
14735
14736         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14737
14738         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14739         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14740
14741 2005-05-27  Lute Kamstra  <lute@gnu.org>
14742
14743         * dns-mode.el (dns-mode): Specify customization group.
14744
14745 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14746
14747         * gnus-agent.el (gnus-agent-make-mode-line-string):
14748         Use mode-line-highlight as mouse-face.
14749
14750 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14751
14752         * canlock.el (canlock): Change the parent group to news.
14753
14754         * deuglify.el (gnus-outlook-deuglify): Add :group.
14755
14756         * dig.el (dig): Add :group.
14757
14758         * dns-mode.el (dns-mode): Add :group.
14759
14760         * encrypt.el (encrypt): Add :group.
14761
14762         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14763         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14764         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14765         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14766         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14767
14768         * gnus-diary.el (gnus-diary): Add :group.
14769
14770         * gnus.el (gnus-group-news-1-face): Add :group.
14771         (gnus-group-news-1-empty-face): Ditto.
14772         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14773         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14774         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14775         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14776         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14777         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14778         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14779         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14780         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14781         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14782         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14783         (gnus-summary-high-ticked-face): Ditto.
14784         (gnus-summary-low-ticked-face): Ditto.
14785         (gnus-summary-normal-ticked-face): Ditto.
14786         (gnus-summary-high-ancient-face): Ditto.
14787         (gnus-summary-low-ancient-face): Ditto.
14788         (gnus-summary-normal-ancient-face): Ditto.
14789         (gnus-summary-high-undownloaded-face): Ditto.
14790         (gnus-summary-low-undownloaded-face): Ditto.
14791         (gnus-summary-normal-undownloaded-face): Ditto.
14792         (gnus-summary-high-unread-face): Ditto.
14793         (gnus-summary-low-unread-face): Ditto.
14794         (gnus-summary-normal-unread-face): Ditto.
14795         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14796         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14797
14798         * hashcash.el (hashcash): New custom group.
14799         (hashcash-default-payment): Add :group.
14800         (hashcash-payment-alist): Ditto.
14801         (hashcash-default-accept-payment): Ditto.
14802         (hashcash-accept-resources): Ditto.
14803         (hashcash-path): Ditto.
14804         (hashcash-extra-generate-parameters): Ditto.
14805         (hashcash-double-spend-database): Ditto.
14806         (hashcash-in-news): Ditto.
14807
14808         * message.el (message-minibuffer-local-map): Add :group.
14809
14810         * netrc.el (netrc): Add :group.
14811
14812         * sieve-manage.el (sieve-manage-log): Add :group.
14813         (sieve-manage-default-user): Diito.
14814         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14815         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14816         (sieve-manage-authenticators): Ditto.
14817         (sieve-manage-authenticator-alist): Ditto.
14818         (sieve-manage-default-port): Ditto.
14819
14820         * sieve-mode.el (sieve-control-commands-face): Add :group.
14821         (sieve-action-commands-face): Ditto.
14822         (sieve-test-commands-face): Ditto.
14823         (sieve-tagged-arguments-face): Ditto.
14824
14825         * smime.el (smime): Add :group.
14826
14827         * spam-report.el (spam-report): Add :group.
14828
14829         * spam.el (spam, spam-face): Add :group.
14830
14831 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14832
14833         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14834         return \n.\n.\n at the end of articles.  Protect against that.
14835         (nntp-with-open-group): Allow debugging.
14836
14837         * nnheader.el (mail-header-set-extra): Make into a function
14838         because I just could't understand how to quote the list properly.
14839
14840         * dns.el (query-dns-cached): New function.
14841
14842 2005-05-26  Lute Kamstra  <lute@gnu.org>
14843
14844         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14845
14846 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14847
14848         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14849
14850         * gnus-art.el: Don't autoload mail-extract-address-components.
14851
14852         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14853         eval-and-compile to evaluate it.
14854
14855         * hashcash.el: Don't autoload executable-find.
14856
14857         * nndb.el: Don't declare the nndb back end two or more times; don't
14858         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14859
14860         * nntp.el: Autoload format-spec instead of format; use
14861         eval-and-compile to evaluate autoload forms.
14862
14863 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14864
14865         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14866
14867 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14868
14869         * gnus.el (gnus-version-number): Bump version.
14870
14871 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14872
14873         * gnus.el: No Gnus v0.3 is released.
14874
14875 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14876
14877         * lpath.el (featurep): Bind show-nonbreak-escape.
14878
14879 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14880
14881         * gnus-art.el (gnus-article-edit-part): Disable undo.
14882
14883 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14884
14885         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14886         gnus-article-date-lapsed-new-header is t if date timer is active;
14887         skip headers in which the original date value is empty.
14888         (gnus-article-save-original-date): Redefine it as a macro.
14889         (gnus-display-mime): Use it.
14890
14891 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14892
14893         * gnus-art.el (article-date-ut): Support converting date in
14894         forwarded parts as well.
14895         (gnus-article-save-original-date): New function.
14896         (gnus-display-mime): Use it.
14897
14898 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14899
14900         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14901         enclosure element of <item>.
14902
14903 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14904
14905         * message.el (message-kill-buffer-query): Rename from
14906         `message-kill-buffer-query-if-modified'.  Add :version.
14907
14908 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14909
14910         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14911         window layout.
14912
14913 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14914
14915         * mml.el: Autoload dnd when compiling.
14916
14917 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14918
14919         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14920         x-dnd-*.
14921
14922 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14923
14924         * qp.el (quoted-printable-encode-region): Save excursion.
14925
14926 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14927
14928         * message.el (message-kill-buffer-query-if-modified): Add new variable
14929         so the user can kill a modified message buffer quickly.
14930         (message-kill-buffer): Use it.
14931
14932 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14933
14934         * lpath.el: Fbind display-time-event-handler; don't fbind
14935         string-to-multibyte.
14936
14937         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14938
14939 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14940
14941         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14942         contained in text because xml.el decodes entities) with LFs.
14943
14944 2005-04-11  Lute Kamstra  <lute@gnu.org>
14945
14946         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14947         differently.
14948
14949 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14950
14951         * mm-util.el (mm-detect-coding-region): Typo.
14952
14953 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14954
14955         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14956
14957 2005-04-06  Deepak Goel  <deego@gnufans.org>
14958
14959         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14960         user-function allow user modifications of the scores.
14961         (spam-stat-score-buffer-user): New function, to allow
14962         user-computed modifications to the score.
14963         (spam-stat-score-buffer-user-functions): List of additional
14964         scoring functions.
14965         (spam-stat-error-holder): Global temporary error holder.
14966         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14967         variable.
14968
14969 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14970
14971         * gnus-registry.el (gnus-registry-clean-empty-function)
14972         (gnus-registry-trim, gnus-registry-fetch-groups)
14973         (gnus-registry-delete-group): Groups that match
14974         `gnus-registry-ignored-groups' are removed from the registry
14975         entries, not just ignored for splitting.  This helps clean up the
14976         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14977         to get all the groups a message ID is in.
14978
14979         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14980         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14981         (spam-stat-score-buffer-user-functions): Add :number custom type.
14982
14983 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14984
14985         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14986         argument in XEmacs.
14987
14988         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14989         (nnrss-request-group): Decode group name first.
14990         (nnrss-request-article): Make a text/plain article if mml-to-mime
14991         failed.
14992         (nnrss-get-encoding): Return a compatible encoding according to
14993         nnrss-compatible-encoding-alist.
14994         (nnrss-find-el): Use consp instead of listp.
14995         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14996
14997 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14998
14999         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15000         which Emacs 20 doesn't support.
15001         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15002
15003 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15004
15005         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15006         silence the byte compiler inside the defun.
15007
15008         * gnus-demon.el (parse-time-string): Add autoload.
15009
15010         * gnus-delay.el (parse-time-string): Add autoload.
15011
15012         * gnus-art.el (parse-time-string): Add autoload.
15013
15014         * nnultimate.el (parse-time): Require for `parse-time-string'.
15015
15016 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15017
15018         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15019
15020         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15021
15022         * smime.el (smime-ldap-host-list): Add :version.
15023
15024 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15025
15026         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15027         pass it to `gnus-browse-read-group'.
15028         (gnus-browse-read-group): Add NUMBER argument and pass it to
15029         `gnus-group-read-ephemeral-group'.
15030
15031         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15032         argument and pass it to `gnus-group-read-group'.
15033
15034 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15035
15036         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15037         mm-xemacs-find-mime-charset-1 if we have the mule feature
15038         available at runtime.
15039
15040 2005-03-25  Werner Lemberg  <wl@gnu.org>
15041
15042         * nnmaildir.el: Replace `illegal' with `invalid'.
15043
15044 2005-03-23  Lute Kamstra  <lute@gnu.org>
15045
15046         * time-date.el: Add comment on time value formats.
15047         Don't require parse-time.
15048         (with-decoded-time-value): New macro.
15049         (encode-time-value): New function.
15050         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15051         (days-to-time): Return a valid time value when arg is huge.
15052         (time-since): Use time-subtract.
15053         (time-to-number-of-days): Use time-to-seconds.
15054
15055 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15056
15057         * gnus-start.el (gnus-display-time-event-handler):
15058         Check display-time-timer at runtime rather than only at load time
15059         in case display-time-mode is turned off in the mean time.
15060
15061 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15062
15063         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15064         used.
15065
15066         * nneething.el (nneething-map-file-directory): Derive from
15067         `gnus-directory'.
15068
15069         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15070         the To/Cc button.
15071
15072 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15073
15074         * nnmaildir.el (nnmaildir-request-accept-article):
15075         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15076
15077 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15078
15079         * gnus-async.el: Require timer-funcs at compile time when in
15080         XEmacs for `run-with-idle-timer'.
15081
15082 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15083
15084         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15085         autoloaded function.
15086
15087 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15088
15089         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15090
15091 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15092
15093         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15094
15095 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15096
15097         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15098         Add gnus-expert-user to default.
15099
15100 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15101
15102         * nnimap.el (nnimap-open-server): Ditto.
15103
15104         * imap.el (imap-authenticate): Fix typo.
15105
15106 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15107
15108         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15109         buffer (since IMAP server might return FETCH response out of
15110         order, and the nntp buffer must be sorted).
15111
15112 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15113
15114         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15115         comparison on string.
15116
15117         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15118         (gnus-agent-score): Rename category keywords to match gnus-cus.
15119         (gnus-agent-summary-fetch-series): Modify to protect against
15120         gnus-agent-summary-fetch-group clearing processable flags.
15121         (gnus-agent-synchronize-group-flags): Update live group buffer as
15122         synchronization may occur due to the user toggle the plugged
15123         status.
15124         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15125         successfully downloaded.
15126         (gnus-agent-expire-group-1): Avoid using markers when the overview
15127         is in ascending order; greatly improves performance.
15128         (gnus-agent-regenerate-group):
15129         Use gnus-agent-synchronize-group-flags to reset read status in both
15130         gnus and server.
15131         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15132
15133 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15134
15135         * message.el: Don't autoload former message-utils variables.
15136         (message-strip-subject-trailing-was): Change doc string.
15137
15138         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15139         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15140         (nnweb-google-search): Add "hl=en" here.
15141         (nnweb-google-parse-1, nnweb-google-create-mapping):
15142         Don't hardcode URL.
15143
15144 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15145
15146         * message.el (message-get-reply-headers, message-followup):
15147         Mention related variables `message-use-followup-to' and
15148         `message-use-mail-followup-to', in the information buffer.
15149
15150         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15151         of broken groups(-beta).google.com.
15152
15153 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15154
15155         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15156         parameter to invoked gnus-request-move-article; remove the
15157         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15158         all at once instead of once per article.
15159         (gnus-summary-remove-process-mark): Accept a list of articles as
15160         well as a single article for processing.
15161
15162         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15163         parameter.
15164
15165         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15166
15167         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15168
15169         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15170         parameter.
15171
15172         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15173         parameter.
15174
15175         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15176         parameter and remove the gnus-sum-hint-move-is-internal variable.
15177
15178         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15179         parameter.
15180
15181         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15182         parameter.
15183
15184         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15185         parameter.
15186
15187         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15188
15189         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15190         parameter.
15191
15192         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15193         parameter.
15194
15195 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15196
15197         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15198         a more conservative way.
15199
15200 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15201
15202         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15203         buffer, so it moves the window's cursor.
15204
15205 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15206
15207         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15208         `mm-dissect-multipart' and receive the from field as an (optional)
15209         argument from `mm-dissect-multipart'.
15210         (mm-dissect-multipart): Receive the from field as an argument and
15211         pass it on when we call `mm-dissect-buffer' on MIME parts.
15212         Fixes verification/decryption of signed/encrypted MIME parts.
15213
15214 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15215
15216         * gnus-sum.el (gnus-summary-move-article):
15217         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15218         whatever it calls (right now, only nnimap-request-move article
15219         respects it).
15220
15221         * nnimap.el (nnimap-request-move-article):
15222         When gnus-sum-hint-move-is-internal is set, don't do the extra
15223         nnimap-request-article.
15224
15225 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15226
15227         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15228
15229         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15230         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15231
15232         * gnus-sum.el (gnus-summary-caesar-message):
15233         Apply `gnus-treat-article' after rotation.
15234
15235         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15236         doc string.
15237
15238 2005-02-22  Simon Josefsson  <jas@extundo.com>
15239
15240         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15241         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15242         <arne@arnested.dk>.
15243         (encrypt): Add password-cache and password-cache-expiry as group
15244         members.
15245
15246 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15247
15248         * smime.el (smime-ldap-host-list): Doc fix.
15249         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15250         cache) password.
15251         (smime-sign-region): Use it.
15252         (smime-decrypt-region): Use it.
15253         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15254         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15255         fails.
15256         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15257         certificate from DER to PEM format rather than calling openssl.
15258
15259         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15260
15261         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15262         for signing/encryption.
15263
15264         * mml.el (mml-parse-1): Use them.
15265
15266 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15267
15268         * nnrss.el (nnrss-verbose): Remove.
15269         (nnrss-request-group): Use `nnheader-message' instead.
15270
15271 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15272
15273         * nnrss.el (nnrss-verbose): New variable.
15274         (nnrss-request-group): Make it say nnrss is requesting a group.
15275
15276 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15277
15278         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15279         Handle news URL with given port correctly.
15280
15281 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15282
15283         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15284         containing special characters.
15285
15286         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15287
15288         * mml.el (mime-to-mml): Ditto.
15289
15290         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15291         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15292         (rfc2047-decode-region): Quote decoded words containing special
15293         characters when rfc2047-quote-decoded-words-containing-tspecials
15294         is non-nil.
15295
15296 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15297
15298         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15299
15300         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15301
15302 2005-02-15  Simon Josefsson  <jas@extundo.com>
15303
15304         * nnimap.el (nnimap-debug): Doc fix.
15305
15306         * imap.el (imap-debug): Doc fix.
15307
15308 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15309
15310         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15311
15312 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15313
15314         * gnus.el (spam-contents): Improve docs for spam-contents
15315         parameter in its variable incarnation.
15316
15317 2005-02-14  Simon Josefsson  <jas@extundo.com>
15318
15319         * smime-ldap.el: Use require instead of load-library for ldap.
15320         (smime-ldap-search): Indent.
15321         (smime-ldap-search-internal): Shorten line.
15322
15323         * smime.el (smime-cert-by-dns): Add doc-string.
15324         (smime-cert-by-ldap-1): Indent.
15325
15326         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15327         mml-smime-get-dns-ldap.
15328         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15329
15330 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15331
15332         * smime.el: Require smime-ldap.
15333         (smime-ldap-host-list): New variable.
15334         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15335
15336         * mml-smime.el (mml-smime-encrypt-query): New function.
15337         (mml-smime-encrypt-query): Use it.
15338
15339         * smime-ldap.el: New file.
15340
15341 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15342
15343         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15344
15345 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15346
15347         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15348         argument in doc string.  Make query for type more clear.
15349
15350 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15351
15352         * gnus.el (gnus-group-startup-message): Search for gnus images in
15353         etc/images/gnus.
15354         * mm-util.el (mm-image-load-path): Likewise.
15355         * smiley.el (smiley-data-directory): Search for smilies in
15356         etc/images/smilies.
15357
15358 2005-02-09  Kim F. Storm  <storm@cua.dk>
15359
15360         Change Emacs release version from 21.4 to 22.1 throughout.
15361         Change Emacs development version from 21.3.50 to 22.0.50.
15362
15363 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15364
15365         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15366
15367         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15368         non-Mule XEmacs as well.
15369         (mm-decompress-buffer): Signal an error intentionally if it does
15370         not decompress compressed data because auto-compression-mode is
15371         disabled.
15372
15373 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15374
15375         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15376         an ID in the registry even if it has no groups.
15377
15378 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15379
15380         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15381         merge it into mm-decompress-buffer.
15382         (gnus-mime-copy-part): Use the MIME part charset, the value which
15383         a user specified or gnus-newsgroup-charset for decoding, like
15384         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15385         save-buffer what was used.  Suggested by Kevin Ryde
15386         <user42@zip.com.au>.
15387         (gnus-mime-inline-part): Allow the name parameter as well as the
15388         filename parameter; force decompressing of compressed data; always
15389         display contents being not decoded as unibyte.
15390
15391         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15392         as well as the filename parameter.
15393
15394         * mm-util.el (mm-decompress-buffer):
15395         Merge gnus-mime-jka-compr-maybe-uncompress.
15396         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15397         of compressed data.
15398
15399 2005-02-08  Simon Josefsson  <jas@extundo.com>
15400
15401         * imap.el (imap-log): Doc fix.
15402
15403 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15404
15405         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15406         the coding cookies; decompress compressed parts.
15407
15408         * mml.el (mml-generate-mime-1): Add the charset parameter according
15409         to the value which a user specified manually or the coding cookie.
15410
15411         * mm-util.el (mm-string-to-multibyte): New function.
15412         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15413         (mm-coding-system-to-mime-charset): New function.
15414         (mm-decompress-buffer): New function.
15415         (mm-find-buffer-file-coding-system): New function.
15416
15417         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15418         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15419         parts.
15420
15421 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15422
15423         * mm-view.el (mm-display-inline-fontify): Decode a part according
15424         to the charset parameter.
15425
15426 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15427
15428         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15429         prefix arg is neither nil nor a number, as info specifies.
15430
15431 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15432
15433         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15434         timestamps.
15435
15436 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15437
15438         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15439         groups error checking and notify user.
15440
15441 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15442
15443         * message.el (message-send-mail-function): Check existence of
15444         sendmail-program first before using default value
15445         `message-send-mail-with-sendmail'.  Otherwise use more generic
15446         `smtpmail-send-it'.
15447
15448 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15449
15450         * nntp.el (nntp-request-update-info): Always return nil.
15451
15452 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15453
15454         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15455
15456 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15457
15458         * message.el (message-beginning-of-line): Change the behavior when
15459         invoked between BOL and : so that it first moves backward.
15460
15461 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15462
15463         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15464         article buffer when editing of the article is discarded.
15465         (gnus-article-prepare): Revert.
15466
15467 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15468
15469         * gnus-art.el (gnus-article-prepare):
15470         Remove message-strip-forbidden-properties from the local hook.
15471
15472 2005-01-27  Simon Josefsson  <jas@extundo.com>
15473
15474         * password.el (password-cache-add): Only start one timer per key.
15475         Reported by Derek Atkins <warlord@MIT.EDU>.
15476
15477 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15478
15479         * run-at-time.el: Remove.  It is no longer needed as
15480         timer-funcs.el in the xemacs-base package has a working version of
15481         `run-at-time'.
15482
15483         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15484
15485         * password.el: Require timer-funcs instead of run-at-time in
15486         XEmacs.
15487         Remove `password-run-at-time' macro.
15488         (password-cache-add): Use `run-at-time' instead of
15489         `password-run-at-time'.
15490
15491         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15492         Remove `nnheader-cancel-function-timers' alias,
15493         `cancel-function-timers' exists in XEmacs in timer-funcs.
15494
15495         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15496         for `run-with-idle-timer'.
15497
15498         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15499         for `run-at-time'.
15500
15501         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15502         for `with-timeout'.
15503
15504         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15505         the same as for XEmacs 21.4.
15506         No need to ignore `run-with-idle-timer', this function exists in
15507         XEmacs now in timer-funcs.el in the xemacs-base package.
15508         (dgnushack-compile): No need to delete
15509         run-at-time.el from the list of files to compile because it
15510         doesn't exist anymore.
15511
15512 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15513
15514         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15515         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15516
15517 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15518
15519         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15520         sensitively.
15521
15522 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15523
15524         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15525
15526 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15527
15528         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15529         which will be inserted according to the multibyteness of a buffer
15530         rather than the type of contents.  Suggested by ARISAWA Akihiro
15531         <ari@mbf.ocn.ne.jp>.
15532
15533         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15534         of string which old xml.el may return rather than a string.
15535
15536 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15537
15538         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15539
15540 2005-01-16  Simon Josefsson  <jas@extundo.com>
15541
15542         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15543         idn/idna.el isn't available.
15544         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15545         <michael@waxrat.com>.
15546
15547         * hashcash.el: Remove non-FSF copyright header.
15548
15549         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15550         (hashcash-generate-payment): Use it.
15551         (hashcash-generate-payment-async): Use it.
15552
15553 2005-01-15  Simon Josefsson  <jas@extundo.com>
15554
15555         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15556         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15557
15558         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15559         gnus-summary-idna-message.
15560         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15561         (gnus-summary-idna-message): New function.
15562
15563 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15564
15565         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15566         gnus-novice-user.
15567
15568 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15569
15570         * nnrss.el (nnrss-request-delete-group): Delete entries in
15571         nnrss-group-alist as well.
15572         (nnrss-save-server-data): Insert newline.
15573
15574 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15575
15576         * gnus.el (gnus-user-agent): Use list of symbols instead of
15577         symbols.  Display full version number for (S)XEmacs.
15578         Optionally display (S)XEmacs codename.
15579
15580         * gnus-util.el (gnus-emacs-version): Update for new
15581         `gnus-user-agent'.
15582
15583         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15584         Gnus version.
15585
15586 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15587
15588         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15589         which is unreadable in some setups.
15590
15591 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15592
15593         * gnus-spec.el (gnus-update-format-specifications): Flush the
15594         group format spec cache if it doesn't support decoded group names.
15595
15596 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15597
15598         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15599         Allow to apply decay on score files matching a regexp.
15600
15601 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15602
15603         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15604         compatibility in %g and %c.
15605
15606 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15607
15608         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15609         name for only %g and %c.
15610         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15611         of gnus-tmp-group to decoded group name.
15612         (gnus-group-make-rss-group): Exclude `/'s from group names.
15613
15614 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15615
15616         * nnrss.el (nnrss-get-encoding): Fix regexp.
15617
15618 2004-12-27  Simon Josefsson  <jas@extundo.com>
15619
15620         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15621         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15622         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15623
15624 2004-12-17  Kim F. Storm  <storm@cua.dk>
15625
15626         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15627
15628         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15629
15630 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15631
15632         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15633
15634 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15635
15636         * nnrss.el: Require rfc2047 and mml.
15637         (nnrss-file-coding-system): New variable.
15638         (nnrss-format-string): Redefine it as an inline function.
15639         (nnrss-decode-group-name): New function.
15640         (nnrss-string-as-multibyte): Remove.
15641         (nnrss-retrieve-headers): Decode group name; don't use
15642         nnrss-format-string.
15643         (nnrss-request-group): Decode group name.
15644         (nnrss-request-article): Decode group name; allow a Message-ID as
15645         well as an article number; don't use nnrss-format-string; encode a
15646         Message-ID string which may contain non-ASCII characters; use
15647         mml-to-mime to compose a MIME article.
15648         (nnrss-request-expire-articles): Decode group name.
15649         (nnrss-request-delete-group): Decode group name.
15650         (nnrss-fetch): Clarify error message.
15651         (nnrss-read-server-data): Use insert-file-contents instead of load;
15652         bind file-name-coding-system; use multibyte buffer.
15653         (nnrss-save-server-data): Bind coding-system-for-write to the
15654         value of nnrss-file-coding-system; bind file-name-coding-system;
15655         add coding cookie.
15656         (nnrss-read-group-data): Use insert-file-contents instead of load;
15657         bind file-name-coding-system; use multibyte buffer.
15658         (nnrss-save-group-data): Bind coding-system-for-write to the
15659         value of nnrss-file-coding-system; bind file-name-coding-system.
15660         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15661         make it work with non-ASCII text.
15662         (nnrss-find-el): Make it work with old xml.el as well.
15663
15664 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15665
15666         * nnrss.el (nnrss-get-encoding): New function.
15667         (nnrss-fetch): Use unibyte buffer initially; bind
15668         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15669         decode contents according to the encoding attribute.
15670         (nnrss-save-group-data): Add coding cookie.
15671         (nnrss-mime-encode-string): New function.
15672         (nnrss-check-group): Use it to encode subject and author.
15673
15674 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15675
15676         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15677         imaginary variable.
15678
15679 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15682         correctly even if there are wide characters.
15683
15684 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15685
15686         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15687         downcased symbol names; make a new cache instead of reusing
15688         bbdb-hashtable.
15689
15690 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15691
15692         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15693         concatenating segments rather than before concatenating them.
15694         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15695
15696         * message.el (message-get-reply-headers): Bind `extra'.
15697
15698 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15699
15700         * message.el (message-extra-wide-headers): New variable.
15701         (message-get-reply-headers): Use it.
15702
15703 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15704
15705         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15706         (gnus-agent-group-pathname): Ditto.
15707
15708         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15709
15710         * gnus-group.el (gnus-group-make-group): Decode group name.
15711         (gnus-group-make-rss-group): Register the group data after opening
15712         the nnrss group.
15713
15714 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15715
15716         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15717         by expiry now get marked as read.
15718
15719 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15720
15721         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15722
15723 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15724
15725         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15726         unify Latin characters in XEmacs.
15727         (mm-find-mime-charset-region): Use it.
15728
15729 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * gnus-util.el (gnus-delete-directory): New function.
15732
15733         * gnus-agent.el (gnus-agent-delete-group): Use it.
15734
15735         * gnus-cache.el (gnus-cache-delete-group): Use it.
15736
15737 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15740         names.
15741
15742 2004-12-16  Simon Josefsson  <jas@extundo.com>
15743
15744         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15745
15746 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15747
15748         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15749
15750         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15751         (gnus-group-set-current-level): Decode group name.
15752
15753 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15754
15755         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15756         failed.
15757
15758 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15759
15760         * gnus-group.el (gnus-group-delete-group): Decode group name.
15761         (gnus-group-make-rss-group): Encode group name.
15762         (gnus-group-catchup-current): Decode group name.
15763         (gnus-group-kill-group): Decode group name.
15764
15765 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15766
15767         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15768
15769 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15770
15771         * gnus-group.el (gnus-group-make-rss-group):
15772         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15773
15774         * gnus-start.el (gnus-setup-news): Honor user's setting to
15775         gnus-message-archive-method.  Suggested by Lute Kamstra
15776         <lute@gnu.org>.
15777
15778 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15779
15780         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15781         global counterparts of the buffer-local variables.
15782
15783 2004-11-16  Romain Francoise  <romain@orebokech.com>
15784
15785         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15786         counterparts of the buffer-local variables.
15787
15788 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15789
15790         * message.el (message-forbidden-properties): Fix typo in doc
15791         string.
15792
15793 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15794
15795         * gnus-util.el (gnus-replace-in-string): Add doc string.
15796
15797         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15798         to avoid problems when splitting mails with many recipients.
15799
15800 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15801
15802         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15803         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15804
15805 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15806
15807         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15808         if there is no hashtable in memory or file modification time is
15809         newer than cached timestamp.
15810
15811 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15812
15813         * gnus-sum.el (gnus-summary-limit-to-recipient):
15814         Implement not-matching option.
15815
15816 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15817
15818         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15819         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15820         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15821         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15822         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15823         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15824
15825 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15826
15827         * message.el (message-forward-make-body-mml): Remove headers
15828         according to message-forward-ignored-headers if a message is decoded.
15829
15830 2004-12-02  Romain Francoise  <romain@orebokech.com>
15831
15832         * message.el (message-forward-make-body-plain): Always remove
15833         headers according to message-forward-ignored-headers.
15834
15835 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15836
15837         * spam.el (spam-summary-prepare-exit): Remove the
15838         gnus-summary-limit pop for now, it has problems with ham marks for
15839         me.
15840
15841 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15842
15843         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15844         correctly.
15845
15846 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15847
15848         * format-spec.el (format-spec): Message the char.
15849
15850 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15851
15852         * gnus-art.el (gnus-split-methods): Reformat comments.
15853
15854         * spam.el (spam-summary-prepare-exit): Remove article limits
15855         before exiting the summary buffer.
15856
15857 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15858
15859         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15860         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15861
15862         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15863         order to silence the byte compiler.
15864
15865         * spam.el: Fix the way to silence the byte compiler, which
15866         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15867         bbdb-search-simple, spam-BBDB-register-routine,
15868         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15869         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15870         spam-stat-buffer-is-spam, spam-stat-load,
15871         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15872         spam-stat-save and spam-stat-split-fancy.
15873
15874 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15875
15876         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15877         which may confuse users.
15878         (canlock-password-for-verify): Ditto.
15879
15880         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15881
15882         * gnus-art.el (gnus-emphasis-alist): Ditto.
15883
15884         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15885
15886         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15887
15888         * gnus-start.el (gnus-save-killed-list): Ditto.
15889
15890         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15891         (gnus-sum-thread-tree-root): Ditto.
15892         (gnus-sum-thread-tree-false-root): Ditto.
15893         (gnus-sum-thread-tree-single-indent): Ditto.
15894
15895         * message.el (message-courtesy-message): Ditto.
15896         (message-archive-note): Ditto.
15897         (message-subscribed-address-file): Ditto.
15898         (message-user-fqdn): Ditto.
15899
15900         * spam-report.el (spam-report-gmane-regex): Ditto.
15901
15902         * spam.el (spam-blackhole-good-server-regex): Ditto.
15903
15904 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15905
15906         * mml.el (mml-preview): Widen the message buffer before copying
15907         the contents to the preview buffer; sort headers before previewing.
15908
15909         * message.el (message-hidden-headers): Fix the way to avoid a bug
15910         in the `repeat' widget in Emacs 21.3 or earlier.
15911
15912 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15913
15914         * message.el (message-hidden-headers): Default to "^References:".
15915         Improve customization type.  Suggested by Reiner Steib
15916         <Reiner.Steib@gmx.de>.
15917
15918 2004-11-25  Romain Francoise  <romain@orebokech.com>
15919
15920         * message.el (message-strip-forbidden-properties): Remove check for
15921         obsolete `message-hidden' text property, hidden headers are not
15922         accessible in the buffer anymore.
15923
15924 2004-11-22  Romain Francoise  <romain@orebokech.com>
15925
15926         * message.el (message-header-format-alist): Add `From' in list
15927         so that it can be sorted.
15928         (message-fix-before-sending): Widen and sort headers before
15929         sending.
15930         (message-hide-headers): Use narrowing to hide headers by moving
15931         them to the top of the buffer and narrowing to the region
15932         underneath.
15933
15934 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15935
15936         * message.el (message-strip-forbidden-properties):
15937         Bind buffer-read-only (etc) to nil.
15938
15939 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15940
15941         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15942         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15943
15944 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15945
15946         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15947
15948 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15949
15950         * dns.el (query-dns): Use sit-for to time instead of
15951         accept-process-output, since that doesn't seem to work on udp
15952         sockets.
15953
15954 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15955
15956         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15957
15958 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15959
15960         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15961         doc string.  Improve doc string.
15962
15963 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15964
15965         * nntp.el (nntp-request-update-info): Return nil if
15966         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15967         may not call gnus-activate-group which uselessly issues the GROUP
15968         commands for all nntp groups and wastes time.  Reported by Romain
15969         Francoise <romain@orebokech.com>.
15970
15971         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15972
15973 2004-11-15  Simon Josefsson  <jas@extundo.com>
15974
15975         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15976         headers separately.
15977         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15978         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15979
15980 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15981
15982         * gnus-start.el (gnus-convert-old-newsrc):
15983         Assign legacy-gnus-agent to 5.10.7.
15984
15985 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15986
15987         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15988         start of the lines.
15989
15990 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15991
15992         * hashcash.el (hashcash-default-payment): Change default to 20.
15993         (hashcash-default-accept-payment): Change default to 20.
15994         (hashcash-process-alist): New variable.
15995         (hashcash-generate-payment-async): Add.
15996         (hashcash-already-paid-p): Add.
15997         (hashcash-insert-payment): Don't generate payments twice.
15998         (hashcash-insert-payment-async): Add.
15999         (hashcash-insert-payment-async-2): Add.
16000         (hashcash-cancel-async): Add.
16001         (hashcash-wait-async): Add.
16002         (hashcash-processes-running-p): Add.
16003         (hashcash-wait-or-cancel): Add.
16004         (mail-add-payment): New optional argument.  Conditionally start
16005         asynchronous calculation.
16006         (mail-add-payment-async): Add.
16007
16008         * message.el (message-send-mail): Wait for asynchronous hashcash
16009         results.  Don't clobber existing X-Hashcash headers.
16010         (message-setup-1): Call mail-add-payment-async when
16011         message-generate-hashcash is non-nil.
16012
16013 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16014
16015         * message.el (message-use-alternative-email-as-from): Examine the
16016         From header as well; use message-make-from in order to include a
16017         user's full name.
16018
16019 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16020
16021         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16022         default; improve customization type.
16023         (gnus-emphasis-custom-with-format): New macro.
16024         (gnus-emphasis-custom-value-to-external): New function.
16025         (gnus-emphasis-custom-value-to-internal): New function.
16026
16027 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16028
16029         * dns.el (query-dns): Resolve reverse addresses.
16030
16031 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16032
16033         * gnus-group.el (gnus-group-get-new-news): Use it.
16034
16035         * gnus-start.el (gnus-check-reasonable-setup): New function.
16036
16037 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16038
16039         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16040         "Args out of range" error.  Reported by Arnaud Giersch
16041         <arnaud.giersch@free.fr>.
16042
16043 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16044
16045         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16046
16047 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16048
16049         * spam.el (spam group): Add :version.
16050
16051         * pgg-def.el (pgg group): Add :version.
16052
16053 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16054
16055         * gnus-art.el (gnus-article-edit-article): Don't associate the
16056         article buffer with a draft file.  This is a temporary measure
16057         against the 2004-08-22 change to gnus-article-edit-mode.
16058
16059 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16060
16061         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16062         (html2text-format-tags): Remove unused variable `attr'.
16063
16064 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16065
16066         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16067
16068         * tls.el (tls-process-connection-type, tls-success)
16069         (tls-certtool-program): Add :version.
16070
16071         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16072         (starttls-extra-arguments, starttls-process-connection-type)
16073         (starttls-connect, starttls-failure, starttls-success): Add :version.
16074
16075         * spam-stat.el (spam-stat): Add :version.
16076
16077         * sieve.el (sieve): Add :version.
16078
16079         * sha1.el (sha1): Add :version.
16080         (sha1-use-external): Remove redundant version.
16081
16082         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16083         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16084         (nnmail-split-fancy-match-partial-words)
16085         (nnmail-split-lowercase-expanded): Add :version.
16086
16087         * nndiary.el (nndiary): Add :version.
16088
16089         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16090
16091         * mml-sec.el (mml-default-sign-method)
16092         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16093         Add :version.
16094
16095         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16096
16097         * mm-url.el (mm-url-use-external, mm-url-program)
16098         (mm-url-arguments): Add :version.
16099
16100         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16101         (mm-attachment-file-modes, mm-decrypt-option)
16102         (mm-w3m-safe-url-regexp): Add :version.
16103
16104         * message.el (message-cite-prefix-regexp)
16105         (message-sendmail-envelope-from, message-minibuffer-local-map)
16106         (message-user-fqdn, message-completion-alist): Add :version.
16107
16108         * gnus-win.el (gnus-configure-windows-hook)
16109         (gnus-use-frames-on-any-display): Add :version.
16110
16111         * gnus-art.el (gnus-article-address-banner-alist)
16112         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16113         (gnus-treat-from-picon, gnus-treat-mail-picon)
16114         (gnus-treat-x-pgp-sig): Add :version.
16115
16116         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16117         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16118         (gnus-summary-article-delete-hook)
16119         (gnus-summary-display-while-building): Add :version.
16120
16121         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16122         (gnus-get-top-new-news-hook): Add :version.
16123
16124         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16125         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16126
16127         * gnus-registry.el (gnus-registry): Add :version.
16128
16129         * gnus-spec.el (gnus-use-correct-string-widths)
16130         (gnus-make-format-preserve-properties): Add :version.
16131
16132         * gnus.el (gnus-group-charter-alist)
16133         (gnus-group-fetch-control-use-browse-url)
16134         (gnus-install-group-spam-parameters): Add :version.
16135
16136         * gnus-diary.el (gnus-diary): Add :version.
16137
16138         * gnus-delay.el (gnus-delay): Add :version.
16139
16140         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16141         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16142         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16143         Add :version.
16144
16145         * gnus-agent.el (gnus-agent-max-fetch-size)
16146         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16147         (gnus-agent-prompt-send-queue): Add :version.
16148
16149         * deuglify.el (gnus-outlook-deuglify): Add :version.
16150
16151         * html2text.el: Beautify code.  Improve doc strings.
16152         Some checkdoc cleanup.
16153         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16154
16155 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16156
16157         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16158
16159 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16160
16161         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16162         when package is loaded.
16163
16164         * spam.el (spam-summary-score-preferred-header): Add global preference
16165         for people who want to override the default SpamAssassin over
16166         Bogofilter preference (when both are set).
16167         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16168         (spam-user-format-function-S):
16169         Check spam-summary-score-preferred-header.
16170         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16171         (spam-user-format-function-S): Format the score correctly.
16172
16173 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16174
16175         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16176         signature file.  Suggested by Manoj Srivastava
16177         <srivasta@golden-gryphon.com>.
16178
16179         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16180         iso-2022-jp even in the Japanese language environment.
16181         Suggested by Jason Rumney <jasonr@gnu.org>.
16182
16183 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16184
16185         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16186         use the same characters as the dummy marks; make it free from
16187         getting affected by the language environment.
16188         (gnus-summary-read-group-1): Update mark positions only when the
16189         format spec is updated.
16190
16191         * gnus-spec.el (gnus-update-format-specifications): Return a list
16192         of updated types.
16193
16194 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16195
16196         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16197         of boundp to check if display-warning is available.
16198
16199 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16200
16201         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16202
16203 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16204
16205         * nnspool.el (nnspool-spool-directory): Use news-path if the
16206         news-directory variable is not bound.
16207
16208         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16209         function instead of display-warning if it is not available.
16210
16211 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16212
16213         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16214         v5-10: Use `point-at-bol'.
16215
16216 2004-10-26  Simon Josefsson  <jas@extundo.com>
16217
16218         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16219         <chenggao@gmail.com>.
16220
16221 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16222
16223         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16224         instead.
16225
16226 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16227
16228         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16229         to remove a server from the nnimap-server-buffer-alist.
16230         (nnimap-open-connection, nnimap-close-server): Use it.
16231
16232         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16233
16234 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16235
16236         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16237         running the major-mode function.
16238
16239 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16240
16241         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16242         dummy marks in the right way.
16243
16244 2004-10-18  David Edmondson  <dme@dme.org>
16245
16246         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16247         excessively.
16248
16249 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16250
16251         * gnus-util.el (gnus-split-references): Accept a nil references
16252         string and go on blissfully.
16253
16254         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16255         cases where the references string is non-nil but has no references.
16256
16257         * encrypt.el: Add autoload tags.
16258
16259         * spam.el (spam-resolve-registrations-routine): Remove article
16260         from unregistration list too.  Reported by David Hanak
16261         <dhanak@isis.vanderbilt.edu>
16262
16263 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16264
16265         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16266         nil.  Change custom type.
16267
16268 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16269
16270         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16271
16272         * gnus-sum.el (gnus-summary-move-article): Use it.
16273
16274 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16275
16276         * encrypt.el: Add autoload cookies.
16277
16278         * spam.el (spam-backend-article-list-property)
16279         (spam-backend-get-article-todo-list)
16280         (spam-backend-put-article-todo-list)
16281         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16282         Resolve registrations separately.
16283         (spam-register-routine): Format comments.
16284         (spam-unregister-routine, spam-register-routine): Always call with
16285         specific-articles, no default list.
16286         (spam-summary-prepare-exit): Use the spam-classifications function.
16287
16288         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16289         gnus-encrypt.el.
16290
16291         * encrypt.el: Copied from gnus-encrypt.el.
16292
16293         * gnus-encrypt.el: Commented that it's obsolete.
16294
16295 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16296
16297         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16298         (gnus-score-save): Use it.
16299
16300         * message.el (message-bury): Use `window-dedicated-p'.
16301
16302 2004-10-15  Simon Josefsson  <jas@extundo.com>
16303
16304         * pop3.el (top-level): Don't require nnheader.
16305         (pop3-read-timeout): Add.
16306         (pop3-accept-process-output): Add.
16307         (pop3-read-response, pop3-retr): Use it.
16308
16309 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16310
16311         * spam.el (spam-register-routine): Move comment.
16312         (spam-verify-bogofilter): Use 'unknown for the initial
16313         spam-bogofilter-valid state, not 'never.
16314
16315         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16316         for netrc-machine.
16317
16318         * nnimap.el (nnimap-open-connection):
16319         Use netrc-machine-user-or-password.
16320
16321 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16322
16323         * gnus-registry.el (gnus-registry-unload-hook):
16324         Set as a variable with add-hook.
16325
16326         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16327         of news-path.
16328
16329         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16330
16331         * spam.el: Delete duplicate `provide'.
16332         (spam-unload-hook): Set as a variable with add-hook.
16333
16334 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16335
16336         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16337         in the doc string.
16338
16339         * message.el (message-ignored-news-headers)
16340         (message-ignored-supersedes-headers)
16341         (message-ignored-resent-headers)
16342         (message-forward-ignored-headers): Improve custom type.
16343
16344 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16345
16346         * message.el (message-tokenize-header): Fix 2004-09-06 change
16347         which used point-min in the wrong place.
16348
16349 2004-10-12  Simon Josefsson  <jas@extundo.com>
16350
16351         * tls.el (tls-certtool-program): New variable.
16352         (tls-certificate-information): New function, based on
16353         ssl-certificate-information.
16354
16355 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16356
16357         * compface.el: Move the version of ELisp-based uncompface program
16358         to the contrib directory because of the copyright problem.
16359
16360 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16361
16362         * message.el (message-kill-buffer): Raise the current frame.
16363
16364 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16365
16366         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16367
16368         * gnus.el (message-y-or-n-p): Autoload.
16369
16370         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16371         (pop3-password-required, pop3-authentication-scheme)
16372         (pop3-leave-mail-on-server): Make customizable.
16373         (pop3): New custom group.
16374         (pop3-retr): Remove `sleep-for' statements.
16375         Suggested by Dave Love <fx@gnu.org>.
16376
16377         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16378         Windows/DOS.
16379
16380         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16381         (imap-parse-body): Fix incorrect use of `assert'.
16382         Suggested by Dave Love <fx@gnu.org>.
16383
16384         * mml.el (mml-minibuffer-read-disposition): Require match.
16385         Suggested by Dave Love <fx@gnu.org>.
16386
16387 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16388
16389         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16390         doc string.
16391
16392 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16393
16394         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16395
16396 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16397
16398         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16399         instead of calling `mm-insert-inline', to decode text/* parts
16400         before displaying them.
16401
16402 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16403
16404         * mm-uu.el (mm-uu-text-plain-type): New variable.
16405         (mm-uu-pgp-signed-extract-1): Use it.
16406         (mm-uu-pgp-encrypted-extract-1): Use it.
16407         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16408         bind mm-uu-text-plain-type with that value.
16409         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16410         mm-uu-dissect.
16411
16412 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16413
16414         * gnus-group.el (gnus-update-group-mark-positions):
16415         * gnus-sum.el (gnus-update-summary-mark-positions):
16416         * message.el (message-check-news-body-syntax):
16417         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16418         of string-as-multibyte.
16419
16420 2004-10-05  Juri Linkov  <juri@jurta.org>
16421
16422         * gnus-group.el (gnus-update-group-mark-positions):
16423         * gnus-sum.el (gnus-update-summary-mark-positions):
16424         * message.el (message-check-news-body-syntax):
16425         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16426         8-bit unibyte values to a multibyte string for search functions.
16427
16428 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16429
16430         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16431         (mm-uu-dissect-text-parts): New function.
16432
16433         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16434         dissect text parts.
16435
16436         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16437         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16438
16439         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16440
16441         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16442         Use gnus-current-topics instead of gnus-current-topic.
16443
16444 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16445
16446         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16447
16448 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16449
16450         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16451         where approriate.
16452
16453         * nnml.el (nnml-generate-active-info): do.
16454
16455         * nndiary.el (nndiary-generate-active-info): do.
16456
16457         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16458         (gnus-topic-move): do.
16459
16460         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16461         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16462
16463         * gnus-srvr.el (gnus-server-prepare)
16464         (gnus-server-open-all-servers): do.
16465
16466         * gnus-msg.el (gnus-summary-cancel-article)
16467         (gnus-summary-resend-message)
16468         (gnus-summary-mail-crosspost-complaint): do.
16469
16470         * gnus-move.el (gnus-change-server): do.
16471
16472         * gnus-group.el (gnus-group-unmark-all-groups)
16473         (gnus-group-set-current-level): do.
16474
16475 2004-10-04  Simon Josefsson  <jas@extundo.com>
16476
16477         * message.el (message-generate-hashcash): Doc fix.
16478
16479 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16480
16481         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16482         avoid infinite recursion via gnus-get-function.
16483
16484 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16485
16486         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16487
16488         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16489
16490         * nnmail.el (nnmail-split-history): do.
16491
16492         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16493         (nnml-request-delete-group): do.
16494
16495         * nnslashdot.el (nnslashdot-read-groups): do.
16496
16497         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16498         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16499
16500         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16501         (nnspool-sift-nov-with-sed): Use last.
16502         (nnspool-retrieve-headers-with-nov): Use mapc.
16503         (nnspool-request-newgroups): Use dolist.
16504         (nnspool-request-group): Use last.
16505
16506         * nntp.el (nntp-read-server-type): Use dolist.
16507
16508         * nnvirtual.el (nnvirtual-create-mapping)
16509         (nnvirtual-update-read-and-marked): Use dolist.
16510         (nnvirtual-convert-headers): Simplify.
16511
16512 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16513
16514         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16515         Add support for sync'ing tick marks.
16516
16517 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16518
16519         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16520         there's no visible header.
16521
16522 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16523
16524         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16525         When necessary, pass full group name to gnus-request-set-marks.
16526
16527 2004-10-01  Simon Josefsson  <jas@extundo.com>
16528
16529         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16530         acroread.
16531
16532 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16533
16534         * spam-report.el (spam-report-gmane): Fix interactive.
16535
16536         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16537
16538         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16539         when writing file.
16540         (gnus-agent-synchronize-flags): Don't default to being
16541         interactive.
16542
16543 2004-09-30  Simon Josefsson  <jas@extundo.com>
16544
16545         * message.el (message-generate-hashcash): Add.
16546         (message-send-mail): Use it, call mail-add-payment.
16547
16548 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16549
16550         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16551
16552 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16553
16554         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16555         gnus-requst-update-info with explicit code to sync the in-memory
16556         info read flags with the marks being sync'd to the backend.
16557
16558         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16559
16560 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16561
16562         * spam.el (spam-verify-bogofilter): Add new function.
16563         (spam-check-bogofilter)
16564         (spam-bogofilter-register-with-bogofilter): Use it.
16565         (spam-verify-bogofilter): Add small fixes.
16566
16567 2004-09-28  Simon Josefsson  <jas@extundo.com>
16568
16569         * hashcash.el (hashcash-generate-payment): Revert.
16570
16571 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16572
16573         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16574         Use gnus-extract-references instead of gnus-split-references.
16575
16576         * gnus-util.el (gnus-extract-references): Add new function, analogous
16577         to gnus-split-references but extracts only the message-ID without
16578         anything extra.
16579
16580         * hashcash.el (hashcash-generate-payment)
16581         (hashcash-check-payment): Do the right thing if hashcash-path is
16582         nil (because the hashcash program could not be found).
16583
16584         * spam.el (spam-use-hashcash): Remove comment.
16585
16586 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16587
16588         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16589         (gnus-cache-enter-article, gnus-cache-remove-article)
16590         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16591
16592         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16593
16594         * gnus-art.el (article-hide-boring-headers)
16595         (article-translate-strings, article-display-face)
16596         (gnus-article-mime-match-handle-first)
16597         (gnus-article-highlight-headers)
16598         (gnus-article-add-buttons-to-head): do.
16599
16600 2004-09-27  Simon Josefsson  <jas@extundo.com>
16601
16602         * hashcash.el: New version, from
16603         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16604         ../contrib/.
16605
16606 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16607
16608         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16609
16610 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16611
16612         * gnus-dup.el (gnus-dup-open): Use mapc.
16613         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16614
16615         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16616         Reported by Stefan Wiens <s.wi@gmx.net>.
16617
16618         * gnus.el (gnus-shutdown): Use dolist.
16619
16620         * gnus-undo.el (gnus-undo): Use mapc.
16621
16622         * nnrss.el (nnrss-generate-active): do.
16623
16624         * message.el (message-cite-original-without-signature)
16625         (message-cite-original): Use mapc.
16626         (message-do-actions, message-make-forward-subject): Use dolist.
16627
16628 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16629
16630         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16631         deletion to remove entire duplicate line.  Fixes merged article
16632         number bug.
16633
16634 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16635
16636         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16637         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16638         first ask if you want to open a server and then, even when you
16639         responded with no, asking if you want to synchronize the server's
16640         flags.
16641         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16642         multi-line expressions.
16643         (gnus-agent-synchronize-group-flags): New internal function.
16644         Updates marks in memory (in the info structure) AND in the
16645         backend.
16646
16647         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16648
16649         * nnagent.el (nnagent-request-set-mark):
16650         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16651         method, to ensure that synchronization updates marks in the
16652         backend and in the info (in memory) structure.
16653
16654 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16655
16656         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16657         convention fully; don't miss the root article of a thread; make
16658         the X-Draft-From header with correct article numbers.
16659
16660 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16661
16662         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16663         unless plugged.  Disable the agent so that an open failure causes
16664         an error.
16665
16666         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16667         Revert 2004-09-21 change.  The backend must be opened while
16668         synchronizing flags even when the backend stores the flags
16669         locally.
16670
16671 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16672
16673         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16674         in `header' match.  Reported by Svend Tollak Munkejord.
16675
16676         * message.el (message-cite-original): Fix use of
16677         `message-cite-articles-with-x-no-archive'.
16678
16679 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16680
16681         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16682         (gnus-window-to-buffer): Ditto.
16683
16684         * mml.el (mml-preview-buffer): New variable.
16685         (mml-preview): Manage window layout with gnus-buffer-configuration.
16686
16687         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16688         X-Draft-From header even if those articles aren't quoted.
16689
16690 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16691
16692         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16693         (gnus-request-set-mark, gnus-request-update-mark): Use new
16694         g-s-t-u-l-m to decide to use backend even when unplugged.
16695
16696 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16697
16698         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16699         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16700
16701 2004-09-20  Simon Josefsson  <jas@extundo.com>
16702
16703         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16704         "utf-16-le".
16705
16706 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16707
16708         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16709
16710 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16711
16712         * uudecode.el (uudecode-use-external): Add :version.
16713
16714         * smime.el (smime-CA-file, smime-encrypt-cipher)
16715         (smime-dns-server): Add :version.
16716
16717         * smiley.el (gnus-smiley-file-types): Add :version.
16718
16719         * sha1.el (sha1-use-external): Add :version.
16720
16721         * pgg-def.el (pgg-query-keyserver): Add :version.
16722
16723         * nnmail.el (nnmail-fancy-expiry-targets)
16724         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16725         Add :version.
16726
16727         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16728         (nnimap-retrieve-groups-asynchronous): Add :version.
16729         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16730
16731         * mml.el (mml-content-disposition-parameters)
16732         (mml-insert-mime-headers-always): Add :version.
16733
16734         * mm-util.el (mm-coding-system-priorities): Add :version.
16735
16736         * mm-decode.el (mm-inline-text-html-with-images)
16737         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16738         (mm-verify-option): Add :version.
16739         (mm-text-html-renderer): Change :version.
16740
16741         * message.el (message-fcc-externalize-attachments)
16742         (message-required-headers, message-draft-headers)
16743         (message-subject-trailing-was-query)
16744         (message-subject-trailing-was-ask-regexp)
16745         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16746         (message-mark-insert-end, message-archive-header)
16747         (message-archive-note, message-cross-post-default)
16748         (message-cross-post-note, message-followup-to-note)
16749         (message-cross-post-note-function, message-use-mail-followup-to)
16750         (message-subscribed-address-functions)
16751         (message-subscribed-address-file, message-subscribed-addresses)
16752         (message-subscribed-regexps, message-allow-no-recipients)
16753         (message-yank-cited-prefix, message-signature-insert-empty-line)
16754         (message-hidden-headers, message-hierarchical-addresses)
16755         (message-mail-user-agent, message-use-idna)
16756         (message-valid-fqdn-regexp)
16757         (message-strip-special-text-properties, message-header-synonyms)
16758         (message-beginning-of-line, message-tab-body-function): Add :version.
16759         (message-insert-canlock, message-wide-reply-confirm-recipients):
16760         Change :version.
16761
16762         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16763         and :version.
16764         (mail-source-delete-old-incoming-confirm)
16765         (mail-source-movemail-program): Add :version.
16766
16767         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16768         (gnus-agent-cache, gnus-agent): Change :version.
16769
16770         * gnus-util.el (gnus-use-byte-compile): Change :version.
16771
16772         * gnus-sum.el (gnus-summary-make-false-root-always)
16773         (gnus-summary-default-high-score)
16774         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16775         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16776         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16777         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16778         (gnus-sum-thread-tree-single-indent)
16779         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16780         (gnus-sum-thread-tree-leaf-with-other)
16781         (gnus-sum-thread-tree-single-leaf): Add :version.
16782         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16783         (gnus-article-loose-mime): Change :version.
16784
16785         * gnus-start.el (gnus-backup-startup-file)
16786         (gnus-save-startup-file-via-temp-buffer): Add :version.
16787
16788         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16789         (gnus-server-offline-face): Add :version.
16790
16791         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16792
16793         * gnus-msg.el (gnus-gcc-externalize-attachments)
16794         (gnus-debug-files, gnus-debug-exclude-variables)
16795         (gnus-discouraged-post-methods): Change :version.
16796         (gnus-confirm-mail-reply-to-news)
16797         (gnus-confirm-treat-mail-like-news): Add :version.
16798
16799         * gnus-int.el (gnus-server-unopen-status): Add :version.
16800
16801         * gnus-group.el (gnus-group-jump-to-group-prompt)
16802         (gnus-large-ephemeral-newsgroup)
16803         (gnus-fetch-old-ephemeral-headers): Add :version.
16804
16805         * gnus-fun.el (gnus-x-face-directory)
16806         (gnus-convert-pbm-to-x-face-command)
16807         (gnus-convert-image-to-x-face-command)
16808         (gnus-convert-image-to-face-command): Add :version.
16809
16810         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16811
16812         * gnus-cite.el (gnus-cite-blank-line-after-header)
16813         (gnus-article-boring-faces): Add :version.
16814
16815         * gnus-art.el (gnus-buttonized-mime-types)
16816         (gnus-inhibit-mime-unbuttonizing)
16817         (gnus-treat-display-face)
16818         (gnus-treat-body-boundary): Change :version.
16819         (gnus-body-boundary-delimiter, gnus-picon-databases)
16820         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16821         (gnus-treat-date-english, gnus-treat-fold-headers)
16822         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16823         (gnus-treat-mail-picon, gnus-treat-wash-html)
16824         (gnus-article-encrypt-protocol)
16825         (gnus-use-idna, gnus-article-over-scroll)
16826         (gnus-mime-display-multipart-alternative-as-mixed)
16827         (gnus-mime-display-multipart-related-as-mixed)
16828         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16829         (gnus-ctan-url, gnus-button-ctan-handler)
16830         (gnus-button-handle-ctan-bogus-regexp)
16831         (gnus-button-ctan-directory-regexp)
16832         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16833         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16834         (gnus-button-man-level, gnus-button-emacs-level)
16835         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16836
16837         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16838         (gnus-agent-go-online): Change :version.
16839         (gnus-agent-expire-unagentized-dirs)
16840         (gnus-agent-auto-agentize-methods): Add :version.
16841
16842         * flow-fill.el (fill-flowed-display-column)
16843         (fill-flowed-encode-column): Add :version.
16844
16845         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16846         (gnus-outlook-deuglify-unwrap-max)
16847         (gnus-outlook-deuglify-cite-marks)
16848         (gnus-outlook-deuglify-unwrap-stop-chars)
16849         (gnus-outlook-deuglify-no-wrap-chars)
16850         (gnus-outlook-deuglify-attrib-cut-regexp)
16851         (gnus-outlook-deuglify-attrib-verb-regexp)
16852         (gnus-outlook-deuglify-attrib-end-regexp)
16853         (gnus-outlook-display-hook): Add :version.
16854
16855         * binhex.el (binhex-use-external): Add :version.
16856
16857 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16858
16859         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16860         and `invisible'.
16861
16862 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16863
16864         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16865         in gnus-registry-trim.
16866
16867 2004-09-13  Simon Josefsson  <jas@extundo.com>
16868
16869         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16870
16871         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16872
16873         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16874         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16875         <yamaoka@jpl.org>.
16876         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16877         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16878         <yamaoka@jpl.org>.
16879
16880         * sieve.el (sieve-manage-mode): Ditto.
16881
16882 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16883
16884         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16885
16886 2004-09-11  Simon Josefsson  <jas@extundo.com>
16887
16888         * dns-mode.el: Add.
16889
16890         * mm-view.el (mm-display-dns-inline): Add.
16891
16892         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16893         (mm-automatic-display): Ditto.
16894
16895         * mailcap.el (mailcap-mime-data): Add text/dns.
16896         (mailcap-mime-extensions): Map .soa to text/dns.
16897
16898 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16899
16900         * gnus-art.el (article-decode-mime-words, article-babel)
16901         (gnus-article-highlight-signature, gnus-article-add-buttons)
16902         (gnus-signature-toggle): Remove unnecessary bindings of
16903         `inhibit-read-only' inherited from v5.10 merge.
16904
16905 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16906
16907         * nntp.el (nntp): New customization group.
16908         (nntp-authinfo-file): Add customization group.
16909
16910         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16911
16912         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16913
16914         * gnus.el (to-address, to-list, subscribed)
16915         (large-newsgroup-initial): Ditto.
16916
16917         * flow-fill.el (fill-flowed-display-column)
16918         (fill-flowed-encode-column): Ditto.
16919
16920 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16921
16922         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16923         Use point-min rather than 1.
16924         (message-send-mail): Use buffer-size rather than point-max.
16925
16926         * gnus-sum.el (gnus-summary-search-article-forward):
16927         Signal a specific `search-failed' rather than a generic `error'.
16928
16929         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16930         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16931         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16932
16933 2004-09-10  Simon Josefsson  <jas@extundo.com>
16934
16935         * nndb.el (require): Remove tcp and duplicate cl.
16936
16937 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16938
16939         * gnus-agent.el (directory-files-and-attributes): Move forward.
16940
16941 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16942
16943         * gnus-agent.el (directory-files-and-attributes):
16944         Optionally defined to support XEmacs.
16945
16946 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16947
16948         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16949         to avoid run-time CL dependencies.
16950         (gnus-agent-unfetch-articles): New function.
16951         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16952         article numbers even when local .overview file is missing.
16953         (gnus-agent-read-article-number): New function.  Only accepts
16954         27-bit article numbers.
16955         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16956         Use gnus-agent-read-article-number.
16957         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16958         from backend while recognizing that article numbers in .overview
16959         must be valid.
16960         (gnus-agent-update-files-total-fetched-for):
16961         Use directory-files-and-attributes to improve performance.
16962         * gnus-int.el (gnus-request-move-article):
16963         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16964         improve performance.
16965
16966         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16967         some users confused by references to .newsrc when they only have a
16968         .newsrc.eld file.
16969         (gnus-convert-mark-converter-prompt)
16970         (gnus-convert-converter-needs-prompt): Fix use of property list.
16971         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16972         New function.  Used internally to only display 'gnus converting
16973         files' message when actually necessary.
16974
16975         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16976         methods now autoloaded.
16977
16978 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16979
16980         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16981         identifiers.
16982
16983 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16984
16985         * gnus-picon.el: Fix indentation and closing parenthesis.
16986
16987 2004-09-01  Simon Josefsson  <jas@extundo.com>
16988
16989         * message.el (message-canlock-generate): Require sha1, not
16990         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16991         to require within a function.  Sadly, if sha1.el isn't loaded, the
16992         let binding in m-c-g will hide the defcustom definition, which is
16993         bad.)
16994
16995         * canlock.el: Require sha1, not sha1-el.
16996
16997         * message.el: Don't autoload sha1 (there is a autoload cookie in
16998         sha1.el).
16999
17000         * sha1-el.el: Rename to sha1.el.
17001
17002 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17003
17004         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17005
17006 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17007
17008         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17009
17010 2004-08-30  Kim F. Storm  <storm@cua.dk>
17011
17012         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17013
17014         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17015         Add :group 'nnimap.
17016
17017 2004-08-30  Andreas Schwab  <schwab@suse.de>
17018
17019         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17020         ?* and ?\;.
17021
17022         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17023         and ?\' to symbol instead of whitespace.
17024
17025 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17026
17027         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17028
17029         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17030         instead of re-search-forward.
17031
17032         * gnus-uu.el (gnus-uu-save-article): Ditto.
17033         (gnus-uu-post-encode-uuencode): Ditto.
17034
17035         * html2text.el (html2text-clean-list-items): Ditto.
17036         (html2text-clean-dtdd): Ditto.
17037         (html2text-format-tags): Ditto.
17038
17039         * message.el (message-send-mail-with-sendmail): Fix regexp.
17040         (message-fill-field-general): Use search-forward instead of
17041         re-search-forward.
17042         (unbold-region): Ditto.
17043
17044         * nnrss.el (nnrss-request-article): Ditto.
17045
17046         * nnslashdot.el (nnslashdot-request-article): Ditto.
17047
17048         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17049
17050         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17051         "Unrecognized menu descriptor" error in XEmacs.
17052
17053 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17054
17055         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17056         parent article of a sparse article in the thread hashtb.
17057
17058 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17059
17060         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17061         (nnmail-expand-newtext): Lowercase expanded entries if
17062         nnmail-split-lowercase-expanded is non-nil.
17063
17064 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17065
17066         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17067
17068         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17069         of gnus-tmp-news-method into string under XEmacs.  It will be
17070         passed to gnus-correct-length which takes only a string argument.
17071
17072 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17073
17074         * gnus-util.el (gnus-bind-print-variables): New macro.
17075         (gnus-prin1): Use it.
17076         (gnus-prin1-to-string): Use it.
17077         (gnus-pp): New function.
17078         (gnus-pp-to-string): New function.
17079
17080         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17081         Replace pp-to-string with gnus-pp-to-string.
17082         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17083         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17084         * gnus-msg.el (gnus-debug): Ditto.
17085         * gnus-score.el (gnus-score-save): Ditto.
17086         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17087         gnus-pp-to-string.
17088         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17089         with gnus-pp.
17090         * score-mode.el (gnus-score-pretty-print): Ditto.
17091         * webmail.el (webmail-debug): Ditto.
17092
17093 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17094
17095         * gnus-art.el (article-display-face, article-display-x-face):
17096         Use buffer-read-only.
17097
17098 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17099
17100         * gnus-art.el (article-hide-list-identifiers):
17101         Bind inhibit-read-only as t.
17102
17103 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17104
17105         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17106
17107 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17108
17109         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17110         (gnus-narrow-to-page): Don't assume point-min == 1.
17111         (gnus-article-edit-mode): Derive from message-mode.
17112
17113         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17114         point-min == 1.
17115
17116         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17117         Disable incorrect use of `assert'.
17118
17119         * message.el (message-mode): Set comment-start-skip.
17120
17121
17122 2004-08-22  Sam Steingold  <sds@gnu.org>
17123
17124         * pop3.el (pop3-leave-mail-on-server): New user variable.
17125         (pop3-movemail): Delete mail only when it is nil.
17126
17127 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17128
17129         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17130
17131         * mml.el (mml-preview): Use `pop-to-buffer'.
17132
17133         * message.el (message-goto-mail-followup-to): Insert after "To".
17134         (message-carefully-insert-headers): Add comment.
17135
17136         * gnus.el: Remove unused variable `gnus-article-check-size'.
17137
17138         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17139
17140         * gnus-art.el (gnus-button-alist):
17141         Improve `gnus-button-handle-library' entry.
17142
17143 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17144
17145         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17146         Use downcase, since XEmacs capitalizes error messages differently.
17147
17148 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17149
17150         * nntp.el: Add (require 'gnus) due to reference to
17151         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17152
17153 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17154
17155         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17156         Bind `mm-fill-flowed'.
17157
17158         * mm-decode.el (mm-dissect-singlepart): Check it.
17159
17160 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17161
17162         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17163         'imap' for netrc parsing.
17164
17165 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17166
17167         * mailcap.el (mailcap-mime-data): Mark as risky.
17168
17169 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17170
17171         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17172         may be included in the encoded word.
17173         (rfc2047-encode): Don't append a space if the encoded word
17174         includes close parenthesis.
17175
17176 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17177
17178         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17179         of text within parentheses.
17180
17181 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17182
17183         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17184         (gnus-encrypt-write-file-contents): Make the password key the file
17185         name PLUS the cipher, not just the cipher.  Also remove failed
17186         passwords from the cache.
17187
17188 2004-08-06  Simon Josefsson  <jas@extundo.com>
17189
17190         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17191         Doc fix.
17192
17193 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17194
17195         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17196         LWSP.
17197
17198 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17199
17200         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17201         Try to append in-reply-to: data to the references: header.
17202
17203         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17204         (netrc-parse): Use gnus-encrypt.el functions.
17205
17206         * gnus-encrypt.el: Add new file for encryption support; currently
17207         does only a few GPG ciphers and an internal XOR cipher.
17208
17209         * password.el: Add comments on using password-read-and-add.
17210         (password-read-and-add): Add function to read and add the
17211         password to the cache at once.
17212
17213 2004-07-28  Simon Josefsson  <jas@extundo.com>
17214
17215         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17216         parameter (but don't use it, for now).
17217
17218         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17219         instead of hard coding to nil.
17220
17221 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17222
17223         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17224         as mm-inline-image-xemacs does.
17225
17226 2004-07-26  Simon Josefsson  <jas@extundo.com>
17227
17228         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17229         Revert part of 2004-07-17 change below.
17230
17231 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17232
17233         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17234         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17235
17236 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17237
17238         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17239         quotes that actually start with ">" at the beginning of the
17240         lines.
17241
17242 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17243
17244         * rfc2047.el (rfc2047-encode-region): Fix last change.
17245         (rfc2047-encode-parameter): Remove useless concat.
17246
17247 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17248
17249         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17250         encode special characters; fix some kind of misconfigured headers;
17251         signal a real error if debug-on-quit or debug-on-error is non-nil.
17252         (rfc2047-encode-max-chars): New variable.
17253         (rfc2047-encode-1): Use it.
17254         (rfc2047-encode-parameter): New function.
17255
17256         * mml.el (mml-insert-parameter): Remove an excessive space.
17257
17258 2004-07-17  Simon Josefsson  <jas@extundo.com>
17259
17260         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17261         Kai Grossjohann <kai@emptydomain.de>.
17262         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17263         (gnus-group-make-menu-bar): Ditto.
17264
17265         * gnus-util.el (gnus-group-server): Add.
17266
17267 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17268
17269         * message.el (message-clone-locals): Clone sendmail and smtp
17270         variables.
17271
17272 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17273
17274         * rfc2047.el (rfc2047-encode-region): Fix last change.
17275
17276 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17277
17278         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17279         characters as non-special.
17280
17281 2004-07-09  Simon Josefsson  <jas@extundo.com>
17282
17283         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17284         Users will lose all flag changes made while unplugged with
17285         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17286         good default.  See numerous reports on ding mailing list.
17287
17288 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17289
17290         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17291         add generate-head-function and generate-article-function to the
17292         rfc822-forward entry.
17293         (nndoc-rfc822-forward-generate-article): New function.
17294         (nndoc-rfc822-forward-generate-head): New function.
17295
17296         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17297
17298 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17299
17300         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17301         respect display group parameter and gnus-summary-expunge-below.
17302         (gnus-articles-to-read): Remove unused reference to display group
17303         parameter.
17304
17305 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17306
17307         * nnheader.el (nnheader-uniquify-message-id): New experimental
17308         variable.
17309         (nnheader-nov-read-message-id): Use it.
17310
17311         * spam-report.el (spam-report-gmane): Add interactive.
17312
17313 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17314
17315         * mm-encode.el (mm-content-transfer-encoding-defaults):
17316         Use qp-or-base64 for the application/* types.
17317
17318 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17319
17320         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17321
17322 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17323
17324         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17325         trim value.
17326
17327 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17328
17329         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17330         New macro and function.
17331         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17332
17333 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17334
17335         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17336         after-load-alist.
17337
17338 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17339
17340         * gnus-group.el (gnus-group-get-new-news-this-group):
17341         Don't update info that isn't there.
17342
17343 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17344
17345         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17346         entry.
17347
17348 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17349
17350         * mm-view.el (mm-inline-render-with-function): Use multibyte
17351         buffer; decode html source by charset.
17352
17353         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17354
17355         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17356         Mule-UCS is loaded under XEmacs.
17357         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17358
17359 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17360
17361         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17362
17363 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17364
17365         * mm-util.el (mm-coding-system-p): Return a coding-system.
17366         (mm-mime-mule-charset-alist): Use shift_jis instead of
17367         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17368         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17369         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17370         instead of japanese-shift-jis and iso-latin-1 respectively in
17371         order to share the default value with both Emacs and XEmacs-mule.
17372         (mm-mule-charset-to-mime-charset):
17373         Make mm-coding-system-priorities effective.
17374         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17375         while predicating of candidates upon the priorities.
17376
17377 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17378
17379         * gnus-sum.el (gnus-summary-make-menu-bar):
17380         Add gnus-uu-invert-processable.
17381
17382         * gnus.el: Autoload gnus-uu-invert-processable.
17383
17384 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17385
17386         * mm-util.el (mm-with-multibyte-buffer): New macro.
17387
17388         * rfc2047.el (rfc2047-encode-string): Use it.
17389         (rfc2047-encode-region): Move point to the end of the region after
17390         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17391
17392 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17393
17394         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17395         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17396
17397 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17398
17399         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17400         (gnus-cite-parse): Ignore quoted envelope From_.
17401         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17402
17403 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17404
17405         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17406         invalid addresses.
17407
17408 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17409
17410         * spam.el: Change section markers, revise TODO list.
17411         (spam-backends): Make new master list of all installed backends.
17412         (spam-summary-exit-behavior): Add new variable to determine how
17413         messages moves are done at summary exit.
17414         (spam-move-spam-nonspam-groups-only)
17415         (spam-process-ham-in-nonham-groups)
17416         (spam-process-ham-in-spam-groups): Remove variables, the
17417         spam-summary-exit-behavior variable should be used to manage this
17418         behavior.
17419         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17420         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17421         and spam-old-spam-articles.
17422         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17423         Add empty variables, placeholders for the backends they represent.
17424         (spam-set-difference): Move, unchanged.
17425         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17426         unless the user has a processor variable.
17427         (spam-classifications, spam-classification-valid-p)
17428         (spam-backend-properties, spam-backend-property-valid-p)
17429         (spam-backend-function-type-valid-p)
17430         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17431         (spam-report-articles-gmane, spam-report-articles-resend):
17432         Remove functions, they are not needed.
17433         (spam-install-backend-super, spam-backend-list)
17434         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17435         (spam-backend-function, spam-backend-ham-registration-function)
17436         (spam-backend-spam-registration-function)
17437         (spam-backend-ham-unregistration-function)
17438         (spam-backend-spam-unregistration-function)
17439         (spam-backend-statistical-p, spam-backend-mover-p)
17440         (spam-install-backend-alias, spam-install-checkonly-backend)
17441         (spam-install-mover-backend, spam-install-nocheck-backend)
17442         (spam-install-backend, spam-install-statistical-backend)
17443         (spam-install-statistical-checkonly-backend): Add backend installation
17444         support.
17445         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17446         (spam-group-processor-p): Use the new backend code and respect the
17447         summary exit behavior.
17448         (spam-mark-spam-as-expired-and-move-routine): Remove.
17449         (spam-summary-prepare): Change to use the new spam-old-articles
17450         variable.
17451         (spam-copy-or-move-routine, spam-copy-spam-routine)
17452         (spam-move-spam-routine, spam-copy-ham-routine)
17453         (spam-move-ham-routine): Add code to copy/move ham or spam.
17454         (spam-fetch-field-fast): Improve doc and code, plus allow the
17455         'number request.
17456         (spam-list-of-checks, spam-list-of-statistical-checks):
17457         Remove variables.
17458         (spam-split, spam-find-spam): Use the new backend code.
17459         (spam-registration-functions): Remove variable.
17460         (spam-unregister-routine): Add convenience wrapper.
17461         (spam-log-undo-registration, spam-register-routine)
17462         (spam-log-processing-to-registry)
17463         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17464         where possible.
17465         (spam-check-gmane-xref, spam-check-regex-headers)
17466         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17467         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17468         (spam-check-bogofilter-headers, spam-check-spamoracle)
17469         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17470         (spam-check-crm114-headers): Use the spam-split-group that
17471         spam-split prepares, no need to determine it every time.
17472
17473         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17474         to the nnheader-parse-naked-head call.
17475
17476         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17477
17478         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17479         the nnheader-nov-read-message-id call.
17480
17481 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17482
17483         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17484         gnus-activate-group twice.  Suggested by Markus Peter
17485         <warp@spin.de>.
17486
17487 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17488
17489         * gnus-art.el (gnus-article-time-format): Exchange the order of
17490         day and month in the default value; fix customization type.
17491         (article-date-ut): Use add-text-properties.
17492         (article-make-date-line): Use message-make-date instead of
17493         current-time-string.
17494
17495         * message.el (message-fetch-field): Don't use set-text-properties.
17496         (message-make-date): Simplify.
17497
17498         * messagexmas.el (message-xmas-make-date): New function.
17499         (message-xmas-redefine): Defalias message-make-date to it.
17500
17501 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17502
17503         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17504         (rfc2047-encode-region): Treat text within parentheses as special;
17505         show the original text when error has occurred.
17506
17507         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17508         already-computed method to gnus-activate-group.
17509
17510         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17511         same select-methods identical Lisp objects.
17512
17513         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17514         object when modifying the info.
17515
17516 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17517
17518         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17519         gnus-opened-servers since it has never been opened with the new
17520         configuration yet.
17521
17522 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17523
17524         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17525         arg to nnheader-generate-fake-message-id.
17526
17527 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17528
17529         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17530         number and build a fake message ID localized to a group and
17531         article number (so it's repeatable from that point on).
17532         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17533         ID format.
17534
17535         * gnus-sum.el (gnus-get-newsgroup-headers):
17536         Call nnheader-generate-fake-message-id with the article number.
17537
17538 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17539
17540         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17541         end-of-buffer.
17542
17543 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17544
17545         * message.el (message-ignored-supersedes-headers): Add Approved.
17546
17547 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17548
17549         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17550         goto-char.
17551         (rfc2047-encode): Fold the line before encoding.
17552
17553 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17554
17555         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17556         folding -- not all headers can be folded, and this should be done
17557         by the message composition mode.  Probably.  I think.
17558
17559 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17560
17561         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17562         fast.
17563
17564         * gnus-ems.el (gnus-remove-image): Don't use
17565         message-text-with-property; remove only the image found first.
17566
17567         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17568         found first.
17569
17570 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17571
17572         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17573
17574 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17575
17576         * message.el (message-text-with-property): Make it fast and accept
17577         optional arguments.
17578         (message-strip-forbidden-properties): Use it.
17579         (message-fix-before-sending): Follow the m-t-w-p change.
17580
17581         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17582
17583 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17584
17585         * gnus-art.el (article-hide-headers): Don't change the buffer
17586         mistakenly when performing mml-preview even if
17587         gnus-single-article-buffer is nil.
17588
17589 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17590
17591         * message.el (message-expand-name-databases): New user option.
17592         (message-expand-name): Use it.
17593
17594 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17595
17596         * spam.el (spam-report-articles-resend)
17597         (spam-report-resend-register-routine): Allow ham reporting.
17598         (spam-report-resend-register-ham-routine): Add wrapper.
17599         (spam-registration-functions): Add ham resending functions.
17600         (spam-list-of-processors): Add ham resend processor.
17601
17602         * gnus.el (ham-resend-to): Add new group parameter.
17603         (spam-process): Add ham resend option.
17604
17605         * spam-report.el (spam-report-resend): Allow reporting ham.
17606         (spam-report-resend-ham): Add wrapper.
17607
17608 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17609
17610         * message.el (message-cite-articles-with-x-no-archive):
17611         New variable.
17612         (message-cite-original): Use it.
17613
17614 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17615
17616         * message.el (message-cite-original): Respect X-No-Archive.
17617
17618 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17619
17620         * gnus-art.el (article-hide-headers): Refer to the values for
17621         gnus-ignored-headers and gnus-visible-headers in the summary
17622         buffer since a user may have set them as group parameters.
17623
17624 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17625
17626         * assistant.el (assistant-node-name): Add convenience function.
17627         (assistant-render-text, assistant-render-node): Add error handling,
17628         plus handle multiple next nodes.
17629         (assistant-find-next-node): Comment out for now.
17630         (assistant-find-next-nodes): Add function, returns list of next
17631         nodes.
17632
17633 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17634
17635         * mail-source.el (mail-source-directory): Fix doc-string.
17636
17637 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17638
17639         * assistant.el (assistant-render-text, assistant-eval): Add :set
17640         widget type, which is different because it takes and returns a
17641         list.  Much hilarity ensues.
17642
17643 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17644
17645         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17646
17647         * gnus-group.el (gnus-group-get-new-news-this-group):
17648         Add doc-string.
17649
17650         * gnus-start.el (gnus-activate-group): Add doc-string.
17651
17652 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17653
17654         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17655
17656 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17657
17658         * assistant.el (assistant-render-text): Try to add a :set
17659         widget, more to come.
17660
17661         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17662         strings.
17663         (spam-report-articles-resend)
17664         (spam-register-routine): Do registration iff any articles warrant
17665         it.
17666         (spam-summary-prepare-exit): Change log message for nil group
17667         destinations.
17668
17669 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17670
17671         * spam.el (spam-report-resend-register-routine):
17672         Allow spam-report-resend-to to be a group parameter or a global value.
17673
17674 2004-05-26  Simon Josefsson  <jas@extundo.com>
17675
17676         * starttls.el: Merge with my GNUTLS based starttls.el.
17677         (starttls-gnutls-program, starttls-use-gnutls)
17678         (starttls-extra-arguments, starttls-process-connection-type)
17679         (starttls-connect, starttls-failure, starttls-success):
17680         New variables.
17681         (starttls-program, starttls-extra-args): Doc fix.
17682         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17683         New functions.
17684         (starttls-negotiate, starttls-open-stream):
17685         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17686         function if it is set.
17687
17688 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17689
17690         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17691         structured fields.
17692
17693 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17694
17695         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17696
17697 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17698
17699         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17700         Add variable.
17701         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17702         assigning the spam-mark to new messages.
17703
17704 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17705
17706         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17707
17708 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17709
17710         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17711
17712         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17713         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17714         default.
17715
17716 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17717
17718         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17719         correct data.
17720
17721 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17722
17723         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17724         (spam-group-processor-p): Fix function.
17725         (spam-group-processor-multiple-p)
17726         (spam-group-spam-processor-report-gmane-p)
17727         (spam-group-spam-processor-report-resend-p)
17728         (spam-group-spam-processor-bogofilter-p)
17729         (spam-group-spam-processor-blacklist-p)
17730         (spam-group-spam-processor-ifile-p)
17731         (spam-group-ham-processor-ifile-p)
17732         (spam-group-spam-processor-spamoracle-p)
17733         (spam-group-spam-processor-crm114-p)
17734         (spam-group-ham-processor-bogofilter-p)
17735         (spam-group-spam-processor-stat-p)
17736         (spam-group-ham-processor-stat-p)
17737         (spam-group-ham-processor-whitelist-p)
17738         (spam-group-ham-processor-BBDB-p)
17739         (spam-group-ham-processor-spamoracle-p)
17740         (spam-group-ham-processor-copy-p): Remove functions with some
17741         prejudice against unneeded code.
17742         (spam-report-articles-resend)
17743         (spam-report-resend-register-routine): Allow the group/topic
17744         spam-resend-to value to override spam-report-resend-to.
17745         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17746         properly now.
17747
17748         * gnus.el (spam-resend-to): Add group/topic parameter.
17749         (spam-process): Move the OBSOLETE processors to the end of the
17750         choices.
17751
17752 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17753
17754         * spam-report.el (spam-report-resend-to, spam-report-resend):
17755         Start with resend-to set to nil, and then ask the user if necessary.
17756         (spam-report-resend): spam-report-resend takes a list of articles, not
17757         separate article numbers.
17758
17759 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17760
17761         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17762         addition to emacs-w3m.
17763
17764 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17765
17766         * assistant.el (assistant-authinfo-data): New function.
17767         (assistant-eval): Eval for entire assistant.
17768
17769         * netrc.el (netrc-services-file): New variable.
17770         (netrc-parse-services): New function.
17771         (netrc-find-service-name): New function.
17772         (netrc-find-service-number): New function.
17773         (netrc-port-equal): New function.
17774         (netrc-machine): Use it.
17775
17776         * nnimap.el (nnimap-open-connection): Use netrc.
17777
17778         * gnus-util.el (gnus-netrc-get): Remove aliases.
17779
17780         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17781
17782         * assistant.el (wid-edit): Fix compilation.
17783
17784         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17785
17786 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17787
17788         * gnus-util.el (gnus-set-file-modes): New function.  (small
17789         patch).
17790
17791 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17792
17793         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17794
17795         * assistant.el (assistant-render-node): Fix up rendering and
17796         read-only text.
17797         (assistant-render-node): Reset.
17798         (assistant-make-read-only): Not sticky.
17799
17800 2004-05-20  Danny Siu  <dsiu@adobe.com>
17801
17802         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17803         centered even when gnus-auto-center-summary is t.
17804
17805 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17806
17807         * dns.el (dns-get-txt-answer): New function.
17808         (dns-read-txt): Ditto.
17809         (query-dns): Use it.
17810
17811 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17812
17813         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17814         active for foreign groups even if the group level is higher than
17815         the specified value.
17816
17817 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17818
17819         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17820         non-active groups.
17821
17822         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17823
17824 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17825
17826         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17827
17828 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17829
17830         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17831         (spam-crm114-header, spam-crm114-spam-switch)
17832         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17833         (spam-crm114-positive-spam-header)
17834         (spam-crm114-database-directory, spam-list-of-processors)
17835         (spam-group-spam-processor-crm114-p)
17836         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17837         (spam-generic-score, spam-list-of-checks)
17838         (spam-list-of-statistical-checks, spam-registration-functions)
17839         (spam-check-crm114-headers, spam-crm114-score)
17840         (spam-check-crm114, spam-crm114-register-with-crm114)
17841         (spam-crm114-register-spam-routine)
17842         (spam-crm114-unregister-spam-routine)
17843         (spam-crm114-register-ham-routine)
17844         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17845         From asjo@koldfront.dk (Adam Sjøgren).
17846
17847         * gnus.el: Add spam-use-crm114.
17848
17849         * spam.el (spam-list-of-processors, spam-registration-functions):
17850         Add spam-use-resend.
17851         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17852         (spam-report-articles-gmane): Add doc fix.
17853         (spam-report-articles-resend, spam-report-resend-register-routine):
17854         Add wrappers around spam-report-resend-to.
17855
17856         * spam-report.el (spam-report-resend-to, spam-report-resend):
17857         Add support for resending spam.
17858         (spam-report-gmane): Fix line length >80.
17859
17860         * gnus.el (spam-process): Add spam-use-resend.
17861
17862 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17863
17864         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17865         number of processed spam messages.
17866         (spam-ham-copy-or-move-routine): Return the number of processed
17867         ham messages.
17868         (spam-summary-prepare-exit): Use the above values to decide
17869         whether status messages shouled be displayed.
17870
17871 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17872
17873         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17874         `rfc2047-encoding-function-alist' in order to avoid conflicting
17875         with the old version.
17876         (rfc2047-encode-region): Concatenate words containing non-ASCII
17877         characters in structured fields; don't encode space-delimited
17878         ASCII words even in unstructured fields; don't break words at
17879         char-category boundaries.
17880         (rfc2047-encode-1): New function.
17881         (rfc2047-encode): Use it; encode text so that it occupies the
17882         maximum width within 76-column; work correctly on Q encoding for
17883         iso-2022-* charsets.
17884         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17885         sure not to break a line just after the header name.
17886         (rfc2047-b-encode-region): Remove.
17887         (rfc2047-b-encode-string): New function.
17888         (rfc2047-q-encode-region): Remove.
17889         (rfc2047-q-encode-string): New function.
17890
17891         * mm-util.el (mm-replace-in-string): New function.
17892
17893 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17894
17895         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17896         Really get it right.
17897         (gnus-inews-make-draft): Really.
17898
17899 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17900
17901         * nnmh.el (nnmh-request-list-1): Don't check the link count
17902         before descending.  (small patch)
17903
17904 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17905
17906         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17907         stuff.
17908
17909         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17910         Match on real group name.
17911
17912         * gnus-art.el (gnus-signature-limit): Doc fix.
17913
17914         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17915
17916         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17917
17918 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17919
17920         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17921         isn't a string.
17922
17923 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17924
17925         * gnus-draft.el (gnus-draft-send):
17926         Bind rfc2047-encode-encoded-words.
17927
17928         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17929         (rfc2047-encodable-p): Say that =? needs encoding.
17930         (rfc2047-encode-encoded-words): New variable.
17931
17932         * gnus-group.el (gnus-group-select-group): Doc fix.
17933
17934         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17935
17936         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17937         to nil.
17938
17939         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17940
17941         * nnheader.el (nnheader-get-lines-and-char): New function.
17942
17943 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17944
17945         * gnus-msg.el (gnus-summary-followup-with-original):
17946         Document yanking of region when active.
17947
17948 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17949
17950         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17951         groups if the group level is higher than the specified value.
17952
17953 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17954
17955         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17956         (gnus-group-jump-to-group): Add prefix argument using
17957         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17958         non-active group.
17959
17960         * compface.el (uncompface): Be verbose when changing
17961         `uncompface-use-external'.
17962
17963         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17964         handle manual section.
17965
17966 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17967
17968         * gnus-art.el (gnus-button-alist): Revert previous change.
17969
17970 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17971
17972         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17973
17974 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17975
17976         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17977         whether backend can accept message.
17978
17979         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17980
17981 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17982
17983         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17984         Avoid creating directory when nntp-marks-is-evil is true.
17985         Reported by Reiner Steib.
17986
17987 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17988
17989         * gnus-picon.el (gnus-picon-style): New variable.
17990         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17991         (gnus-picon-transform-address): Support `gnus-picon-style'.
17992         From Jesper Harder <harder@ifa.au.dk>.
17993
17994 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17995
17996         * message.el (message-fill-field): Return point.
17997         (message-generate-headers): Go to end of field.
17998
17999         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18000         stuff for non-living groups.
18001
18002 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18003
18004         * gnus-art.el (gnus-article-followup-with-original)
18005         (gnus-article-reply-with-original): gnus-mark-active-p ->
18006         gnus-region-active-p.
18007
18008 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18009
18010         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18011         only when there is spam or ham to be processed.
18012
18013 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18014
18015         * mail-source.el (mail-source-delete-crash-box): Refactor.
18016         (mail-source-fetch): Use it.
18017         (mail-source-fetch-file): Ditto.
18018         (mail-source-fetch-directory): Run postscript in loop.
18019         (mail-source-fetch-pop): Delete.
18020         (mail-source-fetch-maildir): Ditto.
18021         (mail-source-fetch-imap): Ditto.
18022
18023         * imap.el (imap-authenticators): Comment out sasl.
18024
18025         * message.el (message-skip-to-next-address): New function.
18026         (message-fill-header-address): Refactor.
18027         (message-fill-address): Use it.
18028         (message-delete-address): Use it.
18029         (message-fill-header-general): Refactor.
18030         (message-fill-field-address): Rename.
18031         (message-narrow-to-field): Find the start of the header.
18032         (message-header-format-alist): Don't pre-fill.
18033         (message-fill-header): Remove.
18034         (message-insert-header): New function.
18035         (message-shorten-references): Use it.
18036
18037         * rfc2047.el (rfc2047-field-value): Strip props.
18038
18039         * mail-parse.el (mail-header-make-address): New alias.
18040
18041         * ietf-drums.el (ietf-drums-make-address): New function.
18042
18043         * imap.el: Add compiler directives.
18044
18045         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18046
18047         * gnus-art.el (article-decode-idna-rhs): Don't use
18048         message-idna-inside-rhs-p.
18049
18050 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18051
18052         * message.el (message-idna-inside-rhs-p): Remove.
18053         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18054
18055         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18056         false positives.
18057
18058 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18059
18060         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18061
18062 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18063
18064         * nneething.el (nneething-file-name): Don't create spurious
18065         files.
18066
18067         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18068         (gnus-inews-do-gcc): Remove sleep.
18069
18070         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18071         part under point.
18072
18073         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18074         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18075
18076 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18077
18078         * spam.el (spam-summary-prepare-exit): Fix (length).
18079
18080 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18081
18082         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18083         as expired without moving it" message when there are spam
18084         messages left.
18085
18086 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18087
18088         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18089         header is not nil.
18090
18091 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18092
18093         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18094         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18095         (nntp-marks-changed-p): New arg SERVER.
18096         (nntp-request-update-info): Adjust caller.
18097
18098 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18099
18100         * nntp.el (nntp-save-marks): Pass missing arg.
18101
18102 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18103
18104         * nntp.el: Support marks.
18105         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18106         (nntp-marks-modtime, nntp-marks-directory): New variables.
18107         (nntp-request-set-mark, nntp-request-update-info)
18108         (nntp-possibly-create-directory, nntp-marks-changed-p)
18109         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18110         New functions.
18111
18112 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18113
18114         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18115         (gnus-xmas-redefine): Rename.
18116
18117         * gnus-score.el (gnus-score-insert-help):
18118         Use gnus-select-lowest-window.
18119
18120         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18121         appt-select-lowest-window and rename to gnus-select-lowest-window.
18122
18123         * gnus.el: do.
18124
18125 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18126
18127         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18128         encodings of MIME-encoded words, in order to improve
18129         interoperability with several broken MUAs.
18130
18131 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18132
18133         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18134         tags, only when charsets are not specified in headers.
18135         (mm-inline-text-html-render-with-w3m): Ditto.
18136
18137         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18138         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18139
18140 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18141
18142         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18143         instead of MIME-decoded from fields when checking
18144         `gnus-article-address-banner-alist'.
18145
18146 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18147
18148         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18149         description rather than subject.
18150
18151 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18152
18153         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18154
18155 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18156
18157         * gnus.el (gnus-version-number): Bump.
18158
18159 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18160
18161         * gnus.el: No Gnus v0.2 is released.
18162
18163 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18164
18165         * gnus-agent.el (gnus-agent-read-agentview):
18166         Inline gnus-uncompress-range.
18167
18168 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18169
18170         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18171         `exec-installed-p'.
18172
18173 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18174
18175         * gnus.el (spam-process, spam-autodetect-methods):
18176         Add bsfilter and bsfilter-headers.
18177
18178         * spam.el (spam-bsfilter): New customize group.
18179         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18180         (spam-bsfilter-header, spam-bsfilter-probability-header)
18181         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18182         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18183         (spam-bsfilter-database-directory): New options.
18184         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18185         (spam-list-of-statistical-checks, spam-registration-functions):
18186         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18187         (spam-bsfilter-score): New command.
18188         (spam-check-bsfilter-headers, spam-check-bsfilter)
18189         (spam-bsfilter-register-with-bsfilter)
18190         (spam-bsfilter-register-spam-routine)
18191         (spam-bsfilter-unregister-spam-routine)
18192         (spam-bsfilter-register-ham-routine)
18193         (spam-bsfilter-unregister-ham-routine): New functions.
18194         (spam-generic-score): Support bsfilter; Accept an optional argument
18195         to recalcurate spam score even if scoring header has already been
18196         added.
18197         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18198         optional argument to recalcurate spam score even if scoring header
18199         has already been added.
18200
18201 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18202
18203         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18204         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18205         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18206         link is missing.
18207
18208 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18209
18210         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18211         (html2text-get-attr): Rewrite.
18212
18213         * message.el (message-setup-1): Remove redundant put-text-property
18214         on mail-header-separator.
18215
18216 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18217
18218         * gnus-registry.el (gnus-registry-cache-whitespace)
18219         (gnus-registry-action, gnus-registry-spool-action)
18220         (gnus-registry-split-fancy-with-parent): Change message levels
18221         from 5 to 3 or 7, as needed.
18222
18223         * spam.el (spam-summary-prepare-exit)
18224         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18225         (spam-split, spam-find-spam, spam-log-undo-registration)
18226         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18227         level from 5 to 6.
18228
18229 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18230
18231         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18232         2004-03-04 change).
18233
18234 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18235
18236         * sieve-manage.el (sieve-manage-open):
18237         * nnweb.el (nnweb-insert-html):
18238         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18239         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18240         * nnspool.el (nnspool-request-group):
18241         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18242         * nnml.el (nnml-request-update-info):
18243         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18244         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18245         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18246         (nnimap-request-set-mark):
18247         * nnfolder.el (nnfolder-request-update-info):
18248         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18249         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18250         * gnus-uu.el (gnus-uu-find-articles-matching):
18251         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18252         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18253         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18254         * gnus-nocem.el (gnus-nocem-scan-groups):
18255         * gnus-int.el (gnus-start-news-server):
18256         * gnus-group.el (gnus-group-make-kiboze-group)
18257         (gnus-group-browse-foreign-server):
18258         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18259         Use mapc when appropriate.
18260
18261 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18262
18263         FIXME: Make separate entries for each person.
18264
18265         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18266         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18267         <shields@msrl.com>:
18268
18269         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18270         may need for spam sorting and scoring.
18271         (spam-user-format-function-S): Add user format function suitable for
18272         general use.
18273         (spam-article-sort-by-spam-status): Add sorting function for summary
18274         sorting.
18275         (spam-extra-header-to-number): Add function to get a score from a
18276         header.
18277         (spam-summary-score): Add function to get a numeric score from the
18278         headers.
18279         (spam-generic-score): Fix function doc, was in wrong place.
18280         (spam-initialize): Take symbols when it's run, and install the
18281         extra headers that spam-necessary-extra-headers thinks we need.
18282
18283 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18284
18285         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18286         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18287
18288 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18289
18290         * gnus-sum.el (gnus-set-global-variables)
18291         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18292         (gnus-article-get-xrefs, gnus-summary-best-group)
18293         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18294         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18295         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18296         Use with-current-buffer.
18297
18298 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18299
18300         * spam.el (spam-summary-prepare-exit): Simplify logic.
18301         (spam-fetch-article-header): Read the article header if it's not
18302         available.
18303         (spam-list-articles): Simplify logic.
18304         (spam-filelist-register-routine): Fix bug with unregister-list.
18305
18306         * gnus-registry.el: Fix comments at beginning.
18307
18308 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18309
18310         * message.el (message-cater-to-broken-inn): Remove.
18311         (message-shorten-references): Make sure the total folded length of
18312         References is shorter than 998 characters to cater to a bug in INN
18313         2.3.  Also, don't pretend that references aren't folded -- this
18314         hasn't worked for a while.
18315
18316 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18317
18318         * gnus-agent.el (gnus-agentize):
18319         gnus-agent-send-mail-real-function no longer set to current value
18320         of message-send-mail-function but rather a lambda that calls
18321         message-send-mail-function.  The change makes the agent real-time
18322         responsive to user changes to message-send-mail-function.
18323
18324 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18325
18326         * legacy-gnus-agent.el
18327         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18328         help from Florian Weimer <fw@deneb.enyo.de>
18329
18330 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18331
18332         * nnmail.el (nnmail-cache-insert): Revert last change.
18333
18334 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18335
18336         * nnmail.el (nnmail-cache-insert): Always check whether
18337         nnmail-cache-ignore-groups matches a group name.
18338
18339 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18340
18341         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18342         (spam-find-spam, spam-log-processing-to-registry)
18343         (spam-log-registered-p, spam-log-unregistration-needed-p)
18344         (spam-log-undo-registration): Use gnus-message instead of
18345         gnus-error, none of these errors are fatal.
18346
18347         * gnus-registry.el (gnus-registry-clean-empty-function)
18348         (gnus-registry-clean-empty): Remove only empty entries without
18349         extra data.
18350
18351 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18352
18353         * spam-stat.el (spam-stat-buffer-change-to-spam)
18354         (spam-stat-buffer-change-to-non-spam): Change (error) to
18355         (gnus-message 8) invocation.
18356
18357 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18358
18359         * nntp.el (nntp-via-netcat-command): New variable.
18360         (nntp-via-netcat-switches): New variable.
18361         (nntp-open-via-rlogin-and-netcat): New function.
18362         (nntp-open-connection-function): Doc fix.
18363         (nntp-telnet-command): Doc fix.
18364         (nntp-end-of-line): Doc fix.
18365         (nntp-via-rlogin-command): Doc fix.
18366         (nntp-via-user-name): Doc fix.
18367         (nntp-via-address): Doc fix.
18368
18369 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18370
18371         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18372         error in Emacs 21.1.
18373
18374 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18375
18376         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18377
18378 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18379
18380         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18381         (gnus-agent-with-refreshed-group): New macro.
18382         (gnus-agent-rename-group): New function.
18383         (gnus-agent-delete-group): New function.
18384         (gnus-agent-save-group-info): Use gnus-command-method when
18385         `method' parameter is nil.  Don't write nil entries into the
18386         active file.
18387         (gnus-agent-get-group-info): New function.
18388         (gnus-agent-fetch-articles):
18389         Use gnus-agent-update-files-total-fetched-for to increment disk space
18390         used.
18391         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18392         Use gnus-agent-update-view-total-fetched-for to increment disk space
18393         used.
18394         (gnus-agent-get-local): Add optional parameters to avoid calling
18395         gnus-group-real-name and gnus-find-method-for-group.
18396         (gnus-agent-set-local): Delete stored entry if either min, or max,
18397         are nil.
18398         (gnus-agent-fetch-session): Reworded error/quit messages.
18399         On quit, use gnus-agent-regenerate-group to record existance of any
18400         articles fetched to disk before the quit occurred.
18401         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18402         gnus-agent-update-view-total-fetched-for, and
18403         gnus-agent-update-files-total-fetched-for to decrement disk space
18404         used.
18405         (gnus-agent-retrieve-headers):
18406         Use gnus-agent-update-view-total-fetched-for to increment disk space
18407         used.
18408         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18409         with gnus-agent-update-files-total-fetched-for to decrement disk
18410         space and fresh group buffer.
18411         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18412         (gnus-agent-need-update-total-fetched-for): New variable.
18413         (gnus-agent-update-files-total-fetched-for): New function.
18414         (gnus-agent-update-view-total-fetched-for): New function.
18415         (gnus-agent-total-fetched-for): New function.
18416
18417         * gnus-cache.el (gnus-cache-save-buffers):
18418         Use gnus-cache-update-overview-total-fetched-for to change disk space
18419         used by this group.
18420         (gnus-cache-possibly-enter-article):
18421         Use gnus-cache-update-file-total-fetched-for to increment disk space
18422         used by this group.
18423         (gnus-cache-possibly-remove-article):
18424         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18425         used by this group.
18426         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18427         (gnus-cache-rename-group): New function.
18428         (gnus-cache-delete-group): New function.
18429         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18430         (gnus-cache-need-update-total-fetched-for): New variable.
18431         (gnus-cache-with-refreshed-group): New macro.
18432         (gnus-cache-update-file-total-fetched-for): New function.
18433         (gnus-cache-update-overview-total-fetched-for): New function.
18434         (gnus-cache-rename-group-total-fetched-for): New function.
18435         (gnus-cache-delete-group-total-fetched-for): New function.
18436         (gnus-cache-total-fetched-for): New function.
18437
18438         * gnus-group.el: Require gnus-sum and autoload functions to
18439         resolve warnings when gnus-group.el compiled alone.
18440         (gnus-group-line-format): Documented new %F.
18441         (size of Fetched data) group line format; identifies disk space
18442         used by agent and cache.
18443         (gnus-group-line-format-alist): Defined new F format.
18444         (gnus-total-fetched-for): New function.
18445         (gnus-group-delete-group): No longer update
18446         gnus-cache-active-altered as gnus-request-delete-group now keeps
18447         the cache in sync.
18448         (gnus-group-list-active): Let the agent store a server's active
18449         list if currently plugged.
18450
18451         * gnus-int.el (gnus-request-delete-group):
18452         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18453         local disk in sync with the server.
18454         (gnus-request-rename-group):
18455         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18456         local disk in sync with the server.
18457
18458         * gnus-start.el (gnus-get-unread-articles):
18459         Cosmetic simplification to logic.
18460
18461         * gnus-util.el (gnus-rename-file): New function.
18462
18463 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18464
18465         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18466
18467 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18468
18469         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18470         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18471
18472 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18473
18474         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18475         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18476
18477 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18478
18479         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18480
18481 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18482
18483         * spam.el (spam-set-difference): Add function to replace
18484         gnus-set-difference in spam.el.
18485         (spam-summary-prepare-exit): Use spam-set-difference.
18486
18487 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18488
18489         * gnus-registry.el (gnus-registry-cache-file): Update to use
18490         gnus-dribble-directory OR gnus-home-directory OR ~.
18491         (gnus-registry-split-fancy-with-parent): Fix doc.
18492
18493 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18494
18495         * message.el (message-exchange-point-and-mark):
18496         Use message-mark-active-p.  Suggested by Jesper Harder
18497         <harder@ifa.au.dk>.
18498
18499 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18500
18501         * message.el (message-exchange-point-and-mark): Don't activate
18502         region if it was inactive.  Suggested by Hiroshi Fujishima
18503         <pooh@nature.tsukuba.ac.jp>.
18504
18505 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18506
18507         * gnus-art.el (article-display-face): Display Faces in the same
18508         order as X-Faces.
18509
18510 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18511
18512         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18513
18514 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18515
18516         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18517         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18518         (gnus-article-mime-hierarchy): Remove.
18519         (gnus-article-mime-hierarchy-next): Remove.
18520         (gnus-article-mode): Revert 2004-03-19 change.
18521         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18522         (gnus-insert-mime-button): Revert 2004-03-19 change.
18523         (gnus-mime-accumulate-hierarchy): Remove.
18524         (gnus-mime-enter-multipart): Remove.
18525         (gnus-mime-leave-multipart): Remove.
18526         (gnus-mime-display-part): Revert 2004-03-19 change.
18527         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18528
18529         * mml.el (mml-preview): Revert 2004-03-19 change.
18530
18531 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18532
18533         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18534
18535 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18536
18537         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18538         t while entering a file name using the mm-with-multibyte macro.
18539         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18540
18541         * mm-util.el (mm-with-multibyte): New macro.
18542
18543 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18544
18545         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18546         New user option.
18547         (gnus-mime-multipart-functions): Doc and customization fix.
18548         (gnus-article-mime-hierarchy): New variable.
18549         (gnus-article-mime-hierarchy-next): New variable.
18550         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18551         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18552         gnus-article-mime-hierarchy-next to nil.
18553         (gnus-insert-mime-button): Show hierarchy numbers.
18554         (gnus-mime-accumulate-hierarchy): New function.
18555         (gnus-mime-enter-multipart): New function.
18556         (gnus-mime-leave-multipart): New function.
18557         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18558         (gnus-mime-display-alternative): Show hierarchy numbers.
18559
18560         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18561         gnus-article-mime-hierarchy-next to nil.
18562
18563 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18564
18565         * dns.el: Don't require gnus-xmas.
18566
18567 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18568
18569         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18570         inline PGP.
18571         (mml-menu): Disable mml-quote-region if mark is inactive.
18572
18573 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18574
18575         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18576         when the group's active is not available.
18577
18578 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18579
18580         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18581         error.
18582
18583 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18584
18585         * imap.el (imap-store-password): New variable.
18586         (imap-interactive-login): Use it.
18587         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18588
18589 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18590
18591         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18592         window-start and hscroll to summary window.
18593
18594 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18595
18596         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18597         conversion message to newsrc-dribble when an actual conversion is
18598         performed.
18599
18600 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18601
18602         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18603
18604 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18605
18606         * mm-decode.el (mm-complicated-handles): New function reviving
18607         former definition of mm-multiple-handles.
18608
18609         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18610         (gnus-mime-delete-part): Use it.
18611
18612 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18613
18614         * gnus-agent.el (gnus-agent-read-local):
18615         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18616         avoid the implicit assumption that they will always be equal.
18617         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18618         coding-system-for-write, as the with-temp-file macro first prints
18619         to a buffer then saves the buffer.
18620
18621 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18622
18623         * gnus-art.el (gnus-article-edit-part): New function.
18624         (gnus-mime-save-part-and-strip): Use it; do query instead of
18625         signaling an error; don't use mm-multiple-handles.
18626         (gnus-mime-delete-part): Ditto.
18627
18628 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18629
18630         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18631         old file versions.
18632         (gnus-group-prepare-hook): Remove function that converted list
18633         form of gnus-agent-expire-days to group properties.
18634
18635         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18636         (gnus-request-accept-article): Re-indented.
18637
18638         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18639         converters to handle old agent file formats.  Add logic for a
18640         "backup before upgrading warning".
18641         (gnus-convert-mark-converter-prompt): Developers can mark
18642         functions as needing (default), or not needing,
18643         gnus-convert-old-newsrc's "backup before upgrading warning".
18644         (gnus-convert-converter-needs-prompt): Tests whether the user
18645         should be protected from potentially irreversable changes by the
18646         function.
18647
18648         * legacy-gnus-agent.el: New.  Provides converters that are only
18649         loaded when gnus-convert-old-newsrc needs to call them.
18650
18651 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18652
18653         * mail-source.el (mail-source-touch-pop): Doc fix.
18654
18655         * message.el (message-smtpmail-send-it): Doc fix.
18656
18657 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18658
18659         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18660
18661         * nnmail.el (nnmail-split-fancy): do.
18662
18663         * gnus-kill.el (gnus-kill, gnus-execute): do.
18664
18665 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18666
18667         * gnus-sum.el (gnus-widget-reversible-match)
18668         (gnus-widget-reversible-to-internal)
18669         (gnus-widget-reversible-to-external): New functions.
18670         (gnus-widget-reversible): New widget.
18671         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18672
18673 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18674
18675         * gnus-sum.el (gnus-thread-sort-functions)
18676         (gnus-article-sort-functions): Document `(not F)' items.
18677
18678 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18679
18680         * spam.el (spam-use-gmane-xref): Add new backend.
18681         (spam-gmane-xref-spam-group): Add variable to control the name of the
18682         Gmane spam group.
18683         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18684         (spam-regex-headers-spam, spam-regex-headers-ham)
18685         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18686         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18687         backends and checks.
18688         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18689
18690         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18691         an autodetect method.
18692
18693 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18694
18695         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18696         articles are being added to a group.
18697         (gnus-request-replace-article): Inform the agent that articles
18698         need to be uncached as the cached contents are no longer valid.
18699
18700 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18701
18702         * binhex.el: Don't autoload executable-find.
18703
18704         * canlock.el: Don't autoload mail-fetch-field.
18705
18706         * dgnushack.el: Autoload c-mode for XEmacs.
18707
18708         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18709
18710         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18711         rmail-dont-reply-to and rmail-output.
18712
18713         * gnus-score.el: Don't autoload ffap-string-at-point.
18714
18715         * gnus-setup.el: Don't autoload sc-cite-original.
18716
18717         * imap.el: Don't autoload base64-decode-string,
18718         base64-encode-string and md5.
18719
18720         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18721         and rmail-msg-restore-non-pruned-header.
18722
18723         * mm-decode.el: Don't autoload executable-find.
18724
18725         * mm-url.el: Don't autoload executable-find.
18726
18727         * mm-view.el: Don't autoload diff-mode.
18728
18729         * nndb.el: Don't autoload news-reply-mode, news-setup,
18730         cancel-timer and telnet.
18731
18732         * password.el: Don't autoload run-at-time for Emacs.
18733
18734         * sha1-el.el: Don't autoload executable-find.
18735
18736         * sieve-mode.el: Don't autoload c-mode.
18737
18738         * uudecode.el: Don't autoload executable-find.
18739
18740 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18741
18742         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18743         (gnus-agent-possibly-alter-active): Avoid null in numeric
18744         comparison.
18745         (gnus-agent-set-local): Refuse to save null in local object table.
18746         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18747         list of articles that will be marked as unread.
18748
18749 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18750
18751         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18752
18753 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18754
18755         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18756         language tags.
18757
18758 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18759
18760         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18761         Don't bind "obarray".
18762
18763         * gnus-sum.el (gnus-thread-sort-functions):
18764         Add `gnus-thread-sort-by-most-recent-number' and
18765         `gnus-thread-sort-by-most-recent-date'.
18766         Reported by Kai Grossjohann <kai@emptydomain.de>.
18767
18768 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18769
18770         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18771
18772 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18773
18774         * gnus-cus.el (gnus-agent-customize-category):
18775         Remove ignore-errors macro reference that required cl to be loaded at
18776         run-time.
18777
18778         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18779         single-interval range of the form (min . max).  Previously the
18780         range had to look like ((min . max)).  Likewise, return
18781         (min . max) rather than ((min . max)).
18782         (gnus-range-map): Use gnus-range-normalize to accept
18783         single-interval range.
18784
18785         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18786         the cache, but not the agent, now appear with their usual face.
18787
18788         * dgnushack.el (loaddir): New variable that is bound to the
18789         directory containing the dgnushack.el file. Use loaddir, rather
18790         than srcdir, to update load-path. Change lets dgnushack compile
18791         code in directories other than GNUS/lisp.
18792
18793 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18794
18795         * lpath.el: Don't bind w3m-safe-url-regexp.
18796
18797         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18798         w3m-safe-url-regexp variable buffer-local.
18799
18800         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18801
18802 2004-02-27  Simon Josefsson  <jas@extundo.com>
18803
18804         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18805         gnus-group-real-prefix.
18806         (gnus-summary-move-article): Use it, instead of
18807         gnus-group-real-prefix.
18808
18809 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18810
18811         * lpath.el: Bind w3m-safe-url-regexp.
18812
18813         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18814         w3m-safe-url-regexp variable buffer-local and set it as the value
18815         of mm-w3m-safe-url-regexp.
18816
18817         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18818
18819         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18820         parsing gnus-posting-styles when the message is not for replying.
18821
18822         * dgnushack.el: Autoload sgml-mode for XEmacs.
18823
18824         * nnrss.el (nnrss-opml-export):
18825         Use mm-set-buffer-file-coding-system instead of
18826         set-buffer-file-coding-system.
18827
18828 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18829
18830         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18831         of checkdoc.el).
18832         * nnrss.el: do.
18833         * gnus-mlspl.el: do.
18834         * gnus-ml.el: do.
18835         * gnus-srvr.el: do.
18836
18837         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18838
18839 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18840
18841         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18842         Corrections to custom-manual links.
18843
18844         * gnus-art.el (gnus-article): Ditto.
18845
18846         * mm-decode.el (mime-display, mime-security): Ditto.
18847
18848 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18849
18850         * flow-fill.el: Typo.
18851
18852 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18853
18854         * spam-wash.el: New file.
18855
18856 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18857
18858         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18859
18860 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18861
18862         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18863         to be run with new-articles as LIST1, not LIST2.
18864         (spam-registration-functions): Add spam-use-ham-copy as a nil
18865         registration backend.
18866
18867 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18868
18869         * spam-stat.el (spam-stat-washing-hook): New option.
18870         (spam-stat-buffer-words): Use it.
18871         (spam-stat-process-directory, spam-stat-test-directory):
18872         Use insert-file-contents-literally.
18873         (spam-stat-coding-system): New variable.
18874         (spam-stat-load, spam-stat-save): Use it.
18875
18876 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18877
18878         * spam-report.el (spam-report-plug-agent):
18879         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18880
18881 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18882
18883         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18884         Allow / in mailto URLs.
18885
18886 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18887
18888         * spam-report.el (spam-report-process-queue): Fix interactive use.
18889         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18890         (spam-report-unplug-agent): Doc fixes.
18891         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18892         (spam-report-agentize, spam-report-deagentize): Autoload.
18893
18894 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18895
18896         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18897
18898         * message.el (message-setup-fill-variables): Add mml tags to
18899         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18900         <ajk@iu.edu>.
18901         (message-mode): Don't modify paragraph-separate there.
18902
18903 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18904
18905         * compface.el (uncompface-use-external): Default to undecided.
18906         (uncompface-use-external-threshold): New variable.
18907         (uncompface-float-time): New macro.
18908         (uncompface): Determine whether to use the external decoder if
18909         uncompface-use-external is undecided.
18910
18911 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18912
18913         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18914         after images.
18915
18916         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18917
18918 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18919
18920         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18921
18922         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18923
18924         * gnus-sum.el (gnus-summary-limit-to-age)
18925         (gnus-summary-limit-children): do.
18926
18927         * gnus-int.el (gnus-request-scan): do.
18928
18929         * gnus-group.el (gnus-group-suspend): do.
18930
18931         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18932
18933         * gnus-cite.el (gnus-cite-parse-attributions): do.
18934
18935         * gnus-agent.el (gnus-summary-set-agent-mark)
18936         (gnus-agent-regenerate-group): do.
18937
18938         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18939
18940         * binhex.el (binhex-decode-region-internal): do.
18941
18942 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18943
18944         * gnus-fun.el (gnus-face-properties-alist): New user option.
18945         (gnus-display-x-face-in-from): Use it.
18946
18947         * gnus-art.el (article-display-face): Ditto.
18948
18949         * compface.el (uncompface-use-external): Default to nil.
18950
18951 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18952
18953         * nntp.el (nntp-erase-buffer): New function.
18954         (nntp-retrieve-data, nntp-send-command)
18955         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18956         (nntp-possibly-change-group): Use it.
18957
18958         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18959         Use with-current-buffer.
18960
18961 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18962
18963         * compface.el: Merge the ELisp-based uncompface program.
18964         (compface): New customization group.
18965         (uncompface-use-external): New user option.
18966         (uncompface): Call uncompface-internal if uncompface-use-external
18967         is nil.
18968         (uncompface-internal): New function.  Note that there are also
18969         some other functions and variables added for this function.
18970
18971 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18972
18973         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18974         if necessary.
18975
18976 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18977
18978         * spam-report.el (spam-report-unplug-agent)
18979         (spam-report-plug-agent, spam-report-deagentize)
18980         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18981         Add support for the Agent in spam-report: when unplugged, report to a
18982         file; when plugged, submit all the requests.
18983
18984         * spam.el (spam-register-routine): Fix message about
18985         registration.
18986
18987 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18988
18989         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18990         dependencies.
18991         (rfc2047-encode): Use it.
18992
18993         * gnus-art.el (gnus-button-marker-list): Move before first
18994         reference.
18995
18996         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18997         (imap-parse-body): Fix format string mismatch.
18998
18999         * gnus-score.el (gnus-summary-increase-score): do.
19000
19001         * nnrss.el (nnrss-close): New function.
19002
19003 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19004
19005         * nnrss.el (nnrss-make-filename): New function.
19006         (nnrss-request-delete-group, nnrss-read-server-data)
19007         (nnrss-save-server-data, nnrss-read-group-data)
19008         (nnrss-save-group-data): Use it.
19009         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19010         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19011         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19012
19013 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19014
19015         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19016
19017 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19018
19019         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19020         files.
19021
19022         * message.el (message-generate-headers-first): Don't quote nil
19023         and t in docstrings.
19024
19025         * imap.el (imap-id): do.
19026
19027         * gnus-agent.el (gnus-agent-consider-all-articles)
19028         (gnus-agent-queue-mail): do.
19029
19030 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19031
19032         * spam-report.el (spam-report-process-queue): New function.
19033         Process requests from `spam-report-requests-file'.
19034         (spam-report-process-queue): Doc fix.
19035
19036 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19037
19038         * spam.el (spam-register-routine)
19039         (spam-log-processing-to-registry, spam-log-registered-p)
19040         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19041         Change "check" to "spam-check" for semi-clarity.
19042
19043 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19044
19045         * pop3.el: Require nnheader.
19046
19047         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19048
19049         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19050
19051         * gnus-picon.el: Require cl.
19052
19053         * gnus-fun.el: Require gnus-ems and gnus-util.
19054
19055         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19056
19057         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19058
19059         * gnus-art.el (gnus-article-edit-mode): Define before first
19060         reference.
19061
19062 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19063
19064         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19065         (gnus-uu-post-encoded): Use point-at-bol.
19066
19067         * gnus-topic.el (gnus-group-active-topic-p): do.
19068
19069         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19070
19071         * gnus-group.el (gnus-group-kill-region): do.
19072
19073         * gnus-art.el (article-date-ut): do.
19074
19075         * message.el (message-fetch-field): Remove redundant
19076         case-fold-search binding.
19077         (message-narrow-to-field): Simplify.
19078
19079 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19080
19081         * spam.el (spam-directory): Derive from `gnus-directory'.
19082
19083         * spam-report.el (spam-report-url-to-file)
19084         (spam-report-requests-file): New function and variable for offline
19085         reporting.
19086         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19087         and user defined function.
19088         (spam-report-url-ping-mm-url): Remove doubled slash.
19089
19090 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19091
19092         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19093
19094 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19095
19096         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19097         Fix format string mismatch.
19098
19099         * sieve.el (sieve-deactivate-all): do.
19100
19101         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19102
19103         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19104
19105         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19106
19107         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19108
19109 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19110
19111         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19112         the list of checks.
19113
19114 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19115
19116         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19117         padding.
19118
19119 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19120
19121         * mm-view.el (mm-fill-flowed): New variable.
19122         (mm-inline-text): Use it.
19123
19124 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19125
19126         * spam.el (spam-spamassassin-register-ham-routine)
19127         (spam-spamassassin-register-spam-routine): Fix function names.
19128
19129 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19130
19131         * gnus.el (gnus-tmp-grouplens): Remove.
19132         (gnus-summary-line-format): Remove grouplens.
19133
19134         * gnus-group.el (gnus-group-line-format): Ditto.
19135
19136         * gnus-spec.el (gnus-format-specs): Ditto.
19137         (gnus-update-format-specifications): Flush the group format spec
19138         cache if there's the grouplens stuff.
19139         (gnus-parse-simple-format): Replace %l with the empty string.
19140
19141 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19142
19143         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19144         omission.
19145
19146 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19147
19148         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19149         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19150
19151 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19152
19153         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19154         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19155         New macros and functions.
19156         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19157         Handle > NLINK_MAX messages.
19158         * nnmaildir.el (nnmaildir-request-set-mark):
19159         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19160
19161 2004-01-25  Alex Schroeder  <alex@gnu.org>
19162
19163         * spam-stat.el (spam-stat-process-directory-age): New option.
19164         (spam-stat-process-directory): Use it.
19165
19166 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19167
19168         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19169         (spam-stat-save): Accept prefix argument.
19170
19171 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19172
19173         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19174         links" error.
19175
19176 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19177
19178         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19179         the rest of the and/or forms.
19180
19181 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19182
19183         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19184         compatibility with old .newsrc.eld files.
19185
19186         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19187
19188         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19189
19190         * gnus-start.el (gnus-1): do.
19191
19192         * gnus-group.el (gnus-group-line-format-alist): do.
19193
19194         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19195
19196         * gnus-gl.el: Remove.
19197
19198 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19199
19200         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19201         marks consisting of a single range {for example, (3 . 5)} rather
19202         than a list of a single range { ((3 . 5)) }.
19203
19204 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19205
19206         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19207         Use with-current-buffer.
19208         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19209         avoid consing a string.
19210
19211         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19212         Remove obsolete entries for big5 and gb2312.
19213
19214 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19215
19216         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19217         uncompressed list.
19218
19219 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19220
19221         * spam-stat.el (spam-stat-strip-xref): New function.
19222         (spam-stat-process-directory): Use it.
19223
19224         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19225         here -- it's done in message-fetch-field.
19226
19227 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19228
19229         * gnus-agent.el (gnus-agent-queue-mail)
19230         (gnus-agent-prompt-send-queue): New variables.
19231         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19232         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19233         "nndraft:queue" along to gnus-draft-send.
19234         Use gnus-agent-prompt-send-queue.
19235         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19236         is "nndraft:queue".  Suggested by Gaute Strokkenes
19237         <gs234@srcf.ucam.org>
19238
19239         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19240         (agent-enable-undownloaded-faces): Add.
19241         (gnus-agent-cat-groups): Use eval-and-compile, not
19242         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19243         method of gnus-agent-cat-groups even when the buffer has been
19244         evaled.
19245         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19246         delete gnus-agent-save-active-1.
19247         (gnus-agent-save-groups): Delete.  Identical to
19248         gnus-agent-save-active.
19249         (gnus-agent-write-active): No longer adjust agent's copy of active
19250         file as agent's adjustments are now stored in their own
19251         file.  Remove optional parameter.
19252         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19253         servers.  Add use of min/max range limits from server's local
19254         file.
19255         (gnus-agent-save-alist): Remove unused optional argument.
19256         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19257         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19258         (gnus-agent-set-local): A per-server file that keeps min/max range
19259         limits for articles known to the agent.  Provides a fast mechanism
19260         for altering many active ranges.
19261         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19262         active file (local makes it unnecessary).
19263         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19264
19265         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19266         (agent-enable-undownloaded-faces): Add.
19267
19268         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19269         disable it when sending to "nndraft:queue".
19270         (gnus-group-send-queue): Add safety check to avoid sending queue
19271         when unplugged.
19272
19273         * gnus-group.el (gnus-group-catchup): Use new
19274         gnus-sequence-of-unread-articles, not
19275         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19276         numbers of articles.  Use gnus-range-map to avoid having to
19277         uncompress the unread list.
19278         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19279         Fix invalid ange-ftp reference.
19280
19281         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19282         (gnus-sorted-range-intersection): Intersection of two ranges
19283         without requiring that they first be uncompressed.
19284
19285         * gnus-start.el (gnus-activate-group): Unless blocked by the
19286         caller, possibly expand the active range to include both cached
19287         and agentized articles.
19288         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19289         multiple version-dependent converters.
19290         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19291         gnus-agent-save-active.
19292         (gnus-save-newsrc-file): Save dirty agent range limits.
19293
19294         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19295         gnus-agent-possibly-alter-active.
19296         (gnus-adjust-marked-articles): Faster handling of simple lists.
19297
19298 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19299
19300         * spam-stat.el (spam-stat-test-directory): New optional argument
19301         displays a list of files detected.  Suggested by Andrew Cohen
19302         <cohen@andy.bu.edu>.
19303         (spam-stat-buffer-words-with-scores): Don't narrow and change
19304         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19305
19306 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19307
19308         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19309         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19310         (spam-spamassassin-arguments)
19311         (spam-spamassassin-spam-flag-header)
19312         (spam-spamassassin-positive-spam-flag-header)
19313         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19314         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19315         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19316         (spam-list-of-processors, spam-list-of-checks)
19317         (spam-list-of-statistical-checks, spam-registration-functions)
19318         (spam-check-spamassassin-headers, spam-check-spamassassin)
19319         (spam-spamassassin-score)
19320         (spam-spamassassin-register-with-sa-learn)
19321         (spam-spamassassin-register-spam-routine)
19322         (spam-spamassassin-register-ham-routine)
19323         (spam-assassin-register-spam-routine)
19324         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19325         (spam-bogofilter-score): Fix to show article before scoring.
19326
19327 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19328
19329         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19330         default scoring function.
19331         (spam-generic-score): Call spam-spamassassin-score if
19332         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19333         spam-bogofilter-score otherwise.
19334
19335         * gnus.el (spam-process, spam-autodetect-methods):
19336         Add spamassassin and spamassassin-headers.
19337
19338 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19339
19340         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19341         Suppress unnecessary messages.
19342
19343 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19344
19345         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19346         make-hash-table.
19347
19348 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19349
19350         * canlock.el (base64-encode-string): Don't autoload it.
19351
19352 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19353
19354         * run-at-time.el: Remove useless (require 'itimer),
19355         eval-and-compile and (featurep 'xemacs).
19356
19357 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19358
19359         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19360         GROUP is a virtual group.
19361
19362 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19363
19364         * gnus.el: Autoload `message-y-or-n-p'.
19365
19366 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19367
19368         * pgg-parse.el: Remove unnecessary (require 'custom).
19369
19370         * pgg-def.el: do.
19371
19372         * nnmail.el: do.
19373
19374         * gnus-undo.el: do.
19375
19376         * gnus-picon.el: do.
19377
19378         * gnus-util.el: do.
19379
19380 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19381
19382         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19383
19384 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19385
19386         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19387         handle, as well as a list.
19388
19389         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19390         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19391         (mm-w3m-cid-retrieve): Simplify.
19392
19393 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19394
19395         * message.el (message-kill-to-signature): Allow prefix arg to
19396         specify number of lines to keep before signature.
19397
19398 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19399
19400         * message.el (message-kill-to-signature): Change docstring.
19401
19402 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19403
19404         * canlock.el: Always require sha1-el.
19405         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19406
19407         * message.el: Autoload sha1 only when compiling.
19408
19409         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19410         eudc-expand-inline for XEmacs.
19411
19412 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19413
19414         * message.el (message-canlock-generate): Require sha1-el.
19415
19416 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19417
19418         * message.el (message-expand-name): Silence the byte compiler.
19419
19420         * lpath.el: Add detect-coding-system.
19421
19422         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19423         cus-edit.
19424
19425 2004-01-13  Simon Josefsson  <jas@extundo.com>
19426
19427         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19428         Invoke gnus-score-mode.
19429         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19430
19431         * gnus-range.el (gnus-compress-sequence): Doc fix.
19432         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19433
19434 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19435
19436         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19437
19438 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19439
19440         * spam.el (spam-get-article-as-string): Update to use
19441         gnus-request-article-this-buffer, much simpler.
19442         (spam-get-article-as-buffer): Remove.
19443
19444 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19445
19446         * message.el (message-expand-name): Use EUDC if the user uses that.
19447
19448 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19449
19450         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19451         character for the encoding to avoid consing a string.
19452
19453         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19454         unnecessarily.
19455
19456         * mm-util.el (mm-replace-chars-in-string): Remove.
19457
19458         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19459         of mm-replace-chars-in-string.
19460
19461 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19462
19463         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19464
19465         * mm-util.el (mm-subst-char-in-string): Support inplace.
19466
19467         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19468         a new string in every iteration.  Use shy groups.
19469
19470 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19471
19472         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19473         * gnus-soup.el (gnus-soup-group-brew):
19474         * gnus-msg.el (gnus-put-message):
19475         * gnus-move.el (gnus-group-move-group-to-server):
19476         * gnus-kill.el (gnus-batch-score):
19477         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19478         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19479         (gnus-group-update-group, gnus-group-read-group)
19480         (gnus-group-make-group, gnus-group-make-help-group)
19481         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19482         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19483         (gnus-group-sort-by-unread, gnus-group-catchup)
19484         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19485         (gnus-group-yank-group, gnus-group-set-info)
19486         (gnus-group-list-groups):
19487         * gnus.el (gnus-generate-new-group-name):
19488         * gnus-delay.el (gnus-delay-send-queue):
19489         * nnvirtual.el (nnvirtual-catchup-group):
19490         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19491         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19492         (gnus-group-prepare-topics, gnus-topic-check-topology):
19493         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19494         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19495         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19496         (gnus-group-make-articles-read):
19497         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19498         (gnus-group-change-level, gnus-kill-newsgroup)
19499         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19500         (gnus-get-unread-articles, gnus-make-articles-unread)
19501         (gnus-make-ascending-articles-unread): Use accessor
19502         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19503         to get group information for improved readability.
19504
19505
19506 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19507
19508         * gnus-art.el (article-decode-mime-words, article-babel)
19509         (gnus-article-highlight-signature, gnus-article-add-buttons)
19510         (gnus-signature-toggle): Use gnus-with-article-buffer.
19511
19512         * gnus-art.el (gnus-article-highlight-headers)
19513         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19514
19515         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19516         (gnus-article-set-globals, gnus-request-article-this-buffer)
19517         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19518         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19519         (gnus-mime-display-alternative): Use with-current-buffer.
19520
19521 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19522
19523         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19524         also under 80 char limit, and call gnus-error if needed.
19525         (spam-fetch-article-header): Fix - it was a
19526         buffer-local variable (gnus-newsgroup-data).
19527         (spam-find-spam): Use spam-generate-fake-headers, forget about
19528         spam-insert-fake-headers.
19529         (spam-insert-fake-headers): Remove.
19530
19531 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19532
19533         * deuglify.el (gnus-article-outlook-unwrap-lines)
19534         (gnus-outlook-rearrange-article)
19535         (gnus-outlook-repair-attribution-outlook)
19536         (gnus-outlook-repair-attribution-block)
19537         (gnus-outlook-repair-attribution-other): Remove redundant
19538         save-excursion.
19539
19540 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19541
19542         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19543         (spam-fetch-field-subject-fast)
19544         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19545         (spam-fetch-article-header): Add functions to deal with Gnus
19546         internals for fast retrieval of article header data.
19547         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19548
19549 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19550
19551         * pop3.el (pop3-md5): Remove.
19552         (pop3-apop): Replace pop3-md5 with md5.
19553
19554         * mm-bodies.el: base64 is always built-in.
19555
19556         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19557         Use with-current-buffer.
19558
19559 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19560
19561         * canlock.el (canlock-insert-header): Remove excessive grouping in
19562         regexp.
19563
19564         * gnus-sum.el (gnus-summary-read-document): Ditto.
19565
19566         * gnus-uu.el (gnus-uu-part-number): Ditto.
19567
19568         * html2text.el (html2text-remove-tags): Ditto.
19569         (html2text-format-tags): Ditto.
19570         (html2text-format-single-elements): Ditto.
19571
19572         * mml.el (mml-parse-1): Ditto.
19573
19574 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19575
19576         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19577
19578         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19579
19580         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19581
19582         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19583
19584 2003-11-15  Simon Josefsson  <jas@extundo.com>
19585
19586         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19587         (pgg-gpg-lookup-key): Use regexp match instead of
19588         split-string (split-string is different between emacs 21.2 and
19589         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19590
19591 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19592
19593         * gnus-art.el (gnus-mime-view-all-parts)
19594         (gnus-article-part-wrapper, gnus-article-view-part):
19595         Use with-current-buffer.
19596
19597 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19598
19599         * spam.el (spam-disable-spam-split-during-ham-respool)
19600         (spam-spamoracle-database, spam-cache-lookups)
19601         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19602         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19603         (spam-group-ham-marks, spam-group-spam-marks)
19604         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19605         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19606         also add spam-use-blackholes to the statistical checks.
19607         (spam-fetch-field-fast): Add interface to fetching fields, may
19608         become a macro.
19609         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19610         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19611         (spam-insert-fake-headers): Fake an article when needed.
19612         (spam-find-spam): Fake article when possible.
19613         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19614         (spam-check-bogofilter-headers): Use message-fetch-field instead
19615         of nnmail-fetch-field.
19616
19617 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19618
19619         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19620
19621 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19622
19623         * spam.el (spam-split): Do not require spam-use-CHECK to be
19624         enabled if that check is passed to spam-split explicitly; also
19625         fix so 'spam doesn't get converted to spam-split-group when
19626         spam-split-symbolic-return is t.
19627         (spam-find-spam): Find registrations of the article and use those
19628         instead of re-running spam-split to find the spam/ham
19629         classification of the article.
19630         (spam-log-processing-to-registry, spam-log-registered-p)
19631         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19632         Use gnus-error instead of gnus-message.
19633         (spam-log-registration-type): Add function to determine the
19634         classification of a message based on registry entries; will
19635         return nil if both 'spam and 'ham are found.
19636         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19637         a reasonably fast local cache without the loading errors.
19638         (spam-cache-lookups): Set to t by default.
19639         (spam-find-spam): Don't try to guess spam-cache-lookups.
19640         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19641         spam-caches entry.
19642         (spam-filelist-build-cache, spam-filelist-check-cache):
19643         Fix caching of whitelist/blacklist entries.
19644         (spam-check-whitelist, spam-check-blacklist):
19645         Invoke spam-from-listed-p with a type, not a cache variable.
19646         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19647
19648 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19649
19650         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19651
19652         * nnmail.el (nnmail-split-fancy): do.
19653
19654         * mml.el (mml-parse): do.
19655
19656         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19657         (gnus-score-adaptive): do.
19658
19659 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19660
19661         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19662         (gnus-mime-button-map): Don't set keymap parent.
19663         (gnus-button-ctan-directory-regexp): Use shy grouping.
19664         (gnus-prev-page-map): Don't set keymap parent.
19665         (gnus-prev-page-map): Remove duplicated one.
19666         (gnus-next-page-map): Don't set keymap parent.
19667         (gnus-mime-security-button-map): Ditto.
19668
19669         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19670         version number.
19671
19672         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19673
19674 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19675
19676         * canlock.el (canlock-sha1-function): Remove.
19677         (canlock-sha1-function-for-verify): Remove.
19678         (canlock-openssl-program): Remove.
19679         (canlock-openssl-args): Remove.
19680         (canlock-ignore-errors): Remove.
19681         (canlock-sha1-with-openssl): Remove.
19682         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19683         (canlock-verify): Don't use canlock-ignore-errors.
19684
19685         * sha1-el.el (sha1-string-external): Make it can return a string
19686         in binary form.
19687         (sha1-region-external): Ditto.
19688         (sha1-string-internal): Ditto.
19689         (sha1-region-internal): Ditto.
19690         (sha1-region): Ditto.
19691         (sha1-string): Ditto.
19692         (sha1): Ditto.
19693
19694 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19695
19696         * spam.el (spam-report-articles-gmane): New command.
19697
19698 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19699
19700         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19701
19702         * run-at-time.el (run-at-time-saved): Remove.
19703         (run-at-time): Doc fix.
19704
19705 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19706
19707         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19708         (gnus-summary-limit-map): Add it.
19709         (gnus-summary-make-menu-bar): do.
19710
19711 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19712
19713         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19714         Make attempt at some caching support (done for BBDB only now).
19715         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19716         addresses to be checked.
19717         (spam-clear-cache-BBDB): Add function, to be invoked by
19718         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19719         (spam-check-BBDB): Check and use the caches, if
19720         spam-cache-lookups is on, remove superfluous (provide).
19721
19722 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19723
19724         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19725
19726 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19727
19728         * run-at-time.el (run-at-time-saved): Move to after the definition
19729         of `run-at-time'.
19730
19731         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19732
19733 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19734
19735         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19736         mm-w3m-local-map-property.
19737
19738         * mm-view.el (mm-w3m-mode-map): Remove.
19739         (mm-w3m-local-map-property): Remove.
19740         (mm-inline-text-html-render-with-w3m): Don't use
19741         mm-w3m-local-map-property.
19742
19743 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19744
19745         * run-at-time.el: New file.
19746
19747         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19748         under Emacs.
19749
19750         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19751         of gnus-set-text-properties.
19752
19753         * gnus-uu.el (gnus-uu-save-article): Ditto.
19754
19755         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19756
19757         * gnus-cite.el (gnus-cite-parse): Ditto.
19758
19759         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19760         of gnus-.
19761
19762         * gnus-xmas.el (run-at-time): Require run-at-time.
19763
19764         * gnus.el: Change calls to nnheader-run-at-time and
19765         password-run-at-time throughout to use run-at-time directly.
19766
19767         * password.el: Remove definition of run-at-time.
19768
19769         * nnheaderxm.el: Remove definition of run-at-time.
19770
19771 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19772
19773         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19774         in prompt.
19775
19776 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19777
19778         * messagexmas.el (message-xmas-redefine): Alias
19779         `message-make-caesar-translation-table' to
19780         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19781         version.
19782
19783         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19784         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19785         `gnus-xmas-set-text-properties'.
19786         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19787         `gnus-xmas-completing-read'.
19788         (gnus-xmas-completing-read): Removed.
19789         (gnus-xmas-open-network-stream): Removed.
19790
19791         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19792         XEmacs version.
19793
19794         * dns.el (dns-make-network-process): Use `open-network-stream'
19795         instead of `gnus-xmas-open-network-stream'.
19796
19797         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19798
19799         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19800
19801 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19802
19803         * gnus-art.el (gnus-mime-display-alternative)
19804         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19805         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19806         Don't use gnus-local-map-property.
19807
19808         * gnus-util.el (gnus-local-map-property): Remove.
19809
19810         * mm-view.el (mm-view-pkcs7-decrypt):
19811         Replace gnus-completing-read-maybe-default with completing-read.
19812
19813         * gnus-util.el (gnus-completing-read): do.
19814         (gnus-completing-read-maybe-default): Remove.
19815
19816 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19817
19818         * password.el: Only autoload `run-at-time' if not XEmacs.
19819         Only autoload the itimer functions if XEmacs.
19820
19821 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19822
19823         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19824         XEmacsen.
19825
19826         * dgnushack.el: Autoload executable-find for XEmacs.
19827
19828 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19829
19830         * gnus-art.el (gnus-read-string): Remove.
19831         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19832         read-string.
19833
19834 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19835
19836         * netrc.el: Autoload password-read.
19837         (netrc): Add configuration group.
19838         (netrc-encoding-method, netrc-openssl-path):
19839         Add variables for encoding and decoding of files with symmetric
19840         ciphers.
19841         (netrc-encode): Add assistant function to encode a file with
19842         netrc-encoding-method.
19843         (netrc-parse): Add interactive parameter, added optional
19844         decoding if netrc-encoding-method is non-nil but otherwise
19845         behavior is standard.
19846         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19847         Do s/encode/encrypt/ everywhere.
19848
19849         * spam.el: Remove executable-find autoload.
19850
19851 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19852
19853         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19854
19855         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19856
19857 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19858
19859         * gnus-art.el (gnus-treat-ansi-sequences)
19860         (article-treat-ansi-sequences): New variable and function.
19861         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19862
19863         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19864         Use it.
19865
19866 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19867
19868         * mm-util.el (mm-quote-arg): Remove.
19869
19870         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19871         shell-quote-argument.
19872
19873         * gnus-uu.el (gnus-uu-command): do.
19874
19875         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19876
19877         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19878         with make-char.
19879
19880         * mm-util.el (mm-make-char): Remove.
19881
19882         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19883         add-minor-mode.
19884
19885         * gnus-undo.el (gnus-undo-mode): do.
19886
19887         * gnus-topic.el (gnus-topic-mode): do.
19888
19889         * gnus-sum.el (gnus-dead-summary-mode): do.
19890
19891         * gnus-start.el (gnus-slave-mode): do.
19892
19893         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19894
19895         * gnus-ml.el (gnus-mailing-list-mode): do.
19896
19897         * gnus-gl.el (gnus-grouplens-mode): do.
19898
19899         * gnus-draft.el (gnus-draft-mode): do.
19900
19901         * gnus-dired.el (gnus-dired-mode): do.
19902
19903         * gnus-ems.el (gnus-add-minor-mode): Remove.
19904
19905         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19906         Replace gnus-char-width with char-width.
19907
19908         * gnus-ems.el (gnus-char-width): Remove.
19909
19910         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19911         Replace gnus-char-width with char-width.
19912
19913         * gnus-ems.el (gnus-char-width): Remove.
19914
19915         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19916         definition.
19917         Remove Emacs 20 hash table compatibility code.
19918
19919         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19920         20 compatibility code.
19921
19922         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19923
19924         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19925
19926         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19927         Replace with point-at-{eol,bol}.
19928
19929         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19930
19931         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19932
19933         * flow-fill.el (fill-flowed-point-at-bol)
19934         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19935
19936         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19937         Replace with point-at-{eol,bol} throughout all files.
19938
19939 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19940
19941         * ntlm.el (ntlm-string-as-unibyte): New macro.
19942         (ntlm-build-auth-response): Use it.
19943
19944         Remove Emacs 20 stuff:
19945         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19946         (butlast, mapc, remove): Remove the compiler macros.
19947         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19948         of delq and copy-sequence.
19949         * gnus-art.el (popup-menu): Remove the compiler macro.
19950         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19951         Emacs 20.
19952
19953 2004-01-05  Simon Josefsson  <jas@extundo.com>
19954
19955         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19956         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19957         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19958         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19959         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19960         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19961         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19962         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19963         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19964         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19965         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19966         string-xor into ntlm-string-xor.
19967         Suggested by Jesper Harder <harder@myrealbox.com>.
19968
19969         * ntlm.el: Don't include poem.
19970
19971         * md4.el (print-int32, print-string-hexa): Remove.
19972         Suggested by Jesper Harder <harder@myrealbox.com>.
19973
19974         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19975
19976         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19977         probably breaks emacs with DL patch, but do we care? Is anyone
19978         still using the DL stuff?)
19979
19980         * sieve-manage.el: Use the password package.
19981         (sieve-manage-read-passwd): Remove.
19982         (sieve-manage-interactive-login): Use password.  Re-add
19983         condition-case around loop.
19984
19985         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19986         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19987         Use the password package.
19988
19989 2003-02-19  Simon Josefsson  <jas@extundo.com>
19990
19991         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19992         token.
19993
19994 2002-08-07  Simon Josefsson  <jas@extundo.com>
19995
19996         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19997         (sieve-manage-authenticators):
19998         (sieve-manage-authenticator-alist): Add some SASL mechs.
19999         (sieve-sasl-auth): New function.
20000         (sieve-manage-cram-md5-auth):
20001         (sieve-manage-plain-auth): Rewrite using SASL library.
20002         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20003         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20004         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20005         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20006
20007 2004-01-05  Simon Josefsson  <jas@extundo.com>
20008
20009         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20010         New files.
20011
20012 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20013
20014         * gnus-group.el (gnus-no-groups-message): Update.
20015
20016         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20017
20018 2003-11-09  Simon Josefsson  <jas@extundo.com>
20019
20020         * imap.el: Support for ID IMAP extension (RFC 2971).
20021         (imap-local-variables): Add imap-id.
20022         (imap-id): New variable.
20023         (imap-id): New function.
20024         (imap-parse-response): Parse untagged ID response.
20025         * nnimap.el (nnimap-id): New variable.
20026         (nnimap-open-connection): Use it.
20027
20028 2003-12-28  Simon Josefsson  <jas@extundo.com>
20029
20030         * gnus-score.el (gnus-score-edit-all-score): New.
20031         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20032
20033 2004-01-04  Simon Josefsson  <jas@extundo.com>
20034
20035         * password.el: Add.
20036
20037 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20038
20039         * dns.el (dns-query-types): Fix typo.
20040         (dns-query-types): New function.
20041         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20042         PTR and SOA replies, see RFC 1035.
20043
20044 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20045
20046         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20047
20048         * Move to Changelog.2.
20049
20050 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20051
20052         * gnus.el (gnus-version-number): Bump version.
20053
20054 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20055
20056         * gnus.el: No Gnus v0.1 is released.
20057
20058 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20059
20060         * gnus.el: No Gnus v0.0 is released.
20061
20062 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20063
20064         * gnus.el (gnus-version-number): Bump.
20065         (gnus-version): No.
20066
20067 See ChangeLog.2 for earlier changes.
20068
20069     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
20070       Free Software Foundation, Inc.
20071
20072   This file is part of GNU Emacs.
20073
20074   GNU Emacs is free software: you can redistribute it and/or modify
20075   it under the terms of the GNU General Public License as published by
20076   the Free Software Foundation, either version 3 of the License, or
20077   (at your option) any later version.
20078
20079   GNU Emacs is distributed in the hope that it will be useful,
20080   but WITHOUT ANY WARRANTY; without even the implied warranty of
20081   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20082   GNU General Public License for more details.
20083
20084   You should have received a copy of the GNU General Public License
20085   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20086
20087 ;; Local Variables:
20088 ;; coding: utf-8
20089 ;; fill-column: 79
20090 ;; add-log-time-zone-rule: t
20091 ;; End: