Add the optional second parameter to `local-variable-p' to be compatible with XEmacs.
[gnus] / lisp / ChangeLog
1 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * auth-source.el (auth-source-create): Add the optional second
4         parameter to `local-variable-p' to be compatible with XEmacs.
5
6 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7
8         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
9         work when using a compressed nnml folder.
10
11 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12
13         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
14         backends after sanitising on entry, because this never makes sense:
15         If the articles have gone missing, then the data no longer exists on
16         the backend, and if they haven't, then Gnus is wrong, and shouldn't
17         overwrite anything anyway.
18
19         * shr.el (shr-insert-document): Bind shr-width dynamically to
20         window-width if it's nil.
21
22 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
23
24         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
25         with the meaning of using the full emacs window width for rendering.
26
27 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
28
29         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
30         case when sender is not given.
31
32 2010-12-23  Julien Danjou  <julien@danjou.info>
33
34         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
35         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
36         the addresses, otherwise we might misplaced the gravatar.
37
38 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
39
40         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
41         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
42         obsolete in Emacs.
43
44 2010-12-20  Julien Danjou  <julien@danjou.info>
45
46         * gnus-util.el (gnus-rescale-image): Revert last change.
47
48 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
49
50         * gnus-group.el (gnus-group-delete-articles): New command.
51
52 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
53
54         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
55
56 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
57
58         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
59         here, since it's up to the backends to do CRLF removal if their
60         protocol has it.
61
62         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
63
64 2010-12-17  Julien Danjou  <julien@danjou.info>
65
66         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
67         they are from file. Can also scale up.
68
69 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
70
71         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
72         gnus-use-agent.
73         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
74
75         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
76
77 2010-12-17  Julien Danjou  <julien@danjou.info>
78
79         * gravatar.el (gravatar-retrieve-synchronously): New function.
80         (gravatar-get-data): Make more robust.
81
82 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
83
84         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
85
86 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
87
88         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
89         to really consider the last line.
90
91 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
92
93         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
94         list of recipient keys, or use symmetric encryption if not a list.
95         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
96         EPA override, replacing the call to `netrc-store-data'.
97
98 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
99
100         * gnus-srvr.el: Avoid passing nil regexp argument to
101         delete-matching-lines.
102
103 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
104
105         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
106         fetching stops when Gnus exits.
107
108         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
109         function.
110         (nnfolder-request-expire-articles): Save all the buffers after doing
111         expiry.
112
113         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
114         the last article", since that led to serious performance regressions
115         when expiring nnml groups.
116
117 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
118
119         * nnir.el: Improve customizations.
120
121 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
122
123         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
124
125         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
126         group has been killed.
127         (gnus-group-yank-group): Ditto.
128
129         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
130
131         * nnimap.el (nnimap-request-update-group-status): New function.
132
133         * gnus-int.el (gnus-request-update-group-status): New interface
134         function.
135
136         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
137         copying read-ness to the backends.
138
139         * nnimap.el (nnimap-quirk): New function.
140         (nnimap-retrieve-group-data-early): Use it.
141         (nnimap-quirks): New alist.
142
143 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
144
145         * shr.el (shr-insert): Set shr-start after deleting trailing space;
146         don't delete it within indentation.
147
148 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
149
150         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
151         previous line.
152
153 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
154
155         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
156         QRESYNC command by deleting a superfluous space which broke Cyrus
157         servers.  This change will break other servers that are buggy the other
158         way around.
159
160 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
161
162         * spam.el: Reindent and fix long lines.
163         (spam-copy-or-move-routine): Exclude invalid move destinations.
164
165 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
166
167         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
168         installed the registry.
169
170 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
171
172         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
173
174 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
175
176         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
177         groupname doesn't contain "gmane".
178
179 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
180
181         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
182         and netrc-bound-and-true-p bindings.
183         (netrc-parse): Cache the netrc contents.
184
185         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
186         (gnus-1): Don't create the nndrafts group twice.
187         (gnus-setup-news): There's no need to read the active file here, since
188         that's done again later on a per-backend basis.
189         (gnus-start-draft-setup): Make sure that the new group is started out
190         empty.
191
192         * gnus-agent.el (gnus-agentize): Don't create the queue group
193         automatically on startup.  It'll be created later, if needed.
194
195         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
196         of automatically subscribed groups.
197         (gnus-auto-subscribed-categories): New variable.
198         (gnus-matches-options-n): Use it.
199         (gnus-default-subscribed-newsgroups): Remove unused variable.
200         (gnus-start-draft-setup): Message a bit less.
201
202 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
203
204         * nnir.el (nnir-run-imap): Return article list in order of increasing
205         UID.
206
207 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
208
209         * gnus-sum.el (gnus-summary-enter-digest-group): Mention
210         gnus-auto-select-on-ephemeral-exit.
211
212         * proto-stream.el (proto-stream-open-network-only): Fix the calling
213         convention of the network-only option.
214
215 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
216
217         * proto-stream.el (proto-stream-open-network-only): New function to
218         have a way to specify non-STARTTLS upgrade connections.
219
220 2010-12-10  Julien Danjou  <julien@danjou.info>
221
222         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
223         email address is nil.
224
225         * message.el (message-bogus-recipient-p): Set address to "" if nil.
226
227 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
228
229         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
230         deletion.
231         (nnir-run-imap): Only need to parse list once.
232
233 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * shr.el (shr-tag-script): Ignore <script>.
236         (shr-tag-label): Add <label> support.
237
238 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
239
240         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
241
242         * shr.el (shr-image-displayer): Work for images lined side by side.
243
244 2010-12-08  Robert Pluim  <rpluim@gmail.com>
245
246         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
247         parameter, since XEmacs doesn't accept t as a parameter.
248
249 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
250
251         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
252         ids.
253         (nnir-run-gmane): Simplify groupspec formatting.
254         (nnir-request-expire-articles): New function.
255
256 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
257
258         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
259         overflow, possibly.
260
261         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
262         (shr-render-td): Handle td style="" better.
263         (shr-tag-table): Use the color from the style sheet.
264         (shr-render-td): Make sure we copy over all the overlays, too.
265
266 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
267
268         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
269         (nnir-request-article): Improve article retrieval.
270
271 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
272
273         * mm-util.el (mm-extra-numeric-entities): New variable.
274
275         * mm-url.el (mm-url-decode-entities):
276         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
277
278         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
279
280 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
281
282         * message.el: Use completion-at-point.
283         (message-completion-function): New fun, extracted from message-tab.
284         (message-mode): Use it for completion-at-point-functions.
285         (message-tab): Use it and completion-at-point.
286
287 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
288
289         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
290         character if a non-breakable character follows.
291
292 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
293
294         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
295         any stream.
296
297         * shr.el (shr-tag-font): Colorize the region.
298         (shr-tag-body): Ditto.
299         (shr-tag-font): Actually let the styles be inherited instead of
300         overwriting them.
301         (shr-tag-font): Get the background color right.
302         (shr-tag-style): Ignore all <style> tags for the moment.
303
304         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
305         a Message-ID to avoid having nnimap depend on gnus-sum.
306
307         * shr.el (shr-descend): Only colorize something if we have a node that
308         sets colors.
309
310 2010-12-06  Julien Danjou  <julien@danjou.info>
311
312         * shr.el (shr-render-td): Render td content with shr-descend, so style
313         will be applied to <td> too.
314         (shr-colorize-region): Colorize region even if we only have a background.
315         (shr-tag-body): Fix color and background color inheritance.
316         Do not recolorize after shr-generic.
317         (shr-tag-font): Let shr-generic colorize via inheritance.
318
319 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
322
323 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
324
325         * nnir.el (nnir-request-move-article): Remove obsolete code.
326
327 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
328
329         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
330
331 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
332
333         * gnus-sum.el (gnus-summary-respool-article): The completion function
334         expects a list instead of an alist.
335
336         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
337         string as the parameter.
338
339         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
340
341         * shr.el (shr-stylesheet): New dynamic variable for cascading the
342         styles.
343         (shr-colorize-region): New function.
344         (shr-insert-background-overlay): Remove.
345         (shr-render-td): Background setting should be taken care of on a higher
346         level.
347         (shr-tag-body): Use post-hoc colorizations.
348         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
349         (shr-put-color-1): Don't overwrite old colors.
350         (shr-colorize-region): When the background color isn't explicit, use
351         a fixed background.
352
353         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
354         nnmail variables.
355
356 2010-12-05  Bjørn Mork  <bjorn@mork.no>
357
358         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
359         unless necessary.
360
361 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
362
363         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
364         server.
365
366 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
367
368         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
369         so that TAB works.
370
371         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
372         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
373
374         * shr.el (shr-urlify): Show the URL before the title to avoid
375         misleading URLs.
376
377 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
378
379         * shr.el (shr-urlify): Display the title in <a> tags.
380
381 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
382
383         * nnir.el (nnir-categorize): Replace mapcar with mapc.
384
385 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
386
387         * nnir.el: Rearrange code to allow macros to be autoloaded by
388         gnus-sum.el.
389         (nnir-retrieve-headers-override-function): Make this variable
390         customizable.
391         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
392
393         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
394         from nnir.el.
395
396 2010-12-03  Julien Danjou  <julien@danjou.info>
397
398         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
399
400 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
401
402         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
403         allow optional argument `environment'.
404
405 2010-12-03  Glenn Morris  <rgm@gnu.org>
406
407         * mm-extern.el (message-goto-body): Update declaration.
408
409 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
410
411         * gnus-util.el (gnus-macroexpand-all): New function.
412
413         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
414         instead of macroexpand-all that is unavailable in XEmacs.
415
416 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
417
418         * nnir.el (nnir-summary-line-format): New variable.
419         (nnir-mode): Use it.
420         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
421         (nnir-article-ids): Reimplement as defsubst.
422         (nnir-retrieve-headers): Don't mangle the subject header.
423         (nnir-run-imap): Use 100 as RSV score.
424         (nnir-run-find-grep): Fix for full server searching.
425         (nnir-run-gmane): Better restriction to gmane groups.
426
427         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
428         summary buffers.
429
430 2010-12-02  Julien Danjou  <julien@danjou.info>
431
432         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
433
434         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
435
436         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
437         support.
438
439 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
440
441         * nnir.el: Update to handle the registry better.
442         (autoload): Silence byte-compiler.
443         (nnir-open-server): Add a hook for nnir groups.
444         (nnir-request-move-article): Don't mangle the header. Better to use
445         formating variables (which will be added in the future).
446         (nnir-registry-action): Update the registry using the original article
447         group name.
448         (nnir-mode): Install nnir-specific hooks for updating the registry.
449
450         * gnus-sum.el
451         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
452         obsolete variables.
453         (gnus-summary-move-article): Remove use of obsolete variables.
454         (gnus-summary-local-variables): Make move and delete hooks local to
455         summary buffers.
456
457 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * rtree.el: New file.
460
461 2010-12-01  Julien Danjou  <julien@danjou.info>
462
463         * message.el (message-user-organization): Do not use
464         gnus-local-organization.
465
466         * gnus.el: Remove gnus-local-organization.
467
468         * gnus-msg.el: Remove nastygram thing.
469
470 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
471
472         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
473         funcall.
474
475 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
476
477         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
478         names.
479
480         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
481         characters.
482
483         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
484         to t of inhibit-read-only since it is inside gnus-with-article-headers.
485         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
486         (gnus-gravatar-transform-address): Use mail-extract-address-components
487         that supports non-ASCII names rather than mail-header-parse-addresses.
488
489 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * proto-stream.el (open-protocol-stream): All starttls connections are
492         handled by the network handler.
493
494 2010-11-30  Julien Danjou  <julien@danjou.info>
495
496         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
497         (nnimap-open-connection-1): Fix PREAUTH.
498
499         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
500
501 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
502
503         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
504         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
505         (shr-insert): Use them.
506         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
507
508 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
509
510         * nnir.el (nnir-request-move-article): Bail out if original group
511         doesn't support article moves.
512         (nnir-get-active): Improve active list retrieval.
513
514 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
515
516         * shr.el (shr-find-fill-point): Don't break before apostrophes.
517
518 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
519
520         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
521         seem to accept strings-with-numbers as port numbers,
522
523 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
524
525         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
526         change the registry.
527
528 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
529
530         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
531         delete-dups that is not available in XEmacs 21.4.
532
533         * mm-util.el (mm-delete-duplicates): Add comment.
534
535 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
536
537         * nnir.el (nnir-ignored-newsgroups): New variable.
538         (nnir-get-active): Use it.
539
540 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
541
542         * proto-stream.el (proto-stream-open-network): Add some comments.
543
544         * nntp.el (nntp-open-connection): Provide a :success condition.
545
546         * nnimap.el (nnimap-open-connection-1): Ditto.
547
548         * proto-stream.el (proto-stream-open-network): See what the response to
549         the STARTTLS command is.
550
551         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
552         backwards compatibility).
553         (nnimap-open-connection-1): Really respect nnimap-server-port.
554
555         * proto-stream.el (proto-stream-open-network): When doing opportunistic
556         TLS upgrades we don't really care about the identity of the peer.
557         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
558         that what we've checked for.
559         (proto-stream-always-use-starttls): Only default to t if
560         open-gnutls-stream exists.
561         (proto-stream-open-network): If STARTTLS failed, then just open a
562         normal connection.
563         (proto-stream-open-network): Wait until the greeting before doing
564         STARTTLS.
565
566         * nntp.el (nntp-open-connection): Report what the connection error is.
567
568         * proto-stream.el (open-protocol-stream): Renamed from
569         open-proto-stream.
570
571 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
572
573         * nnimap.el (nnimap-stream): Change default to `undecided'.
574         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
575         first, and then network.
576         (nnimap-open-connection-1): Respect nnimap-server-port.
577         (nnimap-open-connection): Be more backwards-compatible.
578
579         * proto-stream.el (proto-stream-always-use-starttls): New variable.
580         (proto-stream-open-starttls): De-duplicate the starttls code.
581         (proto-stream-open-starttls): Folded back into the main function.
582         (proto-stream-open-network): Fix typo in the gnutls path.
583         (proto-stream-command): Refactor out.
584
585         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
586
587         * proto-stream.el (proto-stream-open-starttls): Actually implement the
588         starttls.el STARTTLS.
589
590         * color.el (color-lab->srgb): Fix function call name.
591
592         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
593         if we're using tls.el.
594         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
595         built in, then don't try to establish a STARTTLS connection.
596
597         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
598         servers.
599
600         * proto-stream.el (open-proto-stream): Use network, not stream.
601         (open-proto-stream): Add a way to specify what the end of a command is.
602
603         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
604         connections types.
605         (nntp-open-network-stream): Remove.
606         (nntp-open-ssl-stream): Remove.
607         (nntp-open-tls-stream): Remove.
608         (nntp-ssl-program): Remove.
609
610         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
611
612 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
613
614         * nnir.el: Fix typos.
615         (nnir-retrieve-headers-override-function): Rename variable to reflect
616         new semantics.
617         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
618         macros.
619         (nnir-request-article, nnir-request-move-article): Use them.
620         (nnir-categorize): New function.
621         (nnir-run-query): Use it.
622         (nnir-retrieve-headers): Rewrite to batch header retrieval.
623         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
624         sorted.
625         (nnir-group-full-name): Use gnus-group-full-name instead.
626         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
627         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
628
629 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
630
631         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
632
633         * proto-stream.el: New library to provide protocol-specific
634         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
635         protocols.
636         (open-proto-stream): Complete the documentation.
637         (proto-stream-open-network): Fix some typos.
638
639         * nnimap.el (nnimap-open-connection): Use it.
640
641 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
642
643         * pop3.el (pop3-open-server): Read server greeting before starting TLS
644         negotiation.
645
646 2010-11-26  Julien Danjou  <julien@danjou.info>
647
648         * color.el: Rename various rgb functions to srgb.
649
650 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
651
652         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
653         names.
654
655 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
656
657         * shr.el (shr-insert): Revert last change.
658         (shr-find-fill-point): Never leave point being at bol;
659         relax the kinsoku limitation when rendering tables.
660
661 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662
663         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
664         results from -accept-article.
665
666         * shr-color.el: Require cl when compiling.
667
668         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
669         checkin.
670
671         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
672
673         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
674
675         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
676         'add and 'delete to set backend marks.
677
678         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
679
680         * nnheader.el (nnheader-update-marks-actions): Refactor out.
681
682         * nntp.el (nntp-request-set-mark): Use it.
683
684         * nnfolder.el (nnfolder-request-set-mark): Ditto.
685
686         * nnml.el (nnml-request-set-mark): Ditto.
687
688         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
689         introduces regressions in article selection.
690         (nnimap-find-uid-response): New function.
691         (nnimap-request-accept-article): Use the UID returned, if any.
692         (nnimap-request-move-article): Use the UID returned, if any.
693         (nnimap-get-groups): Reimplement to work with folded lines.
694         (nnimap-find-uid-response): The UID is the last element in the list.
695         (nnimap-request-set-mark): Extend syntax with 'set.
696
697         * nnml.el (nnml-request-set-mark): Ditto.
698
699         * nnfolder.el (nnfolder-request-set-mark): Ditto.
700
701         * nntp.el (nntp-request-set-mark): Ditto.
702
703 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
704
705         * message.el (message-called-interactively-p): A temporary macro.
706         (message-goto-body): Use it temporarily.
707
708 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
709
710         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
711         (nnimap-last-response-string): Unfold quoted lines, if they exist.
712         (nnimap-last-response-string): Fix last unfolding fix.
713
714 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
715
716         * shr.el (shr-insert): Fix the way to fold lines.
717
718 2010-11-25  Julien Danjou  <julien@danjou.info>
719
720         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
721
722         * color.el: Rename from color-lab.el
723         (color-rgb->hex): Add.
724         (color-complement): Add.
725         (color-complement-hex): Add.
726
727         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
728
729 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
730
731         * shr-color.el (shr-color-visible): Don't bug out if the colour names
732         don't exist.
733
734 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
737         assuming that article displaying or another mml-preview may be
738         interrupted for an error or for the like.
739
740         * shr.el (shr-get-background): Fix argument name.
741
742 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
743
744         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
745
746         * gnus-sum.el (gnus-summary-include-articles): New function.
747
748         * message.el (message-goto-body): called-interactively-p needs a
749         parameter, so use `any'.
750
751         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
752         clear marks before moving, since they're synced from the Gnus side
753         first.
754
755         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
756         (gnus-summary-move-article): Copy over all marks before moving, so that
757         IMAP doesn't think a new article has arrived.
758
759 2010-11-24  Julien Danjou  <julien@danjou.info>
760
761         * shr.el (shr-insert-background-overlay): Fix typo.
762         (shr-render-td): Copy the background before rendering.
763
764         * shr-color.el (shr-color-visible): Fix docstring.
765
766         * shr.el (shr-tag-table): Add bgcolor support.
767         (shr-render-td): Add bgcolor support.
768         (shr-get-background): Add.
769         (shr-insert-foreground-overlay): Use shr-get-background.
770
771         * message.el (message-goto-body): Use called-interactively-p.
772         (message-in-body-p): message-goto-body returns point.
773
774 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
775
776         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
777         Fixes something or other in Emacs 23, and is backwards compatible.
778
779         * message.el (message-goto-body): Remove the <#secure special-casing,
780         which is too special.
781
782         * shr.el (shr-parse-style): Drop !important from styles.
783
784 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
785
786         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
787         this function to return incorrect results when calling it with an
788         explicit article argument different from
789         (gnus-summary-article-number).
790
791 2010-11-24  Julien Danjou  <julien@danjou.info>
792
793         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
794         (shr-tag-body): Add background support.
795         (shr-descend): Add background support.
796         (shr-tag-title): Add.
797
798         * shr-color.el (shr-color-visible): Really return original background
799         if fixed.
800
801 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
802
803         * shr.el (shr-color-check): Protect against non-existant colour names.
804
805 2010-11-24  Julien Danjou  <julien@danjou.info>
806
807         * color-lab.el: Require 'cl when compiling.
808
809         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
810
811         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
812         matched part.
813
814         * color-lab.el: Fix all expt calls to use float type.
815
816 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
817
818         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
819         expression to shr-color-check as is.
820
821         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
822
823         * color-lab.el: Add coding cookie.
824         (float-pi): Use eval-and-compile.
825
826         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
827         compiled for Emacsen having no `libxml-parse-html-region' support.
828
829 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
830
831         * shr.el (shr-insert-color-overlay): Split stuff like
832         "#444444 !important" to find the real colour.
833         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
834         parse <font color="red"> entries.
835
836 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
837
838         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
839         point when parsing headers.
840
841         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
842         is positioned properly when parsing headers.
843
844 2010-11-23  Julien Danjou  <julien@danjou.info>
845
846         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
847
848         * shr-color.el (shr-color->hexadecimal): Add support for color names.
849
850         * shr.el (shr-parse-style): Replace \n with space in style parsing.
851
852         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
853         shr-color-hue-to-rgb.
854         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
855
856 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
857
858         * shr.el (shr-color->hexadecimal): Autoload.
859         (shr-descend): Add color to all tags.
860
861 2010-11-22  Julien Danjou  <julien@danjou.info>
862
863         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
864         shr-color->hexadecimal.
865
866         * shr-color.el (shr-color->hexadecimal): Add converting functions for
867         RGB() or HSL() color representation.
868
869         * shr.el (shr-tag-font): Add.
870         (shr-tag-color-check): New function to get better colors.
871         (shr-tag-insert-color-overlay): Factorize code between tag-font and
872         tag-span.
873
874         * shr-color.el: New file.
875
876         * color-lab.el: New file.
877
878         * gnus-art.el (gnus-url-mailto): Do not downcase args.
879
880 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
881
882         * nnir.el: Fix typo in comments.
883         (nnir-run-imap): Simplify code. No need to reverse artlist.
884         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
885
886 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
887
888         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
889
890         * nnimap.el (nnimap-get-capabilities): Refactor out.
891         (nnimap-open-connection): Re-request capabilities after STARTTLS.
892
893 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
894
895         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
896         appearing when `mm-uu-hide-markers' is nil.
897
898 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
899
900         * nnimap.el (nnimap-unselect-group): Make into its own function.
901         (nnimap-request-rename-group): Unselect group before renaming.
902         This had gotten lost somewhere.
903         (nnimap-request-accept-article): Keep track of examined groups, and
904         unselect the group before APPENDing to read-only groups.
905         (nnimap-request-move-article): Clear flags before moving so that they
906         can be re-set later.
907
908 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
909
910         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
911         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
912
913 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
914
915         * gnus-art.el (gnus-mime-display-single)
916         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
917         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
918         parameter.
919
920 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
921
922         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
923         (shr-table-vertical-line): New variable.
924         (shr-insert-table): Use it.
925
926 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
927
928         * gnus-html.el (gnus-html-wash-images): Don't display images if
929         gnus-inhibit-images is non-nil; register displayer for cid images.
930         (gnus-html-display-image): Work for cid image.
931         (gnus-html-insert-image): Allow arguments.
932         (gnus-html-put-image): Inhibit read-only.
933         (gnus-html-prefetch-images): Don't prefetch images if
934         gnus-inhibit-images is non-nil.
935
936 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
937
938         * shr.el (shr-put-image): Break lines when inserting big pictures.
939
940 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
941
942         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
943         sender, thanks Katsumi Yamaoka.
944
945 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
946
947         * nnir.el (nnir-run-imap): Reverse the article list for each group
948         rather than the whole list.
949
950 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
951
952         * shr.el (shr-image-displayer): Protect function against non-existent
953         image source.
954
955         * gnus-art.el (gnus-inhibit-images): New user option.
956         (gnus-mime-display-single): Don't display image if it is non-nil.
957
958         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
959         gnus-inhibit-images.
960
961         * shr.el (shr-image-displayer): New function.
962         (shr-tag-img): Use it.
963
964 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
965
966         * mml2015.el (mml2015-epg-sign): Use From header.
967
968 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969
970         * gnus-html.el (gnus-html-wash-images): Register a displayer.
971
972         * gnus-util.el (gnus-find-text-property-region): Return markers.
973
974         * shr.el (shr-tag-img): Put a displayer in the text property.
975
976         * gnus-util.el (gnus-find-text-property-region): New utility function.
977
978         * gnus-html.el (gnus-html-display-image): Make the alt optional.
979         (gnus-html-show-images): Remove.
980
981         * gnus-art.el (gnus-article-show-images): New, more general function.
982
983         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
984         image url text properties.
985
986         * shr.el: Ditto.
987
988         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
989         gnus-agent-auto-agentize-methods is set.  Which it isn't.
990
991 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
992
993         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
994         work for two or more articles.
995
996 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
997
998         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
999         divide an image that's in an html article to two or more when washing
1000         non-ASCII characters in alt text of it.
1001
1002 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1003
1004         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1005         smime-decrypt-region using function argument.
1006         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1007
1008         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1009
1010         * smime.el (smime-decrypt-region): Catch it.
1011
1012 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1013
1014         * smime.el (smime-mode-map): Move initialization into declaration.
1015         (gnus-run-mode-hooks): Don't autoload.
1016         (smime-mode): Use define-derived-mode.
1017
1018 2010-11-11  Glenn Morris  <rgm@gnu.org>
1019
1020         * smime.el (from): Restrict declaration to XEmacs.
1021
1022         * nnir.el (gnus-group-topic-name): Autoload.
1023
1024 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * shr.el (shr-insert): Don't break long line if it is because of
1027         kinsoku-bol characters in the line end.
1028
1029 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1030
1031         * nnir.el (nnir-request-move-article): Fix to provide original group
1032         and subject.
1033         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1034         been retrieved.
1035
1036         * gnus-sum.el (gnus-summary-move-article): Use original group and
1037         subject for virtual articles such as those in an nnir summary buffer.
1038
1039 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1040
1041         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1042         least 21.5).
1043
1044         * smime.el (from): Declare it again for XEmacs.
1045
1046 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1047
1048         * message.el (message-resend): Don't disable encoding unless it's
1049         already encoded.
1050
1051         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1052         low-numbered articles.
1053
1054 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1055
1056         * rfc2047.el (rfc2047-syntax-table): Simplify.
1057
1058         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1059
1060         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1061         set-char-table-range for XEmacs.
1062
1063 2010-11-10  Glenn Morris  <rgm@gnu.org>
1064
1065         * time-date.el (time-to-seconds): Always an alias on Emacs,
1066         never a real function.
1067         (with-no-warnings): Remove compat stub, now unused.
1068         (time-less-p): Doc fix.
1069         (time-to-number-of-days): Simplify.
1070
1071         * smime.el (from): Remove unused declaration.
1072
1073         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1074         (gnus-float-time): On Emacs, always an alias.
1075
1076         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1077         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1078
1079 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1080
1081         * dgnushack.el: Don't use ignore-errors in the top level form since it
1082         is unavailable in XEmacs even if cl is loaded.
1083
1084         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1085
1086 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1087
1088         * shr.el (browse-url-mailto): Autoload.
1089
1090         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1091
1092         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1093         regexp doesn't need quoting.
1094
1095 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1096
1097         * message.el (message-subject-trailing-was-ask-regexp)
1098         (message-subject-trailing-was-regexp): Match was: in addition to was.
1099
1100 2010-11-09  Glenn Morris  <rgm@gnu.org>
1101
1102         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1103         (nnbabyl-check-mbox): Use point-at-bol.
1104
1105 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1106
1107         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1108
1109         * message.el (message-mailto): New function.
1110         (message-mailto): Should accept other parameters.
1111         (message-mailto): Remove since it duplicates browse-url-mailto
1112         functionality.
1113
1114 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1115
1116         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1117         methods.
1118         (gnus-read-active-file): Ditto.
1119
1120         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1121         ": " from the prompt.
1122         (gnus-group-make-group): Ditto.
1123
1124 2010-11-07  Glenn Morris  <rgm@gnu.org>
1125
1126         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1127         (gnus-bookmark-kill-line): Use point-at-eol.
1128
1129 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1130
1131         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1132         asterisks in From header.
1133
1134 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1137         string to avoid making the From headers syntactically invalid.
1138
1139         * message.el (message-send-mail): Don't insert courtesy messages if the
1140         message already has List-Post and List-ID messages.
1141
1142 2010-11-06  Glenn Morris  <rgm@gnu.org>
1143
1144         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1145         `condition', `type', `length' a prefix.
1146         (gnus-treat-predicate): Update for above name changes.
1147
1148 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1149
1150         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1151         binding.  Handled by `gnus-summary-refer-thread' instead.
1152         (nnir-warp-to-article): New backend function.
1153
1154         * nnimap.el (nnimap-request-thread): Force dependency updating.
1155
1156         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1157         (gnus-summary-refer-thread): Rework to improve thread-referral.
1158
1159         * gnus-int.el (gnus-warp-to-article): New function.
1160
1161         * gnus-sum.el (gnus-summary-article-map): Bind it.
1162
1163 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1164
1165         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1166         gnus-summary-refer-thread.
1167
1168         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1169         headers.
1170         (gnus-summary-limit-include-thread): Prevent articles in thread from
1171         being cut in gnus-cut-threads.
1172         (gnus-summary-refer-thread): Limit retrieved headers to those in
1173         thread.
1174
1175 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1176
1177         * message.el (message-send-mail): Use the value of
1178         message-courtesy-message from the message buffer.
1179
1180         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1181
1182         * shr.el (shr-browse-url): Implement mailto: URLs.
1183
1184         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1185         "raw".
1186
1187         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1188         if it's already selected.
1189
1190         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1191
1192 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1195         to measure the length and truncate alt text.
1196
1197 2010-11-03  Glenn Morris  <rgm@gnu.org>
1198
1199         * nndiary.el (nndiary-generate-nov-databases-1)
1200         (nndiary-generate-active-info): Rename dynamic variable `files' to
1201         something less generic.
1202
1203 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1204
1205         * nnir.el (nnir-request-move-article): Call the underlying backend to
1206         move articles from nnir.
1207
1208 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1209
1210         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1211
1212 2010-11-02  Julien Danjou  <julien@danjou.info>
1213
1214         * nnir.el: Remove wais support.
1215
1216 2010-11-02  Glenn Morris  <rgm@gnu.org>
1217
1218         * gnus-html.el: Reorder requirements to quieten compiler.
1219
1220 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1221
1222         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1223         properly for XEmacs as well.
1224         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1225         (gnus-article-natural-long-line-p): Use window-width rather than
1226         frame-width.
1227
1228 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1229
1230         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1231         (nnir-read-parms): Don't modify query.
1232         (nnir-run-query): Add ability to search topic on current line.
1233         (nnir-get-active): Clean up.
1234
1235 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236
1237         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1238         degenerate articles.
1239
1240         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1241         (gnus-print-buffer): Just print the buffer as is, without any copying
1242         to a buffer and then re-highlighting.
1243
1244         * nnimap.el (nnimap-request-group): Store the new updated info.
1245         (nnimap-request-group): Select the group when we don't know whether it
1246         exists or not.
1247
1248         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1249         groups.
1250
1251         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1252         groups.
1253
1254         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1255         groups.
1256
1257         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1258         long-lines case by only filling the long lines.
1259
1260         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1261         (bug #7311).
1262
1263 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * shr.el: No need to declare `declare-function' since shr.el is for
1266         only Emacsen that provide `libxml-parse-html-region'.
1267
1268         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1269         effective only in a file it is referred to.
1270
1271 2010-11-01  Glenn Morris  <rgm@gnu.org>
1272
1273         * mm-util.el (gnus-completing-read): Autoload.
1274         (mm-read-coding-system): Simplify Emacs definition.
1275
1276         * nnmail.el (gnus-activate-group):
1277         * nnimap.el (gnutls-negotiate):
1278         * nntp.el (netrc-parse): Fix declarations.
1279
1280 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1283         string-match-p in Emacs >=23.
1284
1285         * gnus-msg.el (gnus-configure-posting-styles)
1286         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1287
1288 2010-11-01  Glenn Morris  <rgm@gnu.org>
1289
1290         * nnir.el (declare-function): Add compat stub.
1291         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1292         (nnir-run-gmane): Require 'mm-url.
1293
1294         * mm-util.el (mm-string-to-multibyte): Simplify.
1295
1296         * shr.el (declare-function): Add compat stub.
1297         (url-cache-create-filename): Declare.
1298         (mm-disable-multibyte, widget-convert-button): Autoload.
1299
1300         * smime.el (ldap-search): Declare.
1301         (smime-cert-by-ldap-1): Require ldap on Emacs.
1302
1303         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1304         (nnimap-keepalive): Use gnus-float-time.
1305
1306         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1307         (mail-source-delete-crash-box): Use gnus-float-time.
1308
1309         * gnus-dired.el (gnus-completing-read): Autoload.
1310
1311         * mm-view.el (gnus-rescale-image): Autoload.
1312
1313         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1314
1315         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1316
1317         * sieve-manage.el: Require 'cl when compiling.
1318
1319         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1320         (gnus-iswitchb-completing-read): Require iswitchb.
1321         (gnus-select-frame-set-input-focus): Silence compiler.
1322
1323 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1324
1325         * message.el (message-subject-trailing-was-query): Change default to t,
1326         since I think that's what most people want.
1327
1328         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1329         appending for easier debugging.
1330         (nnimap-wait-for-connection): Take a regexp.
1331         (nnimap-request-accept-article): Wait for the continuation line before
1332         sending anything unless we're streaming.
1333
1334         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1335         leave the header washing to take place.
1336
1337 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1338
1339         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1340         regular expression match and replace in posting styles.
1341
1342 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1343
1344         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1345         an entire server.
1346         (nnir-get-active): New function.
1347         (nnir-run-imap): Use it.
1348         (nnir-run-gmane): Who knew, gmane search returns an article score!
1349
1350         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1351         server on the current line with nnir.
1352
1353 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1354
1355         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1356         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1357         left edge.
1358         (gnus-article-foldable-buffer): Skip past the prefix when determining
1359         raggedness.
1360
1361         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1362         the raw article, and change `C-u g' to show the article without doing
1363         treatments.
1364
1365         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1366         on to `gnus-treat-article'.
1367         (gnus-inhibit-article-treatments): New variable.
1368
1369         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1370
1371         * gnus-art.el (gnus-treatment-function-alist): Have
1372         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1373         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1374         sections.
1375
1376         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1377         parameter.
1378         (gnus-article-fill-cited-long-lines): New function.
1379         (gnus-article-fill-cited-article): Allow filling only long sections.
1380
1381         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1382         and non-punctuation (like after the apostrophe in "'We").
1383
1384         * gnus-sum.el (gnus-summary-select-article): Make sure
1385         gnus-original-article-buffer is alive.
1386
1387         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1388         reflect the order they're in in the digest.
1389
1390         * gnus.el (gnus-group-startup-message): Move point to the start of the
1391         buffer.
1392
1393         * nnimap.el (nnimap-capability): New function.
1394         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1395         is set.
1396
1397 2010-10-31  David Engster  <dengste@eml.cc>
1398
1399         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1400         conform with changes to gnus-completing-read.
1401
1402 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1403
1404         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1405
1406 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1407
1408         * nnir.el: Move defvar, defcustom around to keep file organized
1409         and keep byte-compiler quiet.
1410         (nnir-read-parms): Accept search-engine as arg.
1411         (nnir-run-query): Pass search-engine as arg.
1412         (nnir-search-engine): Remove.
1413
1414 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1415
1416         * shr.el (shr-generic): The text nodes should be text, not :text.
1417
1418         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1419         later in the file.
1420
1421 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1422
1423         * nnir.el: General clean up.  Allow searching with multiple engines.
1424         Allow separate extra-parameters for each engine.
1425         Batch queries when possible.
1426         (nnir-imap-default-search-key,nnir-method-default-engines):
1427         Add customize interface.
1428         (nnir-run-gmane): New engine.
1429         (nnir-engines): Use it.  Qualify all prompts with engine name.
1430         (nnir-search-engine): Remove global variable.
1431         (nnir-run-hyrex): Restore for now.
1432         (nnir-extra-parms,nnir-search-history): New variables.
1433         (gnus-group-make-nnir-group): Use them.
1434         (nnir-group-server): Remove in favor of gnus-group-server.
1435         (nnir-request-group): Avoid searching twice.
1436         (nnir-sort-groups-by-server): New function.
1437
1438 2010-10-30  Julien Danjou  <julien@danjou.info>
1439
1440         * gnus-group.el: Remove gnus-group-fetch-control.
1441
1442         * gnus-start.el (gnus-find-new-newsgroups):
1443         Remove gnus-check-first-time-used.
1444
1445         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1446
1447 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1448
1449         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1450         set on groups that don't have \* permanentflags.
1451
1452 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1453
1454         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1455         control the background color.
1456         (shr-tag-img): Ignore very small web bug type images.
1457         (shr-put-image): Add help-echo alt texts to the images.
1458         (shr-tag-video): Show the video poster image.
1459
1460 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1461
1462         * shr.el (shr-table-depth): New variable.
1463         (shr-tag-table-1): Only insert the images after the top-level table.
1464
1465         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1466
1467         * gnus-util.el (gnus-list-memq-of-list): New function.
1468
1469         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1470         selected.
1471         (nnimap-unsplittable-articles): New slot.
1472         (nnimap-new-articles): Use it.
1473
1474 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1475
1476         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1477         move to the previous line on `M-g'.
1478
1479 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1480
1481         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1482         *-request-group, which seems unnecessary.
1483
1484         * nnimap.el (nnimap-quote-specials): Function copied over from
1485         imap.el.
1486         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1487         they support that.  Suggested by Tom Regner.
1488
1489 2010-10-29  Julien Danjou  <julien@danjou.info>
1490
1491         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1492         defalias.
1493         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1494
1495         * gnus.el: Remove `gnus-nntp-service' variable.
1496         (gnus-secondary-servers): Make obsolete.
1497         (gnus-nntp-server): Make obsolete.
1498
1499         * gnus-start.el (gnus-1): Remove x-splash calls.
1500
1501         * gnus-ems.el (gnus-x-splash): Remove.
1502
1503         * gnus.el (gnus-group-startup-message): Simplify/update code.
1504
1505         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1506         definition.
1507
1508         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1509         capability before doing anything.
1510         (gnus-group-insert-group-line): Remove useless
1511         gnus-group-remove-excess-properties.
1512
1513 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1514
1515         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1516
1517 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1518
1519         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1520         config after reselecting.
1521
1522 2010-10-28  Julien Danjou  <julien@danjou.info>
1523
1524         * shr.el (shr-put-image): Use point even if only inserting text.
1525         (shr-put-image): Save excursion when inserting alt text on non-graphic
1526         display, so the behaviour is the same when we are on a graphic display.
1527
1528         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1529
1530 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1531
1532         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1533         (gnus-mime-copy-part): Check coding system, not charset.
1534         (gnus-mime-view-part-externally): Never remove part.
1535         (gnus-mime-view-part-internally): Don't remove part here.
1536         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1537         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1538         multipart/alternative.
1539
1540         * mm-decode.el (mm-display-part): Take optional arg `force'.
1541
1542 2010-10-26  Julien Danjou  <julien@danjou.info>
1543
1544         * gnus-group.el (gnus-group-default-list-level): Add this function to
1545         compute the default list level.
1546         (gnus-group-default-list-level): Add possibility to use a function.
1547
1548 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1549
1550         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1551
1552         * gnus-group.el (gnus-group-completing-read)
1553         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1554         gnus-replace-in-string.
1555
1556 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1557
1558         * shr.el (shr-tag-div): Add.
1559
1560         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1561
1562 2010-10-25  Julien Danjou  <julien@danjou.info>
1563
1564         * gnus-util.el: Remove `gnus-with-local-quit'.
1565
1566         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1567
1568 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1569
1570         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1571         the original article buffer.
1572
1573 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1574
1575         * nnimap.el (nnimap-request-head): New function.
1576         (nnimap-request-move-article): Try to be slighly faster by not
1577         requesting the entire message when moving.
1578         (nnimap-transform-headers): Don't bug out on bodiless articles.
1579         (nnimap-send-command): Have no outstanding messages if the IMAP server
1580         doesn't support streaming.
1581         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1582
1583 2010-10-24  Julien Danjou  <julien@danjou.info>
1584
1585         * message.el (message-default-headers): Fix type.
1586
1587 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1588
1589         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1590         prefetching images.
1591
1592         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1593         backend for unknown groups.  This is mainly useful for nnimap groups.
1594
1595         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1596         group isn't covered by the agent.
1597
1598 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1599
1600         * nnir.el (nnir-method-default-engines): New variable.
1601         (nnir-run-query): Use it.
1602         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1603         (gnus-summary-nnir-goto-thread): Change group if needed.
1604
1605         * gnus-group.el (gnus-group-group-map): Add key binding for
1606         gnus-group-make-nnir-group.
1607
1608 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1609
1610         * shr.el (shr-tag-object): Add.
1611
1612         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1613         original article buffer live.
1614         (gnus-summary-select-article-buffer):
1615         Mention gnus-widen-article-buffer.
1616
1617 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1618
1619         * shr.el (shr-tag-strong): Add.
1620
1621 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1622
1623         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1624         group names.  They mess up the group buffer badly.
1625
1626         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1627
1628         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1629         instead of the summary one.
1630
1631 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1632
1633         * mml.el (mml-preview): Work properly when editing article.
1634
1635         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1636         gnus-have-read-active-file if it's already been in.
1637
1638 2010-10-22  Tom Tromey  <tromey@redhat.com>
1639
1640         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1641         gnus-group-completing-read.
1642
1643 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1644
1645         * message.el (message-mode-map): Don't bind M-; to comment region, to
1646         allow the global comment-dwim to work.
1647
1648 2010-10-21  Julien Danjou  <julien@danjou.info>
1649
1650         * message.el (message-setup-1): Allow message-default-headers to be a
1651         function.
1652
1653 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1654
1655         * shr.el (shr-tag-table): Simplify.
1656
1657 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1658
1659         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1660         to avoid trying to snarf invalid stuff.
1661
1662         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1663
1664         * gnus.el (gnus-message-archive-group): Quote value.
1665         (gnus-message-archive-group): Mark as changed.
1666
1667         * shr.el (shr-add-font): Don't put the font properties on the newline
1668         or the indentation.
1669
1670         * message.el (message-fix-before-sending): Change options when sending
1671         non-printable characters.
1672
1673         * gnus.el (gnus-message-archive-method): Change the default to
1674         monthly outgoing groups.
1675
1676         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1677         that have gotten new numbers.
1678
1679         * nnimap.el (nnimap-request-replace-article): New function.
1680
1681 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1682
1683         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1684         (nnrss-request-article): Don't use special html washing code.
1685
1686 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1687
1688         * shr.el (shr-tag-table): Remove useless nconc.
1689
1690 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1691
1692         * gnus-art.el (article-wash-html): Simplify and remove the charset
1693         stuff.  Use the normal html rendering code instead of the special html
1694         washing code.
1695
1696         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1697         `gnus-w3m' symbols.
1698         (mm-text-html-washer-alist): Remove.
1699
1700         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1701         (mm-inline-media-tests): Remove use.
1702         (mm-text-html-renderer): Change default to the `shr' symbol.
1703
1704         * mm-view.el (mm-inline-text-html): Remove use.
1705
1706         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1707         `gnus-blocked-images' to be a function.
1708         (gnus-article-wash-function): Remove.
1709
1710 2010-10-20  Julien Danjou  <julien@danjou.info>
1711
1712         * spam.el (spam-list-of-processors): Mark as obsolete.
1713
1714         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1715         (nnimap-insert-partial-structure): Fix boundary detection.
1716
1717 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1718
1719         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1720         run file-truename on remote files.  This can be expensive and even
1721         prevent one from editing drafts if some unrelated buffer has a stale
1722         connection.
1723
1724 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1725
1726         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1727         kinsoku-eol regardless of shr-kinsoku-shorten.
1728         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1729         (shr-tag-table): Support caption, thead, and tfoot.
1730
1731 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1732
1733         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1734         lines.
1735         (shr-save-contents): New command and keystroke.
1736
1737         * nndoc.el (nndoc-type-alist): Add git support.
1738         (nndoc-git-type-p): New function.
1739         (nndoc-transform-git-article): Ditto.
1740         (nndoc-transform-git-headers): Ditto.
1741         (nndoc-transform-git-headers): Generate Subject headers.
1742
1743         * shr.el (shr-parse-style): New function.
1744         (shr-tag-span): Ditto.
1745
1746         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1747         to `G G' to avoid collisions.
1748
1749 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1750
1751         * shr.el: Load kinsoku if necessary.
1752         (shr-kinsoku-shorten): New internal variable.
1753         (shr-find-fill-point): Make kinsoku shorten text line if
1754         shr-kinsoku-shorten is bound to non-nil.
1755         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1756         shr-indentation too when testing if table is wider than frame width.
1757         (shr-insert-table): Use `string-width' instead of `length' to measure
1758         text width.
1759         (shr-insert-table-ruler): Make sure indentation is done at bol.
1760
1761 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1762
1763         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1764         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1765         undecoded network data.
1766
1767 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1768
1769         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1770         name in the mode line spec so that the mode line menu works
1771         (bug #2431).
1772
1773         * message.el (message-get-reply-headers): If we're fed `to-address',
1774         then always use that.
1775
1776         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1777         aren't so wide as to need to switch off the edit menu.
1778
1779         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1780         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1781
1782         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1783         `M-g'.
1784         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1785         the permanent marks.
1786
1787 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1788
1789         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1790         Splitting according to references/in-reply-to obeys the ignore-groups
1791         variable, while splitting by sender and subject do not.
1792
1793 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1794
1795         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1796         alist, so that we can look for non-Unicode chars.
1797         (article-translate-strings): Allow both character and string maps.
1798
1799 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1800
1801         * shr.el (shr-insert): Don't insert space behind a wide character
1802         categorized as kinsoku-bol, or between characters both categorized as
1803         nospace.
1804
1805 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1806
1807         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1808         headers to gnus-newsgroup-headers.
1809
1810 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1811
1812         * shr.el (shr-tag-img): Don't align images -- since we're not
1813         rescaling, this often leads to ugly displays.
1814
1815 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1816
1817         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1818         duplicates.
1819
1820 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1821
1822         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1823         call.
1824
1825 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1826
1827         * gnus.el: Autoload gnus-html-show-images.
1828
1829         * nnimap.el: Use nnheader-message throughout.
1830
1831         * shr.el (shr-tag-img): Ignore images with no data.
1832
1833 2010-10-15  Julien Danjou  <julien@danjou.info>
1834
1835         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1836         a possibility to disable format=flow encoding when using hard newlines.
1837
1838 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1839
1840         * shr.el (shr-insert): Remove space inserted before or after a
1841         breakable character or at the beginning or the end of a line.
1842         (shr-find-fill-point): Do kinsoku; find the second best point or give
1843         it up if there's no breakable point.
1844
1845 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1846
1847         * nnimap.el (nnimap-open-connection): Message when opening connection
1848         for debugging purposes.
1849
1850         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1851         on every setup buffer call to allow this to change from article to
1852         article.
1853
1854         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1855         buffers where we have a wide table.
1856
1857 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1858
1859         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1860         uses *-request-thread.
1861
1862 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1863
1864         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1865         incantation, which is no longer valid.
1866
1867 2010-10-14  Julien Danjou  <julien@danjou.info>
1868
1869         * shr.el: Fix defcustom type (char -> character).
1870
1871 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1872
1873         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1874         programs.
1875
1876 2010-10-14  Julien Danjou  <julien@danjou.info>
1877
1878         * shr.el (shr-tag-a): Use url-link as widget type.
1879
1880         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1881         `gnus-group-get-icon'.
1882
1883 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1884
1885         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1886         This should make server editing work better.
1887
1888         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1889
1890         * tls.el (tls-program): Remove spurious %s from openssl.
1891
1892         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1893         (nnimap-parse-flags): Fix regexp.
1894
1895         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1896         probably work for CJVK text, too.
1897
1898         * nnimap.el (nnimap-extend-tls-programs): Remove.
1899         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1900
1901         * tls.el (tls-starttls-switches): Remove starttls hack.
1902         (open-tls-stream): Ditto.
1903         (tls-find-starttls-argument): Ditto.
1904
1905 2010-10-13  Julien Danjou  <julien@danjou.info>
1906
1907         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1908         responses.
1909
1910 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1911
1912         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1913
1914         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1915         anything in Emacs.
1916
1917         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1918
1919 2010-10-13  Julien Danjou  <julien@danjou.info>
1920
1921         * shr.el (shr-width): Make shr-width a defcustom with default to
1922         fill-column.
1923         (shr-tag-img): Use shr-width rather than fill-column.
1924
1925 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1926
1927         * dgnushack.el (byte-optimize-apply)
1928         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1929
1930         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1931         position when (X-)Faces exist.
1932         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1933         avatars when called interactively.
1934
1935 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1936
1937         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1938         gnus-article-x-face-too-ugly is bound.
1939
1940 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1941
1942         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1943
1944         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1945         mailbox that doesn't exist.
1946
1947 2010-10-12  Julien Danjou  <julien@danjou.info>
1948
1949         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1950         (shr-get-image-data): Encode URL properly when fetching from cache.
1951         (shr-tag-img): Use aligned-to spaces to align correctly images.
1952
1953         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1954         before inserting the Gravatar.
1955
1956         * shr.el (shr-tag-img): Add align attribute support for <img>.
1957
1958 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959
1960         * gnus-gravatar.el (gnus-art): Require.
1961
1962         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1963         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1964         Remove long obsoleted functions.
1965
1966 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1967
1968         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1969
1970         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1971
1972         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1973         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1974         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1975         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1976         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1977         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1978         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1979
1980 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1981
1982         * nnimap.el (nnimap-request-rename-group): Select group read-only
1983         before renaming it.
1984
1985         * shr.el (shr-insert): Fix up the white space only regexp.
1986
1987         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1988         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1989
1990         * shr.el (shr-current-column): New function.
1991         (shr-find-fill-point): New function.
1992
1993 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1994
1995         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1996         numbers.
1997
1998 2010-10-11  Julien Danjou  <julien@danjou.info>
1999
2000         * shr.el (shr-hr-line): Add.
2001         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2002         display hr lines.
2003         (shr-max-columns): Do not change state to nil if we just inserting
2004         spaces.
2005
2006 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2007
2008         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2009         select the last group.
2010
2011 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2012
2013         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2014
2015 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2016
2017         * dig.el (dig-mode-map): Declare and define in one step.
2018
2019 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2020
2021         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2022         for Gnus.
2023         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2024         (nnimap-update-qresync-info): Mark \Seen articles as read.
2025
2026         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2027         non-variable, too.
2028
2029         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2030         available.
2031         (nnimap-update-info): Rely more on the current active than the param
2032         active to avoid marking articles as read too much.
2033
2034         * auth-source.el (auth-source-create): Use (user-login-name) for the
2035         user name default.
2036
2037         * nnimap.el (nnimap-update-info): If the server doesn't return any
2038         useful info, just use the previous info.
2039         (nnimap-update-info): Prefer old info over start-article.
2040         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2041
2042 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2043
2044         * nnir.el (autoload): Clean up autoloads.
2045         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2046         Use key rather than value.
2047         (nnir-imap-search-other): New variable.
2048         (nnir-read-parm): Use it.
2049         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2050         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2051
2052 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2053
2054         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2055         the process, too.
2056
2057 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2058
2059         * spam.el (gnus-summary-mode-map): Bind to "$".
2060         Suggested by Russ Allbery.
2061
2062         * shr.el: Rework the way things are indented by <li> slightly.
2063
2064         * gnus.el (gnus-group-set-parameter): Fix typo.
2065
2066         * nnimap.el: Start implementing QRESYNC support.
2067
2068 2010-10-09  Julien Danjou  <julien@danjou.info>
2069
2070         * nnir.el (nnir-engines): Fix too many arguments.
2071
2072 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2073
2074         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2075         group is the "last", so that the backends like nnfolder actually save
2076         their folders.
2077
2078         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2079         try to use that for the tls stream.
2080         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2081         UIDVALIDITY and find out which groups are read-only and not.
2082         (nnimap-get-flags): Use the same marks parsing code as the rest of
2083         nnimap.
2084
2085 2010-10-09  Julien Danjou  <julien@danjou.info>
2086
2087         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2088
2089         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2090         retrieving gravatars.
2091
2092         * shr.el (shr-table-corner): Add.
2093         (shr-table-line): Add.
2094         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2095
2096 2010-10-08  Julien Danjou  <julien@danjou.info>
2097
2098         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2099
2100 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2101
2102         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2103
2104         * gnus-sum.el (gnus-mark-article-as-unread)
2105         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2106         (gnus-summary-set-bookmark): Use it.
2107
2108         * gnus-msg.el (gnus-setup-message): Use it.
2109
2110         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2111
2112         * gnus.el (gnus-group-remove-parameter): Use it.
2113
2114         * gnus-group.el (gnus-group-make-web-group): Use it.
2115
2116         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2117
2118         * nnregistry.el: Update docs to mention manual.
2119
2120         * gnus-registry.el: Update docs to mention nnregistry.el.
2121         (gnus-registry-initialize): Don't install nnregistry refer method
2122         automatically.
2123         (gnus-registry-install-nnregistry): Remove it.
2124
2125 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2126
2127         * shr.el (shr-insert): Don't insert double spaces.
2128
2129 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * gnus-gravatar.el (gnus-treat-from-gravatar)
2132         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2133         called interactively.
2134
2135         * gnus-art.el (gnus-mime-view-part-externally)
2136         (gnus-mime-view-part-internally): Make predicate function passed to
2137         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2138         of a mime type.
2139
2140         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2141
2142 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2143
2144         * shr.el (require): Require cl when compiling.
2145         (shr-tag-hr): New function.
2146
2147         * nnimap.el (nnimap-update-info): Remove double setting of high.
2148         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2149         This makes nnimap work properly on Courier again.
2150
2151         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2152         the variable for backwards compatability.
2153
2154         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2155         the file name before using to avoid setting mm-default-directory to
2156         nil.
2157
2158         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2159         bidning gnus-agent variables.
2160
2161         * shr.el (shr-render-td): Use a cache for the table rendering function
2162         to avoid getting an exponential rendering behaviour in nested tables.
2163         (shr-insert): Rework the line-breaking algorithm.
2164         (shr-insert): Don't leave trailing spaces.
2165         (shr-insert-table): Also insert empty TDs.
2166         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2167
2168 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2169
2170         * gnus-sum.el (gnus-number): Rename from `number'.
2171         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2172         (gnus-summary-limit-children): Update uses correspondingly.
2173
2174 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2175
2176         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2177         (gnus-gravatar-transform-address): Don't show avatars of people of
2178         which mail addresses match gnus-gravatar-too-ugly.
2179
2180 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2181
2182         * shr.el (shr-table-widths): Expand TD elements to fill available
2183         space.
2184
2185 2010-10-07  Julien Danjou  <julien@danjou.info>
2186
2187         * nnimap.el (nnimap-request-rename-group): Add this method.
2188
2189 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2190
2191         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2192         name from XEmacs' function-arglist.
2193
2194         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2195         gravatar under XEmacs.
2196
2197 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2198
2199         * auth-source.el: Update docs with TODO items.
2200
2201         * gnus-sync.el: Update docs to explain state and plans.
2202
2203         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2204         Hooks for mark updates.
2205         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2206
2207         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2208         hooks with arguments, which is needed for mark update hooks.
2209
2210 2010-10-06  Julien Danjou  <julien@danjou.info>
2211
2212         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2213         was matched.
2214
2215         * sieve-manage.el: Update example in `Commentary'.
2216
2217         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2218
2219         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2220         not 2000.
2221         (sieve-manage-authenticate): Re-add function.
2222
2223 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2224
2225         * shr.el (shr-insert): Get 'space transition right.
2226         (shr-render-td): Only delete space at the end of the TD.
2227
2228         * nnimap.el (nnimap-open-connection): Prepare to support
2229         open-gnutls-stream.
2230
2231         * shr.el: Rearrange function order to be more logical.
2232
2233 2010-10-06  Julien Danjou  <julien@danjou.info>
2234
2235         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2236         (nnrss-discover-feed): Remove 404 URL in docstring.
2237
2238         * nnir.el: Fix Swish-E URL.
2239         Fix Namazu URL.
2240
2241         * message.el (message-change-subject): Remove 404 URL in a comment.
2242
2243 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2244
2245         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2246         called interactively.
2247
2248         * gnus-util.el (gnus-remove-if): Allow hash table.
2249         (gnus-remove-if-not): New function.
2250
2251         * gnus-art.el (gnus-mime-view-part-as-type)
2252         * gnus-score.el (gnus-summary-score-effect)
2253         * gnus-sum.el (gnus-read-move-group-name):
2254         Replace remove-if-not with gnus-remove-if-not.
2255
2256         * gnus-group.el (gnus-group-completing-read):
2257         Regard collection as a hash table if it is not a list.
2258
2259 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2260
2261         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2262
2263         * shr.el: Document the table-rendering algorithm.
2264
2265 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2266
2267         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2268         for Emacsen having no `libxml-parse-html-region' support.
2269
2270 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2271
2272         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2273         invalid URLs.
2274
2275         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2276         line-broken.
2277         (shr-tag-img): Ignore image fetching errors.
2278         (shr-overlays-in-region): Compute overlay positions correctly.
2279
2280         * mm-decode.el (mm-shr): Require shr.
2281
2282         * gnus-art.el (gnus-blocked-images): Move variable here.
2283
2284         * shr.el (shr-insert-table): Bind free variable.
2285
2286         * mm-decode.el (mm-shr): Bind shr-content-function.
2287
2288         * shr.el (shr-content-function): New variable.
2289
2290         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2291         added for symmetry.
2292
2293         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2294
2295         * gnus-group.el (gnus-group-make-group): Doc fix.
2296
2297         * nnimap.el (nnimap-request-newgroups): Return success.
2298
2299         * shr.el (shr-find-elements): New function.
2300         (shr-tag-table): Put all the images after the table.
2301         (shr-tag-table): Really inhibit images inside the table.
2302         (shr-collect-overlays): Copy over overlays from the TD elements to the
2303         main document.
2304
2305         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2306         gnus-blocked-images.
2307
2308 2010-10-05  Julien Danjou  <julien@danjou.info>
2309
2310         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2311
2312         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2313         (gnus-html-maximum-image-size): Add this function.
2314         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2315
2316         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2317         server-value of the capability is nil.
2318
2319 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2320
2321         * shr.el (shr-tag-em): Add <EM> tag.
2322
2323 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2324
2325         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2326         customizable.
2327
2328         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2329         handing broken links to browse-url.
2330
2331 2010-10-05  Julien Danjou  <julien@danjou.info>
2332
2333         * gnus-util.el (gnus-emacs-completing-read)
2334         (gnus-iswitchb-completing-read): Use autoload rather than require.
2335
2336 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2337
2338         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2339         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2340         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2341         iswitchb-temp-buflist for XEmacs.
2342
2343         * gnus-util.el (gnus-completing-read-function): Exclude
2344         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2345         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2346         XEmacs.
2347
2348         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2349         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2350
2351         * gnus-html.el: Don't require help-fns under XEmacs.
2352         (gnus-html-schedule-image-fetching): Work for XEmacs.
2353
2354         * mm-decode.el (mm-shr): Decode contents by charset.
2355
2356 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2357
2358         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2359         unknown.
2360
2361         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2362         (shr-get-image-data): Ensure against the cache file missing.
2363
2364         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2365         for data.
2366
2367         * spam-report.el (spam-report-url-ping-plain): Don't query about
2368         killing the process.
2369
2370         * shr.el (shr-render-td): Protect against too-wide text.
2371
2372 2010-10-04  Julien Danjou  <julien@danjou.info>
2373
2374         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2375         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2376
2377         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2378         retrieved.
2379
2380 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2381
2382         * shr.el (browse-url): Require.
2383         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2384         lines.
2385         (shr-show-alt-text, shr-browse-image): New commands.
2386         (shr-browse-url, shr-copy-url): New commands.
2387
2388         * gnus-sum.el (gnus-widen-article-window): New variable.
2389         (gnus-summary-select-article-buffer): Use it.
2390
2391         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2392         without @ signs.
2393
2394 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2395
2396         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2397
2398 2010-10-04  Julien Danjou  <julien@danjou.info>
2399
2400         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2401         for XEmacs.
2402
2403 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2404
2405         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2406
2407         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2408         (nnimap-close-server): Implement.
2409
2410         * dgnushack.el (iswitchb): Require to shut up the compiler.
2411
2412         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2413         (shr-insert): Tweak line breaking.
2414         (shr-insert): Handle <pre> better.
2415         (shr-tag-li): Get <li> indentation right.
2416         (shr-tag-li): Get <li> indentation even righter.
2417         (shr-tag-blockquote): Ensure paragraph start.
2418         (shr-make-table): Tweak table generation.
2419         (shr-make-table): Fix typo.
2420
2421         * shr.el: Implement table rendering.
2422
2423 2010-10-04  Julien Danjou  <julien@danjou.info>
2424
2425         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2426
2427 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2428
2429         * shr.el (shr-insert): Use string anchors instead of line anchors.
2430
2431 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432
2433         * shr.el: Add headings.
2434         (shr-ensure-paragraph): Actually work.
2435         (shr-tag-li): Make <ul> prettier.
2436         (shr-insert): Get white space at the beginning/end of elements right.
2437         (shr-tag-p): Collapse subsequent <p>s.
2438         (shr-ensure-paragraph): Don't insert double line feeds after blank
2439         lines.
2440         (shr-insert): \t is also space.
2441         (shr-tag-s): Fix "s" tag name function.
2442         (shr-tag-s): Fix face prop name.
2443
2444 2010-10-03  Julien Danjou  <julien@danjou.info>
2445
2446         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2447
2448         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2449         gnus-window-inside-pixel-edges.
2450
2451         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2452         gnus-ems.
2453
2454         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2455
2456         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2457         function.
2458
2459         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2460         resize choice.
2461
2462 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2463
2464         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2465         beginning of the buffer.
2466
2467         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2468         article buffer again.
2469
2470         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2471
2472         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2473         when it's at the start of the buffer.
2474
2475         * shr.el (shr-tag-blockquote): Convert name.
2476         (shr-rescale-image): Use the right image-size variant.
2477
2478         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2479         buffer isn't shown, then select the current article first instead of
2480         bugging out.
2481         (gnus-summary-select-article-buffer): Show both the article and summary
2482         buffers again.
2483
2484         * shr.el (shr-fontize-cont): Protect against regions with no text.
2485         Rename tag functions to shr-tag-* for enhanced security.
2486         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2487
2488 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2489
2490         * shr.el (shr-insert):
2491         * pop3.el (pop3-movemail):
2492         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2493         loaded.
2494
2495 2010-10-03  Glenn Morris  <rgm@gnu.org>
2496
2497         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2498
2499         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2500
2501         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2502
2503         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2504
2505         * gnus-util.el (gnus-make-local-hook): Simplify.
2506
2507 2010-10-02  Julien Danjou  <julien@danjou.info>
2508
2509         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2510         (gnus-ido-completing-read): New function.
2511         (gnus-emacs-completing-read): New function.
2512         (gnus-completing-read): Use gnus-completing-read-function.
2513         Add gnus-completing-read-function.
2514
2515 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2516
2517         * shr.el (shr-insert-document): Autoload.
2518         (shr-img): Be silent.
2519         (shr-insert): Add a newline after every picture before text.
2520         (shr-add-font): Use overlays for combining faces.
2521         (shr-insert): Pass upwards the text start point.
2522
2523         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2524         possible.
2525         (mm-shr): New function.
2526
2527 2010-10-02  Julien Danjou  <julien@danjou.info>
2528
2529         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2530         should go backward.
2531
2532 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2533
2534         * shr.el (shr): Fix typo in provide call.
2535
2536 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2537
2538         * shr.el: New file.
2539
2540         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2541
2542         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2543         completing read.
2544
2545 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2546
2547         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2548         we're being queried about.  Suggested by Dan Jacobson.
2549
2550         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2551         Suggested by Jason Eisner.
2552
2553         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2554         table, too.  Suggested by Stefan Wiens.
2555         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2556         the table unnecessary.  Suggested by Stefan Wiens.
2557
2558         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2559         longer needed, and probably doesn't work either, as pointed out by
2560         Stefan Wiens.
2561         (gnus-summary-exit): Remove call to the clearing function.
2562         (gnus-summary-exit-no-update): Ditto.
2563
2564         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2565         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2566         Reported by Stefan Monnier.
2567         (gnus-summary-save-in-rmail): Ditto.
2568
2569         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2570         article buffer, instead of both the article buffer and the summary
2571         buffer.  Sort of suggested by Dan Jacobson.
2572
2573         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2574
2575         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2576         Suggested by Dan Jacobson.
2577
2578         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2579         documentation clearer.
2580
2581         * message.el (message-shorten-references): Comment on the number "21".
2582         Suggested by Stefan Monnier.
2583
2584         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2585         Suggested by Dan Jacobson.
2586
2587         * gnus.el (gnus-large-newsgroup):
2588         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2589
2590         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2591         externalize attachments.  Bug reported by Steve Wen.
2592
2593         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2594         really message anything to the user.
2595
2596         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2597         directly.
2598
2599         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2600         messages in empty groups.
2601
2602 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2603
2604         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2605         non-UIDNEXT group.
2606
2607 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2608
2609         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2610         not the value from the collection.
2611
2612         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2613         values.  This sometimes happens on some groups that have no info.
2614         (nnimap-request-newgroups): New function.
2615
2616 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2617
2618         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2619         check into `gnus-registry-initialize'.
2620         (gnus-registry-initialize): Ditto.
2621         Fix and extend header docs.
2622
2623 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2624
2625         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2626         regexp backtrace overflows.
2627
2628         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2629         for starttls that tls.el implements; i.e. openssl.
2630
2631         * tls.el (tls-starttls-switches): Give up on using starttls with
2632         gnutls-cli.
2633         (tls-program): Add --insecure to be consistent with the defaults from
2634         openssl s_client.  Now all three commands are insecure.
2635
2636 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2637
2638         * lpath.el: Bind completion-styles-alist for XEmacs.
2639
2640         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2641         (gravatar-create-image): New function that's an alias to
2642         gnus-xmas-create-image, gnus-create-image, or create-image.
2643         (gravatar-data->image): Use it.
2644
2645 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2646
2647         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2648         install the nnregistry refer method.
2649         (gnus-registry-install-hooks): Use it.
2650         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2651         unfollowed groups.
2652
2653 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2654
2655         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2656         expanding threads.
2657
2658 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2659
2660         * nnir.el: Use the server names without suffixes (bug #7009).
2661
2662         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2663         unencrypted to STARTTLS, if possible.
2664
2665 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2666
2667         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2668         headers before superseding.
2669
2670 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2671
2672         * nnrss.el (nnrss-use-local): Add documentation.
2673
2674         * nnimap.el (nnimap-extend-tls-programs): New function.
2675         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2676         (nnimap-wait-for-connection): Accept the greeting from the stupid
2677         output from openssl s_client -starttls, too.
2678
2679         * tls.el (tls-starttls-switches): New variable.
2680         (tls-find-starttls-argument): Use it.
2681         (open-tls-stream): Ditto.
2682
2683         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2684         (netrc-machine): Ditto.
2685
2686         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2687         article number.
2688         (nnimap-split-fancy): New variable.
2689         (nnimap-split-incoming-mail): Use it.
2690
2691         * nntp.el (nntp-server-list-active-group): Document.
2692
2693         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2694         SELECT to get the message-id.
2695
2696         * mail-source.el (mail-sources): Remove webmail support.
2697         (defvar): Ditto.
2698         (mail-source-fetcher-alist): Ditto.
2699         (mail-source-fetch-webmail): Remove.
2700
2701         * webmail.el: Remove -- doesn't seem relevant any more.
2702
2703         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2704
2705         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2706         the \r.
2707
2708 2010-09-30  Julien Danjou  <julien@danjou.info>
2709
2710         * gnus-agent.el (gnus-agent-add-group): Fix call to
2711         gnus-completing-read.
2712
2713 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2714
2715         * nndoc.el (nndoc-retrieve-groups): New function.
2716
2717         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2718         `default', use nnmail-split-methods.
2719         (nnimap-request-article): Downcase the NILs so that they are nil.
2720
2721         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2722         symbol.
2723
2724         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2725         code, since if the user has requested network, that's what they ought
2726         to get.
2727         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2728         (nnimap-split-rule): Mark as obsolete.
2729
2730         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2731         New variable.
2732
2733         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2734         correct slot, too.
2735
2736 2010-09-29  Julien Danjou  <julien@danjou.info>
2737
2738         * gnus.el (gnus-local-domain): Declare variable obsolete.
2739
2740         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2741         Fix history computing.
2742         (gnus-ido-completing-read): Require ido.
2743
2744 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2745
2746         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2747         build Gnus.
2748
2749         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2750         when interpreting the structures.
2751         (nnimap-request-accept-article): Add \r\n to the lines to make this
2752         work with Cyrus.
2753
2754         * nndraft.el (nndraft-request-expire-articles): Use the group name
2755         instead if "nndraft".  Fix found by Nils Ackermann.
2756
2757 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2758
2759         * nnregistry.el: Add.
2760
2761 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2762
2763         * nnmail.el (group, group-art-list, group-art):
2764         Remove unneeded directives.
2765
2766 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2767
2768         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2769         (mm-mime-charset)
2770         * rfc2047.el (rfc2047-syntax-table)
2771         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2772
2773         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2774         rather than `insert-file-contents' and `eval-region'.
2775
2776         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2777         construction.
2778
2779         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2780
2781         * time-date.el: No need to require cl for Emacs 21.
2782
2783 2010-09-29  Julien Danjou  <julien@danjou.info>
2784
2785         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2786         replacement of `gnus-gravatar-relief' to mimic
2787         `gnus-faces-properties-alist'.
2788         Add :version property.
2789
2790 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2791
2792         * mail-source.el (mail-source-report-new-mail)
2793         * message.el (message-default-mail-headers)
2794         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2795
2796         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2797
2798 2010-09-28  Julien Danjou  <julien@danjou.info>
2799
2800         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2801         mail-address contains the same string as real-name.
2802
2803         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2804         non-blank in header, otherwise it'll get stripped.
2805
2806         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2807         real-name, and then for mail address rather than doing : or , search.
2808
2809 2010-09-27  Julien Danjou  <julien@danjou.info>
2810
2811         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2812         right completing-read function.
2813         (gnus-use-ido): New variable
2814         (gnus-completing-read-with-default): Remove.
2815         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2816         (gnus-agent-add-group):
2817         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2818         * mm-view.el (mm-view-pkcs7-decrypt):
2819         * mm-util.el (mm-codepage-setup):
2820         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2821         * mml-smime.el (mml-smime-openssl-sign-query):
2822         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2823         (mml-insert-multipart):
2824         * gnus-msg.el (gnus-summary-yank-message):
2825         * gnus-int.el (gnus-start-news-server):
2826         * mm-decode.el (mm-interactively-view-part):
2827         * gnus-dired.el (gnus-dired-attach):
2828         * gnus.el (gnus-read-method):
2829         * gnus-bookmark.el (gnus-bookmark-jump):
2830         * gnus-art.el (gnus-mime-view-part-as-type)
2831         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2832         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2833         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2834         * nnmairix.el (nnmairix-create-server-and-default-group)
2835         (nnmairix-update-groups, nnmairix-get-server)
2836         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2837         (nnmairix-get-group-from-file-path):
2838         * nnrss.el (nnrss-find-rss-via-syndic8):
2839         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2840         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2841         (gnus-group-browse-foreign-server):
2842         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2843         (gnus-summary-execute-command, gnus-summary-respool-article)
2844         (gnus-read-move-group-name):
2845         * gnus-score.el (gnus-summary-increase-score)
2846         (gnus-summary-score-effect):
2847         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2848
2849 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2850
2851         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2852         x-focus-frame.
2853
2854         * nnimap.el (auth-source-forget-user-or-password)
2855         (auth-source-user-or-password): Autoload.
2856
2857         * message.el (message-from-style, message-interactive)
2858         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2859         (message-yank-prefix, message-indentation-spaces, message-signature)
2860         (message-signature-file): Add comment.
2861
2862 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2863
2864         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2865         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2866         new articles.
2867
2868         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2869         parts.
2870         (nnimap-request-article): Work with the t setting, too.
2871
2872         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2873         that you don't get flashes of other buffers.
2874         (gnus-summary-show-complete-article): Intern before setting.
2875
2876 2010-09-27  David Engster  <dengste@eml.cc>
2877
2878         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2879         well as HEADERS.
2880         (nnmairix-retrieve-headers): Provide new argument for the above.
2881
2882 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2883
2884         * gnus-sum.el (gnus-summary-move-article): Don't alter
2885         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2886         group.
2887
2888         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2889
2890         * message.el (message-cite-prefix-regexp): Revert my last edit.
2891
2892         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2893         variable instead of the Gnus variable.
2894
2895         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2896
2897         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2898
2899         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2900         since some servers don't like it.
2901         (nnimap-open-connection): Forget credentials if the server says the
2902         password was wrong.
2903         (nnimap-parse-line): Protect against invalid data.
2904
2905         * gnus-sum.el (gnus-summary-move-article): Add comment.
2906         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2907         nothing alters it while scanning for new messages.
2908
2909         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2910         which may or may not help.
2911         (nnimap-open-connection): If we're doing a stream connection, and then
2912         discover we're on a STARTTLS-capable server, then open a STARTTLS
2913         connection instead.
2914
2915 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2916
2917         * nnimap.el (utf7): Require.
2918
2919         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2920         prefix.
2921
2922 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2923
2924         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2925
2926 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2927
2928         * nnimap.el (nnimap-request-accept-article): Message the error on
2929         error.
2930
2931 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2932
2933         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2934
2935 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2936
2937         * nndoc.el (nndoc-request-list): Return success always.
2938
2939         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2940         `fetch-old' -- we only want to fetch the articles we've requested.
2941         The rest are in the agent, probably.
2942         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2943         disappeared server" to something low.  It's not important.
2944
2945         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2946         arrived before the FETCH data.
2947
2948         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2949         target here, because we don't know the Gnus name of the group.
2950
2951         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2952         for the correct group.
2953
2954         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2955
2956         * gnus.el (gnus): Give a final warning after startup.
2957
2958         * gnus-util.el (gnus-action-message-log): New variable.
2959         (gnus-message): Use it.
2960         (gnus-final-warning): New function.
2961
2962         * nnimap.el (nnimap-open-connection): Record the greeting.
2963         (nnimap): Add greeting.
2964
2965 2010-09-26  Julien Danjou  <julien@danjou.info>
2966
2967         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2968         arguments.
2969         (gnus-html-wash-images): Fix spec computing to include start/end.
2970
2971         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2972
2973 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2974
2975         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2976         deletion.
2977         (nnimap-retrieve-headers): Don't select the group, because that's
2978         already done by nnimap-possibly-change-group.
2979
2980         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2981         (gnus-picon-transform-address): Use it.
2982
2983         * mail-source.el (mail-source-value): Revert previous patch.
2984
2985         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2986         on failure.
2987         (nnimap-open-connection): Look up both virtual and physical server name
2988         credentials.
2989
2990         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2991
2992 2009-02-07  Dave Love  <fx@gnu.org>
2993
2994         * tls.el (open-tls-stream): Don't query killing process.
2995
2996 2009-02-08  Dave Love  <fx@gnu.org>
2997
2998         * gnus-win.el (gnus-window-to-buffer-helper)
2999         (gnus-all-windows-visible-p): Function needn't be a symbol.
3000
3001         * mail-source.el (mail-source-value): Function needn't be a symbol.
3002
3003 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3004
3005         * message.el (message-cite-prefix-regexp): Remove } from the cite
3006         prefix.
3007
3008         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3009         highlight again, so that the highlight is correct.
3010
3011         * gnus-picon.el (gnus-picon): Remove again.
3012         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3013
3014         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3015         doing the header highlightling, so that the background colour of the
3016         picon is correct.
3017
3018         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3019         (gnus-picon): Ditto.
3020         (gnus-picon): Reinstate.  The background colour for picons is white.
3021         (gnus-picon-insert-glyph): Make the background white.
3022
3023         * nnml.el (nnml-open-nov): Don't return dead buffers.
3024
3025         * auth-source.el (auth-source-create): Query the user for whether to
3026         store the credentials.
3027
3028         * netrc.el (netrc-store-data): New function.
3029
3030         * auth-source.el (auth-source-user-or-password): Use the existing auth
3031         sources, if any, for creation.
3032
3033         * gnus.el (gnus-group-fast-parameter): Return the last matching
3034         parameter instead of the first matching parameter.
3035
3036 2010-09-26  Julien Danjou  <julien@danjou.info>
3037
3038         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3039
3040 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3041
3042         * mml2015.el (mml2015-use): Remove gpg support.
3043
3044         * mml1991.el (mml1991-function-alist): Remove gpg function.
3045         (mml1991-gpg-sign): Remove.
3046
3047 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3048
3049         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3050         (gnus-browse-unsubscribe-current-group): Document it.
3051         (gnus-browse-unsubscribe-group): Use it.
3052
3053 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3054
3055         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3056         address to the To list for easier response.
3057
3058         * gnus.el (gnus-play-startup-jingle): Remove.
3059         (gnus-splash): Don't play jingle.
3060         (gnus): Silence gnus-load message.
3061
3062         * gnus-art.el (gnus-treat-play-sounds): Remove.
3063
3064         * gnus.el (gnus-play-jingle): Remove audio support.
3065
3066         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3067
3068         * earcon.el: Remove -- no users.
3069
3070         * gnus-audio.el: Remove -- no users of this package.
3071
3072         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3073
3074         * gnus-start.el (gnus-setup-news): Remove nocem support.
3075
3076         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3077
3078         * gnus.el (gnus-use-nocem): Remove.
3079
3080         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3081         Remove.
3082
3083         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3084         uses NoCeM any more.
3085
3086         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3087         (gnus-button-ctan-handler): Ditto.
3088         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3089         (gnus-button-ctan-directory-regexp): Ditto.
3090         (gnus-button-handle-ctan): Ditto.
3091         (gnus-button-tex-level): Ditto.
3092         (gnus-button-alist): Remove CTAN stuff.
3093
3094 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3095
3096         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3097         nnimap-streaming test.
3098
3099         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3100         servers twice.
3101
3102         * nnimap.el (nnimap-open-connection): Add more error reporting when
3103         nnimap fails early.
3104
3105         * nnheader.el (nnheader-get-report-string): New function.
3106         (nnheader-get-report): Use it.
3107
3108         * gnus-int.el (gnus-check-server): Say what the error was when opening
3109         failed.
3110
3111         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3112         using streaming.
3113
3114 2010-09-25  Julien Danjou  <julien@danjou.info>
3115
3116         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3117         gnus-window-inside-pixel-edges.
3118
3119 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3120
3121         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3122
3123         * mm-decode.el (mm-save-part): Allow saving to other directories the
3124         normal Emacs way.
3125
3126         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3127         Suggested by Jay Berkenbilt.
3128
3129         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3130         there isn't a single byte.
3131
3132         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3133         just do it.  It doesn't really seem to matter what the user responds
3134         here, I think, so it's just a confusing question.
3135
3136         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3137         non-streaming case.
3138
3139         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3140         (gnus-article-encrypt-body): Use it.
3141
3142         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3143         keystroke.
3144
3145         * nnimap.el (nnimap-find-wanted-parts-1):
3146         Use gnus-fetch-partial-articles.
3147
3148         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3149
3150         * nnimap.el (nnimap-insert-partial-structure): New function.
3151         (nnimap-get-partial-article): New function.
3152         (nnimap-request-article): Use it.
3153         (nnimap-wait-for-response): Return whether the wait was successful.
3154         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3155         retrieval wasn't successful.
3156         (nnimap-retrieve-group-data-early): Allow throttling servers.
3157         (nnimap-streaming): New variable.
3158         (nnimap-fetch-partial-articles): Remove.
3159
3160         * mm-decode.el (mm-with-part): Protect against killed buffers.
3161
3162         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3163         for prettier summary display.
3164
3165 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3166
3167         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3168
3169 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3170
3171         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3172         apparently third-party libraries depend on it.
3173
3174         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3175         before starting negotiation.
3176
3177         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3178         privacy reasons.
3179         (gnus-treat-mail-gravatar): Ditto.
3180
3181         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3182         buffer when inserting images.  Inserting text into the headers, for
3183         instance, can make them invalid.
3184
3185 2010-09-25  Julien Danjou  <julien@danjou.info>
3186
3187         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3188         variables.
3189
3190         * nnheader.el: Remove useless variables news-reply-yank-from and
3191         news-reply-yank-message-id.
3192
3193         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3194         variables.
3195
3196         * mml1991.el: Remove useless mml1991-verbose.
3197
3198         * gnus.el: Remove useless variable gnus-use-generic-from.
3199         Remove obsolete variable gnus-topic-indentation.
3200
3201         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3202
3203         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3204
3205         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3206
3207         * gnus-group.el: Remove useless gnus-group-icon-cache.
3208         Remove useless gnus-ephemeral-group-server.
3209
3210         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3211
3212         * mml2015.el: Remove useless mml2015-verbose.
3213
3214         * mml-smime.el: Remove useless mml-smime-verbose.
3215
3216         * gnus.el: Remove useless gnus-local-domain.
3217
3218         * gnus-gravatar.el (gnus-gravatar-transform-address):
3219         Use gnus-gravatar-size.
3220
3221         * gnus-art.el: Remove useless gnus-treat-translate.
3222
3223 2010-09-24  Julien Danjou  <julien@danjou.info>
3224
3225         * gnus-sum.el: Add support for Gravatars.
3226
3227         * gnus-art.el: Add support for Gravatars.
3228
3229         * gnus-gravatar.el: Add this file.
3230
3231         * gravatar.el: Add this file.
3232
3233 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3234
3235         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3236
3237         * gnus-group.el (gnus-group-fetch-faq): Remove.
3238
3239         * gnus.el (gnus-group-faq-directory): Remove.
3240
3241         * gnus-group.el (gnus-group-fetch-charter): Remove.
3242
3243         * gnus.el (gnus-group-charter-alist): Remove.
3244
3245         * gnus-group.el (gnus-group-archive-directory): Remove.
3246         (gnus-group-recent-archive-directory): Ditto.
3247         (gnus-group-make-archive-group): Remove.
3248
3249         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3250
3251         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3252         use the same article number for all the cached articles.
3253
3254         * nnimap.el (nnimap-command): Register the last command time so
3255         that we can use it for idling NOOPs.
3256         (nnimap-open-connection): Start the keeplive timer.
3257         (nnimap-make-process-buffer): Store all the process buffers.
3258         (nnimap-keepalive): New function.
3259
3260         * starttls.el (starttls-open-stream): Add autoload cookie.
3261
3262 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3263
3264         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3265         handling.
3266
3267 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3268
3269         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3270         its data structures.
3271
3272         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3273         instead of the cl.el copy-list.
3274         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3275         equalp.
3276
3277 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3278
3279         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3280         and tool-bar-local-item-from-menu.
3281
3282         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3283         mode-line-highlight face for Emacs.
3284
3285         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3286         loading gnus-sum.elc; fix comment for canlock-verify.
3287         (gnus-article-jump-to-part): Use read-number.
3288         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3289         Remove Emacs pre-21 compatible code for help-echo.
3290         (gnus-article-next-page-1): No need to adjust the number of lines.
3291         (gnus-article-describe-bindings): Always use help-buffer.
3292
3293         * gnus-audio.el (gnus-audio-inline-sound)
3294         * gnus-cus.el (gnus-custom-mode)
3295         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3296
3297         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3298
3299         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3300         compatible code.
3301
3302 2010-09-24  Glenn Morris  <rgm@gnu.org>
3303
3304         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3305         visiting the fcc file in rmail-mode.
3306
3307         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3308
3309 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * nnir.el: Silence the byte compiler.
3312
3313         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3314         alias to browse-url-url-encode-chars if any.
3315         (gnus-html-encode-url): Use it.
3316
3317 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3318
3319         * gnus-start.el (gnus-use-backend-marks): New variable.
3320         (gnus-get-unread-articles-in-group): Use it.
3321
3322         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3323         makeover.
3324
3325 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3326
3327         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3328
3329 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3330
3331         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3332         Remove.
3333         (gnus-setup-news-hook):
3334         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3335
3336         * gnus-int.el (gnus-request-update-info): Protect against backends not
3337         having the function.
3338
3339         * nnimap.el (nnimap-stream): Mention starttls.
3340         (nnimap-open-connection): Add starttls support.
3341
3342 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3343
3344         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3345
3346 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3347
3348         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3349         BODYSTRUCTUREs.
3350         (nnimap-transform-headers): Unfold quoted {42} headers.
3351
3352         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3353         the info.
3354         (gnus-get-unread-articles): Only call updatep on backends that support
3355         it.
3356
3357         * nnweb.el (nnweb-request-update-info): NOOP.
3358
3359         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3360
3361         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3362         since it only deals with marks.
3363
3364         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3365         gnus-request-marks, and make a new gnus-request-update-info.
3366
3367         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3368         the active instead of the high number, which is usually too low.
3369
3370 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3371
3372         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3373         * encrypt.el: Remove.
3374
3375 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3376
3377         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3378         server in symbolic form.
3379
3380         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3381
3382 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3383
3384         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3385         (nnimap-update-info): Fix up code slightly.
3386
3387         * gnus-int.el (gnus-open-server): Add tracing for performance
3388         debugging.
3389
3390         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3391         (gnus-group-insert-group-line): Pass the real group name so that it
3392         gets the right data.
3393
3394         * gnus-start.el (gnus-get-unread-articles): Don't have
3395         `gnus-get-unread-articles-in-group' update info, since that can be
3396         really slow and doesn't seem to be needed?
3397
3398 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3399
3400         * time-date.el (date-to-time): Try using parse-time-string first before
3401         using the slower timezone-make-date-arpa-standard.
3402
3403 2010-09-22  Julien Danjou  <julien@danjou.info>
3404
3405         * gnus-group.el (gnus-group-insert-group-line):
3406         Call gnus-group-highlight-line.
3407         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3408         default hook list.
3409         (gnus-group-update-eval-form): Add new function.
3410         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3411         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3412
3413 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3414
3415         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3416         immediate, then expire all articles.
3417         (nnimap-update-info): Fix off-by-one errors.
3418         (nnimap-flags-to-marks): Would return no marks lists for group with no
3419         flags.  Instead return the other data.
3420
3421 2010-09-22  Julien Danjou  <julien@danjou.info>
3422
3423         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3424         Only return an icon.
3425         (gnus-group-insert-group-line): Compute icon to return.
3426
3427         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3428         (gnus-html-image-fetched): Only cache if
3429         gnus-html-image-automatic-caching is set.
3430         (gnus-html-image-fetched): Check for errors.
3431
3432 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3433
3434         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3435         once per method on `g'.  This ensures that backends like nnfolder don't
3436         open all their folders.
3437
3438         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3439         (nnimap-request-list): Nix out group in the correct buffer.
3440         (nnimap-parse-flags): Implement by using `read' instead of
3441         hand-parsing.
3442         (nnimap-flags-to-marks): Pass on permanent-flags.
3443         (nnimap-make-process-buffer): Record the server name.
3444         (nnimap-parse-flags): Fix typo.
3445         (nnimap-request-scan): Run split on the server in general, not just a
3446         single group.
3447
3448         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3449         parameter, and propagate this downwards.
3450
3451         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3452         since EXAMINE changes it on the server.
3453
3454         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3455         this command might take a while.
3456
3457 2010-09-22  Julien Danjou  <julien@danjou.info>
3458
3459         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3460         harmful if you have 2 images side-by-side, they can't be properly
3461         update on text deletion.  Using text-property is safer here.
3462         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3463         data.
3464
3465 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3466
3467         * nnimap.el (nnimap-expunge-inbox): Remove.
3468         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3469         (nnimap-expunge): Flip default to t.
3470
3471         * gnus.el (gnus-method-to-server): Don't push things to the cache
3472         unless it's unique.
3473         (gnus-server-to-method): Ditto.
3474
3475 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3476
3477         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3478
3479 2010-09-22  Julien Danjou  <julien@danjou.info>
3480
3481         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3482         get the start of data.
3483         (gnus-html-encode-url): Add this function to encode special chars in
3484         URL.
3485         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3486         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3487
3488         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3489         default.
3490         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3491
3492         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3493         images alt-text.
3494         (gnus-html-put-image): Put alt-text as help-echo.
3495
3496 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3497
3498         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3499         * mm-util.el (mm-decompress-buffer)
3500         * nnir.el (nnir-run-find-grep)
3501         * pop3.el (pop3-list): Use 3rd arg of split-string.
3502
3503         * time-date.el (format-seconds): Comment fix.
3504
3505         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3506         and byte-optimize-form-code-walker.
3507         (dgnushack-make-auto-load): Don't advise make-autoload.
3508
3509         * lpath.el: Remove Emacs 21 stuff.
3510
3511 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3512
3513         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3514         outside the active range.  Suggested by Dan Christensen.
3515
3516         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3517         slightly later to avoid double-getting it.
3518
3519         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3520         previous patch.
3521
3522         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3523
3524 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3525
3526         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3527
3528 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3529
3530         * gnus-int.el (gnus-open-server): Give a better error message in the
3531         "go offline" case.
3532
3533         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3534         marks for nnimap, which is seldom the right thing to do.
3535
3536         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3537         (gnus-same-method-different-name): New function.
3538
3539         * nnimap.el (parse-time): Require.
3540
3541         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3542         method in the presence of many similar methods.
3543
3544         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3545
3546         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3547         nnml-inhibit-expiry.
3548
3549         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3550         find out whether methods are equal.
3551
3552         * nnimap.el (nnimap-find-expired-articles): New function.
3553         (nnimap-process-expiry-targets): New function.
3554         (nnimap-request-move-article): Request the article before looking at
3555         what the Message-ID is.  Fix found by Andrew Cohen.
3556         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3557
3558         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3559         for oldness in addition to being a predicate.
3560
3561         * nnimap.el (nnimap-request-group): When we have zero articles, return
3562         the right data to Gnus.
3563         (nnimap-request-expire-articles): Only delete articles immediately if
3564         the target is 'delete.
3565
3566         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3567         method, this would bug out.
3568
3569         * gnus-group.el (gnus-group-expunge-group): Rename from
3570         gnus-group-nnimap-expunge, and implemented as a normal interface
3571         function.
3572
3573         * gnus-int.el (gnus-request-expunge-group): New function.
3574
3575         * nnimap.el (nnimap-request-create-group): Implement.
3576         (nnimap-request-expunge-group): New function.
3577
3578 2010-09-21  Julien Danjou  <julien@danjou.info>
3579
3580         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3581         (gnus-html-cache-expired): Add new function.
3582         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3583         wethever we should display image for fetch it.
3584         Compute alt-text earlier to pass it to the fetching function too.
3585         (gnus-html-schedule-image-fetching): Change function argument to only
3586         get one image at a time, not a list.
3587         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3588         cache.
3589         (gnus-html-get-image-data): New function to retrieve image data from
3590         cache.
3591         (gnus-html-put-image): Change buffer argument to use image data rather
3592         than file, and place image above region rather than inserting a new
3593         one.  Do not take alt-text as argument, since it's useless now: we place
3594         the image above alt-text.
3595         (gnus-html-prune-cache): Remove.
3596         (gnus-html-show-images): Start to fetch image when we find one, do not
3597         push into a temporary list.
3598         (gnus-html-prefetch-images): Only fetch image if they have expired.
3599         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3600         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3601
3602 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3603
3604         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3605
3606 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3607
3608         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3609         spec inser "*" if the group isn't active instead of 0.
3610
3611         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3612         opening the server.
3613         (nnimap-request-delete-group): Implement group deletion.
3614         (nnimap-transform-headers): Return the size of the entire message in
3615         the Bytes header, not just the size of the first part.
3616         (nnimap-request-move-article): When moving an article from nnimap,
3617         request the article first so the accepting form has an article to
3618         accept.  Reported by Dan Christensen.
3619         (nnimap-command): Make sure that the error message doesn't error out.
3620
3621 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3622
3623         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3624         we haven't requested anything.
3625
3626 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3627
3628         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3629         "".  Fix found by Andrew Cohen.
3630
3631         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3632         instead of -encode-string.
3633
3634 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3635
3636         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3637
3638         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3639         by mm-subst-char-in-string.
3640
3641 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3642
3643         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3644         waiting for the connection string.
3645
3646         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3647         arriving.
3648
3649         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3650         bogus characters.  This allows selecting certain Gmail groups.
3651
3652         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3653         (nnimap-fetch-partial-articles): New variable.
3654         (nnimap-open-connection): When looking for credentials, also use the
3655         nnimap-server-port.
3656         (nnimap-request-article): Return the group/article number, so that Gnus
3657         `^' works as expected.
3658         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3659
3660         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3661         comments.
3662         (gnus-methods-sloppily-equal): New function.
3663         (gnus): When using the development version of Gnus, load the gnus-load
3664         file.
3665
3666         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3667         `gnus-open-server' on each method before trying to scan them etc.
3668         This ensures that all the backend parameters are set correctly.
3669
3670         * nnimap.el (nnimap-authenticator): New variable.
3671         (nnimap-open-connection): Allow anonymous login.
3672         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3673         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3674
3675         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3676         patch, found by Knut Anders Hatlen.
3677
3678 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3679
3680         * gnus-agent.el (gnus-agent-batch-confirmation)
3681         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3682         to gnus-message.
3683         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3684         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3685         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3686         * gnus-int.el (gnus-open-server): Likewise.
3687         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3688         (gnus-score-check-syntax): Likewise.
3689         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3690         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3691         Likewise.
3692         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3693
3694 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3695
3696         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3697         calling conventions so that prefetch doesn't bug out.
3698
3699 2010-09-19  Julien Danjou  <julien@danjou.info>
3700
3701         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3702         rather than `subst-char-in-region' in order to be able to replace ASCII
3703         char by UTF-8 ones.
3704
3705         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3706         than curl.
3707         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3708         the right URL and ALT text on images.
3709         (gnus-html-wash-tags): Fix tag case.
3710         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3711         (gnus-article-html): Add -o display_ins_del=2 option.
3712         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3713
3714 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3715
3716         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3717         the extra mail headers, which sometimes seem to happen for unknown
3718         reasons.
3719
3720         * mail-parse.el (mail-header-encode-parameter): Define as
3721         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3722         (or most, perhaps?) mail readers don't understand the latter, but do
3723         understand the former.
3724
3725         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3726         to nil, so that no methods are automatically agentized.  I think this
3727         is probably what most users want.
3728
3729         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3730         from url-retrieve, for instance about invalid URLs.
3731
3732         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3733         groups that have no articles.
3734         (nnimap-request-article): Check that we really got an article when we
3735         requested one.
3736
3737         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3738         doesn't exist.
3739
3740         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3741         nntp buffer so the agent can save it.
3742         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3743         that CRLF doesn't get translated to \n.
3744         (nnimap-open-connection): Don't make 'shell commands only send \n.
3745
3746 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3747
3748         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3749         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3750         Update var name.
3751         (nnml-generate-nov-file): Use dolist.
3752         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3753         Use with-current-buffer.
3754
3755 2010-09-18  Julien Danjou  <julien@danjou.info>
3756
3757         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3758         parallel.
3759
3760 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3761
3762         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3763         the range update right.
3764         (nnimap-request-group): Don't make `M-g' bug out on group with no
3765         marks.
3766         (nnoo): Require, so that other packages can require nnimap.
3767         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3768         command we're looking for.  This helps when the server sends more
3769         responses after we've gotten everything we expected.
3770         (nnimap): Add a `newlinep' field to keep track of end-of-line
3771         conventions.
3772         Don't send CRLF to things that don't want it.
3773         (nnimap-request-accept-article): Ditto.
3774
3775 2010-09-18  Julien Danjou  <julien@danjou.info>
3776
3777         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3778         than curl to retrieve images.
3779
3780 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3781
3782         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3783         the marks.
3784         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3785         (nnimap-wait-for-connection): New function.
3786         (nnimap-open-connection): If we have PREAUTH, don't query for login
3787         credentials.
3788         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3789         when doing a partial update.
3790
3791 2010-09-18  Julien Danjou  <julien@danjou.info>
3792
3793         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3794         tags.
3795
3796 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3797
3798         * nnimap.el (nnimap-credentials): New function.
3799         (nnimap-open-connection): Use the new function to look for credentials
3800         also on the numeric equivalents of "imap" and "imaps".
3801
3802         * gnus-start.el (gnus-activate-group): Send the info to
3803         gnus-request-group.
3804
3805         * nnimap.el (nnimap-request-group): Have the "check" version of the
3806         function parse flags and update the info, so that a `M-g' get a total
3807         resync of all flags from the group.
3808
3809         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3810         to allow backends to alter the info on group selection.  Also alter all
3811         the backend -request-group functions to take the parameter.
3812
3813         * nnimap.el (nnimap-store-info): New function.
3814         (nnimap-update-info): Store the info for later usage.
3815         (nnimap-request-group): Use the stored info for the dont-check case, so
3816         that we don't retrieve all marks when we enter a group.
3817
3818         * nnimap.el: Use deffoo instead of defun for interface functions.
3819
3820         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3821         update the group info.  This makes the nndraft groups, for instance, go
3822         back to their old behaviour.
3823
3824         * gnus-sum.el (gnus-select-newsgroup): Indent.
3825
3826         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3827         in.
3828         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3829         nothing.
3830
3831         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3832         from methods that are denied.
3833
3834         * gnus-int.el (gnus-method-denied-p): New function.
3835
3836         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3837         store the password instead of netrc.
3838         (nnimap-open-connection): Don't error out when we can't make a
3839         connections.
3840
3841         * auth-source.el (auth-source-create): In the password prompt, say what
3842         we're querying for.  Also prompt for user name if that hasn't been
3843         given.
3844
3845         * nnimap.el (nnimap-with-process-buffer): Remove.
3846
3847 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3848
3849         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3850         method when we're reading from the agent.
3851
3852         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3853
3854         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3855         that's probably most useful for users.
3856
3857         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3858         "failed" all the time.
3859
3860         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3861         ...)) with (with-current-buffer ... ).
3862
3863         * nntp.el (nntp-open-server): Return whether the open was successful or
3864         not.
3865
3866         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3867         select an unread unseen article first.
3868
3869         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3870         /etc/services, supply some sensible port defaults.
3871
3872         * dgnushack.el: Define netrc-credentials.
3873
3874 2010-09-17  Julien Danjou  <julien@danjou.info>
3875
3876         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3877
3878 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3879
3880         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3881         doesn't have any parameters.
3882
3883 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3884
3885         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3886         only upcased checks.
3887
3888         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3889
3890         * nnimap.el (nnimap-open-shell-stream): New function.
3891         (nnimap-open-connection): Use it.
3892         (nnimap-transform-headers): Get the number of lines in each message.
3893         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3894         number of lines.
3895         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3896         problem.
3897
3898         * utf7.el (utf7-encode): Autoload.
3899
3900         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3901         to allow the mail splitting to not return a default group.  This is
3902         useful for nnimap, which will leave unmatched mail in the inbox.
3903
3904         * nnimap.el: Rewritten.
3905
3906         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3907         nnimap usage.
3908
3909         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3910         if the move is internal, so that nnimap can do fast internal moves.
3911
3912         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3913         data.
3914         (gnus-read-active-for-groups): Support finishing the early retrieval of
3915         data.
3916
3917         * gnus-range.el (gnus-range-nconcat): New function.
3918
3919         * gnus-int.el (gnus-finish-retrieve-group-infos)
3920         (gnus-retrieve-group-data-early): New functions.
3921
3922 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3923
3924         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3925         (nnrss-retrieve-groups):
3926         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3927         (pop3-quit): Use with-current-buffer.
3928
3929 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3930
3931         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3932         instead of nnheader-accept-process-output.
3933
3934         * dgnushack.el (dgnushack-compile): Add comment.
3935
3936         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3937
3938         * gnus-html.el (gnus-html-schedule-image-fetching)
3939         (gnus-html-prefetch-images): Replace process-kill-without-query by
3940         gnus-set-process-query-on-exit-flag.
3941
3942 2010-09-16  Romain Francoise  <romain@orebokech.com>
3943
3944         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3945
3946 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947
3948         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3949         parameter to unintern is mandatory-ish in Emacs 24.
3950
3951         * gnus-html.el (gnus-html-schedule-image-fetching)
3952         (gnus-html-prefetch-images): Check for curl before using it.
3953
3954         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3955         depend on curl, which isn't essential.
3956
3957         * imap.el: Revert back to version
3958         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3959         seem problematic.
3960
3961 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3962
3963         * gnus-registry.el (gnus-registry-install-shortcuts):
3964         Explicitly pass `obarray' to `unintern' to avoid a warning.
3965
3966 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3967
3968         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3969         change.
3970
3971         * nnrss.el (nnrss-request-list): Remove this function and related
3972         functions, including the moreover stuff.
3973
3974 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3975
3976         * nnrss.el (nnrss-retrieve-groups): New function.
3977
3978 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3979
3980         * .dir-locals.el: Add no-byte-compile cookie.
3981
3982 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3983
3984         * time-date.el (format-seconds): Comment fix.
3985
3986         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3987         for back end that doesn't support request-scan.
3988
3989 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3990
3991         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3992         then do request scans from the backends.
3993
3994         * netrc.el (netrc-credentials): New conveniency function.
3995
3996         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3997         avoid running a hook per line, since this takes a lot of time,
3998         profiling shows.
3999         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4000         directly if gnus-visual-p is true.
4001
4002 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4003
4004         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4005         groups; replace mapcar with dolist which is a bit faster; pass groups
4006         info to gnus-read-active-file-1.
4007         (gnus-read-active-file-1): Scan only specified groups if the new
4008         optional arg `infos' is given.
4009
4010 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4011
4012         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4013
4014         * pop3.el (pop3-movemail): Remove.
4015         (pop3-streaming-movemail): Rename to pop3-movemail.
4016
4017         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4018         don't restrict end-tag searches to the end of the line.
4019
4020 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4023         articles of every unchecked group to t, which means unknown since the
4024         server has never been opened.
4025
4026 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4027
4028         * gnus-html.el (gnus-html-show-alt-text): New command.
4029         (gnus-html-browse-image): Ditto.
4030         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4031         to browse the image directly.
4032         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4033         better.
4034
4035         * gnus-async.el (gnus-async-article-callback):
4036         Call `gnus-html-prefetch-images' unconditionally.
4037
4038         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4039         before feeding URLs to curl.
4040
4041 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4044         internal images as deletable by `W D D'.
4045
4046         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4047         (gnus-async-article-callback): Fix typo.
4048
4049 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4050
4051         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4052         current line to work around bugs in the output from w3m.
4053
4054         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4055         for groups that want that.
4056
4057         * nntp.el (nntp-wait-for-string): Supply a timeout for
4058         accept-process-output to ensure progress.
4059
4060         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4061         level to get unread articles from, then use that for foreign groups,
4062         too.
4063
4064         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4065         confuses the rest of the function.
4066
4067         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4068         for the methods that support -retrieve-groups, too.
4069
4070         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4071
4072 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4073
4074         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4075         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4076
4077         * pop3.el: Require cl when compiling.
4078         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4079
4080 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4081
4082         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4083         that aren't going to be activated.
4084         (gnus-get-unread-articles): Fix up the last commit.
4085
4086         * gnus-html.el (gnus-article-html): Allow calling without specifying
4087         the handle.  In that case, dissect the buffer first.
4088
4089         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4090
4091         * nnimap.el (nnimap-open-connection): Revert the change that would look
4092         into authinfo for imaps instead of imap.
4093
4094         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4095         say that you don't want to call gnus-request-group with don-check, but
4096         do check the reponse.  This is for virtual groups only.
4097         (gnus-get-unread-articles): Count the archive groups as secondary, so
4098         that they're activated the same way as before.
4099
4100         * imap.el (imap-message-map): Removed optional buffer parameter, since
4101         no callers use it.
4102         (imap-message-get): Ditto.
4103         (imap-message-put): Ditto.
4104         (imap-mailbox-map): Ditto.
4105         (imap-mailbox-put): Ditto.
4106         (imap-mailbox-get): Ditto.
4107         (imap-mailbox-get): Revert last change for this function.
4108
4109         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4110         case-insensitively.
4111         (nnimap-debug): Remove.
4112
4113         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4114         to use `imap-fetch' instead.  According to the comments, this should be
4115         safe, since all other IMAP clients use the 1:* syntax.
4116         (imap-enable-exchange-bug-workaround): Removed.
4117         (imap-debug): Removed -- doesn't seem very useful.
4118
4119         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4120         mail from a file, and the file doesn't exist.
4121
4122         * imap.el (imap-log): New convenience function used throughout instead
4123         of repeating the same code all over the place.
4124
4125         * pop3.el (pop3-streaming-movemail): Return t for success.
4126
4127         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4128         .authinfo if we're using ssl connection.
4129
4130         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4131         already have if we're in a main Gnus `g' run.
4132
4133         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4134
4135 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4136
4137         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4138
4139         * nnmh.el (nnmh-request-list-1): Bind `file'.
4140
4141         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4142         alias to set-process-query-on-exit-flag or process-kill-without-query.
4143         (pop3-open-server): Use it.
4144
4145 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4146
4147         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4148         box to the Incoming file.  Fixes mistake in previous checkin.
4149
4150         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4151         request loop (for debugging purposes) removed.
4152
4153         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4154         culprit is more visible.
4155         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4156         (nnml-add-incremental-nov): New functions to do "incremental" nov
4157         updates, where we just append to the end of the existing nov files
4158         without reading/writing them in full.
4159
4160         * mail-source.el (mail-source-delete-crash-box): Really only check the
4161         incoming files once in a while.
4162
4163         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4164
4165         * mail-source.el (mail-source-delete-crash-box): Only check the
4166         incoming files for deletion once per day to save a lot of file
4167         accesses.
4168
4169         * pop3.el (pop3-logon): Fix up unbound variable typo.
4170
4171         * mail-source.el (pop3-streaming-movemail): Autoload.
4172
4173         * pop3.el (pop3-streaming-movemail):
4174         Respect pop3-leave-mail-on-server.
4175
4176         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4177         retrieval.
4178
4179         * pop3.el (pop3-process-filter): Remove unused function.
4180         (pop3-streaming-movemail, pop3-send-streaming-command)
4181         (pop3-wait-for-messages, pop3-write-to-file)
4182         (pop3-number-of-responses): New functions for streaming pop3
4183         retrieval.
4184
4185         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4186         come from no known methods.
4187         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4188         list.
4189
4190         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4191         message sizes.
4192         (pop3-movemail): Use erase-buffer instead of looping and deleting
4193         regions, which seems rather odd.
4194
4195         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4196         file once per `g' run.
4197
4198         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4199         directories.  This makes the draft queue directory work.
4200
4201         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4202         data from the backends, so that we only request the list of groups from
4203         each method once.  This should speed things up considerably.
4204
4205         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4206         detect that it's not implemented.
4207
4208         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4209         we actually do recurse down into the tree, but don't stat all leaf
4210         nodes.
4211
4212         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4213         then say so instead of bugging out.
4214
4215         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4216         files exist before trying to read them.
4217
4218         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4219         around <pre_int>.
4220
4221         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4222
4223         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4224
4225 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4226
4227         * mm-util.el (mm-image-load-path): Just return the image directories,
4228         not all directories in the path in addition to the image directories.
4229         (mm-image-load-path): Maintain a cache of the image directories so that
4230         the `g' command in Gnus doesn't have to stat dozens of directories each
4231         time.
4232
4233         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4234         (gnus-html-wash-tags): Add a new `i' command to insert images.
4235         (gnus-html-insert-image): New command and keystroke.
4236         (gnus-html-redisplay-with-images): New command and keystroke.
4237         (gnus-html-show-images): Rename command.
4238         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4239         spacers.
4240         (gnus-html-wash-tags): Decode entities at the end, so that entities
4241         inside the tags don't mess up the rest of the "parsing".
4242
4243         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4244         so that nnimap methods aren't agentized by default.  There's apparently
4245         many problems related to agent/imap behaviour.
4246
4247         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4248
4249         * gnus-html.el: Doc fix.
4250
4251 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4252
4253         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4254         specifier-spec-list for Emacs 21.
4255
4256         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4257         glyph-width and glyph-height instead of display-graphic-p and
4258         image-size; make avoidance of displaying small images work for XEmacs.
4259
4260         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4261         for XEmacs.
4262
4263         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4264         of symbol that holds plist data.
4265         (gnus-process-plist): Remove plist of process after getting it.
4266
4267 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4268
4269         * message.el (message-generate-hashcash): Change default to
4270         'opportunistic if hashcash is installed.
4271
4272         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4273         (gnus-html-put-image): Only call image-size once, since it's somewhat
4274         time-consuming on remote X servers.
4275
4276 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4277
4278         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4279         type on data, not a file name.
4280
4281         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4282         window-pixel-edges for Emacs 21.
4283
4284         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4285         decoded contents.
4286         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4287
4288 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4289
4290         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4291         group line format, since it isn't very interesting.
4292
4293         * gnus-agent.el (gnus-agent-short-article),
4294         (gnus-agent-long-article): Increase values for these two variables,
4295         since most people are likely to have more network connection and
4296         storage than before.
4297
4298         * gnus.el (gnus-refer-article-method): Change default to 'current.
4299         When referring an article, the common behaviour is to refer it from the
4300         current select method, not the native select method.  The chances of
4301         the native select method having the message in question is rather slim
4302         these days.
4303
4304         * gnus-sum.el (gnus-auto-select-subject): Change default to
4305         `unseen-or-unread'.  I think it's likely that most people want to
4306         select an unseen article over a previously seen, but unread one.
4307
4308         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4309         means that in the article buffer none of the minor mode elements will
4310         be shown, usually, and this is not desirable in most cases.
4311
4312         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4313         that commands like `d' (and the like) go to the next line in the
4314         buffer, instead of the next unread article.  I think this is the
4315         behaviour that is most natural for most users.
4316         (gnus-single-article-buffer): Change default to nil, so that people can
4317         have as many article buffers open as they have summary buffer.  I think
4318         this is the most natural way for the groups to behave.
4319
4320         * message.el (message-generate-new-buffers): Change default to
4321         `unsent', so that all new message buffers start their names with the
4322         string "*unsent", and it's easier to find the buffers if you move from
4323         them.
4324
4325 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4326
4327         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4328         small.  They're probably tracking images.
4329         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4330         (gnus-html-rescale-image): Yet another try at getting the image sizing
4331         right.
4332
4333         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4334         nntp-marks-file-name is nil.
4335
4336 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4337
4338         * gnus-html.el (gnus-html-wash-tags)
4339         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4340         Better logging.
4341
4342 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4343
4344         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4345
4346         * gnus-html.el (gnus-html-wash-tags): Check the value of
4347         gnus-blocked-images in the summary buffer.
4348
4349 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4350
4351         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4352
4353 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4354
4355         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4356         like "a", it seems like.
4357         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4358         since it needs to be picked from the correct buffer.
4359
4360         * nnwfm.el: Remove.
4361
4362         * nnlistserv.el: Remove.
4363
4364 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4365
4366         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4367         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4368
4369 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4370
4371         * nnkiboze.el: Remove.
4372
4373         * nndb.el: Remove.
4374
4375         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4376         alt text.
4377         (gnus-html-rescale-image): Try to get the rescaling logic right for
4378         images that are just wide and not tall.
4379
4380         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4381         overshadow variable bindings.
4382
4383 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4384
4385         * gnus-html.el (gnus-html-wash-tags)
4386         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4387         Add extra logging.
4388
4389 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4390
4391         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4392         (gnus-max-image-proportion): New variable.
4393         (gnus-html-rescale-image): New function.
4394         (gnus-html-put-image): Rescale images.
4395
4396 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4397
4398         Fix up some byte-compiler warnings.
4399         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4400         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4401         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4402         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4403         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4404         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4405         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4406
4407 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4408
4409         * gnus-html.el (gnus-article-html): Decode contents by charset.
4410
4411 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4412
4413         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4414         (gnus-html-frame-width, gnus-blocked-images)
4415         * message.el (message-prune-recipient-rules): Add custom version.
4416         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4417
4418         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4419         functions.
4420
4421         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4422         gnus-process-get.
4423
4424 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4425
4426         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4427         instead of lsub directly.
4428
4429 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4430
4431         * nnwarchive.el: Remove.
4432
4433         * gnus-soup.el: Remove.
4434
4435         * nnsoup.el: Remove.
4436
4437         * nnultimate.el: Remove.
4438
4439         * gnus-html.el (gnus-blocked-images): New variable.
4440
4441         * message.el (message-prune-recipients): New function.
4442         (message-prune-recipient-rules): New variable.
4443
4444         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4445         guess whether a long line is natural text or not.
4446
4447         * gnus-html.el (gnus-html-schedule-image-fetching):
4448         Use gnus-process-plist and friends for compatibility.
4449
4450 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4451
4452         * gnus-html.el: Require packages that define macros used in this file.
4453         (gnus-article-mouse-face): Declare to silence byte-compiler.
4454         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4455         process-get.
4456         (gnus-html-put-image): Use plist-get to avoid getf.
4457         (gnus-html-prefetch-images): Use with-current-buffer.
4458
4459 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4460
4461         * gnus-ems.el: Provide compatibility functions for
4462         gnus-set-process-plist.
4463
4464         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4465         header-line-format for XEmacs 21.4.
4466
4467         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4468         * gnus.el (gnus-valid-select-methods)
4469         * message.el (message-send-mail-partially-limit)
4470         * mm-decode.el (mm-text-html-renderer)
4471         * mml.el (mml-insert-mime-headers-always)
4472         * smiley.el (smiley-regexp-alist): Bump custom version.
4473
4474 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4475
4476         * gnus-html.el: require mm-url.
4477         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4478         with the url to `url'.
4479         (gnus-html-wash-tags): Support cid: URLs/images.
4480
4481 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4482
4483         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4484         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4485         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4486
4487         * gnus-move.el: Remove file, since it doesn't really work.
4488
4489         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4490         UTF-8.  This seems to fix problems with some German web feeds.
4491
4492         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4493         at the top so that the proper colours are applied.
4494
4495         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4496         don't have dots in their names.
4497
4498         * gnus-art.el (gnus-article-view-part): Doc fix.
4499
4500         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4501         XEmacs-compatible.
4502         (gnus-html-put-image): Don't do images on non-graphic displays.
4503
4504         * nnslashdot.el: Remove this unused backend.
4505
4506         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4507         actions.
4508         (gnus-undo-register-1): Revert last change.
4509
4510         * gnus-group.el (gnus-group-completing-read): Protect against not
4511         having completion-styles bound.
4512
4513         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4514         make broken recipients happier.
4515
4516         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4517
4518         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4519         point parameter.
4520
4521         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4522
4523         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4524         completion-styles for group selection.
4525
4526 2009-02-04  Andreas Schwab  <schwab@suse.de>
4527
4528         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4529         headers and regexp-quote the match if necessary.
4530
4531 2009-03-24  Miles Bader  <miles@gnu.org>
4532
4533         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4534         the blinking smiley.
4535
4536 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4537
4538         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4539         blink smiley.
4540
4541 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4542
4543         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4544         where the dribbel file lives exists.
4545
4546         * message.el (message-send-mail-partially-limit): Change the default to
4547         nil, since most people don't want this.
4548
4549         * mm-url.el (mm-url-decode-entities): Also decode entities like
4550         &#x3212.
4551
4552 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4553
4554         * gnus-sum.el (gnus-summary-idna-message):
4555         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4556         Hyperlink urls in docstrings with URL `...'.
4557
4558 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4559
4560         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4561         functions.
4562
4563 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4564
4565         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4566         say what the mouseover text should be.
4567
4568         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4569         version of the mm-w3m-safe-url-regexp variable to only download images
4570         in the groups where we want that to happen.
4571
4572         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4573
4574         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4575         easier debugging.
4576         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4577         big pictures in the article buffer.
4578
4579         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4580         gnus-article-html.
4581         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4582         w3m.
4583
4584         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4585
4586 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4587
4588         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4589         which doesn't exist.
4590
4591         * message.el (message-inhibit-ecomplete): New variable to allow some
4592         function to inhibit ecomplete address storage.
4593         (message-resend): Disable ecomplete message storage when resending
4594         messages.
4595
4596         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4597
4598 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4599
4600         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4601         Save excursion while copying, moving, and deleting articles in order to
4602         prevent the cursor from jumping to unforeseen place.
4603
4604 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4605
4606         * lpath.el: No need to bind bookmark-current-buffer,
4607         bookmark-yank-point and bookmark-make-record-function.
4608
4609 2010-08-17  Glenn Morris  <rgm@gnu.org>
4610
4611         * gnus-sync.el: Require gnus components whose functions are used.
4612
4613         * gnus-art.el (bookmark-make-record-function):
4614         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4615         Declare for compiler.
4616
4617         * mm-url.el (mml-compute-boundary): Autoload.
4618
4619 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4620
4621         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4622
4623 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4624
4625         Typo fix "hoo4a" -> "hook".
4626
4627         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4628
4629 2010-08-14  Glenn Morris  <rgm@gnu.org>
4630
4631         * gnus-sync.el (gnus-sync): Fix defgroup version.
4632
4633 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4634
4635         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4636
4637         * gnus-sync.el: Fix docs.
4638         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4639         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4640
4641 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4642
4643         Optimizations for gnus-sync.el.
4644
4645         * gnus-sync.el: Add docs about gnus-sync-backend
4646         possibilities.
4647         (gnus-sync-save): Remove unnecessary message.
4648         (gnus-sync-read): Optimize and show what groups were skipped.
4649
4650 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4651
4652         Minor bug fixes for gnus-sync.el.
4653
4654         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4655         Don't read the sync on get-new-news.
4656
4657         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4658         quiet.
4659
4660         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4661         (fix typo).
4662
4663 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4664
4665         Make saving and restoring of hidden threads work with overlays.
4666         Patch applied by Ted Zlatanov.
4667
4668         * gnus-sum.el (gnus-hidden-threads-configuration)
4669         (gnus-restore-hidden-threads-configuration): Update to deal with text
4670         properties, rather than searching for a magic character.
4671
4672 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4673
4674         New gnus-sync.el library for synchronization of marks.
4675
4676         * gnus-sync.el: New library for synchronization of marks.
4677
4678         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4679         renamed from `gnus-registry-grep-in-list'.
4680
4681         * gnus-registry.el (gnus-registry-follow-group-p):
4682         Use `gnus-grep-in-list'.
4683
4684         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4685
4686 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4689         determining charset of text fails.
4690
4691 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4692
4693         * nnmail.el (nnmail-get-new-mail-1): Revert.
4694
4695         * nnml.el (nnml-active-number): Make sure names of newly created groups
4696         in nnml-group-alist are encoded.
4697
4698 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4699
4700         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4701         containing non-ASCII characters in active file for nnml back end.
4702
4703 2010-07-24  David Engster  <dengste@eml.cc>
4704
4705         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4706         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4707
4708 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4709
4710         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4711         tag (Bug#6654).
4712
4713 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4714
4715         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4716         the article buffer, not the summary buffer.
4717
4718 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4719
4720         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4721         Emacs 23 as well.
4722
4723 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4724
4725         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4726         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4727
4728 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4729
4730         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4731         Patch applied by Karl Fogel.
4732
4733         * gnus-sum.el (gnus-summary-bookmark-make-record):
4734         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4735
4736 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4737
4738         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4739         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4740         C-w still not working correctly from Article buffers; Thierry's
4741         patch to fix that will be applied after this.
4742
4743         * gnus-art.el (bookmark-make-record-function): New local variable.
4744
4745         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4746         article buffer.
4747         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4748
4749 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4750
4751         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4752         on changes in bookmark.el.
4753
4754 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4755
4756         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4757         `no-log' instead of message not to log prompt string.
4758
4759 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4760
4761         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4762         the *other* type of HTML form submission.
4763
4764 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4765
4766         * auth-source.el (auth-source-pick): If choice does not contain a
4767         questioned keyword, set the check to t.
4768
4769 2010-06-12  Romain Francoise  <romain@orebokech.com>
4770
4771         * gnus-util.el (gnus-date-get-time): Move up before first use.
4772
4773 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4774
4775         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4776         (gnus-article-edit-part): Bind it to make last part that is substituted
4777         or deleted visible.
4778         (gnus-mime-display-single): Buttonize part of which id equals to
4779         gnus-mime-buttonized-part-id.
4780
4781 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4782
4783         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4784         (gnus-dd-mmm): Use gnus-date-get-time.
4785         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4786         simplify logic.
4787         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4788         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4789
4790 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4791
4792         * auth-source.el (top): Autoload `secrets-list-collections',
4793         `secrets-create-item', `secrets-delete-item'.
4794         (auth-sources): Fix tag string.
4795         (auth-get-source, auth-source-retrieve, auth-source-create)
4796         (auth-source-delete): New defuns.
4797         (auth-source-pick): Rewrite in order to avoid 2 passes.
4798         (auth-source-forget-user-or-password): New parameter USERNAME.
4799         (auth-source-user-or-password): New parameters CREATE-MISSING and
4800         DELETE-EXISTING.  Retrieve password interactively, if needed.
4801
4802 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4803
4804         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4805         deleting unused directories when gnus-expert-user is t.
4806
4807 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4808
4809         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4810         for each temp file when gnus-article-browse-delete-temp is ask.
4811
4812 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4813
4814         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4815         Lisp calls to delete-backward-char by calls to delete-char.
4816
4817 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4818
4819         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4820
4821 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4822
4823         * password-cache.el (password-cache-remove): Fix docstring.
4824
4825 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4826
4827         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4828         article unless decoding article to be saved.
4829
4830 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4831
4832         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4833         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4834         generated within the mm-with-unibyte-current-buffer macro.
4835
4836 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4839         to nil when we're in a mml-preview buffer and no group is selected.
4840
4841 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4842
4843         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4844         when catching the `C-g'.  Reported by "Leo".
4845
4846 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4847
4848         * message.el (message-forward-make-body-plain)
4849         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4850         multibyte-string-p.
4851
4852         * lpath.el: Revert.
4853
4854 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4855
4856         * message.el (message-forward-make-body-mml): Assume original message
4857         is multibyte string; error on unibyte.
4858         (message-forward-make-body-plain): Ditto; don't add excessive newline
4859         in body end.
4860
4861         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4862
4863 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4864
4865         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4866         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4867
4868 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * mm-extern.el (mm-extern-url): Don't use
4871         mm-with-unibyte-current-buffer.
4872         (mm-extern-cache-contents): Use with-current-buffer instead of
4873         save-excursion + set-buffer.
4874
4875 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * mm-util.el (mm-emacs-mule): Remove.
4878
4879 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4880
4881         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4882         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4883         change.
4884
4885 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4886
4887         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4888         bind the default value of enable-multibyte-characters to nil.
4889
4890 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4891
4892         * message.el (message-forward-make-body-plain)
4893         (message-forward-make-body-mml):
4894         Don't use mm-with-unibyte-current-buffer.
4895
4896 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4897
4898         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4899
4900 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4901
4902         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4903         (Bug#5592).
4904
4905 2010-05-07  Julien Danjou  <julien@danjou.info>
4906
4907         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4908         it to mm-pipe-part.
4909
4910         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4911         it is given.
4912
4913 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * binhex.el (binhex-decode-region-internal)
4916         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4917         (dns-query)
4918         * nnweb.el (nnweb-gmane-search)
4919         * pgg-parse.el (pgg-parse-armor)
4920         * pgg.el (pgg-verify-region)
4921         * sha1.el (sha1-string-external)
4922         * uudecode.el (uudecode-decode-region-internal)
4923         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4924         XEmacs.
4925
4926         * gnus-art.el (gnus-article-browse-html-parts)
4927         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4928         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4929         make-temp-file.
4930
4931         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4932         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4933         compiling.
4934
4935         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4936         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4937         XEmacs when compiling.
4938
4939         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4940         gnus-pick-mode-off-hook for XEmacs when compiling.
4941         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4942         gnus-binary-mode-off-hook for XEmacs when compiling.
4943
4944         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4945         Return nil if char-charset is not available.
4946
4947         * imap.el (imap-disable-multibyte)
4948         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4949         macros.
4950
4951         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4952         instead of encode-coding-string.
4953
4954         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4955         'xemacs) instead of mm-emacs-mule to switch function definitions.
4956         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4957
4958         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4959         bind temporary-file-directory for XEmacs;
4960         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4961         timer-set-function for XEmacs 21.4 and SXEmacs;
4962         bind timer-list for XEmacs 21.4 and SXEmacs;
4963         fbind char-charset and find-charset-region for non-Mule XEmacs;
4964         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4965         encode-coding-region and encode-coding-string for XEmacs having no
4966         file-coding feature.
4967
4968 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4969
4970         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4971
4972 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4973
4974         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4975         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4976
4977 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4978
4979         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4980         alias `jka-compr-delete-temp-file' no longer exists.
4981
4982 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4983
4984         Use define-minor-mode in Gnus where applicable.
4985         * mml.el (mml-mode): Use define-minor-mode.
4986         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4987         (gnus-undo-mode): Use define-minor-mode.
4988         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4989         (gnus-dead-summary-mode): Use define-minor-mode.
4990         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4991         Initialize in declaration.
4992         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4993         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4994         (gnus-mailing-list-mode): Use define-minor-mode.
4995         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4996         (gnus-draft-mode): Use define-minor-mode.
4997         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4998         (gnus-dired-mode): Use define-minor-mode.
4999
5000 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5001
5002         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5003         handles on recursive mml-to-mime translation and check them for
5004         boundary delimiter collisions.  Reported by Greg Troxel.
5005
5006 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5007
5008         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5009
5010 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5011
5012         * mm-util.el (mm-find-buffer-file-coding-system):
5013         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5014
5015 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5016
5017         * message.el (message-generate-headers): Record insertion of optional
5018         headers as well.  Otherwise the check to prevent repeated insertion of
5019         optional headers is a no-op.
5020
5021 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5022
5023         * smime.el: Don't mention CVS.
5024
5025         * nnrss.el (nnrss-fetch): Don't mention CVS.
5026
5027         * nnir.el: Don't mention CVS.
5028
5029 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5030
5031         * gnus-sum.el (gnus-summary-bookmark-make-record):
5032         Add `location' field.
5033
5034 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5035
5036         * lpath.el: Fbind bookmark-default-handler,
5037         bookmark-get-bookmark-record, bookmark-make-record-default,
5038         bookmark-prop-get for Emacs <23 and XEmacs.
5039
5040 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5041
5042         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5043         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5044         Use with-current-buffer to silence the byte-compiler.
5045         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5046         bother to require `gnus'.
5047         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5048
5049 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5050
5051         * gnus-sum.el (gnus-summary-bookmark-make-record)
5052         (gnus-summary-bookmark-jump): New functions.
5053         (gnus-summary-mode): Setup bookmark support.
5054
5055 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5056
5057         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5058         if set.
5059
5060 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5061
5062         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5063         gnus-article-browse-html-save-cid-image; make it work recursively for
5064         forwarded messages as well.
5065         (gnus-article-browse-html-parts): Work when prefix arg is given.
5066         (gnus-article-browse-html-article): Doc fix.
5067
5068 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5069
5070         * message.el (message-default-mail-headers):
5071         (message-default-headers): Carry the value mail-default-headers over
5072         into message-default-mail-headers, rather than message-default-headers.
5073
5074 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5075
5076         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5077         charset.
5078
5079         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5080         charset into the <meta> tag when the article is encoded to utf-8.
5081
5082 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * gnus-art.el (gnus-article-browse-delete-temp-files):
5085         Delete directories as well.
5086         (gnus-article-browse-html-parts): Work for images that do not specify
5087         file names; delete temp directory when quitting; insert header at the
5088         right place; use file: scheme for image files.
5089
5090 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5091
5092         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5093         (gnus-article-browse-html-parts): Use it to make temporary cid image
5094         files in addition to html file so that browser may display them.
5095
5096 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5097
5098         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5099
5100 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5101
5102         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5103
5104 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5105
5106         * auth-source.el (auth-sources): Change default to be simpler.
5107         Explain about Secret Service API sources.  Improve Customize options.
5108         (auth-source-pick): Change to accept any number of search parameters.
5109         Implement fallbacks iteratively, not recursively.  Add scoring on the
5110         second pass and sort by score.  Call Secret Service API when needed.
5111         (auth-source-user-or-password): Use it.  Call Secret Service API
5112         directly when needed to get the user name and the password.
5113
5114 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5115
5116         * message.el (message-interactive): Doc fix.
5117         (message-qmail-inject-args): Reflow.
5118         (message-kill-to-signature): Fix typo in docstring.
5119
5120         * smiley.el (smiley-buffer): Fix typo in docstring.
5121
5122 2010-03-24  Glenn Morris  <rgm@gnu.org>
5123
5124         * mail-source.el (gnus-message): Declare.
5125         (mail-source-delete-old-incoming): Require gnus-util.
5126
5127 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5128
5129         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5130
5131         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5132
5133         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5134         password-cache's default if it is not bound.
5135         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5136         password-cache-expiry's default if it is not bound.
5137
5138         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5139         available in Emacs 21.
5140
5141         * lpath.el: Suppress compiler warnings for:
5142         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5143         XEmacs;
5144         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5145         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5146         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5147
5148 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5149
5150         * auth-source.el (auth-sources): Fix up definition so extra parameters
5151         are always inline.
5152
5153 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5154
5155         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5156         wasn't updated after mismatch.  Clear cached mailbox info correctly
5157         when uidvalidity changes.
5158         (nnimap-group-prefixed-name): New function to avoid some code
5159         duplication.
5160         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5161         (nnimap-request-group): Use it.
5162         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5163         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5164         with many imap folders.  This is done by caching the group status from
5165         the imap server persistently in a group parameter `imap-status'.  (This
5166         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5167         but not persistently, so every Gnus startup was still very slow.)
5168
5169 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5170
5171         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5172         delete the extra newline.  Otherwise editing of :string and :number
5173         types don't work.
5174
5175 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5176
5177         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5178         secrets.el dependency.
5179         (auth-sources): Add optional user name.  Add secrets.el configuration
5180         choice (unused right now).
5181
5182 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5183
5184         * gnus-sum.el (gnus-summary-make-menu-bar):
5185         Let `gnus-registry-install-shortcuts' fill in the functions.
5186
5187         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5188         warnings.
5189         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5190         (gnus-registry-install-shortcuts): Populate and use it in a
5191         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5192
5193 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5194
5195         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5196         In-place substitutions for the group name encoding/decoding.
5197         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5198         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5199         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5200         (nnimap-update-unseen, nnimap-request-list)
5201         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5202         (nnimap-request-set-mark, nnimap-split-to-groups)
5203         (nnimap-split-articles, nnimap-request-newgroups)
5204         (nnimap-request-create-group, nnimap-request-accept-article)
5205         (nnimap-request-delete-group, nnimap-request-rename-group)
5206         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5207         `encoded-mbx' for consistency.
5208         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5209         variable `imap-current-mailbox'.
5210
5211         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5212         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5213
5214 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5215
5216         * pop3.el (pop3-display-message-size-flag): Display message size byte
5217         counts during POP3 download.
5218         (pop3-movemail): Use it.
5219         (pop3-list): Implement listing of available messages.
5220
5221 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5222
5223         * nnir.el (nnir-get-article-nov-override-function): New function to
5224         override the normal NOV retrieval.
5225         (nnir-retrieve-headers): Use it.
5226
5227 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5228
5229         * auth-source.el (netrc-machine-user-or-password): Autoload.
5230
5231 2010-03-19  Glenn Morris  <rgm@gnu.org>
5232
5233         Stop message.el from loading about 40 libraries it doesn't always need.
5234         The general approach is to autoload rather than require, and to
5235         require in the specific functions rather than the file.  (Bug#5642)
5236
5237         * gmm-utils.el: Don't require wid-edit.
5238         (widget-create-child-value, widget-convert, widget-default-get):
5239         Autoload.
5240
5241         * gnus-util.el: Don't require time-date, netrc.
5242         (message-fetch-field, gnus-group-name-decode): Declare rather than
5243         autoloading.
5244         (gnus-fetch-field): Require message.
5245         (gnus-decode-newsgroups): Require gnus-group.
5246
5247         * ietf-drums.el: Don't require time-date.
5248
5249         * message.el: Don't require hashcash, canlock, ecomplete.
5250         Do require mail-utils.  Require nnheader only when compiling.
5251         (smtpmail-default-smtp-server): Remove declaration.
5252         (message-send-mail-function): Check smtpmail-default-smtp-server
5253         is bound rather than requiring smtpmail.
5254         (message-auto-save-directory, message-insert-signature):
5255         Use expand-file-name rather than nnheader-concat.
5256         (nnheader-insert-file-contents): Autoload.
5257         (hashcash-wait-async): Declare.
5258         (message-send-mail): Only call gnus-setup-posting-charset if
5259         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5260         (message-send-mail-with-sendmail): Require sendmail.
5261         (canlock-password, canlock-password-for-verify): Declare.
5262         (message-canlock-password): Require canlock.
5263         (nnheader-get-report): Autoload.
5264         (gnus-setup-posting-charset): Declare.
5265         (message-send-news): Require gnus-msg.
5266         (message-make-references, message-make-in-reply-to): Use mail-header-id
5267         rather than the alias mail-header-message-id.
5268         (ecomplete-add-item, ecomplete-save): Declare.
5269         (message-put-addresses-in-ecomplete): Require ecomplete.
5270         (ecomplete-display-matches): Autoload.
5271
5272         * mm-decode.el: Don't require mailcap, gnus-util.
5273         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5274         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5275         Autoload.
5276         (mailcap-mime-extensions): Declare.
5277
5278         * mm-encode.el: Don't require mailcap.
5279         (mailcap-extension-to-mime): Autoload.
5280
5281         * mml-sec.el: Don't require password-cache.
5282
5283         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5284         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5285         (mml-minibuffer-read-type): Require mailcap.
5286         (mml-preview): Require gnus-msg.
5287
5288         * mml1991.el: Require password-cache.
5289         (password-cache-expiry): Remove declaration.
5290
5291         * mml2015.el: Require password-cache.
5292         (password-cache-expiry): Remove declaration.
5293
5294         * nneething.el (mailcap): Require mailcap.
5295
5296         * nnheader.el (declare-function): Add compatibility stub.
5297         (message-remove-header): Declare rather than autoload.
5298         (nnheader-replace-header): Require message.
5299
5300         * nnimap.el (declare-function): Add compatibility stub.
5301         (netrc-parse, netrc-machine-user-or-password): Declare.
5302         (nnimap-open-connection): Require netrc.
5303
5304         * nntp.el (declare-function): Add compatibility stub.
5305         (netrc-parse, netrc-machine, netrc-get): Declare.
5306         (nntp-send-authinfo): Require netrc.
5307
5308         * rfc2047.el: Don't require qp.
5309         (quoted-printable-encode-region, quoted-printable-decode-string):
5310         Autoload.
5311
5312         * sieve-mode.el: Don't require easymenu.
5313         (easy-menu-add-item): Autoload it.
5314
5315         * spam-stat.el (time-to-number-of-days): Autoload it.
5316
5317 2010-03-19  Glenn Morris  <rgm@gnu.org>
5318
5319         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5320
5321 2010-03-18  Glenn Morris  <rgm@gnu.org>
5322
5323         * hashcash.el (declare-function): Remove duplicate definition.
5324
5325 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5326
5327         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5328         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5329         value if any backslash escapes).
5330
5331 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5332
5333         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5334         if it is available.  (bug#5647)
5335
5336         * lpath.el: Suppress compiler warning for coding-system-from-name for
5337         Emacs 21 and XEmacs.
5338
5339 2010-03-14  Juri Linkov  <juri@jurta.org>
5340
5341         * hmac-def.el:
5342         * hmac-md5.el:
5343         * netrc.el: Fix keywords.
5344
5345 2010-02-26  Glenn Morris  <rgm@gnu.org>
5346
5347         * message.el (message-send-mail-function): Change the default, so that
5348         it inherits from a customized send-mail-function.  (Bug#5643)
5349
5350 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5351
5352         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5353         shell-command-to-string signals an error (bug#5299).
5354
5355 2010-02-24  Glenn Morris  <rgm@gnu.org>
5356
5357         * message.el (message-smtpmail-send-it)
5358         (message-send-mail-with-mailclient): Doc fixes.
5359
5360 2010-02-16  Glenn Morris  <rgm@gnu.org>
5361
5362         * message.el (message-default-mail-headers): Change the default value
5363         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5364
5365 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5366
5367         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5368         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5369
5370 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5371
5372         * time-date.el (date-to-time): Doc fix (Bug#5408).
5373
5374 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5375
5376         * message.el (message-mail): Just pass yank-action on to message-setup.
5377         (message-setup): Handle (FUN . ARGS) form of yank-action.
5378         (message-with-reply-buffer, message-widen-reply)
5379         (message-yank-original): Handle non-buffer values of
5380         message-reply-buffer (Bug#4080).
5381         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5382
5383 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5384
5385         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5386         Fix typo in docstring.
5387
5388 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5389
5390         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5391         response.
5392
5393 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5394
5395         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5396
5397         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5398
5399         * message.el (message-check-news-header-syntax): Protect against a
5400         string that `rfc822-addresses' returns when parsing fails.
5401
5402 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5405         (gnus-previous-char-property-change): New functions.
5406
5407         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5408
5409 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5410
5411         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5412         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5413
5414 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5415
5416         * message.el (message-exchange-point-and-mark): Rework last change to
5417         avoid using optional arg of exchange-point-and-mark, for backward
5418         compatibility.
5419
5420 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5421
5422         * message.el (message-exchange-point-and-mark):
5423         Call exchange-point-and-mark with an argument rather than setting
5424         mark-active by hand (Bug#5175).
5425
5426 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5427
5428         * nntp.el (nntp-service-to-port): Work for service expressed with
5429         numeric string; replace [:digit:] with [0-9] for XEmacs.
5430
5431 2009-12-17  Glenn Morris  <rgm@gnu.org>
5432
5433         * gnus-group.el (gnus-bug-group-download-format-alist):
5434         Change emacs entry to debbugs.gnu.org.  Bump :version.
5435
5436 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5437
5438         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5439
5440 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5441
5442         * message.el (message-info): Explain why we use `Info-goto-node'.
5443
5444 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5447
5448 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5449
5450         * message.el (message-completion-in-region): New compatibility function.
5451         (message-expand-group): Use it.
5452
5453 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5456         with no unread article should be listed if the 2nd arg `predicate' is
5457         given.
5458
5459 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5460
5461         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5462
5463 2009-11-29  Juri Linkov  <juri@jurta.org>
5464
5465         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5466         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5467         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5468
5469 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5470
5471         * sha1.el (sha1-string-external): default-directory "/" in case
5472         otherwise non-existent.  process-connection-type pipe for touch of
5473         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5474
5475 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5476
5477         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5478         it's comms related and sgml-mode.el has "comm" on that basis too.
5479
5480 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5481
5482         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5483         containing tspecial characters if they have been already quoted.
5484
5485 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5486
5487         * dns-mode.el (auto-mode-alist): Purecopy string.
5488
5489 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5490
5491         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5492
5493 2009-10-24  Glenn Morris  <rgm@gnu.org>
5494
5495         * gnus-art.el (help-xref-stack-item): Define for compiler.
5496
5497 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5498
5499         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5500
5501 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5502
5503         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5504
5505 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5508         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5509
5510 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5511
5512         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5513         (gnus-overlays-in): New alias to overlays-in.
5514
5515         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5516         gnus-overlay-get, and gnus-delete-overlay.
5517         (gnus-summary-show-thread): Make it work as well for systems in which
5518         next-single-char-property-change is not available.
5519         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5520
5521         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5522         (gnus-overlay-get): New alias to extent-property.
5523         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5524
5525         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5526         SXEmacs.
5527
5528         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5529         SXEmacs.
5530
5531 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5532
5533         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5534
5535 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5536
5537         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5538         and XEmacs that don't have `remove-overlays'.
5539
5540 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5541
5542         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5543         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5544         selective display.  Use overlays instead.
5545
5546 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5547
5548         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5549
5550 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5551
5552         * spam-stat.el (spam-stat-load): Fix typo in message.
5553
5554 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5555
5556         * dig.el (dig-invoke): Fix typo in docstring.
5557         (query-dig): Reflow docstring.
5558
5559 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5560
5561         * gnus-art.el (gnus-article-encrypt-body):
5562         * message.el (message-check-recipients):
5563         * mm-util.el (mm-codepage-setup):
5564         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5565         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5566
5567 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5568
5569         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5570         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5571         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5572         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5573         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5574
5575 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5576
5577         * dig.el: Add "Keywords: comm", as per net-utils.el.
5578
5579 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5580
5581         * dig.el (dig-mode): Use define-derived-mode.
5582
5583 2009-09-19  Glenn Morris  <rgm@gnu.org>
5584
5585         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5586
5587 2009-09-18  Glenn Morris  <rgm@gnu.org>
5588
5589         * gnus-diary.el (gnus-diary-check-message):
5590         * message.el (message-insert-formatted-citation-line):
5591         * nnbabyl.el (top-level):
5592         * nndiary.el (nndiary-schedule):
5593         Fix typos in condition-case handlers.
5594
5595 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5596
5597         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5598         configuration that provides the sole article window in a frame;
5599         position point correctly after deleting a part.
5600
5601 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5602
5603         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5604         (spam-resolve-registrations-routine): Use it to unregister articles
5605         that change status.
5606
5607 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5610         with XEmacs.
5611         (parse-time-string-chars): Use it.
5612
5613 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5614
5615         * imap.el (imap-interactive-login): Better messages.
5616         (imap-open): Fix bug with renamed buffer on reconnect.
5617         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5618         for easier debugging and cleaner code.  On successful (guessed based on
5619         server capabilities) secondary authentication, set imap-state
5620         correctly.
5621         (imap-last-authenticator): Define imap-last-authenticator as a variable
5622         to avoid warnings.
5623
5624 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5625
5626         * nnrss.el (nnrss-request-article): Remove binding of
5627         default-enable-multibyte-characters that has gotten needless by
5628         the 2007-07-13 change in rfc2047-encode-message-header.
5629
5630         * mml.el (mml-insert-multipart): Error on the message header.
5631         (mml-insert-part): Error on the message header; position point at
5632         the end of a MIME tag.
5633
5634 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5635
5636         * time-date.el (autoload): Expand define-obsolete-function-alias into
5637         defalias and make-obsolete for old Emacsen that Gnus supports.
5638         (with-no-warnings): Define it for old Emacsen.
5639         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5640         is available.
5641         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5642         float-time is available; suppress compile warning for time-to-seconds.
5643
5644         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5645         (gnus-float-time): Alias to float-time if it exists.
5646
5647         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5648         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5649         float-time is available; suppress compile warning for time-to-seconds.
5650
5651         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5652         XEmacs.
5653
5654 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5655
5656         * imap.el (imap-message-map): Docstring fix.
5657
5658 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5661         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5662         Add the optional argument `encoding' that overrides the default.
5663
5664         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5665         mm-encode-buffer.
5666
5667 2009-09-04  Glenn Morris  <rgm@gnu.org>
5668
5669         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5670         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5671         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5672         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5673         * mm-util.el (mm-with-unibyte-current-buffer)
5674         (mm-find-buffer-file-coding-system):
5675         * yenc.el (yenc-decode-region): Use default-value rather than
5676         default-enable-multibyte-characters.
5677
5678 2009-09-03  Glenn Morris  <rgm@gnu.org>
5679
5680         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5681         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5682         than default-enable-multibyte-characters.
5683
5684 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5685
5686         * gnus-art.el (gnus-article-read-summary-keys):
5687         Fix gnus-buffer-configuration's value temporarily used.
5688
5689 2009-09-02  Glenn Morris  <rgm@gnu.org>
5690
5691         * gnus-util.el (gnus-float-time): New function.
5692         * gnus-delay.el (gnus-delay-article):
5693         * gnus-sum.el (gnus-thread-latest-date):
5694         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5695         * nnspool.el (nnspool-request-newgroups):
5696         Use gnus-float-time rather than time-to-seconds.
5697         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5698
5699         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5700         (gnus-header-subject-face, gnus-header-newsgroups-face)
5701         (gnus-header-name-face, gnus-header-content-face):
5702         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5703         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5704         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5705         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5706         (gnus-cite-face-11):
5707         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5708         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5709         (gnus-server-closed-face, gnus-server-denied-face)
5710         (gnus-server-offline-face):
5711         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5712         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5713         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5714         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5715         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5716         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5717         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5718         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5719         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5720         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5721         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5722         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5723         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5724         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5725         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5726         (gnus-summary-high-undownloaded-face)
5727         (gnus-summary-low-undownloaded-face)
5728         (gnus-summary-normal-undownloaded-face)
5729         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5730         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5731         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5732         (gnus-splash-face):
5733         * message.el (message-header-to-face, message-header-cc-face)
5734         (message-header-subject-face, message-header-newsgroups-face)
5735         (message-header-other-face, message-header-name-face)
5736         (message-header-xheader-face, message-separator-face)
5737         (message-cited-text-face, message-mml-face):
5738         * sieve-mode.el (sieve-control-commands-face)
5739         (sieve-action-commands-face, sieve-test-commands-face)
5740         (sieve-tagged-arguments-face):
5741         * spam.el (spam-face):
5742         Mark face aliases with "-face" in the name as obsolete.
5743
5744 2009-09-01  Glenn Morris  <rgm@gnu.org>
5745
5746         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5747         than goto-line.
5748
5749 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5752         Don't move point if the command is invoked inside the message header.
5753
5754 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5755
5756         * imap.el (imap-send-command): Simplify.
5757         (imap-wait-for-tag): point-max -> buffer-size.
5758
5759 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5760
5761         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5762         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5763         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5764         * nnir.el (nnir-swish-e-index-file):
5765         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5766         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5767         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5768         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5769         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5770         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5771
5772 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5773
5774         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5775         Don't save excursion.
5776
5777 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5778
5779         * nnheader.el (nnheader-find-file-noselect):
5780         * mm-util.el (mm-insert-file-contents):
5781         Use (default-value 'major-mode) instead of default-major-mode.
5782
5783 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5784
5785         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5786
5787 2009-08-26  Glenn Morris  <rgm@gnu.org>
5788
5789         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5790         than placing in files.el.
5791
5792 2009-08-25  Glenn Morris  <rgm@gnu.org>
5793
5794         * nnir.el (top-level): Don't require cl at run-time.
5795         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5796         Replace cl-function substitute with gnus-replace-in-string.
5797         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5798         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5799         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5800         simplified expansions.
5801
5802 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5803
5804         * dig.el (dig): Add autoload cookie.
5805
5806 2009-08-22  Glenn Morris  <rgm@gnu.org>
5807
5808         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5809         goto-line.
5810
5811 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5812
5813         * parse-time.el (parse-time-string-chars): Save match data.
5814
5815 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5816
5817         * parse-time.el (parse-time-string-chars): Compute using character
5818         classes, to handle non-ascii characters (Bug#3190).
5819
5820 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5821
5822         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5823
5824         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5825         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5826         (gnus-mm-display-part, gnus-mime-display-single)
5827         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5828         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5829
5830         * gnus-sum.el
5831         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5832         (gnus-summary-move-article): Add expirable mark to articles copied or
5833         moved to group that has auto-expire turned on if the option is non-nil.
5834
5835 2009-07-24  Glenn Morris  <rgm@gnu.org>
5836
5837         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5838         Fix typo.  (Bug#3903)
5839
5840 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5841
5842         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5843         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5844         that should not be used for draft articles.
5845         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5846         that has no concern in minor mode keys.
5847         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5848         Abolish.
5849
5850 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5851
5852         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5853         article without making inquiry to a user for unknown encoding.
5854
5855         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5856         (nnmaildir--scan): Assume i-node and device number that file-attributes
5857         returns might be cons-cell.
5858
5859         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5860
5861         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5862
5863 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5864
5865         * auth-source.el: Remove docs now in auth.texi.  Don't use
5866         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5867         `auth-source-hide-passwords' and use them.
5868
5869 2009-07-15  Glenn Morris  <rgm@gnu.org>
5870
5871         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5872
5873 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5874
5875         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5876         excessive whitespace from the default values of title and description.
5877
5878 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5879
5880         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5881         mail-fetch-field to fetch Content-Description header in order to
5882         exclude newlines.
5883
5884 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5885
5886         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5887         format used by GnuPG 2.0.11.
5888
5889 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5892         to deleted part.
5893
5894 2009-05-30  David Engster  <dengste@eml.cc>
5895
5896         * nnmairix.el: Remove old documentation in the commentary block.
5897         (nnmairix-request-group): Do not update active file for nnml back ends.
5898         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5899         end so that overview files are ignored.
5900         (nnmairix-update-groups): Make updating the groups more robust by using
5901         marks.
5902         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5903         with dollar characters in message-id.
5904
5905 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5906
5907         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5908         2008-12-25 in dns.el.
5909
5910 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5911
5912         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5913         could happen if the text is only composed of spaces and/or tabs.
5914
5915 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5916
5917         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5918         when sending a queued message to avoid extra mml tags.
5919
5920 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5921
5922         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5923
5924 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5925
5926         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5927         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5928         rmail-toggle-header for XEmacs;
5929         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5930
5931 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * gnus-dired.el: Remove autoload for gnus-setup-message.
5934         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5935         displaying Gnus logo; always use compose-mail.
5936
5937 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5938
5939         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5940
5941 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5942
5943         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5944         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5945         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5946         available.
5947         (gnus-nocem-epg-verify): New function.
5948
5949 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5950
5951         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5952
5953 2009-02-15  Glenn Morris  <rgm@gnu.org>
5954
5955         * gnus-util.el (rmail-insert-rmail-file-header)
5956         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5957         autoloads.
5958         (rmail-default-rmail-file): Remove unnecessary declaration.
5959         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5960
5961 2009-02-14  Glenn Morris  <rgm@gnu.org>
5962
5963         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5964         variable (only used in gnus-util, which declares it anyway).
5965         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5966         which was only needed by gnus-art (changed to not use it any more).
5967         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5968         only used in gnus-util, which autoloads it itself.
5969         (rmail-update-summary): Fix autoload.
5970
5971         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5972         rather than rmail-output-to-rmail-file.
5973
5974 2009-02-07  Glenn Morris  <rgm@gnu.org>
5975
5976         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5977         autoload of function that no longer exists.
5978         (rmail-toggle-header): Declare.
5979         (message-forward-rmail-make-body): Handle mbox Rmail.
5980
5981 2009-01-31  Glenn Morris  <rgm@gnu.org>
5982
5983         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5984         2009-01-09 change.
5985
5986 2009-01-31  Dave Love  <fx@gnu.org>
5987
5988         * imap.el (imap-fetch-safe): Bind debug-on-error.
5989         (imap-debug): Add imap-fetch-safe.
5990
5991 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5992
5993         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5994         (auth-source-forget-all-cached): New convenience function.
5995         (auth-source-user-or-password): Accept list of modes or a single mode.
5996
5997         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5998         auth-source modes.
5999
6000         * netrc.el (netrc-machine-user-or-password): Use list of
6001         auth-source modes.
6002
6003         * nnimap.el (nnimap-open-connection): Use list of
6004         auth-source modes.
6005
6006         * nntp.el (nntp-send-authinfo): Use list of
6007         auth-source modes.
6008
6009 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6010
6011         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6012         now.
6013
6014 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6017         coding system in XEmacs; add a workaround for XEmacs.
6018
6019         * lpath.el: Fbind coding-system-aliasee.
6020
6021 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6022
6023         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6024         of current-language-environment.
6025
6026 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6027
6028         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6029         available at runtime.
6030
6031 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6034
6035 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6036
6037         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6038         the greatest positive fixnum value doesn't work under an XEmacs with
6039         bignum support; use the most-positive-fixnum constant instead,
6040         available since Emacs 21.1 with cl and XEmacs 21.1.
6041
6042 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6043
6044         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6045         XEmacs gets not to work.
6046
6047 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6048
6049         * mm-util.el (mm-coding-system-priorities): Allow the value like
6050         "Japanese (UTF-8)" of current-language-environment.
6051
6052 2009-01-09  Glenn Morris  <rgm@gnu.org>
6053
6054         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6055         with last-command-event.
6056
6057 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6058
6059         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6060         in the doc string.
6061
6062         * message.el (message-fix-before-sending): Amend comment.
6063
6064 2009-01-08  Dave Love  <fx@gnu.org>
6065
6066         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6067
6068 2009-01-07  David Engster  <dengste@eml.cc>
6069
6070         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6071         simplified server definitions by converting it via
6072         gnus-server-to-method.
6073
6074 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6077         parameter's operands.
6078
6079 2009-01-06  David Engster  <dengste@eml.cc>
6080
6081         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6082         primary select method (for gnus-group-mark-article-as-read).
6083
6084 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6085
6086         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6087         `(gnus)Face', not `(gnus)X-Face'.
6088
6089 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6090
6091         * mm-util.el (mm-ucs-to-char): New function.
6092
6093         * mm-url.el (mm-url-decode-entities): Use it.
6094
6095         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6096         unicode-to-char.
6097
6098 2009-01-05  Dave Love  <fx@gnu.org>
6099
6100         * time-date.el: Require cl for `declare'.
6101
6102 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6103
6104         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6105         Dave Love.
6106
6107 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6108
6109         * message.el (message-fix-before-sending): Add `eight-bit' to
6110         illegible-text check.
6111
6112 2009-01-03  Michael Olson  <mwolson@gnu.org>
6113
6114         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6115         `headers' is nil.  This can occur if the IMAP server does not have
6116         permissions to read messages from a folder, but can write new messages
6117         to the folder.
6118         (nnimap-request-article-part): Do not insert `data' if it is nil.
6119
6120         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6121         characters which will confuse `read', so skip past them.
6122
6123 2009-01-01  Dave Love  <fx@gnu.org>
6124
6125         * imap.el (imap-string-to-integer): Fix typo.
6126         (imap-fetch-safe): New function.
6127         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6128
6129         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6130
6131         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6132         (imap-parse-greeting): Fix doc strings.
6133         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6134         (imap-parse-flag-list): Make messages unique.
6135         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6136
6137         * nnimap.el: Fix author email.
6138         (nnimap-split-rule): Add FIXME comment.
6139         (nnimap-debug): Fix doc string.
6140
6141 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6142
6143         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6144
6145 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6146
6147         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6148         nslookup if resolv.conf isn't available.
6149         (dns-query): Rename from query-dns.
6150         (dns-query-cached): Rename from query-dns-cached.
6151
6152 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6153
6154         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6155         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6156         to check if those variables exist (first appeared in Emacs 18.50).
6157
6158 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6159
6160         * mm-util.el (mm-line-number-at-pos): New function.
6161
6162         * spam-report.el (spam-report-process-queue): Use it.
6163
6164 2008-12-24  David Engster  <dengste@eml.cc>
6165
6166         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6167         parameters that haven't existed as variables as buffer-local variables.
6168
6169 2008-12-23  Dave Love  <fx@gnu.org>
6170
6171         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6172         cadar.
6173
6174         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6175         imap-starttls-p.
6176         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6177
6178 2008-12-22  Dave Love  <fx@gnu.org>
6179
6180         * imap.el: Fix author email.  Doc fixes.
6181         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6182         reply.
6183
6184 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6185
6186         * spam-report.el (spam-report-gmane-max-requests): New constant.
6187         (spam-report-gmane-wait): New variable.
6188         (spam-report-gmane-ham, spam-report-gmane-spam)
6189         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6190         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6191         the server.
6192
6193         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6194         Add explanations.
6195
6196         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6197         nnheader-accept-process-output and nnheader-read-timeout if available.
6198         (pop3-movemail): Use it.
6199
6200         * message.el (message-check-news-body-syntax): Fix signature check if
6201         there's an attachment.
6202
6203 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6204
6205         * mm-util.el: Add comments to the mm- emulating functions.
6206
6207 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6208
6209         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6210         Reported by Stephen Berman <stephen.berman@gmx.net>.
6211
6212 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6213
6214         * mm-util.el (mm-substring-no-properties): New function.
6215         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6216         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6217         (mm-string-to-multibyte): Doc fix.
6218
6219         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6220
6221 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6222
6223         * mml.el (mml-attach-file): Strip text properties from file name.
6224         (Bug#1574)
6225
6226 2008-12-16  Glenn Morris  <rgm@gnu.org>
6227
6228         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6229
6230 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6231
6232         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6233         knows since the charset specified might be a bogus alias that
6234         mm-charset-synonym-alist provides.
6235
6236 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6237
6238         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6239         "ISO_8859-1".
6240
6241         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6242
6243 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6244
6245         * mm-util.el (mm-charset-eval-alist):
6246         Define it before mm-charset-to-coding-system.
6247         (mm-charset-to-coding-system): Add optional argument `silent';
6248         define it before mm-charset-override-alist.
6249         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6250         default value if it can be used in Emacs currently running;
6251         silence mm-charset-to-coding-system.
6252
6253 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6254
6255         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6256         `allow-override' which says whether to use `mm-charset-override-alist'.
6257         (rfc2047-decode-encoded-words): Use it.
6258
6259         * mm-util.el (mm-charset-override-alist): Fix custom type;
6260         add `(gb2312 . gbk)' to choices.
6261
6262 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6263
6264         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6265         fast.
6266
6267         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6268
6269         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6270
6271 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6272
6273         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6274         on links.
6275
6276         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6277
6278 2008-12-03  Lute Kamstra  <lute@gnu.org>
6279
6280         * sha1.el: Remove leading * from docstrings of defcustoms,
6281         deffaces, defconsts and defuns.
6282
6283 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6284
6285         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6286         users' addresses that don't have domain parts.
6287         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6288         rather than message-narrow-to-head since there will be the message
6289         header separator.
6290
6291 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6292
6293         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6294         since the result is inserted in a unibyte buffer anyway.
6295         (nnimap-demule-use-string-to-multibyte): Remove.
6296         (nnimap-demule): Alias it to mm-string-to-multibyte.
6297
6298 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6299
6300         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6301         variable for debugging bug#464 and bug#1174.
6302         (nnimap-demule): Use it.
6303
6304 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6305
6306         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6307         score calculation correctly.
6308
6309 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6310
6311         * message.el (message-send-mail): Just set the buffer to unibyte
6312         rather than use mm-with-unibyte-current-buffer which does a lot more.
6313         (message-send-mail-partially): Don't bother with
6314         mm-with-unibyte-current-buffer since it's already been made unibyte by
6315         message-send-mail.
6316
6317 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6318
6319         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6320
6321 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6322
6323         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6324
6325 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6328         require itself and to remove `with-no-warnings'.
6329
6330 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6331
6332         * starttls.el (starttls-any-program-available): Get the name of the
6333         available TLS layer program.
6334         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6335         well as the host name in the "opening" message.
6336
6337         * auth-source.el (auth-source-cache, auth-source-do-cache)
6338         (auth-source-user-or-password): Cache passwords and logins by default,
6339         allow override with `auth-source-do-cache'.
6340         (auth-source-forget-user-or-password): Allow users to remove cache
6341         entries if needed.
6342
6343 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6344
6345         * md4.el (md4-buffer): Fix typo in docstring.
6346         (md4, md4-64): Doc fixes.
6347         (md4-pack-int32): Reflow docstring.
6348
6349 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6350
6351         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6352         condition-case to only the forward-sexp call.
6353
6354 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6355
6356         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6357         quotes contained.  Make it more robust regardless by an extra
6358         condition-case wrapper.
6359
6360 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6361
6362         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6363
6364 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6365
6366         * nnml.el (nnml-request-expire-articles): Check if the function set to
6367         `nnmail-expiry-target' returns the symbol `delete'.
6368
6369         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6370
6371         * nnmail.el (nnmail-expiry-target): Fix custom type.
6372
6373 2008-10-02  Glenn Morris  <rgm@gnu.org>
6374
6375         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6376         Silence compiler warning.
6377
6378 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6379
6380         * tls.el (open-tls-stream): Show the actual command being
6381         executed, instead of the format string.
6382
6383 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6384
6385         * lpath.el: Fbind codepage-setup for Emacs 23.
6386
6387 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6388
6389         * mml.el (mml-menu): Don't assume mml2015 is bound.
6390
6391 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6392
6393         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6394         exists.
6395
6396 2008-09-27  Glenn Morris  <rgm@gnu.org>
6397
6398         * gnus-util.el (mail-header-remove-comments): Autoload it.
6399
6400 2008-09-27  Andreas Schwab  <schwab@suse.de>
6401
6402         * gnus-util.el (gnus-split-references): Strip comments.
6403         (gnus-parent-id): Likewise.
6404
6405 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6406
6407         * message.el (message-confirm-send): Fix version.
6408
6409 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * message.el (message-idna-to-ascii-rhs-1): Use
6412         mail-extract-address-components rather than mail-header-parse-addresses
6413         that is an alias by default to ietf-drums-parse-addresses that does not
6414         support non-ASCII names in headers' contents.
6415
6416 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6417
6418         * message.el (message-confirm-send): Fix variable documentation to
6419         avoid the "y/n" wording.
6420
6421 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6422
6423         * message.el (message-set-auto-save-file-name): Save to a different
6424         filename so multiple messages (especially drafts) can be recovered.
6425
6426 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6427
6428         * message.el (message-confirm-send): Add appropriate version.
6429
6430 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6431
6432         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6433         defvar.
6434
6435 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6436
6437         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6438         (mm-pkcs7-enveloped-magic): Ditto.
6439
6440 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6441
6442         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6443         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6444
6445 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6446
6447         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6448         default, it's better.
6449
6450 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6451
6452         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6453         summary line gnus-number property and ignore them (with a warning
6454         message).
6455
6456 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6459         macro caddr in the interactive form since it won't be expanded.
6460
6461 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6462
6463         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6464         `charset'; fix name of function called recursively.
6465         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6466
6467 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6470         (gnus-mime-set-charset-parameters): New function.
6471         (gnus-mime-view-part-as-charset): Use it to correctly display part
6472         specifying wrong charset.
6473
6474 2008-09-08  David Engster  <dengste@eml.cc>
6475
6476         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6477         in completing-read for back end server.
6478
6479 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6480
6481         * message.el (message-confirm-send): New variable to confirm sending a
6482         message.
6483         (message-send): Use it.
6484
6485 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6486
6487         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6488
6489 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6490
6491         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6492
6493 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6494
6495         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6496         prevent tracking too many groups.
6497         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6498         Use it.
6499
6500 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6501
6502         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6503         moving point to the bottom of the window in order to avoid recentering.
6504
6505 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6508
6509         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6510         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6511         (gnus-article-beginning-of-window): Fix calculation.
6512
6513 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6514
6515         * gnus-msg.el (gnus-summary-supersede-article)
6516         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6517         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6518         message header.
6519
6520 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6521
6522         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6523         pending output coming after the status change.
6524
6525 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6526
6527         * message.el:
6528         * gnus-start.el:
6529         * gnus-registry.el: Remove VMS support.
6530
6531 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6532
6533         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6534         macro.
6535         (rfc2104-hash): Use it.
6536
6537 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6538
6539         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6540         (gnus-summary-sort-by-most-recent-date): New commands.
6541         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6542         and menu entries.
6543
6544 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6545
6546         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6547         don't redisplay article for raw contents; remove plural articles stuff.
6548
6549         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6550         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6551         on gnus-summary-save-article; display results properly.
6552
6553 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6554
6555         * lpath.el: No need to fbind ns-focus-frame.
6556
6557 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6560
6561 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6562
6563         * gnus-art.el (gnus-summary-save-in-pipe):
6564         Consider gnus-save-all-headers.
6565
6566 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6567
6568         * gnus-util.el (ns-focus-frame): Remove declaration.
6569         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6570         like x.
6571
6572 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6573
6574         * rfc2104.el (rfc2104-zero): Delete defconst.
6575         (rfc2104-hex-alist): Likewise.
6576         (rfc2104-hex-to-int): Delete func.
6577         (rfc2104-hexstring-to-bitstring): Likewise.
6578         (rfc2104-nybbles): New defconst.
6579         (rfc2104-hash): Rewrite for speed.
6580
6581 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6582
6583         * tls.el (open-tls-stream): Make it work with the 2nd argument
6584         BUFFER that is a string but does not exist as a buffer object, as
6585         mentioned in the doc-string.
6586
6587 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6588
6589         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6590         SXEmacs.
6591
6592 2008-07-16  Glenn Morris  <rgm@gnu.org>
6593
6594         * gnus-util.el (ns-focus-frame): Declare for compiler.
6595
6596 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6597
6598         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6599         set as a group parameter.
6600         (gnus-summary-save-in-pipe): Work when it is called independently.
6601         (gnus-summary-pipe-to-muttprint): Don't modify
6602         gnus-summary-pipe-output-default-command.
6603
6604 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6605
6606         * message.el (message-send-mail-with-sendmail):
6607         Display the error message.
6608
6609 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6610
6611         * gnus-art.el (gnus-default-article-saver):
6612         Add gnus-summary-save-in-pipe to choices.
6613         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6614         gnus-summary-pipe-output-default-command as the default command.
6615         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6616         instead of gnus-last-shell-command.
6617
6618         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6619         New user option.
6620         (gnus-summary-muttprint-program): Mention the value will be changed.
6621         (gnus-summary-save-article): Force showing of all headers.
6622         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6623
6624 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6625
6626         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6627
6628 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6629
6630         * nnimap.el (nnimap-id):
6631         * sieve-manage.el (sieve-manage-open): Doc fixes.
6632
6633 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6634
6635         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6636         if available.
6637
6638 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6639
6640         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6641
6642         * nnkiboze.el (nnkiboze-generate-group):
6643         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6644
6645         * nnmairix.el: Require CL.
6646
6647 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6648
6649         * dgnushack.el: Autoload get-display-table and put-display-table for
6650         XEmacs 21.5.
6651
6652         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6653         21.4 and SXEmacs.
6654
6655 2008-06-15  David Engster  <dengste@eml.cc>
6656
6657         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6658
6659 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6660
6661         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6662         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6663         runtime choice under XEmacs.
6664
6665         * gnus-sum.el (gnus-summary-set-display-table):
6666         Use `gnus-put-display-table', `gnus-get-display-table',
6667         `gnus-set-display-table' for the display table, instead of `aset'.
6668
6669         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6670         Use `gnus-put-display-table', `gnus-get-display-table',
6671         `gnus-set-display-table' for the display table.
6672
6673 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6674
6675         * nnmairix.el: Add autoloads.
6676
6677 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6678
6679         * nnmairix.el (nnmairix-delete-recreate-group)
6680         (nnmairix-update-and-clear-marks): Fix error messages.
6681
6682 2008-06-14  David Engster  <dengste@eml.cc>
6683
6684         * nnmairix.el: Upgrade to version 0.6.
6685         (nnmairix-group-toggle-propmarks-this-group)
6686         (nnmairix-group-toggle-readmarks-this-group)
6687         (nnmairix-group-delete-recreate-this-group)
6688         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6689         (nnmairix-remove-tick-mark-original-article): New commands.
6690         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6691         (nnmairix-propagate-marks-to-nnmairix-groups)
6692         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6693         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6694         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6695         functions needed for marks propagation and manipulation of read marks.
6696         (nnmairix-update-groups): New function.
6697         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6698         (nnmairix-determine-original-group-from-registry)
6699         (nnmairix-determine-original-group-from-path)
6700         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6701         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6702         New helper functions.
6703         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6704         keystrokes for new commands.
6705         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6706         (nnmairix-request-group): Check allow-fast group parameter.
6707         (nnmairix-request-create-group): Set allow-fast group parameter if
6708         nnmairix-allowfast-default is set.
6709         (nnmairix-close-group): Propagate marks upon closing if needed.
6710         (nnmairix-group-toggle-threads-this-group): Use new.
6711         nnmairix-group-toggle-parameter helper function.
6712         (nnmairix-search): Better check for empty search result.
6713         (nnmairix-goto-original-article): Use new helper functions for
6714         determining original article.
6715         (nnmairix-show-original-article): Make sure message-id is in brackets.
6716         (nnmairix-call-mairix-binary): Change variable name.
6717         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6718         helper function.
6719         (nnmairix-widget-toggle-activate): Fix doc string.
6720
6721 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6722
6723         * nnir.el: Require edmacro when compiling with XEmacs.
6724         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6725         available in Emacs 21.
6726
6727 2008-06-11  Glenn Morris  <rgm@gnu.org>
6728
6729         * gnus-util.el (x-focus-frame):
6730         * gnus.el (image-size):
6731         * mm-decode.el (image-size): Declare.
6732
6733         * gnus-picon.el (declare-function): Add compat definition.
6734         (image-size): Declare.
6735
6736         * gnus-group.el (tool-bar-map):
6737         * gnus-sum.el (tool-bar-map): Define for compiler.
6738
6739         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6740
6741         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6742
6743         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6744         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6745         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6746         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6747         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6748         * sieve-manage.el, spam-report.el, spam.el:
6749         Remove unnecessary eval-and-compile of autoloads.
6750
6751 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6752
6753         * auth-source.el: Precise Tramp doc.
6754
6755 2008-06-07  Glenn Morris  <rgm@gnu.org>
6756
6757         * nnmairix.el: Remove unnecessary eval-when-compile.
6758
6759 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6760
6761         * lpath.el: Fbind propertize for XEmacs 21.4.
6762
6763 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6764
6765         * nnir.el: Move here from ../contrib.
6766
6767 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6768
6769         * gnus-util.el (gnus-read-shell-command): New function.
6770         * mm-decode.el (mm-pipe-part):
6771         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6772
6773 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6774
6775         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6776
6777 2008-06-03  Glenn Morris  <rgm@gnu.org>
6778
6779         * pop3.el (nnheader-accept-process-output): Autoload it.
6780
6781 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6784         are not 2-digit hexadecimal characters that follow `%'s.
6785
6786 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6787
6788         * message.el (message-bogus-recipient-p): Fix type in doc string.
6789         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6790         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6791         Improve custom options.
6792         (message-bogus-recipient-p): Adjust accordingly.
6793
6794 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6795
6796         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6797         long-form month and day names.
6798
6799 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6800
6801         * dgnushack.el: Autoload debug, eudc-expand-inline and
6802         pgg-snarf-keys-region for XEmacs.
6803
6804         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6805
6806         * nnmairix.el: Require edmacro when compiling with XEmacs.
6807
6808 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6809
6810         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6811         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6812
6813 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6814
6815         * auth-source.el: Add more docs.
6816
6817         * netrc.el (netrc-machine): Always match if the port is not given.
6818
6819 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6820
6821         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6822         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6823         retrieval faster in some cases, but might make CPU usage larger.
6824         If this has any bad side effects, we might revert this change.
6825
6826         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6827         seems to make mail retrieval much, much faster.
6828         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6829         unconditionally.
6830
6831         * gnus-draft.el (gnus-group-send-queue):
6832         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6833
6834 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6835
6836         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6837
6838         * message.el (message-bogus-address-regexp): Fix and improve custom
6839         type.
6840         (message-setup-hook): Add message-check-recipients as custom option.
6841
6842 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6843
6844         * message.el (message-cite-function): Remove bogus autoload which crept
6845         in during merge from v5-10.
6846
6847 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6848
6849         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6850
6851         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6852
6853         * auth-source.el: Preliminary Tramp docs.
6854         (auth-sources): Change the default auth-sources to use
6855         EPA .gpg files.
6856
6857 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6858
6859         * nntp.el: Autoload `auth-source-user-or-password'.
6860         (nntp-send-authinfo): Use it.
6861
6862         * nnimap.el: Autoload `auth-source-user-or-password'.
6863         (nnimap-open-connection): Use it.
6864
6865         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6866         for the gnus-message function.
6867         (auth-source-user-or-password): Use it.
6868
6869 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6870
6871         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6872         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6873         (rfc2104-hash): Use it.
6874
6875 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6876
6877         * gnus-art.el (gnus-article-toggle-truncate-lines):
6878         Don't use `iff' in docstring.
6879
6880 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6881
6882         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6883
6884         * gnus-util.el (gnus-extract-address-component-name)
6885         (gnus-extract-address-component-email): Convenience functions around
6886         `gnus-extract-address-components'.
6887
6888         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6889         Use `gnus-extract-address-component-email' to fix bug of comparing full
6890         sender name to `user-mail-address'.
6891
6892 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6893
6894         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6895         catch/throw to optimize.
6896         (gnus-registry-find-keywords): Just use member to find a keyword.
6897
6898 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6899
6900         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6901         is current before calling gnus-server-prepare.
6902         (gnus-server-setup-buffer, gnus-server-update-server)
6903         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6904
6905 2008-05-04  Juri Linkov  <juri@jurta.org>
6906
6907         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6908         (mailcap-file-default-commands): Use mailcap-replace-in-string
6909         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6910         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6911
6912 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6913
6914         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6915
6916 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6917
6918         * gnus.el: Bump version to 0.11.
6919
6920 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6921
6922         * gnus.el: No Gnus v0.10 is released.
6923
6924 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6925
6926         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6927         hooks.
6928         (gnus-update-read-articles): Speed up non-marks-using users.
6929         (gnus-use-marks): Define gnus-use-marks.
6930         (gnus-propagate-marks): Rename variable to something more sensible.
6931
6932 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6933
6934         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6935         (gmm-image-load-path-for-library): Fix typos in docstrings.
6936         (gmm-message): Reflow docstring.
6937
6938 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6939
6940         * mail-source.el (mail-source-set-1, mail-source-bind):
6941         Move auth-source code out of the macro to clean it up and fix bugs.
6942
6943 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6944
6945         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6946         by sender if it's equal to user-mail-address, it's likely to be
6947         useless.
6948
6949         * mail-source.el (mail-source-bind): Don't use user or password if they
6950         are not bound.  Unintern them if they are nil.  Don't use server unless
6951         it's bound, and default it to empty string otherwise.
6952
6953 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6954
6955         * mail-source.el: Load auth-source.el.
6956         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6957         get user name or password, if auth-sources is set up.
6958
6959         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6960         strategy of splitting with parent.
6961         (gnus-registry-split-fancy-with-parent)
6962         (gnus-registry-post-process-groups): Use it and fix prior
6963         bug (returning a list as the split result).
6964
6965         * auth-source.el (auth-sources): Remove server parameter.
6966         (auth-source-pick, auth-source-user-or-password)
6967         (auth-source-user-or-password-imap)
6968         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6969         (auth-source-user-or-password-sftp)
6970         (auth-source-user-or-password-smtp): Remove server parameter.
6971
6972 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6973
6974         * smime.el (smime-sign-region, smime-encrypt-region)
6975         (smime-decrypt-region):
6976         Remove redundant calls to `generate-new-buffer-name'.
6977
6978 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6979
6980         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6981         Don't use QP for message/rfc822.
6982         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6983
6984 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6985
6986         * sieve-manage.el (sieve-string-bytes): Remove.
6987         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6988         correct byte-length only if the process's coding-system is the same as
6989         the one used internally by Emacs to represent strings.
6990
6991 2008-04-22  Juri Linkov  <juri@jurta.org>
6992
6993         * mailcap.el (mailcap-file-default-commands): New function.
6994
6995 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6996
6997         * message.el (message-signature-separator, message-cite-function):
6998         Change custom version.
6999
7000 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7001
7002         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7003         commands.
7004         (tls-checktrust): Ditto.
7005
7006 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7007
7008         * mm-decode.el (mm-display-external): Make temp file read-only.
7009
7010 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7011
7012         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7013         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7014         `C-c C-f d'.
7015
7016 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7017
7018         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7019
7020 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7021
7022         * gnus.el: Bump version to 0.9.
7023
7024 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7025
7026         * gnus.el: No Gnus v0.8 is released.
7027
7028 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7029
7030         * mail-source.el (mail-source-value):
7031         Prefer fboundp to functionp so it works with macros as well.
7032
7033 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7034
7035         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7036         Fix last change in case the element is not even a symbol.
7037
7038 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7039
7040         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7041         Prefer fboundp to functionp so it works with macros as well.
7042
7043 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7044
7045         * auth-source.el: Add docs.
7046         (auth-sources): Modify format to support server.
7047         (auth-source-pick, auth-source-user-or-password)
7048         (auth-source-user-or-password-imap)
7049         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7050         (auth-source-user-or-password-sftp)
7051         (auth-source-user-or-password-smtp): Add server parameter.
7052
7053 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7054
7055         * gnus-registry.el: Initialize the registry when gnus-registry-install
7056         is t.
7057
7058 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7059
7060         * compface.el (uncompface): Make buffer unibyte.
7061
7062 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7063
7064         * mail-source.el (mail-source-value):
7065         Prefer fboundp to functionp so it works with macros as well.
7066
7067 2008-04-05  Glenn Morris  <rgm@gnu.org>
7068
7069         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7070
7071 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7072
7073         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7074         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7075
7076         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7077         multibyteness after rather than before erasing it.
7078
7079         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7080         mm-with-multibyte.
7081         (gnus-request-article-this-buffer): Make sure the proper decoding is
7082         used if gnus-original-article-buffer happens to be unibyte.
7083
7084         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7085         default-enable-multibyte-characters.
7086
7087         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7088         default-enable-multibyte-characters.
7089
7090         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7091
7092         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7093
7094 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7095
7096         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7097         Fix last change in case the element is not even a symbol.
7098
7099 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7100
7101         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7102         (imap-message-copyuid-1): Use it.
7103         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7104         J. Williams in
7105         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7106
7107         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7108         imap-enable-exchange-bug-workaround.
7109         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7110
7111 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7112
7113         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7114         a 100 byte status-checks into a 2-3MB transfer for each group.
7115         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7116         to enable bug workaround or not.
7117         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7118
7119 2008-03-31  Glenn Morris  <rgm@gnu.org>
7120
7121         * message.el (mml2015-use): Declare for compiler.
7122         (message-info): Require mml2015 when appropriate.
7123
7124 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7125
7126         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7127         whitespace.
7128
7129 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7130
7131         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7132         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7133         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7134         (nntp-service-to-port): New function.
7135         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7136         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7137         (nntp-open-netcat-stream): New function.
7138         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7139
7140 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7141
7142         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7143
7144 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7145
7146         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7147
7148 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7149
7150         * dns.el (dns-write): Use set-buffer-multibyte.
7151
7152 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7153
7154         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7155
7156 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7157
7158         * message.el (message-signature-separator): Change default.
7159         Improve custom type.
7160         (message-cite-function): Change default to
7161         message-cite-original-without-signature.
7162
7163         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7164         toggle.
7165
7166         * message.el (message-check-news-body-syntax): Fix signature check.
7167         (message-setup-1): Mark buffer as unmodified _after_ running
7168         message-setup-hook and handling message-alternative-emails.
7169         (message-shorten-references): Be more strict when building list of
7170         valid references to comply with GNKSA.
7171
7172         * gnus-group.el (gnus-read-ephemeral-bug-group)
7173         (gnus-read-ephemeral-debian-bug-group)
7174         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7175
7176         * message.el (message-info): Don't use booleanp which isn't supported
7177         in Emacs 21 and XEmacs.
7178
7179 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7180
7181         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7182         gnus-group-gmane-group-download-format.
7183         (gnus-group-read-ephemeral-gmane-group): Rename from
7184         gnus-group-read-ephemeral-gmane-group.
7185         (gnus-read-ephemeral-gmane-group-url): Rename from
7186         gnus-group-read-ephemeral-gmane-group-url.
7187         (gnus-bug-group-download-format-alist): New variable.
7188         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7189         (gnus-read-ephemeral-emacs-bug-group): New commands.
7190
7191 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7192
7193         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7194         (gnus-visible-headers): Improve custom type.
7195
7196 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7197
7198         * mml.el (mml-menu): Add workarounds for XEmacs.
7199
7200         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7201         X-Boundary header.
7202
7203         * message.el (message-simplify-recipients): Fix previous commit.
7204
7205 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7206
7207         * mm-util.el (mm-set-buffer-multibyte): New function.
7208         * mm-decode.el (mm-copy-to-buffer): Use it.
7209
7210         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7211         Prefer fboundp to functionp so it works with macros as well.
7212
7213 2008-03-19  Glenn Morris  <rgm@gnu.org>
7214
7215         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7216         Accidentally removed in the sync process with Emacs.
7217
7218 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7219
7220         * message.el (message-alter-recipients-discard-bogus-full-name):
7221         New function.
7222         (message-alter-recipients-function): New variable.
7223         (message-get-reply-headers): Use it.
7224         (message-replace-header): New helper function.
7225         (message-recipients-without-full-name): New variable.
7226         (message-simplify-recipients): New command.
7227
7228         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7229
7230         * message.el (message-info): Handle EasyPG manual.
7231
7232         * mml.el (mml-menu): Add entry for EasyPG.
7233
7234 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7235
7236         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7237         parameter.
7238
7239         * message.el (message-disassociate-draft): Specify drafts group name
7240         fully.
7241
7242 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7243
7244         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7245         Eliminate unnecessary duplicates from the match list.
7246
7247 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7248
7249         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7250
7251         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7252
7253         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7254         args of `how-many' of which the XEmacs version doesn't take; declare
7255         Info-index-next as function.
7256
7257 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7258
7259         * gnus-score.el (gnus-score-headers): Fix handling of
7260         gnus-inhibit-slow-scoring.
7261
7262         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7263         string.
7264         (gnus-button-url-regexp): Improve handling of parenthesis.
7265         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7266         (gnus-button-handle-info-keystrokes): Handle index entries.
7267
7268 2008-03-15  Glenn Morris  <rgm@gnu.org>
7269
7270         * parse-time.el (parse-time-string): Simplify.
7271
7272 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7273
7274         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7275         Incoming* files.
7276
7277 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7278
7279         * auth-source.el (auth-sources): Rename from auth-source-choices.
7280         (auth-source-pick): Use it.
7281
7282 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7283
7284         * binhex.el (binhex-decode-region-internal):
7285         * uudecode.el (uudecode-decode-region-internal):
7286         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7287         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7288         setting default-enable-multibyte-characters.
7289
7290 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7291
7292         * auth-source.el (auth-source-protocols)
7293         (auth-source-protocols-customize, auth-source-choices): Add and
7294         modified variable customizations and defaults.
7295         (auth-source-pick, auth-source-user-or-password)
7296         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7297         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7298         (auth-source-user-or-password-sftp)
7299         (auth-source-user-or-password-smtp): Use new variables and provide an
7300         interface to netrc.el.
7301
7302 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7303
7304         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7305         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7306         Make sure the nntp port to specify is a string.
7307
7308 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7309
7310         * nntp.el: Use with-current-buffer.
7311         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7312         dubious mm-with-unibyte-current-buffer.
7313         (nntp-with-open-group-function): New function extracted from
7314         nntp-with-open-group macro.
7315         (nntp-with-open-group): Use the function, so it's easier to debug.
7316         Add indentation and debugging info.
7317         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7318         Recommend the use of the netcat alternatives.
7319
7320         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7321         Avoid mm-string-as-multibyte as well.
7322
7323         * nnweb.el (nnweb-insert-html):
7324         Remove use of nnheader-string-as-multibyte.
7325
7326         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7327         (nnheader-string-as-multibyte): Remove.
7328
7329         * mm-view.el: Use inhibit-read-only.
7330         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7331         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7332         or unibyte-string.
7333
7334         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7335         (mm-uu-yenc-extract): Use with-current-buffer.
7336
7337         * gnus-soup.el (gnus-soup-send-packet): Don't use
7338         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7339
7340         * nnmh.el: Use with-current-buffer.
7341         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7342         mm-string-as-multibyte on the output of mm-encode-coding-string.
7343
7344         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7345         (nnimap-request-move-article): Use with-current-buffer.
7346
7347         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7348         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7349         conversion uses string-make-unibyte rather than string-as-unibyte.
7350
7351         * gnus-msg.el: Use with-current-buffer.
7352
7353         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7354
7355 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7356
7357         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7358         string for caching if it is 'PIN.
7359
7360 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7361
7362         * lpath.el: Consider the case without Emacs/W3.
7363
7364 2008-03-08  Glenn Morris  <rgm@gnu.org>
7365
7366         * time-date.el (date-to-time, time-subtract, time-add)
7367         (safe-date-to-time): Doc fixes.
7368
7369 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7370
7371         * mail-source.el (mail-source-delete-old-incoming-confirm):
7372         Change default to nil.
7373         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7374
7375 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * lpath.el: Rearrange.
7378
7379         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7380         (gnus-article-goto-prev-page): Work for articles having ^L's.
7381
7382         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7383
7384         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7385
7386 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7387
7388         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7389         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7390         (gnus-bookmark-jump): Adjust some variable names.
7391
7392 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7393
7394         * auth-source.el: New package.
7395         (auth-source-choices): Add customization entry point variable.
7396
7397         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7398         bug.
7399
7400 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7401
7402         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7403         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7404         (gnus-registry-install-shortcuts): Rename from
7405         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7406         the `gnus-registry-mark-map' keymap dynamically from
7407         `gnus-registry-marks'.  The generated functions update the summary line
7408         when a registry mark is added or deleted, and will call
7409         `gnus-registry-install-p' (see the comments in the code).
7410         (gnus-registry-user-format-function-M): Use concat intelligently.
7411
7412         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7413         the registry mark functions.
7414
7415 2008-03-05  Glenn Morris  <rgm@gnu.org>
7416
7417         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7418         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7419         gnus-art.
7420         (top-level): No need to load own source when compiling.
7421
7422 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7423
7424         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7425         Suggested by <chris.anderton@zetnet.co.uk>.
7426
7427 2008-03-04  Glenn Morris  <rgm@gnu.org>
7428
7429         * gnus-sum.el (top-level): No need to require gnus when compiling,
7430         since unconditionally required near start of file.
7431         (gnus-summary-display-while-building): Move definition before use.
7432
7433 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7434
7435         * gnus-registry.el (gnus-registry-user-format-function-M):
7436         Add formatting function.
7437
7438 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7439
7440         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7441         with plists.
7442         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7443         Use new format.
7444
7445 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7446
7447         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7448         `where-is-internal' that returns a range of key sequences.
7449
7450 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7451
7452         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7453
7454         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7455         (gnus-summary-jump-to-group): Consider windows on other displayed
7456         frames as well.  Similar changes might be needed elsewhere, but that's
7457         the one I've bumped into during my use.
7458
7459         * nndoc.el (nndoc-oe-dbx-type-p):
7460         * gnus-msg.el (gnus-debug):
7461         * gnus-group.el (gnus-update-group-mark-positions):
7462         Use mm-string-to-multibyte.
7463
7464 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7465
7466         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7467         doesn't handle NotDashEscaped.
7468
7469         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7470         (mml-dnd-attach-options): Fix typo in custom choice.
7471
7472         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7473         Change nndoc-article-type to mbox.
7474         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7475
7476         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7477         to nil, instead of html2text.
7478
7479         * imap.el (imap-debug): Add `imap-ping-server'.
7480
7481         * gnus-bookmark.el: Add FIXMEs.
7482
7483         * message.el (message-form-letter-separator)
7484         (message-send-form-letter-delay): New variables.
7485         (message-send-form-letter): Use them.  New command to send form
7486         letters.  Requested by Uwe Siart.
7487         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7488
7489 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7490
7491         * Update copyright years.
7492
7493 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7494
7495         Sync from EMACS_22_BASE.
7496
7497         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7498
7499 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7500
7501         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7502         empty author.
7503
7504 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7505
7506         * gnus-registry.el (gnus-registry-marks): Add variable for
7507         customization of marks and their appearance.
7508         (gnus-registry-read-mark): Use it.
7509         (gnus-registry-do-marks): Add utility function to loop through
7510         `gnus-registry-marks'.
7511         (gnus-registry-install-shortcuts-and-menus): Add function to install
7512         shortcuts and menus.
7513         (gnus-registry-initialize): Use it.
7514         (gnus-registry-default-mark): Clarify documentation.
7515
7516 2008-02-29  Glenn Morris  <rgm@gnu.org>
7517
7518         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7519         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7520         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7521         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7522         Change defcustom :version from 23.0 to 23.1.
7523
7524 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7525
7526         * gnus-registry.el (gnus-registry-follow-group-p)
7527         (gnus-registry-post-process-groups): Add functions to aid registry
7528         splitting and improve logging.  Clarify behavior in function
7529         documentation.
7530         (gnus-registry-split-fancy-with-parent): Use them.
7531
7532 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7533
7534         * gnus-art.el: Use with-current-buffer.
7535
7536 2008-02-27  David Engster  <dengste@eml.cc>
7537
7538         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7539         Express real group name in the response.
7540
7541 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7542
7543         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7544         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7545         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7546         autoload gnus-registry-fetch-group when compiling.
7547         (nnmairix-request-group-with-article-number-correction):
7548         Remove unreferenced argument passed to nnmairix-call-backend.
7549
7550 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7551
7552         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7553         (mm-uu-extract): Improve face for low color ttys.
7554         Reported by Sascha Wilde.
7555
7556 2008-02-27  Glenn Morris  <rgm@gnu.org>
7557
7558         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7559         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7560         variables to defconsts.  Convert comments to doc-strings.
7561         (nnmairix-last-server, nnmairix-current-server): Convert from free
7562         variables to defvars.  Convert comments to doc-strings.
7563         (gnus-registry-fetch-group): Autoload.
7564         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7565         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7566         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7567         caddr.
7568         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7569         nnmairix-request-group-with-article-number-correction call.
7570         (nnmairix-fast, nnmairix-group): New, less general names, for free
7571         variables passed from nnmairix-request-group to
7572         nnmairix-request-group-with-article-number-correction.  Declare.
7573         (nnmairix-request-group-with-article-number-correction):
7574         Use nnmairix-fast, nnmairix-group rather than fast, group.
7575
7576 2008-02-26  David Engster  <dengste@eml.cc>
7577
7578         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7579         version 0.5.
7580
7581 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7582
7583         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7584         instead of making an extra function call.  Don't add the current group
7585         to articles only when they have the group.  Use
7586         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7587         Reported by David <de_bb@arcor.de>.
7588
7589 2008-02-24  Miles Bader  <miles@gnu.org>
7590
7591         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7592         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7593         (mm-find-mime-charset-region):
7594         * mm-bodies.el (mm-encode-body):
7595         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7596
7597 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7598
7599         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7600         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7601
7602 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7603
7604         * mail-source.el (mail-source-delete-incoming): Change default.
7605         Supplement doc string.
7606
7607         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7608
7609 2008-02-14  Glenn Morris  <rgm@gnu.org>
7610
7611         * time-date.el (format-seconds): New function.
7612
7613 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7614
7615         * nnmail.el (nnmail-message-id-cache-file): Derive from
7616         `gnus-home-directory'.
7617
7618 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7619
7620         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7621         Document negative prefix.
7622
7623         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7624
7625 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7626
7627         * message.el (message-unsent-separator): Add the Exim bounce
7628         separator.
7629
7630 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7631
7632         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7633         list.
7634         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7635         recipient/signer list.
7636
7637 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7638
7639         * Makefile.in (datarootdir): Define.
7640         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7641         name that might contain whitespace.
7642
7643 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7644
7645         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7646         fbound (Emacs 23 unicode), signal an error.
7647
7648 2008-02-08  Glenn Morris  <rgm@gnu.org>
7649
7650         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7651
7652 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7653
7654         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7655         ports to the calls to `netrc-machine-user-or-password' in addition to
7656         "imap" and "imaps".
7657
7658 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7659
7660         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7661
7662         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7663
7664 2008-02-01  Kenichi Handa  <handa@m17n.org>
7665
7666         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7667         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7668         (rfc2104-hash): Convert the result of concat to unibyte string.
7669
7670 2008-02-01  Dave Love  <fx@gnu.org>
7671
7672         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7673         coding-system-for-read.
7674         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7675
7676 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7677
7678         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7679         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7680         <hanche@math.ntnu.no>.
7681
7682 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7683
7684         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7685
7686         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7687
7688 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7689
7690         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7691         * message.el (message-beginning-of-line): Use featurep instead of bound
7692         tests in order to resolve conditionals at compile time.
7693
7694 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7695
7696         * mail-source.el (mail-sources): Add `group' choice.
7697
7698         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7699         parameter `in-group' to control into which group the articles go.
7700         Add treatment of `group' mail-source.
7701
7702 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7703
7704         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7705
7706         * mm-decode.el (mm-dissect-buffer): Decode description.
7707
7708         * mml.el (mml-to-mime): Encode message header first.
7709
7710 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7711
7712         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7713         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7714
7715         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7716         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7717
7718 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7719
7720         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7721
7722 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7723
7724         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7725         prefix keys.
7726         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7727         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7728         gnus-xmas.el.
7729
7730         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7731         (gnus-xmas-article-describe-bindings): New function.
7732         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7733         gnus-xmas-article-describe-bindings.
7734
7735         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7736
7737 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7738
7739         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7740         Add new variables for article mark management.
7741         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7742         list of extra data entries which, when present, will indicate that the
7743         article ID should not be trimmed from the registry.
7744         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7745         functions.
7746         (gnus-registry-read-mark): New function to read a mark name from the
7747         user.
7748         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7749         (gnus-registry-set-article-mark-internal): New functions to add and
7750         remove marks.
7751         (gnus-registry-get-article-marks): New function to show the marks for
7752         an article, or retrieve them for further use.
7753
7754 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7755
7756         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7757         keys when no argument is given.
7758
7759 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7760
7761         * imap.el (imap-ping-server): New variable.
7762         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7763         (imap-ping-server): Minor doc string fixes.
7764
7765 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7766
7767         * imap.el (imap-ping-server): New function.
7768         (imap-opened): Call imap-ping-server.
7769
7770 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7771
7772         * gnus-sum.el (gnus-article-sort-by-random)
7773         (gnus-thread-sort-by-random): Fix doc strings.
7774         Reported by jidanni@jidanni.org.
7775
7776 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * gnus-art.el (gnus-article-describe-bindings): New function.
7779         (gnus-article-read-summary-keys): Use it.
7780         (gnus-article-mode-map): Bind `C-h b' to it.
7781
7782 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7785         XEmacs.
7786         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7787         Protect against non-character events.
7788
7789         * lpath.el: Fbind map-keymap for Emacs 21.
7790
7791 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7792
7793         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7794         New command.
7795         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7796         instead of END.  Change name of the temp file.
7797         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7798         customizable.
7799
7800 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7801
7802         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7803         bind `S W' to gnus-article-wide-reply-with-original; set default
7804         binding to gnus-article-read-summary-send-keys.
7805         (gnus-article-read-summary-keys): Fix the order of keys; display
7806         continuation keys correctly in the echo area; describe bindings
7807         correctly when keys end with `C-h'.
7808         (gnus-article-read-summary-send-keys): New function.
7809         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7810         Work for gnus-article-read-summary-send-keys; display continuation keys
7811         correctly in the echo area.
7812         (gnus-article-reply-with-original): Ignore prefix argument.
7813         (gnus-article-wide-reply-with-original): New function.
7814
7815         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7816         Emacs 21.
7817
7818 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7819
7820         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7821         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7822
7823 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7824
7825         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7826         (gnus-group-read-ephemeral-gmane-group): New command.
7827
7828 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7829
7830         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7831
7832 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7833
7834         * message.el (message-send-mail-function): Increase custom version.
7835
7836         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7837         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7838
7839 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7840
7841         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7842         for the cases where imap-authenticate is called with a nil buffer
7843         parameter.
7844
7845 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7846
7847         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7848         html parts correctly; support forwarded messages.
7849         (gnus-article-browse-html-article): Remove work buffers.
7850
7851         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7852         compiling.
7853         (netrc-bound-and-true-p): New macro.
7854         (netrc-parse): Use it instead of bound-and-true-p that is not available
7855         in XEmacs 21.4.
7856
7857 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7858
7859         * gnus-registry.el (gnus-registry-mark-article)
7860         (gnus-registry-article-marks): Add functionality to mark articles
7861         through the Gnus registry.
7862
7863         * encrypt.el: Clarify documentation for the new pgg method.
7864         (encrypt-file-alist): Add PGG option.
7865         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7866         functionality.  Abstract password key and messaging to external
7867         functions.
7868         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7869         (encrypt-message-method-and-cipher): Add new convenience external
7870         functions.
7871         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7872         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7873
7874         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7875         (netrc-parse): Use encrypt-file-alist to determine if
7876         encrypt-find-model or encrypt-insert-file-contents should be used.
7877
7878         * encrypt.el: Clarify documentation.  Load password-cache or
7879         password, whichever one is found first, instead of autoloading.
7880
7881 2007-12-19  Glenn Morris  <rgm@gnu.org>
7882
7883         * mml.el (message-options-set, message-narrow-to-head)
7884         (message-in-body-p, message-mail-p, message-encode-message-body):
7885         Autoload.
7886         (message-remove-header, message-narrow-to-headers-or-head)
7887         (message-subscribed-p, message-make-mail-followup-to)
7888         (message-position-on-field, message-news-p)
7889         (message-options-set-recipient, message-generate-headers)
7890         (message-sort-headers): Declare as functions.
7891
7892 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7893
7894         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7895         convention in doc string.
7896
7897 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7898
7899         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7900         title to html parts.
7901         (gnus-article-browse-html-article): Pass message header to it.
7902
7903         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7904
7905 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7906
7907         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7908         or password compatible with XEmacs.
7909
7910 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7911
7912         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7913         format document.
7914         (gnus-mime-delete-part): Don't write description line if empty.
7915         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7916
7917 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7918
7919         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7920         (gnus-summary-mark-read-and-unread-as-read)
7921         (gnus-summary-mark-current-read-and-unread-as-read)
7922         (gnus-summary-mark-unread-as-ticked): Doc fix.
7923         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7924
7925 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7926
7927         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7928         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7929
7930 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7931
7932         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7933         yes-or-no-p.
7934
7935 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7936
7937         * mm-decode.el (mm-add-meta-html-tag): New function.
7938         (mm-save-part-to-file, mm-pipe-part): Use it.
7939
7940         * gnus-art.el (gnus-article-browse-delete-temp-files):
7941         Use gnus-y-or-n-p instead of y-or-n-p.
7942         (gnus-article-browse-html-parts): Work with message/external-body; use
7943         mm-add-meta-html-tag.
7944
7945 2007-12-11  Glenn Morris  <rgm@gnu.org>
7946
7947         * gnus-cache.el: Require gnus-sum not just when compiling.
7948
7949         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7950
7951         * gnus-int.el (gnus-server-opened, gnus-status-message):
7952         Move definitions before use.
7953
7954         * mm-decode.el: Require gnus-util.
7955         (mm-remove-part): Only call delete-annotation on XEmacs.
7956
7957         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7958
7959         * nnmail.el: Require gnus-int.
7960
7961         * spam.el: Move `require's before `eval-when-compile's.
7962
7963         * gnus-ems.el (gnus-alive-p):
7964         * gnus-fun.el (message-goto-eoh):
7965         * gnus-util.el (gnus-group-name-decode):
7966         * mail-source.el (gnus-compress-sequence):
7967         * message.el (Info-goto-node, format-spec):
7968         * mm-bodies.el (message-options-get):
7969         * mm-decode.el (mm-view-pkcs7):
7970         * mm-util.el (gmm-write-region):
7971         * mml-smime.el (mml-compute-boundary)
7972         (gnus-completing-read-with-default):
7973         * mml.el (widget-button-press, gnus-make-hashtable):
7974         * mml1991.el (mm-decode-content-transfer-encoding)
7975         (mm-encode-content-transfer-encoding)
7976         (message-options-get, message-options-set):
7977         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7978         * nnfolder.el (gnus-request-group):
7979         * nnheader.el (ietf-drums-unfold-fws):
7980         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7981         * smime.el (gnus-run-mode-hooks):
7982         * spam-stat.el (gnus-message): Autoload.
7983
7984         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7985         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7986         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7987         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7988         Add declare-function compatibility definition.
7989
7990         * gnus-cache.el (nnvirtual-find-group-art):
7991         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7992         (gnus-add-image, gnus-add-wash-type):
7993         * gnus-group.el (nnkiboze-score-file):
7994         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7995         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7996         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7997         (message-tokenize-header, gnus-get-buffer-create)
7998         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7999         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8000         * gnus.el (gnus-group-decoded-name):
8001         * mail-source.el (imap-capability):
8002         * mm-bodies.el (message-options-set):
8003         * mm-decode.el (gnus-configure-windows):
8004         * mm-extern.el (message-goto-body):
8005         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8006         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8007         (epg-sub-key-validity, message-options-set):
8008         * mml.el (widget-event-point, gnus-configure-windows):
8009         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8010         * mml2015.el (epg-check-configuration, epg-configuration)
8011         (message-options-set):
8012         * nndb.el (nndb-request-article):
8013         * nnfolder.el (gnus-request-create-group):
8014         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8015         * nnmaildir.el (gnus-group-mark-article-read):
8016         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8017         * rfc1843.el (message-fetch-field):
8018         * spam.el (gnus-extract-address-components):
8019         Declare as functions.
8020
8021 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8022
8023         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8024
8025         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8026
8027         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8028         bind show-trailing-whitespace for XEmacs.
8029
8030 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8031
8032         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8033         new no-op macro for backward compatibility.
8034
8035         * imap.el (imap-string-to-integer): New function.
8036
8037 2007-12-09  Glenn Morris  <rgm@gnu.org>
8038
8039         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8040
8041         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8042         * message.el, mm-view.el, sieve-manage.el, smime.el:
8043         Add declare-function compatibility definition.
8044
8045         * gnus-art.el (w3-region, w3m-region, Info-menu):
8046         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8047         * gnus-sum.el (gnus-get-predicate):
8048         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8049         * message.el (mail-abbrev-in-expansion-header-p):
8050         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8051         (w3m-detect-meta-charset, w3m-region):
8052         * sieve-manage.el (password-read, password-cache-add)
8053         (password-cache-remove):
8054         * smime.el (password-read-and-add): Declare as functions.
8055
8056 2007-12-08  David Kastrup  <dak@gnu.org>
8057
8058         * gnus-sum.el (gnus-summary-simplify-subject-query):
8059         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8060         `message'.
8061
8062 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8063
8064         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8065         it to bind idna-program, installation-directory, defined-colors, and
8066         face-attribute for XEmacs of the version that compiles defcustom forms.
8067
8068 2007-12-07  Glenn Morris  <rgm@gnu.org>
8069
8070         * gnus-art.el (article-make-date-line): Revert previous change.
8071
8072 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8073
8074         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8075
8076 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8077
8078         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8079         Call gnus-add-to-range ranges only once with a prepared article-list.
8080
8081 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8082
8083         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8084         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8085         group names with backslashes.
8086         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8087
8088 2007-12-06  Deepak Goel  <deego3@gmail.com>
8089
8090         * gnus-art.el (article-make-date-line):
8091         * gnus-start.el (gnus-load):
8092         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8093
8094 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8095
8096         * gnus-art.el (gnus-use-idna)
8097         * gnus-start.el (gnus-site-init-file)
8098         * message.el (message-use-idna)
8099         * mm-uu.el (mm-uu-hide-markers)
8100         * smiley.el (smiley-style): Revert changes that suppress warnings.
8101
8102 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8103
8104         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8105         specify charset to html source.
8106         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8107
8108 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8109
8110         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8111         idna-program in order to suppress byte compile warning issued by XEmacs
8112         that came to byte compile the default value section of defcustom forms
8113         recently.
8114
8115         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8116         value of installation-directory.
8117
8118         * message.el (message-use-idna): Don't directly refer to the value of
8119         idna-program.
8120
8121         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8122
8123         * smiley.el (smiley-style): Don't directly call face-attribute.
8124
8125 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8126
8127         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8128
8129         * gnus-dired.el: Reduce Gnus dependencies.
8130         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8131         Don't require.  Use autoloads instead.
8132         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8133         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8134         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8135         (gnus-dired-mode): Adjust doc string.
8136         (gnus-dired-mail-mode): New variable.
8137         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8138         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8139         (gnus-dired-mail-buffers): New function.  Return mail or message
8140         composition buffers.
8141         (gnus-dired-attach): Use it.
8142         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8143         NO-DECODE.
8144         (gnus-dired-print): Use `gnus-print-buffer' depending on
8145         `gnus-dired-mail-mode'.
8146
8147 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8148
8149         * rfc2047.el (rfc2047-encoded-word-regexp)
8150         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8151         explaining what regexp patterns are for.
8152
8153 2007-12-04  Glenn Morris  <rgm@gnu.org>
8154
8155         * password.el: Move to password-cache.el.
8156
8157         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8158         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8159         * mml-smime.el (password-read, password-cache-add)
8160         (password-cache-remove):
8161         No need to autoload, since mml-sec requires password.
8162
8163         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8164         * message.el (gnus-extract-address-components):
8165         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8166
8167         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8168         password.
8169
8170 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8171
8172         * mailcap.el: Reduce dependencies.
8173         (mail-header-parse-content-type): Autoload.
8174         (mailcap-delete-duplicates): New alias.
8175         (mailcap-mime-info): Add optional argument NO-DECODE.
8176         (mailcap-mime-types): Use mailcap-delete-duplicates.
8177
8178         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8179
8180 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8181
8182         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8183         (imap-parse-status): Upcase status-att for servers that sends them
8184         lower-case (e.g., MS Exchange 2007).
8185
8186 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8187
8188         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8189         function.
8190
8191         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8192         (gnus-uu-yenc-article): New function.
8193
8194         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8195
8196         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8197
8198 2007-12-02  Glenn Morris  <rgm@gnu.org>
8199
8200         * binhex.el (binhex): New custom group.
8201         (binhex-decoder-program, binhex-decoder-switches)
8202         (binhex-use-external): Move to the binhex custom group.
8203
8204         * uudecode.el (uudecode): New custom group.
8205         (uudecode-decoder-program, uudecode-decoder-switches)
8206         (uudecode-use-external): Move to the uudecode custom group.
8207
8208         * netrc.el (top-level): Don't load `encrypt' features.
8209         (netrc-parse): Don't use encrypt.
8210         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8211
8212         * encrypt.el: Remove file.
8213
8214 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8215
8216         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8217         matches on patches.
8218
8219         * gnus-art.el (gnus-article-browse-html-article):
8220         Mention `mm-text-html-renderer' in the doc string.
8221
8222         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8223         string.  Add comments.
8224
8225         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8226         if rhs is ASCII.
8227
8228 2007-12-01  Glenn Morris  <rgm@gnu.org>
8229
8230         * mail-source.el (top-level): Require format-spec before
8231         eval-when-compile.
8232
8233 2007-11-30  Glenn Morris  <rgm@gnu.org>
8234
8235         * encrypt.el: Require password, rather than autoloading password-read.
8236
8237 2007-11-29  Glenn Morris  <rgm@gnu.org>
8238
8239         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8240         (sasl-make-client, sasl-next-step, sasl-step-data)
8241         (sasl-step-set-data): Declare as functions.
8242
8243 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8244
8245         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8246
8247 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8248
8249         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8250         certs should be verified and what is to be done in the event of a
8251         verification failure.
8252
8253         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8254         caller can indicate whether the cache should be disregarded for this
8255         call.  This way the result of the call is reproducible at all times and
8256         can be considered a canonical server name for the supplied method.
8257         (gnus-agent-method-p): Canonicalize server names by pushing their
8258         method through `gnus-method-to-server' using the no-cache argument.
8259
8260         * gnus-srvr.el (gnus-server-insert-server-line):
8261         Call `gnus-method-to-server' with `no-cache' argument.
8262
8263         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8264         gnus-agent-possibly-synchronize-flags as this should be called when the
8265         server is actually being opened.
8266         (gnus-agent-possibly-synchronize-flags)
8267         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8268         flags file of an agentized server to the latter function.
8269
8270         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8271         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8272         after a connection has been established successfully.
8273
8274 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8275
8276         * gnus-art.el (article-display-face): Force to display face if called
8277         interactively; check if gnus-article-x-face-too-ugly matches author.
8278         (article-display-x-face): Display face even if From header is missing
8279         as article-display-face does.
8280
8281 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8282
8283         * hashcash.el (message-narrow-to-headers-or-head)
8284         (message-fetch-field, message-goto-eoh)
8285         (message-narrow-to-headers): Declare as functions.
8286
8287 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8288
8289         * mail-source.el (mail-sources): Default to fetch from file for
8290         compatibility with default of nnmail-spool-file.
8291
8292 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8293
8294         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8295         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8296         to look for encoded word that should be encoded again.
8297         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8298         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8299         encoding pattern.
8300         (rfc2047-decode-region): Switch strict regexp and loose one according
8301         to rfc2047-allow-irregular-q-encoded-words.
8302
8303 2007-11-25  Romain Francoise  <romain@orebokech.com>
8304
8305         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8306
8307 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8308
8309         * tls.el (tls-program): Provide more custom choices from
8310         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8311         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8312
8313 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8314
8315         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8316         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8317
8318         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8319         `nnmail-spool-file'.
8320
8321         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8322         `nnmail-spool-file'.
8323
8324         * gnus-move.el (gnus-change-server): Ditto.
8325
8326         * gnus-kill.el (gnus-batch-score): Ditto.
8327
8328         * gnus-cache.el (gnus-jog-cache): Ditto.
8329
8330         * gnus-msg.el (gnus-summary-reply):
8331         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8332
8333 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8334
8335         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8336         version.  Minor improvement to doc strings.
8337         (tls-program): Add comment.
8338
8339 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8340
8341         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8342         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8343         mismatch between the hostname provided in the certificate and the name
8344         of the host connnecting to.
8345         (open-tls-stream): Use them.  Check certificates against trusted root
8346         certificates.
8347
8348 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8349
8350         * gnus-cache.el (gnus-cache-generate-nov-databases):
8351         Use nnml-generate-nov-databases-directory instead of
8352         nnml-generate-nov-databases-1.
8353
8354 2007-11-24  Glenn Morris  <rgm@gnu.org>
8355
8356         * message.el (message-tool-bar-retro): Update for rename
8357         mail_send.xpm->mail-send.xpm.
8358
8359 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8360
8361         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8362         `smime-ldap-search' for Emacs 22 and up.
8363
8364 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8365
8366         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8367
8368         * message.el (message-send-mail-function): Fix error convention.
8369         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8370         (message-widen-reply, message-send-mail, message-talkative-question)
8371         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8372         (message-clone-locals, message-send-news): Use with-current-buffer.
8373         (message-insert-or-toggle-importance): Remove unused var `valid'.
8374         (message-make-references): Remove unused var `new-references'.
8375         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8376
8377 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8378
8379         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8380         (spam-split-symbolic-return-positive): Reflow docstring.
8381         (spam-backends, spam-summary-exit-behavior)
8382         (spam-mark-ham-unread-before-move-from-spam-group)
8383         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8384         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8385         (spam-clear-cache, spam-backend-check, spam-install-backend)
8386         (spam-install-statistical-backend, spam-list-of-processors)
8387         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8388         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8389         (spam-check-crm114, spam-initialize, spam-unload-hook):
8390         Fix typos in docstrings.
8391
8392 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8395         been checked if they have never been read and those group levels are
8396         higher than the one that a user specified.
8397
8398 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8401         foreign groups unless a group level is specified by a user.
8402         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8403
8404 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8405
8406         * message.el (message-send-mail-function): Require sendmail.
8407
8408 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8409
8410         * message.el (message-send-mail-function): Check for smtpmail too.
8411
8412         * utf7.el (utf7-encode, utf7-decode): Use coding system
8413         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8414
8415         * message.el (message-send-mail-function): New function.
8416         (message-send-mail-function): Set default using
8417         message-send-mail-function.  Adjust doc string.
8418         (message-send-mail-with-mailclient): New function.
8419
8420 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8421
8422         * smime.el (from):
8423         * rfc2047.el (message-posting-charset):
8424         * qp.el (mm-use-ultra-safe-encoding):
8425         * pop3.el (parse-time-months):
8426         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8427         * nnml.el (files):
8428         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8429         (jka-compr-compression-info-list, ange-ftp-path-format)
8430         (efs-path-regexp):
8431         * nndiary.el (files):
8432         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8433         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8434         (epg-digest-algorithm-alist, inhibit-redisplay)
8435         (password-cache-expiry):
8436         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8437         (pgg-output-buffer, password-cache-expiry):
8438         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8439         (efs-path-regexp):
8440         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8441         (inhibit-redisplay):
8442         * mm-uu.el (file-name, start-point, end-point, entry)
8443         (gnus-newsgroup-name, gnus-newsgroup-charset):
8444         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8445         (latin-unity-ucs-list):
8446         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8447         (mm-uu-binhex-decode-function):
8448         * message.el (gnus-message-group-art, gnus-list-identifiers)
8449         (rmail-enable-mime-composing, gnus-local-organization)
8450         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8451         (gnus-read-active-file, facemenu-add-face-function)
8452         (facemenu-remove-face-function, gnus-article-decoded-p)
8453         (tool-bar-mode):
8454         * mail-source.el (display-time-mail-function):
8455         * gnus-util.el (nnmail-pathname-coding-system)
8456         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8457         (gnus-original-article-buffer, gnus-user-agent)
8458         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8459         (xemacs-codename, sxemacs-codename, emacs-program-version):
8460         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8461         * gnus-start.el (gnus-agent-covered-methods)
8462         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8463         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8464         (gnus-newsgroup-headers, gnus-group-list-mode)
8465         (gnus-group-mark-positions, gnus-newsgroup-data)
8466         (gnus-newsgroup-unreads, nnoo-state-alist)
8467         (gnus-current-select-method, mail-sources)
8468         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8469         (nnmail-spool-file, gnus-cache-active-hashtb):
8470         * gnus-mh.el (mh-lib-progs):
8471         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8472         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8473         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8474         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8475         (gnus-group-buffer):
8476         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8477         (font-lock-set-defaults):
8478         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8479         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8480         (gnus-summary-post-menu, total-parts, type, condition, length):
8481         * gnus-agent.el (gnus-agent-read-agentview):
8482         * flow-fill.el (show-trailing-whitespace):
8483         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8484         eval-and-compile wrappers for byte compiler pacifiers.
8485
8486         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8487         (mm-display-inline-fontify): Check for featurep 'xemacs not
8488         extent-list.
8489
8490         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8491         itimer-list.
8492         (mm-create-image-xemacs): Only do something for XEmacs.
8493         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8494
8495         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8496
8497         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8498         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8499
8500 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8501
8502         * nnimap.el (nnimap-split-download-body):
8503         * gnus-demon.el (gnus-demon):
8504         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8505
8506 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8507
8508         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8509         New macros.
8510         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8511         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8512         copy data from unibyte buffer to multibyte current buffer.
8513         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8514         to copy data from unibyte current buffer to multibyte buffer.
8515         (nntp-make-process-buffer): Make process buffer unibyte.
8516
8517         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8518
8519 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8520
8521         * pop3.el (pop3-open-server): Accept and process data more robustly at
8522         connexion start to avoid spurious "POP SSL connexion failed" errors.
8523
8524 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8527         read group names.
8528
8529 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8530
8531         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8532
8533 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8534
8535         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8536         (nnmail-save-active): Use a unibyte buffer when saving active file,
8537         which may contain non-ASCII group names.
8538
8539         * nnml.el (nnml-request-group): Decode group names in messages.
8540
8541 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8542
8543         * message.el (message-citation-line-function)
8544         (message-insert-formatted-citation-line): Fix spelling of
8545         `message-insert-formated-citation-line'.
8546
8547 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8548
8549         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8550
8551 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8552
8553         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8554         nnmail-pathname-coding-system.
8555
8556         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8557         that a user enters; decode group names in messages.
8558
8559         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8560
8561 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8562
8563         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8564
8565         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8566
8567         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8568         risky local variable.
8569
8570         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8571
8572 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8573
8574         * encrypt.el: Improve documentation to fix function name typo.
8575         Reported by Daiki Ueno <ueno@unixuser.org>.
8576
8577 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8580         even if the point is not in the last page of an article.
8581         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8582         back to the previous page.
8583
8584 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8585
8586         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8587
8588 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8589
8590         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8591
8592 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8593
8594         * message.el (message-check-news-body-syntax):
8595         Avoid mm-string-as-multibyte.
8596         (message-hide-headers): Don't assume (point-min)==1.
8597
8598 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8599
8600         * message.el (message-remove-blank-cited-lines): Fix if remove is
8601         given.
8602         (message-bogus-address-regexp): New variable.
8603         (message-bogus-recipient-p): New function.
8604         (message-check-recipients): New command.
8605         (message-syntax-checks): Add `bogus-recipient'.
8606         (message-fix-before-sending): Add `bogus-recipient'.
8607
8608         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8609         (gnus-treat-body-boundary): Don't test window-system.
8610
8611 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8612
8613         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8614
8615 2007-10-28  Miles Bader  <miles@gnu.org>
8616
8617         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8618         at compile-time too.
8619
8620 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8621
8622         * gnus-msg.el (gnus-message-setup-hook):
8623         Add `message-remove-blank-cited-lines' to options.
8624
8625 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8626
8627         * message.el (message-remove-blank-cited-lines): New function.
8628         Suggested by Karl Plästerer.
8629
8630 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8633         mapc.
8634
8635         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8636         (top-level): Use mapc to set functions to be traced for debugging.
8637
8638         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8639         called for effect with while loop.
8640
8641         * message.el (message-talkative-question): Replace mapcar called for
8642         effect with mapc.
8643
8644         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8645         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8646         called for effect with dolist.
8647
8648         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8649
8650         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8651         gnus-extra-headers and nnmail-extra-headers.
8652
8653         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8654         called for effect with dolist.
8655         (top-level): Use mapc to set functions to be traced for debugging.
8656
8657         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8658         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8659         dolist.
8660
8661         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8662         Replace mapcar called for effect with mapc.
8663         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8664         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8665         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8666         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8667
8668         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8669         remove-if that's a cl function.
8670
8671         * webmail.el (webmail-debug): Replace mapcar called for effect with
8672         dolist.
8673
8674         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8675         with mapc.
8676
8677 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8680         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8681         with while loop.
8682
8683         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8684         functions from article-* functions.
8685         (gnus-multi-decode-header): Replace mapcar called for effect with
8686         dolist.
8687
8688         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8689         (gnus-bookmark-show-details): Replace mapcar called for effect with
8690         while loop.
8691
8692         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8693         called for effect with while loop.
8694
8695         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8696         with dolist.
8697
8698         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8699         Replace mapcar called for effect with dolist.
8700
8701         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8702
8703         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8704         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8705         Replace mapcar called for effect with dolist.
8706         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8707         mapc.
8708
8709         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8710         Replace mapcar called for effect with dolist.
8711         (gnus-topic-list): Replace mapcar called for effect with mapc.
8712
8713         * gnus.el: Use mapc instead of mapcar to add autoloads.
8714
8715 2007-10-23  Richard Stallman  <rms@gnu.org>
8716
8717         * gnus-group.el (gnus-group-highlight): Mark as risky.
8718
8719 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * gnus.el (gnus-server-to-method): Return method found first in
8722         gnus-newsrc-alist.
8723
8724         * gnus-art.el (gnus-article-highlight-signature)
8725         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8726         button overlay without the front stickiness.
8727
8728 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8729
8730         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8731         overview buffer needed a catch to receive its throw.
8732         (gnus-agent-flush-cache): Declare as interactive to make this function
8733         easier to use.
8734
8735 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8736
8737         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8738         `next-line'.
8739
8740 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8743         exclude address matching message-dont-reply-to-names.
8744
8745 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * gnus-util.el (gnus-string<): New function.
8748
8749         * gnus-sum.el (gnus-article-sort-by-author)
8750         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8751
8752 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8753
8754         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8755         the frame-focus tag is set in gnus-buffer-configuration.
8756
8757 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8760         the front stickiness.
8761
8762 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8765         url pattern; remove duplicate one.
8766         (gnus-article-extend-url-button): New function.
8767         (gnus-article-add-buttons): Use it.
8768         (gnus-button-push): Use concatenated url that it makes.
8769
8770 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8771
8772         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8773
8774 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8775
8776         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8777         Don't hardcode point-min==1.
8778
8779 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8780
8781         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8782         Fix comment about "iso8859-1".
8783
8784 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8785
8786         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8787         ones returned from the verify-function.
8788
8789         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8790         Call mml2015-extract-cleartext-signature if extraction failed.
8791
8792 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8793
8794         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8795         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8796         failed.
8797
8798 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8799
8800         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8801
8802 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8803
8804         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8805         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8806         recommends to use EasyPG instead of PGG.
8807
8808         * pgg.el: Revert to revision 6.23.2.16.
8809
8810         * pgg-def.el: Revert to revision 6.6.2.14.
8811
8812         * pgg-gpg.el: Revert to revision 6.23.2.34.
8813
8814 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8815
8816         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8817         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8818         thread for both the null and zero (kill/expire thread) universal prefix
8819         cases.
8820         (gnus-summary-expire-thread): Add new function to expire a thread,
8821         using gnus-summary-kill-thread.
8822         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8823         shortcuts for gnus-summary-expire-thread.
8824         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8825         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8826
8827 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8828
8829         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8830         extras value, so an extras entry can be deleted.
8831         (gnus-registry-delete-extra-entry): Use it.
8832         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8833         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8834         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8835         storage through the gnus-registry, and provide an appropriate API for
8836         it.
8837
8838 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8839
8840         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8841         Suggested by Leo <sdl.web@gmail.com>.
8842
8843         * gnus.el: Do.
8844
8845 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8846
8847         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8848         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8849
8850         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8851
8852         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8853         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8854
8855 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8856
8857         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8858         newline.
8859         (nnmbox-request-accept-article): Don't change article in source buffer;
8860         narrow to header to use message-fetch-field rather than
8861         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8862         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8863         as delimiters; make sure article ends with newline.
8864         (nnmbox-delete-mail): Correct last position of article to be deleted;
8865         ignore X-Gnus-Newsgroup header in article body.
8866         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8867         positions; make sure article ends with newline.
8868
8869         * message.el (message-display-abbrev): Don't infloop when a user
8870         inserts SPC in the beginning of header.
8871
8872         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8873         coding-system-for-read and coding-system-for-write for XEmacs having no
8874         file-coding feature.
8875
8876         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8877
8878 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8879
8880         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8881         list of groups not followed by default.  Fix type to be regexp.
8882         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8883
8884 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8885
8886         * hmac-def.el (define-hmac-function): Switch from old-style to
8887         new-style backquotes.
8888
8889         * md4.el (md4-make-step): Likewise.
8890
8891 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8894         raw-text coding system when saving .newsrc file, which may contain
8895         non-ASCII group names.
8896
8897 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * gnus-cus.el (gnus-score-extra): New widget.
8900         (gnus-score-extra-convert): New function.
8901         (gnus-score-customize): Use it for Extra.
8902
8903 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8904
8905         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8906         (mml2015-mailcrypt-clear-verify): Use it.
8907         (mml2015-gpg-clear-verify): Use it.
8908         (mml2015-pgg-clear-verify): Use it.
8909         (mml2015-epg-clear-verify): Replace the current part with the output
8910         from GnuPG; don't extract the plaintext by itself.
8911
8912         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8913         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8914         mml2015-clear-verify-function; don't touch the armor headers or
8915         dash-escaped text here.
8916
8917 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8918
8919         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8920         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8921         parts, or application/octet-stream as a last resort.
8922         (gnus-mime-view-part-as-type): Don't toggle display.
8923         (gnus-mime-view-part-as-charset): Don't turn off display before
8924         querying charset.
8925
8926         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8927         stuff to undisplayer function in Emacs.
8928         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8929
8930         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8931         text/calendar parts.
8932
8933 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8934
8935         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8936         decoding text/calendar parts.
8937
8938         * message.el (message-forward-make-body-mime): Always mark body as
8939         having no illegible text; remove signed-or-encrypted argument.
8940         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8941
8942         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8943         (mml-generate-mime-1): Don't encode body if it is specified to be in
8944         raw form; don't make buffer be unibyte when inserting multibyte string.
8945
8946 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8947
8948         * sha1.el: Fix up comment style.
8949         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8950         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8951
8952         * hex-util.el: Fix up comment style.
8953         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8954
8955         * gnus-salt.el: Use with-current-buffer.
8956         (gnus-pick-setup-message): Fix long-standing typo.
8957
8958 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8959
8960         * imap.el (imap-logout-timeout): New variable.
8961         (imap-logout, imap-logout-wait): New functions.
8962         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8963
8964         * nnimap.el (nnimap-logout-timeout): New server variable.
8965         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8966         nnimap-logout-timeout.
8967
8968         * gnus-art.el (gnus-article-summary-command-nosave)
8969         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8970
8971 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8972
8973         * gnus.el (gnus-maximum-newsgroup): New variable.
8974
8975         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8976         according to gnus-maximum-newsgroup.
8977
8978         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8979         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8980         Limit the range of articles according to gnus-maximum-newsgroup.
8981
8982 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8983
8984         * gnus-art.el (gnus-sticky-article): Fix problems described in
8985         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8986         Don't perform gnus-configure-windows here; reuse existing sticky
8987         article buffer.
8988
8989         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8990         it doesn't exist in gnus-article-mode.
8991
8992 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8993
8994         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8995         (gnus-agent-decoded-group-name): New function.
8996         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8997         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8998
8999 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9000
9001         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9002         Add binding for gnus-sticky-article.
9003         (gnus-summary-exit): Don't kill sticky article buffers.
9004
9005         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9006         article buffer.
9007         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9008         (gnus-kill-sticky-article-buffers): New commands.
9009
9010 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9011
9012         * nntp.el (nntp-xref-number-is-evil): New server variable.
9013         (nntp-find-group-and-number): If it is non-nil, don't trust article
9014         numbers in the Xref header.
9015
9016 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9017
9018         * gnus-agent.el (gnus-agent-read-group): New function.
9019         (gnus-agent-flush-group, gnus-agent-expire-group)
9020         (gnus-agent-regenerate-group): Use it.
9021         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9022         nnmail-pathname-coding-system.
9023
9024 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9025
9026         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9027
9028         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9029         that are unread as unread, and also as selected so that information of
9030         marks having been changed by a user may be updated when exiting group.
9031
9032 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9033
9034         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9035
9036 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9037
9038         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9039         calculated ignoring signature parts to gnus-treat-article.
9040
9041 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9042
9043         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9044         a point here in order to keep the window start.
9045         (gnus-insert-mime-security-button): Make a button overlay without the
9046         front stickiness.
9047         (gnus-mime-display-security): Goto the end of a button.
9048
9049         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9050
9051 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9052
9053         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9054         group-name-at-point.
9055         (gnus-group-completing-read): New function that offers decoded
9056         non-ASCII group names for completion.
9057         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9058         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9059         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9060         (gnus-group-fetch-control): Use it.
9061         (gnus-fetch-group): Use group-name-at-point for the initial value
9062         rather than the default value; use gnus-alive-p.
9063
9064         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9065         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9066         (gnus-summary-post-news): Use gnus-group-completing-read.
9067
9068         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9069         (gnus-read-move-group-name): Decode group name for completion.
9070
9071 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9072
9073         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9074         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9075         Yamaoka slightly modified the code).
9076
9077 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9078
9079         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9080         (nnmail-split-incoming): Bind it.
9081
9082         * nnml.el (nnml-group-name-charset): New function.
9083         (nnml-decoded-group-name): Use it; don't decode group name if
9084         nnmail-group-names-not-encoded-p is non-nil.
9085         (nnml-encoded-group-name): New function.
9086         (nnml-group-pathname): Inline nnml-decoded-group-name.
9087         (nnml-request-expire-articles): Decode group name in message.
9088         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9089         nnmail-pathname-coding-system.
9090         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9091         not decoded ones according to nnmail-group-names-not-encoded-p.
9092         (nnml-generate-active-info): Use nnml-encoded-group-name.
9093
9094 2007-08-08  Glenn Morris  <rgm@gnu.org>
9095
9096         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9097         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9098         doc-strings and comments.
9099
9100 2007-07-25  Glenn Morris  <rgm@gnu.org>
9101
9102         * Relicense all FSF files to GPLv3 or later.
9103
9104 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9105
9106         * gnus-sum.el (gnus-summary-move-article):
9107         Make gnus-summary-respool-article work.
9108
9109 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9110
9111         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9112         string.
9113
9114 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9115
9116         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9117         that should be ignored when comparing distant RSS articles with local
9118         ones.
9119         (nnrss-make-hash-index): New function.  Create a hash index according
9120         to the ignored fields.
9121         (nnrss-check-group): Use it.
9122
9123 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9124
9125         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9126
9127         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9128
9129         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9130         the new optional argument ENCODED is non-nil.
9131         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9132         coding system for encoding group name.
9133         (gnus-group-make-rss-group): Pass un-encoded group name to
9134         gnus-group-make-group.
9135         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9136         encoded.
9137
9138         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9139         Encode group name to which articles are moved or copied.
9140         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9141         coding system for encoding Newsgroup, Followup-To and Xref headers.
9142
9143         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9144         marks; use nnheader-file-coding-system to write a file.
9145         (nnagent-retrieve-headers): Bind file-name-coding-system to
9146         nnmail-pathname-coding-system.
9147
9148         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9149
9150         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9151         (nnml-request-article, nnml-request-create-group)
9152         (nnml-request-rename-group, nnml-find-id)
9153         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9154         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9155         (nnml-save-marks): Use nnml-group-pathname instead of
9156         nnmail-group-pathname.
9157
9158         (nnml-request-create-group, nnml-request-expire-articles)
9159         (nnml-request-move-article, nnml-request-delete-group)
9160         (nnml-deletable-article-p, nnml-possibly-create-directory)
9161         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9162         (nnml-open-marks): Bind file-name-coding-system to
9163         nnmail-pathname-coding-system.
9164
9165         (nnml-request-article): Pass server argument to nnml-find-group-number.
9166         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9167         Pass server argument to nnml-possibly-create-directory.
9168         (nnml-request-accept-article): Pass server argument to
9169         nnml-active-number and nnml-save-mail.
9170         (nnml-find-group-number): Pass server argument to nnml-find-id.
9171         (nnml-request-update-info): Pass server argument to
9172         nnml-marks-changed-p.
9173
9174         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9175         (nnml-save-mail, nnml-active-number): Add server argument.
9176
9177         (nnml-request-delete-group): Warn if group is missing.
9178         (nnml-get-nov-buffer): Decode group name.
9179         (nnml-generate-active-info): Encode group name.
9180         (nnml-open-marks): Decode group name in messages.
9181
9182 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9183
9184         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9185         if it is not specified.
9186         (gnus-article-pipe-part, gnus-article-save-part)
9187         (gnus-article-interactively-view-part, gnus-article-copy-part)
9188         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9189         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9190         (gnus-article-replace-part, gnus-article-delete-part)
9191         (gnus-article-view-part-as-type): Pass raw prefix argument to
9192         gnus-article-part-wrapper.
9193
9194 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9195
9196         * gnus-agent.el (gnus-agent-save-active):
9197         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9198
9199         * gnus-cache.el (gnus-cache-save-buffers)
9200         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9201         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9202         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9203         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9204         (gnus-cache-generate-active, gnus-cache-rename-group)
9205         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9206         (gnus-cache-update-overview-total-fetched-for):
9207         Bind file-name-coding-system to nnmail-pathname-coding-system.
9208         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9209         New variables.
9210         (gnus-cache-decoded-group-name): New function.
9211         (gnus-cache-file-name): Use it.
9212         (gnus-cache-generate-active): Use non-decoded group name for active.
9213
9214         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9215         right place.
9216         (gnus-write-active-file): Don't break non-ASCII group names.
9217
9218         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9219         nnmail-pathname-coding-system.
9220
9221         * lpath.el: Bind default-file-name-coding-system,
9222         file-name-coding-system and language-info-alist for XEmacs.
9223
9224         * gnus-uu.el (gnus-uu-decode-save): Typo.
9225
9226 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9227
9228         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9229
9230 2007-07-14  David Kastrup  <dak@gnu.org>
9231
9232         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9233         finishing actions if we did not edit the article.
9234
9235 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9238         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9239         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9240         (gnus-agent-flush-group, gnus-agent-flush-cache)
9241         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9242         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9243         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9244         (gnus-agent-regenerate-group)
9245         (gnus-agent-update-files-total-fetched-for)
9246         (gnus-agent-update-view-total-fetched-for):
9247         Bind file-name-coding-system to nnmail-pathname-coding-system.
9248         (gnus-agent-group-pathname): Don't encode file names by
9249         nnmail-pathname-coding-system.
9250         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9251         coding-system-for-write instead of buffer-file-coding-system to
9252         gnus-agent-file-coding-system.
9253
9254         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9255         Decode group name.
9256
9257         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9258
9259         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9260         (gnus-read-newsrc-el-file): Make group names unibyte.
9261
9262         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9263         nnmail-pathname-coding-system.
9264
9265         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9266         (nnrss-request-delete-group): Bind file-name-coding-system to
9267         nnmail-pathname-coding-system.
9268         (nnrss-read-server-data, nnrss-read-group-data):
9269         Bind file-name-coding-system correctly.
9270         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9271
9272         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9273         (nntp-server-to-method-cache): New variable.
9274         (nntp-group-pathname): New function that decodes non-ASCII group names.
9275         (nntp-possibly-create-directory, nntp-marks-changed-p)
9276         (nntp-save-marks, nntp-open-marks): Use it.
9277         (nntp-possibly-create-directory, nntp-open-marks):
9278         Bind file-name-coding-system to nnmail-pathname-coding-system.
9279         (nntp-open-marks): Decode group names when bootstrapping marks.
9280
9281         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9282         Newsgroups and Folowup-To headers.
9283
9284 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9285
9286         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9287         (gnus-server-closed-face, gnus-server-denied-face)
9288         (gnus-server-offline-face): Remove variable.
9289         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9290
9291         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9292         of modifying message-stack directly for XEmacs.
9293
9294         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9295         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9296         if the coding-system argument is nil for XEmacs.
9297
9298         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9299         mm-charset-override-alist.
9300
9301         * rfc2047.el: Don't require base64; require rfc2045 for the function
9302         rfc2045-encode-string.
9303         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9304         to quote the parameter value.
9305
9306 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9309         form in gnus-group-name-charset-method-alist.
9310
9311         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9312         overrides the default layout edit-form.
9313
9314         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9315
9316         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9317
9318 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9321         as unfetched articles.
9322
9323 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9324
9325         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9326
9327 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9328
9329         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9330         original back end that keeps marks in the local system.
9331
9332 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9333
9334         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9335         arg of pop-to-buffer for XEmacs.
9336         (gnus-article-read-summary-keys): Ditto; don't restore window
9337         configuration if summary command ends up with neither article buffer
9338         nor summary buffer; describe bindings if summary keys end with C-h.
9339
9340 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9341
9342         * message.el (message-fix-before-sending): Skip raw message part to be
9343         forwarded while checking illegible text.
9344         (message-forward-make-body-mime, message-forward-make-body):
9345         Mark signed or encrypted raw message as having no illegible text.
9346
9347 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9348
9349         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9350         (gnus-message-with-timestamp-1): New macro.
9351         (gnus-message-with-timestamp): New function.
9352         (gnus-message): Use them.
9353
9354         * nnheader.el (nnheader-message): Use them.
9355
9356 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9357
9358         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9359         .newsrc.eld file.
9360
9361 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * gnus-agent.el (gnus-agent-fetch-headers)
9364         (gnus-agent-retrieve-headers):
9365         Bind gnus-decode-encoded-address-function to identity.
9366
9367         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9368         available also when the server returns simply a dot.
9369
9370         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9371
9372 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9373
9374         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9375
9376 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9377
9378         * gnus-ems.el (gnus-x-splash): Make it work.
9379
9380         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9381         from being used.
9382
9383         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9384
9385 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9386
9387         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9388         4th and the 5th arguments.
9389
9390         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9391         the front stickiness.
9392         (gnus-article-summary-command-nosave): Correct the order of the
9393         arguments passed to pop-to-buffer.
9394         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9395         summary command ends up with the article buffer.
9396
9397         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9398         the same faces.
9399
9400 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9401
9402         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9403
9404 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9405
9406         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9407         * gnus-sum.el (gnus-summary-highlight):
9408         * pgg.el (pgg-sign-region, pgg-sign):
9409         * mail-source.el (mail-source-delete-old-incoming-confirm):
9410         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9411
9412 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * gnus-art.el (gnus-mime-view-part-externally)
9415         (gnus-mime-view-part-internally): Fix predicate function passed to
9416         completing-read.
9417
9418         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9419
9420         * gnus.el (gnus-update-message-archive-method): Add :version.
9421
9422 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9423
9424         * gnus.el (gnus-update-message-archive-method): New variable.
9425
9426         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9427         according to gnus-message-archive-method if
9428         gnus-update-message-archive-method is non-nil.
9429
9430 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9431
9432         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9433         Suggested by Loic Dachary <loic@dachary.org>.
9434         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9435
9436 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9437
9438         * message.el (message-pop-to-buffer): Add switch-function argument.
9439         (message-mail): Pass switch-function argument to it.
9440
9441 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9442
9443         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9444         Improve doc string.
9445
9446 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9447
9448         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9449         (gnus-header-content)
9450         * gnus-cite.el (gnus-cite-10)
9451         * gnus-srvr.el (gnus-server-closed)
9452         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9453         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9454         (gnus-group-mail-3-empty, gnus-group-mail-low)
9455         (gnus-group-mail-low-empty, gnus-splash)
9456         * message.el (message-header-to, message-header-cc)
9457         (message-header-subject, message-header-other, message-header-name)
9458         (message-header-xheader, message-separator, message-cited-text)
9459         (message-mml): Lighten colors of faces used for dark background.
9460
9461 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9462
9463         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9464         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9465
9466 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9467
9468         * message.el (message-narrow-to-headers-or-head):
9469         Ignore mail-header-separator in the body.
9470
9471 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9472
9473         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9474         same as window size.
9475
9476 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9477
9478         * message.el (message-font-lock-keywords): Use message-header-xheader
9479         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9480         ahead of the anything pattern, to get it recognised.
9481
9482 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9483
9484         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9485         spam.el loads uses it in the compiled defadvice form.
9486
9487 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9488
9489         * gnus-sum.el (gnus-articles-to-read)
9490         (gnus-summary-insert-old-articles): Don't truncate group name for
9491         `read-string'.
9492
9493         * gnus-util.el (gnus-limit-string): Delete this function.
9494
9495         * gnus-sum.el (gnus-simplify-subject-fully):
9496         Use `truncate-string-to-width' instead.
9497
9498 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9499
9500         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9501         Tell if, on summary exit, the next group has to be selected.
9502         (gnus-summary-exit): Use it.
9503
9504 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9505
9506         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9507         non-break space.
9508
9509 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9510
9511         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9512         Check if group is not a directory.
9513         (nnfolder-request-expire-articles): Don't delete articles if the target
9514         group is not available.
9515
9516         * nnml.el (nnml-request-create-group): Properly check if group is not a
9517         file.
9518         (nnml-request-expire-articles): Don't delete articles if the target
9519         group is not available.
9520
9521         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9522         Don't quote characters that are within parentheses.
9523
9524 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9525
9526         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9527         (gnus-handle-ephemeral-exit): Select article according to it.
9528
9529 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9530
9531         * message.el (message-insert-formated-citation-line): Remove newline.
9532         (message-citation-line-format): Add final \n here so that the user can
9533         avoid a blank line.
9534
9535 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9536
9537         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9538         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9539         Update lanl/arXiv support.
9540
9541 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9542
9543         * gnus.el: Bump version number.
9544
9545 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9546
9547         * gnus.el (gnus-version-number): Bump version.
9548
9549 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9550
9551         * gnus.el: No Gnus v0.6 is released.
9552
9553 2007-04-27  Didier Verna  <didier@xemacs.org>
9554
9555         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9556         * gmm-utils.el (gmm-regexp-concat): ... here.
9557         * message.el: Don't require 'gnus-util.
9558         (message-dont-reply-to-names): Handle name change above.
9559         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9560
9561 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9562
9563         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9564         since the initial value varies according to the system.
9565
9566 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9567
9568         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9569
9570 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9571
9572         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9573
9574 2007-04-24  Didier Verna  <didier@xemacs.org>
9575
9576         Improve the type of gnus-ignored-from-addresses.
9577         * gnus-util.el (gnus-orify-regexp): New function.
9578         * message.el (gnus-util): Require it.
9579         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9580         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9581         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9582
9583 2007-04-24  Didier Verna  <didier@xemacs.org>
9584
9585         * gnus-sum.el:
9586         * gnus-utils.el: Fix some trailing whitespaces.
9587
9588 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9589
9590         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9591         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9592         article's Message-ID; refer parent article in summary buffer.
9593
9594         * message.el (message-bounce): Call mime-to-mml.
9595
9596         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9597         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9598         optimize and/or forms properly.
9599
9600 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9601
9602         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9603         URL.
9604
9605 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9606
9607         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9608
9609 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9610
9611         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9612         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9613         displayed of multipart/alternative part if it is invoked from summary
9614         buffer.
9615
9616         * mm-view.el (mm-inline-text-html-render-with-w3m)
9617         (mm-inline-text-html-render-with-w3m-standalone)
9618         (mm-inline-render-with-function): Use mail-parse-charset by default.
9619
9620 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9621
9622         * parse-time.el (parse-time-string-chars): Check if CHAR
9623         is less than the length of parse-time-syntax.
9624
9625 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9626
9627         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9628         from gnus-newsgroup-processable.
9629
9630 2007-04-16  Didier Verna  <didier@xemacs.org>
9631
9632         * gnus-msg.el (gnus-configure-posting-styles):
9633         Handle message-signature-directory properly with :file syntax.
9634         Reported by "Leo".
9635
9636 2007-04-11  Didier Verna  <didier@xemacs.org>
9637
9638         New user option: message-signature-directory.
9639         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9640         * message.el (message-insert-signature): Ditto.
9641         * message.el (message-signature-file): Doc update.
9642         * message.el (message-signature-directory): New.
9643
9644 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9645
9646         * gnus-msg.el (gnus-inews-yank-articles):
9647         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9648
9649 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9650
9651         * message.el (message-yank-original): Make sure cited text ends with
9652         newline; don't exchange point and mark.
9653
9654 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9655
9656         * tls.el (open-tls-stream): Properly handle case where there
9657         is no associated buffer.
9658
9659 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9660
9661         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9662         message-yank-original, make sure (< mark TEXT point).
9663
9664 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9665
9666         * message.el (message-fill-column): New variable.
9667         (message-mode): Use it.  Add comment on a possible new hook.
9668
9669         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9670         (nnmail-get-new-mail): Reformat.
9671
9672         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9673
9674         * gmm-utils.el: Fix Commentary.
9675         (gmm-tool-bar-from-list): Fix typo in doc string.
9676
9677 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9678
9679         * message.el (message-yank-original): Don't switch point and mark
9680         unnecessarily to put point and mark as documented.
9681
9682 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9683
9684         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9685         from the message heads.
9686
9687 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9688
9689         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9690         article buffer does not have a window.  This may not be the best
9691         solution but is certainly better than setting the start of the null,
9692         that is the current, window.
9693
9694 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9695
9696         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9697         (gnus-draft-setup): Run it.
9698
9699         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9700         gnus-score-fast-scoring.  Allow regexp.
9701         (gnus-score-headers): Use it.
9702
9703         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9704         XEmacs.
9705
9706         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9707         string.
9708         (gnus-button-alist): Also catch `<f1> k ...'.
9709         (gnus-treat-display-x-face): Fix doc string.
9710
9711 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9712
9713         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9714         evaluation of gnus-extended-version to ensure correct generation of the
9715         User-Agent header when message-generate-headers-first is used.
9716
9717 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9718
9719         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9720         hashcash-path is nil.  Don't call callback with incorrect number of
9721         parameters if val is 0.
9722
9723 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9724
9725         * message.el (message-required-news-headers):
9726         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9727
9728 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9729
9730         * tls.el (open-tls-stream): In handshake-waiting loop,
9731         don't wait more if there is output available to process.
9732
9733 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9734
9735         * tls.el (tls-program): Doc fix.
9736
9737 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * message.el (message-generate-new-buffers): Change the meaning of the
9740         nil value; add `standard' to the choices; treat t as `unique'; improve
9741         doc string.
9742         (gnus-select-frame-set-input-focus): Autoload.
9743         (message-buffer-name): Search for the existing message buffer if
9744         message-generate-new-buffers is nil or `standard'; treat the value t of
9745         message-generate-new-buffers as `unique'.
9746         (message-pop-to-buffer): Raise the frame already displaying the message
9747         buffer; clear the echo area after querying.
9748         (message-setup): Pass the `continue' argument to compose-mail.
9749         (message-mail): Prefer `switch-function' if it is given; search for the
9750         existing message buffer if the `continue' argument is non-nil; pass
9751         continue and switch-function arguments to compose-mail by way of
9752         message-setup.
9753         (message-mail-other-window): Adjust argument of message-setup.
9754         (message-mail-other-frame): Ditto.
9755
9756 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9759         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9760         to turn font-lock on when turning gnus-message-citation-mode on.
9761
9762 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9763
9764         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9765         (mml-smime-function-alist): New variable; add epg as the backend.
9766         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9767         mml-smime- functions instead.
9768         * mm-view.el: Require smime.
9769
9770 2007-03-05  Didier Verna  <didier@xemacs.org>
9771
9772         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9773         instead of just inheritance for posting styles.
9774         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9775
9776 2007-02-24  Chris Moore  <dooglus@gmail.com>
9777
9778         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9779         * pgg-pgp.el (pgg-pgp-encrypt-region):
9780         * pgg-gpg.el (pgg-gpg-encrypt-region):
9781         Check pgg-encrypt-for-me if no other recipients.
9782
9783 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9784
9785         * tls.el (tls-certtool-program): Fix custom type.
9786
9787 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9790         and point-at-eol instead of line-(beginning|end)-position.
9791
9792         * assistant.el (assistant-parse-buffer): Ditto.
9793
9794         * netrc.el (netrc-parse-services): Ditto.
9795
9796 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9797
9798         * mml2015.el (mml2015-epg-find-usable-key): New function.
9799         (mml2015-epg-sign): Use it.
9800         (mml2015-epg-encrypt): Use it.
9801
9802 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9803
9804         * message.el (message-make-in-reply-to): Quote name containing
9805         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9806         if there are special characters.  Reported by NAKAJI Hiroyuki
9807         <nakaji@jp.freebsd.org>.
9808
9809 2007-02-27  Didier Verna  <didier@xemacs.org>
9810
9811         Include the group parameters as well as the topic ones in the
9812         inheritance filter process.
9813         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9814         argument GROUP-PARAMS-LIST.
9815         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9816
9817 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9818
9819         * nntp.el (nntp-never-echoes-commands)
9820         (nntp-open-connection-functions-never-echo-commands): New variables.
9821         (nntp-send-command): Use them.
9822
9823 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9824
9825         * mml2015.el (mml2015-epg-verify): Simplify.
9826
9827 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9828
9829         * mml.el (mml-content-disposition-alist): New user option.
9830         (mml-content-disposition): New function.
9831         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9832         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9833
9834 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9835
9836         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9837         verification.
9838
9839 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9840
9841         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9842         articles posted in the last 24 hours.
9843
9844 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9845
9846         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9847
9848 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9849
9850         * nntp.el (nntp-send-command): Don't wait for echoes when
9851         nntp-open-ssl-stream is used.
9852
9853 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9854
9855         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9856         (gnus-message-add-citation-keywords)
9857         (gnus-message-remove-citation-keywords): Remove.
9858         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9859         directly, make the variables in font-lock-defaults buffer-local, add
9860         gnus-message-citation-keywords to them and then update the value of
9861         font-lock-keywords.
9862
9863 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9864
9865         * message.el (message-cite-original-1): Don't call
9866         gnus-article-highlight-citation.
9867
9868         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9869         citations; fix line count.
9870
9871 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9872
9873         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9874         (gnus-message-add-citation-keywords)
9875         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9876         versions of font-lock-add-keywords and font-lock-remove-keywords to
9877         work with XEmacs correctly.
9878
9879 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * gnus-cite.el (gnus-cite-face-list): Set the values of
9882         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9883         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9884         (gnus-message-cite-prefix-regexp): New variable.
9885         (gnus-message-search-citation-line): Use it; protect against long
9886         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9887         the 0th match data for Emacs.
9888         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9889         (gnus-message-add-citation-keywords): Append keywords rather than
9890         prepending; emulate font-lock-add-keywords if it is not available.
9891         (gnus-message-remove-citation-keywords):
9892         Emulate font-lock-remove-keywords if it is not available.
9893
9894         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9895
9896         * message.el (message-cite-prefix-regexp): Set the value of
9897         gnus-message-cite-prefix-regexp.
9898
9899 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9900
9901         * nnweb.el (nnweb-google-parse-1): Update parser.
9902
9903 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9904
9905         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9906
9907 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9908
9909         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9910         regexp.
9911
9912 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9913
9914         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9915         string-to-multibyte.
9916         (uudecode-decode-region-internal): Use it.
9917
9918         * lpath.el: Fbind string-as-multibyte for XEmacs.
9919
9920 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9921
9922         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9923         Fix custom choice.
9924
9925         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9926
9927 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9928
9929         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9930
9931         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9932         `write-region' to respect `mm-inhibit-file-name-handlers'.
9933
9934 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9935
9936         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9937         Use gnus-home-directory instead of "~/" or "$HOME".
9938
9939 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9940
9941         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9942         to mention filename.
9943         Add comments at beginning regarding usage.
9944         (encrypt-write-file-contents): Change interactive so a string is
9945         acceptable.  If the file has no associated model, show an error instead
9946         of a nonsense prompt.
9947
9948 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9949
9950         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9951         Thanks to Yoshihiko Yamada for kind notification of this typo.
9952
9953 2007-01-12  Kenichi Handa  <handa@m17n.org>
9954
9955         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9956         multibyte buffer.
9957
9958 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9959
9960         * gnus-score.el (gnus-score-fast-scoring): New variable.
9961         (gnus-score-headers): Use it.
9962
9963         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9964
9965         * message.el (message-cite-original-1):
9966         Call gnus-article-highlight-citation if requested.
9967         (message-make-from): Allow name and address as optional arguments.
9968
9969         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9970
9971         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9972         bugs to doc string.
9973         (gnus-button-alist): Add mid\\|message-id.
9974         (gnus-button-fetch-group): Extend for use in
9975         `browse-url-browser-function'.
9976         (gnus-button-url-regexp): Try to catch paired parentheses like in
9977         Wikipedia URLs.
9978
9979         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9980         Suggested by Simon Krahnke <overlord@gmx.li>.
9981
9982 2007-01-13  Romain Francoise  <romain@orebokech.com>
9983
9984         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9985         Update copyright.
9986
9987 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9988
9989         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9990
9991 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9992
9993         * gnus-registry.el (gnus-registry-unfollowed-groups)
9994         (gnus-registry-split-fancy-with-parent): Fix documentation.
9995
9996 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9997
9998         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9999         from nnweb groups.
10000
10001 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10002
10003         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10004         Xref urls.  Erase buffer before requesting head.
10005
10006         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10007
10008 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10009
10010         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10011         customizable.
10012
10013 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10014
10015         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10016         no signing key is found.
10017         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10018         no encrypting and/or signing key is found.
10019
10020 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10021
10022         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10023
10024 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10025
10026         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10027         headers read from disk with the ones newly found in the current search.
10028         This should no longer cause problems, because the article numbers in
10029         Gmane's `nov.php' output are ignored since the previous change.
10030
10031 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10032
10033         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10034
10035 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10036
10037         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10038         replace-regexp-in-string; bind url-version; fbind display-images-p and
10039         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10040         find-face and set-itimer-function for Emacs; bind itimer-list for
10041         Emacs.
10042
10043         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10044
10045 2007-01-01  Romain Francoise  <romain@orebokech.com>
10046
10047         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10048
10049 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10050
10051         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10052         `define-minor-mode' macro definition expanded properly.
10053         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10054         exclude it there.
10055
10056         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10057         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10058         `fboundp' test.
10059         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10060         This is OK to autoload in (S)XEmacs now.
10061
10062 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10063
10064         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10065         keystroke.
10066         (gnus-summary-limit-to-singletons): Fix typo.
10067
10068         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10069         else fails.
10070
10071 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10072
10073         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10074         docstring.
10075
10076         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10077         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10078         (gnus-summary-insert-dormant-articles): Fix typo in message.
10079
10080 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10081
10082         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10083         nil for XEmacs.
10084         (gnus-message-citation-mode): Don't autoload in XEmacs.
10085
10086         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10087
10088 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10089
10090         * nnimap.el (nnimap-expunge-search-string):
10091         Mention nnimap-search-uids-not-since-is-evil in docstring.
10092
10093 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10094
10095         * spam.el: Revert to make-obsolete-variable because
10096         define-obsolete-variable-alias is not supported in Emacs 21.
10097
10098         * spam.el (spam-ifile-path, spam-ifile-database-path)
10099         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10100         make-obsolete-variable.
10101         (spam-bsfilter-path, spam-bsfilter-program)
10102         (spam-spamassassin-path, spam-spamassassin-program)
10103         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10104         Don't use "path" inappropriately.
10105         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10106         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10107         variable names.
10108
10109 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10110
10111         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10112         summary buffer.
10113
10114         * password.el (password-cache-remove): Use clear-string to burn
10115         password, if available.
10116
10117 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10118
10119         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10120
10121         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10122
10123         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10124         (gnus-message-highlight-citation): Move defcustom here from
10125         gnus-cite.el.
10126         (gnus-message-citation-mode): Autoload.
10127
10128         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10129         checks to make it compile with XEmacs.
10130         (gnus-message-citation-mode): New minor mode.
10131         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10132         (gnus-message-highlight-citation): New variables.
10133         (gnus-message-search-citation-line)
10134         (gnus-message-add-citation-keywords)
10135         (gnus-message-remove-citation-keywords)
10136         (turn-on-gnus-message-citation-mode)
10137         (turn-off-gnus-message-citation-mode): New functions.
10138
10139 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10140
10141         * gnus-cite.el: Enable highlighting of different citation levels in
10142         message-mode.
10143
10144 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10145
10146         * message.el (message-make-fqdn): Fix comment.
10147         (message-bogus-system-names): Add ".local".
10148
10149         * spam.el (spam-ifile-path, spam-ifile-program)
10150         (spam-ifile-database-path, spam-ifile-database)
10151         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10152         Don't use "path" inappropriately.
10153         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10154         strings.
10155         (spam-check-ifile, spam-ifile-register-with-ifile)
10156         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10157         Use new variable names.
10158
10159         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10160         (gnus-treat-display-smileys): Simplify using
10161         gnus-image-type-available-p.
10162
10163         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10164         available.
10165
10166         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10167         Use `display-images-p' if available.
10168
10169 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10172         one after turning on the buffer's multibyteness instead of decoding
10173         them directly in the unibyte buffer that causes unexpected conversion
10174         in Emacs 23 (unicode).
10175
10176 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10177
10178         * message.el (message-generate-hashcash): Fix custom type.
10179
10180 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10181
10182         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10183
10184 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10185
10186         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10187         disconnect icons.  Add help text.
10188
10189 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10190
10191         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10192         negated to be consistent with the others we handle.
10193
10194 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10195
10196         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10197         version of gnus-summary-buffer to something, so that we can use two
10198         article buffers at the same time.
10199
10200 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10201
10202         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10203         trigger all the extra headers.
10204         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10205         sorting.
10206
10207 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10208
10209         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10210         solid groups.
10211
10212 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10213
10214         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10215
10216 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10217
10218         * legacy-gnus-agent.el: Add Copyright notice.
10219
10220 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10221
10222         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10223
10224 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10225
10226         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10227
10228         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10229         to make it work reliably in CVS Emacs.
10230         (gnus-summary-limit-strange-charsets-predicate)
10231         (gnus-summary-limit-to-predicate): New functions.
10232
10233 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10234
10235         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10236         specifying array size.
10237         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10238         array if it is too small.
10239         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10240         (gnus-sort-threads-loop): New function.
10241
10242 2006-12-06  Chris Moore  <dooglus@gmail.com>
10243
10244         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10245         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10246
10247 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10248
10249         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10250         options.
10251
10252 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10253
10254         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10255         DOS-ing the recipient.
10256
10257         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10258         the headers when creating the mapping to avoid mismappings.
10259         (nnweb-gmane-create-mapping): Always nix out old mapping.
10260
10261 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10262
10263         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10264         and mm-verify-option to never.
10265
10266 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10267
10268         * message.el (message-signed-or-encrypted-p): New function.
10269         (message-forward-make-body): Use it.
10270
10271         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10272         Replace encode-coding-string with mm-encode-coding-string.
10273
10274 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10275
10276         * nneething.el (nneething-decode-file-name):
10277         Replace decode-coding-string with mm-decode-coding-string.
10278
10279         * gnus-int.el (gnus-open-server): Say failed server's name.
10280
10281 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10282
10283         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10284         strings to a single string.  Quote `errors-file-name'.
10285         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10286         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10287         Adjust calls.  Use `shell-quote-argument'.
10288
10289 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10290
10291         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10292         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10293
10294         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10295         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10296         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10297         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10298         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10299         (gnus-subscribe-newsgroup, gnus-1):
10300         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10301         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10302         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10303         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10304
10305 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10306
10307         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10308         keystroke.
10309         (gnus-summary-limit-to-bodies): Implement headersp.
10310
10311 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10312
10313         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10314
10315 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10316
10317         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10318
10319 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10320
10321         * message.el (message-generate-hashcash): Expand range of values to
10322         include `opportunistic'.
10323         (message-send-mail): Use it.
10324
10325 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10326
10327         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10328         and comment it.
10329
10330         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10331
10332 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10333
10334         * gnus-util.el (gnus-extract-address-components): Improve comment.
10335
10336 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * gnus-util.el (gnus-extract-address-components): Work with address in
10339         which the name portion contains @.
10340
10341         * lpath.el: Fbind custom-autoload.
10342
10343 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10344
10345         * gnus.el (gnus-start): Move custom group up.
10346         (gnus-select-method): Don't autoload, but make it available for
10347         `customize-variable'.
10348         (gnus-getenv-nntpserver): Don't autoload.
10349
10350 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10351
10352         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10353
10354 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10355
10356         * message.el (message-sendmail-extra-arguments): New variable.
10357         (message-send-mail-with-sendmail): Use it.
10358
10359 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10360
10361         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10362         mm-with-unibyte-current-buffer to make string unibyte.
10363
10364         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10365         mm-string-as-multibyte.
10366
10367 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10368
10369         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10370         Reported by Werner Koch <wk@gnupg.org>.
10371
10372 2006-11-14  Daiki Ueno  <ueno@p360>
10373
10374         * mml2015.el: Autoload epa-select-keys when compiling.
10375
10376 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10377
10378         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10379         message-options.
10380         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10381
10382 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10383
10384         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10385         EasyPG (< 0.0.6).
10386         (mml2015-always-trust): New user option.
10387         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10388         prompt.
10389
10390 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10391
10392         * nntp.el (nntp-authinfo-force): New variable.
10393         (nntp-send-authinfo): Use it.
10394
10395 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10396
10397         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10398         decode encoded words.  Improve prompt.  Add comment about forwarding.
10399         (message-replacement-char): Move up.
10400
10401 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10402
10403         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10404         instead of gnus-intersection because arguments of gnus-sorted-nunion
10405         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10406
10407 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10408
10409         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10410         (message-simplify-subject-functions):
10411         Enable message-strip-subject-encoded-words by default.
10412
10413 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10414
10415         * message.el (message-strip-subject-encoded-words): New function.
10416         (message-simplify-subject-functions): New variable.
10417         (message-simplify-subject): Use it.  Fix typo in doc string.
10418         Support message-strip-subject-encoded-words.
10419
10420 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10421
10422         * gnus-diary.el (gnus-diary-delay-format-function):
10423         * nndiary.el (nndiary-reminders):
10424         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10425
10426 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10427
10428         * gnus-art.el (article-hide-boring-headers): Fetch date from
10429         gnus-original-article-buffer to avoid problems with localized date
10430         strings.
10431
10432 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10433
10434         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10435
10436 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10437
10438         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10439         New variables.
10440         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10441         (mm-charset-synonym-alist): Move some entries to
10442         mm-codepage-iso-8859-list.
10443         (mm-charset-synonym-alist, mm-charset-override-alist):
10444         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10445
10446 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10447
10448         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10449
10450 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10451
10452         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10453         with Emacs 21 and XEmacs.
10454
10455 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10456
10457         * spam.el (spam-parse-address): New function for better parsing,
10458         catching errors, etc.
10459         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10460
10461 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10462
10463         * mm-view.el: Add interactive arg to html2text autoload.
10464
10465 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10466
10467         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10468
10469 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10470
10471         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10472         New variables.
10473         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10474         (mm-charset-synonym-alist): Move some entries to
10475         mm-codepage-iso-8859-list.
10476
10477         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10478
10479 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10480
10481         * message.el (message-citation-line-format)
10482         (message-insert-formated-citation-line): Fix implementation of %E, %N
10483         and %n according to the doc string.
10484
10485 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10486
10487         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10488         Use car-safe to avoid bad parses.
10489
10490 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10491
10492         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10493         names.
10494
10495         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10496
10497 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10498
10499         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10500         header.
10501
10502         * message.el (message-draft-headers): Add Date.
10503         (message-headers-to-generate): Fix typo in docstring.
10504
10505         * nndraft.el (nndraft-required-headers): New variable.
10506         (nndraft-generate-headers): Use it.
10507
10508         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10509
10510 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10511
10512         * gnus-registry.el (gnus-registry-wash-for-keywords)
10513         (gnus-registry-find-keywords): New functions to allow easy searching of
10514         articles that are in the registry.
10515
10516 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10517
10518         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10519         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10520         Reported by Damien Elmes <damien@repose.cx>.
10521
10522 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10523
10524         * gnus.el (gnus-mime): Remove unused custom group.
10525
10526 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10527
10528         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10529         "blank line" when searching for end of armor headers.
10530
10531 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10532
10533         * gmm-utils.el (gmm-write-region): Fix variable name.
10534
10535 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10536
10537         * gmm-utils.el (gmm-write-region): New function based on compatibility
10538         code from `mm-make-temp-file'.
10539
10540         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10541
10542         * nnmaildir.el (nnmaildir--update-nov)
10543         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10544         Use `gmm-write-region'.
10545
10546 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10547
10548         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10549         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10550
10551         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10552
10553         * message.el (message-replacement-char): New variable.
10554         (message-fix-before-sending): Use it.
10555         (message-simplify-subject): New function to remove duplicate code.
10556         (message-reply, message-followup): Use it.
10557
10558         * gnus-sum.el (gnus-summary-make-menu-bar):
10559         Clarify gnus-summary-limit-to-articles.
10560
10561 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10562
10563         * gnus-util.el (gnus-with-local-quit): New macro.
10564
10565         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10566
10567 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10568
10569         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10570         ignore non-string data.
10571
10572 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10573
10574         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10575         non-string data (needs to be done in the registry too).
10576
10577 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10578
10579         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10580         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10581         (gnus-registry-split-fancy-with-parent)
10582         (gnus-registry-fetch-simplified-message-subject-fast)
10583         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10584         Remove text properties on ingress into the registry and when it's saved.
10585         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10586         registry from entries with no groups.
10587
10588 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10589
10590         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10591         function to remove string properties.
10592
10593 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10594
10595         * gmm-utils.el (gmm): Adjust custom version.
10596
10597         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10598         Adjust custom version.
10599
10600         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10601
10602 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10603
10604         * gnus-art.el (gnus-insert-prev-page-button)
10605         (gnus-insert-next-page-button): Simplify.  Reformat.
10606
10607 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10608
10609         * gnus-art.el (gnus-insert-prev-page-button)
10610         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10611
10612 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10613
10614         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10615
10616 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10617
10618         * gnus-art.el (gnus-insert-mime-button)
10619         (gnus-insert-mime-security-button):
10620         Apply gnus-article-button-face to MIME and security buttons.
10621
10622 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10623
10624         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10625         readable.
10626
10627 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10628
10629         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10630
10631 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10632
10633         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10634         `browse-url-of-file' instead of `browse-url'.
10635
10636 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10637
10638         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10639         regexp.  Articles containing quotation were cut prematurely.
10640
10641 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10642
10643         * message.el (message-cite-original-1): Use nobody by default for the
10644         value of From header.
10645         (message-reply): Ditto.
10646
10647 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10648
10649         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10650         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10651         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10652
10653 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10654
10655         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10656         mails in the doc string.  Add some URLs in comment.
10657         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10658
10659 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10660
10661         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10662         backslashes handling and the way to find boundaries of quoted strings.
10663
10664 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10665
10666         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10667         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10668         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10669         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10670
10671 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10672
10673         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10674         doc string.
10675         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10676
10677 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10678
10679         * lpath.el: Fbind epg-check-configuration.
10680
10681 2006-09-06  Simon Josefsson  <jas@extundo.com>
10682
10683         * mml2015.el (mml2015-use): Doc fix, mention epg.
10684
10685 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10686
10687         * mml2015.el (mml2015-use): Default to epg, if available.
10688
10689 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10690
10691         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10692         message-sender.
10693         (mml1991-epg-encrypt): Ditto.
10694         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10695         message-sender.
10696         (mml2015-epg-encrypt): Ditto.
10697
10698 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10699
10700         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10701         several common directories.
10702
10703 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10704
10705         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10706         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10707
10708 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10709
10710         * gnus-art.el (article-decode-encoded-words): Make it fast.
10711
10712 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10713
10714         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10715
10716         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10717         in quoted string into `\'.
10718
10719 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10720
10721         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10722         Use standard-syntax-table.
10723
10724 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10725
10726         * gnus-art.el (gnus-decode-address-function): New variable.
10727         (article-decode-encoded-words): Use it to decode headers which are
10728         assumed to contain addresses.
10729         (gnus-mime-delete-part): Remove useless `or'.
10730
10731         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10732         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10733         (gnus-nov-parse-line): Use it to decode From header.
10734         (gnus-get-newsgroup-headers): Ditto.
10735         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10736
10737         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10738         (mail-decode-encoded-address-string): New alias.
10739
10740         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10741         New function.
10742         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10743         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10744         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10745         (rfc2047-decode-string): Ditto.
10746         (rfc2047-decode-address-region): New function.
10747         (rfc2047-decode-address-string): New function.
10748
10749 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10750
10751         * message.el (message-caesar-buffer-body): Allow rotating headers.
10752
10753         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10754
10755         * message.el (message-insert-formated-citation-line): Fix %f.
10756         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10757
10758 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10761         (gnus-bookmark-mouse-available-p): New macro.
10762         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10763         (gnus-bookmark-bmenu-show-infos): Use it.
10764         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10765         (gnus-bookmark-bmenu-hide-infos): Ditto.
10766         (gnus-bookmark-remove-properties): New function.
10767         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10768         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10769         (gnus-bookmark-write-file): Bind coding-system-for-write.
10770         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10771         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10772         group before selecting it.
10773         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10774         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10775         quit-window if it is not available; use gnus-mouse-2 and bind it to
10776         gnus-bookmark-bmenu-select-by-mouse.
10777         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10778         (gnus-bookmark-bmenu-select-by-mouse): New function.
10779
10780 2006-08-13  Romain Francoise  <romain@orebokech.com>
10781
10782         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10783         space.
10784
10785 2006-08-10  Romain Francoise  <romain@orebokech.com>
10786
10787         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10788         (dns-mode-soa-auto-increment-serial): New user option.
10789         (dns-mode-soa-maybe-increment-serial): New function.
10790         (dns-mode): Add the latter to `write-contents-functions'.
10791
10792 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * compface.el (uncompface): Use binary rather than raw-text-unix.
10795
10796 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10797
10798         * compface.el (uncompface): Make sure the eol conversion doesn't take
10799         place when communicating with the external programs.
10800         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10801
10802 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10803
10804         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10805
10806 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10807
10808         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10809         Make it more robust by parsing author and date independently.
10810
10811 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10812
10813         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10814
10815 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10816
10817         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10818         first matching secret key.
10819         (mml2015-epg-encrypt): Ditto.
10820
10821         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10822         first matching secret key.
10823         (mml1991-epg-encrypt): Ditto.
10824
10825         * mml2015.el (mml2015-encrypt-to-self): New user option.
10826         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10827         mml2015-epg-encrypt-to-self is set.
10828
10829         * mml1991.el (mml1991-encrypt-to-self): New variable.
10830         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10831         mml1991-epg-encrypt-to-self is set.
10832
10833         * mml2015.el (mml2015-signers): New user option.
10834         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10835         (mml2015-epg-encrypt): Allow to select signing keys.
10836
10837         * mml1991.el (mml1991-signers): New variable.
10838         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10839         (mml1991-epg-encrypt): Allow to select signing keys.
10840
10841 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10842
10843         * nnheader.el (nnheader-insert-head): Make it work even if the file
10844         uses CRLF for the line-break code.
10845
10846 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10847
10848         * mml2015.el: Require mml-sec instead of password.
10849         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10850         (mml2015-cache-passphrase): Inherit the default value from
10851         mml-secure-cache-passphrase.
10852         (mml2015-passphrase-cache-expiry): Inherit the default value from
10853         mml-secure-passphrase-cache-expiry.
10854
10855         * mml1991.el: Require mml-sec instead of password.
10856         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10857         (mml1991-cache-passphrase): Inherit the default value from
10858         mml-secure-cache-passphrase.
10859         (mml1991-passphrase-cache-expiry): Inherit the default value from
10860         mml-secure-passphrase-cache-expiry.
10861
10862         * mml-sec.el: Require password.
10863         (mml-secure-verbose): New user option.
10864         (mml-secure-cache-passphrase): New user option.
10865         (mml-secure-passphrase-cache-expiry): New user option.
10866
10867 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10868
10869         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10870         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10871         andreas@altroot.de (Andreas Vögele).
10872
10873         FIXME: Use `tiny change'?
10874
10875 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10876
10877         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10878         workaround for the url package included with Emacs.
10879
10880         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10881
10882 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10883
10884         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10885         correctly.  This fixes a bug caused by the 2006-05-12 change.
10886
10887 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10888
10889         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10890         some information about the error when saying that the `bogus' mail
10891         group will be used.
10892
10893 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10894
10895         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10896         string.
10897
10898 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10899
10900         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10901
10902 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10903
10904         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10905
10906 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10907
10908         * mml1991.el (mml1991-function-alist): Add epg.
10909         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10910         (mml1991-epg-encrypt): New functions.
10911
10912 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10913
10914         * mml2015.el (mml2015-verbose): New variable.
10915         (mml2015-cache-passphrase): Ditto.
10916         (mml2015-passphrase-cache-expiry): Ditto.
10917         (mml2015-function-alist): Add epg.
10918         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10919         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10920         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10921         New functions.
10922
10923 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10924
10925         * message.el (message-cite-original-1): Preserve region when removing
10926         quoted text due to X-No-Archive in order to avoid bogus attribution
10927         when citing multiple messages.
10928
10929 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10930
10931         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10932         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10933
10934 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10935
10936         * gnus-diary.el (gnus-user-format-function-d)
10937         (gnus-user-format-function-D): Autoload.
10938
10939         * imap.el (Commentary): Fix typo.
10940
10941         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10942         2006-04-22 contribution.
10943
10944 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10945
10946         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10947         It didn't really fix the bogosity I'm seeing with solid web groups.
10948
10949 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10950
10951         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10952         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10953         created using server names.  If we use the feature without declaring
10954         it, Gnus does not properly manage server and group state.
10955
10956         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10957         bound.
10958
10959 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10960
10961         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10962         looking up the method using GROUP's prefix before inventing a new one.
10963         It is used on killed/unknown groups in various places where returning
10964         an all-new method isn't expected by the caller.
10965
10966         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10967         and match semantics of gnus-group-real-prefix.
10968
10969 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10970
10971         * nnmail.el (nnmail-broken-references-mailers): New variable.
10972         (nnmail-ignore-broken-references): New function generalizing
10973         nnmail-fix-eudora-headers.
10974         (nnmail-fix-eudora-headers): Now obsolete.
10975
10976         * gnus-art.el (gnus-button-handle-custom):
10977         Support `customize-apropos*'.
10978
10979 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10980
10981         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10982
10983         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10984         articles.
10985
10986 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10987
10988         * message.el (message-cite-reply-above): New variable.
10989         (message-yank-original): Use it.
10990
10991 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10992
10993         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10994
10995 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10996
10997         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10998         as read.
10999
11000         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11001
11002 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11003
11004         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11005         (gnus-bookmark-default-file): Use gnus-directory.
11006         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11007         Remove "*" in doc string.
11008         (gnus-bookmark-write-file): Simplify.
11009         (gnus-bookmark-maybe-sort-alist): Use `when'.
11010         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11011         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11012         Add FIXME about Emacs 21 and XEmacs compatibility.
11013         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11014         compatibility.
11015         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11016         compatibility.
11017         (gnus-bookmark-menu-heading): Fix version.
11018
11019 2006-06-19  Bastien Guerry  <bzg@altern.org>
11020
11021         * gnus-bookmark.el: New file.
11022
11023 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * message.el (message-syntax-checks): Doc fix.
11026
11027 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11028
11029         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11030         unsubscribed groups as if they were killed ones.  It causes duplicate
11031         entries in gnus-newsrc-alist.
11032
11033 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11034
11035         * message.el (message-syntax-checks): Doc fix.
11036         (message-send-mail): Add check for continuation headers.
11037         (message-check-news-header-syntax): Fix regexp used to check for
11038         continuation headers.
11039
11040 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11041
11042         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11043
11044 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11045
11046         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11047
11048 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11049
11050         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11051         default-truncate-lines.
11052
11053 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11054
11055         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11056         to fill the utf-8 entry.
11057
11058         * lpath.el: Fbind unicode-precedence-list.
11059
11060 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11061
11062         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11063
11064 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11065
11066         * gnus-agent.el (directory-files-and-attributes): Move all the way
11067         forward (the third and final move).
11068         (gnus-agent-read-agentview): Trap reconstruction errors due to
11069         nonexistent directory.  Handle by returning nil.
11070
11071 2006-05-30  Didier Verna  <didier@xemacs.org>
11072
11073         * message.el (message-dont-reply-to-names): Update the custom type.
11074         * message.el (message-dont-reply-to-names): New defsubst: potentially
11075         convert a list of regexps into a single one.
11076         * message.el (message-get-reply-headers): Use it.
11077         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11078
11079 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11080
11081         * gnus-agent.el (directory-files-and-attributes): Move forward.
11082
11083 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11084
11085         * gnus-ml.el (gnus-mailing-list-subscribe)
11086         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11087         (gnus-mailing-list-message): Fix doc strings.
11088
11089 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11090
11091         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11092         of doing it manually.
11093
11094 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11095
11096         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11097         comment.
11098
11099 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11100
11101         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11102         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11103         (gnus-agent-read-local): All symbols allocated in my-obarray.
11104         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11105         (gnus-agent-regenerate-group): Check numeric names to see if they are
11106         messages or groups.
11107         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11108         better way of do this...)
11109
11110         * gnus-cache.el (gnus-agent-total-fetched-for):
11111         Ignore 'dummy.group' (there should be a better way of do this...)
11112
11113 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11114
11115         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11116         (gnus-saved-headers): Ditto.
11117         (gnus-default-article-saver): Mention functions may have properties.
11118         (gnus-article-save): Override gnus-save-all-headers and
11119         gnus-saved-headers by :headers property which saver function may have.
11120         (gnus-summary-save-in-file): Add :headers property.
11121         (gnus-summary-write-to-file): Ditto.
11122
11123         * gnus-sum.el (gnus-summary-save-article): Bind
11124         gnus-prompt-before-saving to t when saving many articles in a file;
11125         always show all headers.
11126
11127         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11128
11129 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11130
11131         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11132         marks.
11133
11134         * message.el (message-indent-citation): Add optional arguments to allow
11135         using it outside of message buffers.
11136
11137         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11138         (gnus-article-treat-unfold-headers): Use it.
11139         (gnus-article-truncate-lines): New variable.
11140         (gnus-article-mode): Use it.
11141         (gnus-article-toggle-truncate-lines): New function.
11142
11143         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11144         Add gnus-article-toggle-truncate-lines.
11145
11146         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11147         coding system in XEmacs, use binary.
11148
11149 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11150
11151         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11152         after-load-alist.
11153
11154         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11155         this function should save decoded articles.
11156         (gnus-summary-write-to-file): Use property to specify this function
11157         should save decoded articles and specify gnus-summary-save-in-file
11158         should be used to save articles other than the first one when saving
11159         many articles.
11160         (gnus-summary-save-body-in-file): Use property to specify this
11161         function should save decoded articles.
11162         (gnus-summary-write-body-to-file): Use property to specify this
11163         function should save decoded articles and specify
11164         gnus-summary-save-body-in-file should be used to save articles other
11165         than the first one when saving many articles.
11166
11167         * gnus-sum.el (gnus-summary-save-article): Simplify.
11168
11169 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11170
11171         * gnus-art.el (gnus-default-article-saver):
11172         Add gnus-summary-write-body-to-file.
11173         (gnus-article-save-coding-system): Don't use coding system object
11174         in XEmacs.
11175         (gnus-read-save-file-name): Add optional `dir-var' argument which
11176         specifies directory in which files are saved; work even if optional
11177         `variable' argument is not specified.
11178         (gnus-summary-write-to-file): Read file name.
11179         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11180         (gnus-summary-write-body-to-file): New function.
11181
11182         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11183         (gnus-summary-local-variables): Add it.
11184         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11185         (gnus-summary-save-article): Remove optional `decode' argument;
11186         determine whether to decode articles by the value of
11187         gnus-default-article-saver; when saving many files using
11188         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11189         it first and use gnus-summary-save-in-file or
11190         gnus-summary-save-body-in-file thereafter unless
11191         gnus-prompt-before-saving is always; move point to article which
11192         will be saved.
11193         (gnus-summary-save-article-file): Revert.
11194         (gnus-summary-write-article-file): Revert.
11195         (gnus-summary-save-article-body-file): Revert.
11196         (gnus-summary-write-article-body-file): New function.
11197
11198 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11199
11200         * gnus-art.el (gnus-default-article-saver): Doc fix.
11201         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11202         from gnus-summary-save-article-coding-system, and default to a
11203         certain coding system.
11204         (gnus-output-to-file): Add coding cookie and encode text according
11205         to gnus-article-save-coding-system; don't use mm-append-to-file.
11206
11207         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11208         gnus-art.el and rename to gnus-article-save-coding-system.
11209         (gnus-summary-save-article): Require gnus-art; don't show all
11210         headers if it decodes articles; don't add coding cookie here;
11211         don't bind mm-text-coding-system-for-write.
11212         (gnus-summary-save-article-file): Save decoded articles.
11213         (gnus-summary-write-article-file): When saving many files, use
11214         gnus-summary-write-to-file first and gnus-summary-save-in-file
11215         thereafter unless gnus-prompt-before-saving is always.
11216         (gnus-summary-save-article-body-file): Save decoded articles.
11217
11218         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11219
11220 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11221
11222         * nnrss.el (nnrss-check-group): Bind hash-index.
11223
11224 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11225
11226         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11227         its hash index.  Store this hash in `nnrss-group-data'.
11228         (nnrss-read-group-data): Update accordingly.
11229
11230 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11231
11232         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11233         entry.
11234
11235         * gnus-sum.el (gnus-summary-make-menu-bar):
11236         Add gnus-article-browse-html-article.
11237
11238 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11239
11240         * gnus-sum.el (gnus-summary-mime-map):
11241         Add gnus-article-browse-html-article.
11242
11243         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11244
11245 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11246
11247         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11248         suitable coding systems in customize.
11249
11250 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11251
11252         * mail-source.el (mail-sources): Fix custom type.
11253
11254 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11255
11256         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11257         (gnus-summary-expire-articles-now): Shorten prompt.
11258
11259         * gmm-utils.el (wid-edit): Require.
11260         (defun-gmm): Rename from `gmm-defun-compat'.
11261         (gmm-image-search-load-path): Use it.
11262         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11263
11264 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11265
11266         * gnus-sum.el (gnus-summary-save-article-coding-system):
11267         New variable.
11268         (gnus-summary-save-article): Add optional `decode' argument.
11269         If it is set and gnus-summary-save-article-coding-system is non-nil,
11270         save decoded article.
11271         (gnus-summary-write-article-file): Save decoded article if
11272         gnus-summary-save-article-coding-system is non-nil.
11273
11274         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11275         type.
11276
11277 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11278
11279         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11280
11281 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11282
11283         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11284         first to test gnus-single-article-buffer which may be buffer-local.
11285
11286         * gnus-sum.el (gnus-summary-setup-buffer):
11287         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11288         group; make gnus-article-buffer, gnus-article-current, and
11289         gnus-original-article-buffer always buffer-local.
11290         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11291         group.
11292         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11293
11294 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11295
11296         * nnml.el (nnml-request-compact-group): Compressed files might not
11297         have .gz extension.
11298
11299 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11300
11301         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11302         (mm-copy-to-buffer): Use with-current-buffer.
11303         (mm-display-part): Simplify.
11304         (mm-inlinable-p): Add optional arg `type'.
11305
11306 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11307
11308         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11309         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11310         Try harder to show the attachment internally or externally using
11311         gnus-mime-view-part-as-type.
11312
11313 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11314
11315         * message.el (message-from-style, message-signature-separator)
11316         (message-user-organization-file, message-send-mail-function)
11317         (message-citation-line-function, message-yank-prefix)
11318         (message-indent-citation-function, message-signature)
11319         (message-signature-file, message-signature-insert-empty-line):
11320         Remove autoloads.
11321
11322         * gnus-art.el (gnus-buttonized-mime-types):
11323         Remove "multipart/signed".  Revert 2006-04-26 change.
11324
11325 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11326
11327         * gnus.el (gnus-version-number): Bump version.
11328
11329 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11330
11331         * gnus.el: No Gnus v0.5 is released.
11332
11333 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11334
11335         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11336         fetching articles by message-id.
11337
11338 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11339
11340         * message.el (hashcash): Require hashcash as normal.
11341
11342         * ecomplete.el (ecomplete-highlight-match-line):
11343         Use point-at-eol.
11344         (ecomplete-highlight-match-line): Use `highlight', because that
11345         face exists in both Emacs and XEmacs.
11346
11347         * message.el (message-display-abbrev): Use point-at-bol.
11348
11349         * mail-source.el: Don't require timer/timer-funcs.
11350
11351         * gnus-async.el: Ditto.
11352
11353         * password.el: Ditto.
11354
11355         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11356
11357         * mm-url.el: Ditto.
11358
11359         * gnus-xmas.el: Don't require timer-funcs.
11360
11361         * mm-util.el: Require timer/timer-funcs.
11362
11363 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11364
11365         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11366         Close.
11367
11368 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11369
11370         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11371         unibyte after clear-decrypt function runs.
11372
11373         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11374         returns as a unibyte string.
11375
11376 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11377
11378         * lpath.el: Revert.
11379
11380         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11381         (pgg-gpg-process-sentinel): Revert.
11382
11383         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11384         (pgg-pgp-lookup-key): Revert.
11385
11386         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11387         (pgg-pgp5-lookup-key): Revert.
11388
11389         * pgg.el (pgg-fetch-key): Revert.
11390
11391 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11392
11393         * lpath.el: Fbind string-as-multibyte for XEmacs.
11394
11395         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11396         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11397         (mml1991-pgg-encrypt): Ditto.
11398
11399         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11400         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11401         a multibyte buffer.
11402
11403         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11404         (pgg-pgp-lookup-key): Ditto.
11405
11406         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11407         (pgg-pgp5-lookup-key): Ditto.
11408
11409         * pgg.el (pgg-fetch-key): Ditto.
11410
11411 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11412
11413         * message.el (message-user-organization-file): Check several
11414         locations of the organization file.
11415
11416         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11417         Add gnus-article-view-part-as-type.
11418
11419         * gnus-art.el (gnus-article-view-part-as-type): New function.
11420
11421         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11422         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11423
11424         * mml.el: Simplify autoload.
11425         (mml-mode): defvar dnd-protocol-alist instead of using
11426         symbol-value.
11427         (mml-default-directory): New variable.
11428         (mml-minibuffer-read-file): Use it.
11429         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11430
11431         * message.el (message-citation-line-format): New variable.
11432         (message-insert-formated-citation-line): New function.
11433         (message-citation-line-function):
11434         Add `message-insert-formated-citation-line' to custom type.
11435
11436         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11437         to doc string.
11438
11439         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11440         depending on mm-verify-option.
11441
11442 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11443
11444         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11445         binding pgg-* variables; reimplement the section which prevents
11446         MIME header from being signed.
11447         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11448         pgg-text-mode; remove a blank line at the top of body.
11449
11450         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11451         lines at the top of body; use gnus-newsgroup-charset if there's no
11452         Charset header.
11453
11454 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11455
11456         * message.el (message-self-insert-commands): Doc fix.
11457
11458         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11459         (mm-uu-pgp-encrypted-test): Ditto.
11460         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11461         between header and body; return application/pgp-encrypted handle
11462         if decryption failed; decode decrypted body by charset.
11463
11464         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11465         element match to application/pgp-*.
11466
11467 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11468
11469         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11470         HTML.
11471
11472 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11473
11474         * mail-source.el (mail-source-call-script): Message the error
11475         string.
11476
11477 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11478
11479         * gnus-util.el (gnus-byte-compile): Use it.
11480
11481 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11482
11483         * gnus-util.el (kill-empty-logs): New function.
11484
11485 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11486
11487         * message.el (message-mail-alias-type): Doc fix.
11488         (message-mail-alias-type-p): New function.
11489         (message-send): Use it.
11490         (message-mode): Ditto.
11491         (message-strip-forbidden-properties): Ditto.
11492
11493         * ecomplete.el (ecomplete-database-file-coding-system):
11494         New variable.
11495         (ecomplete-save): Use it.
11496         (ecomplete-setup): Use it.
11497
11498 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11499
11500         * message.el (message-self-insert-commands): New variable.
11501         (message-strip-forbidden-properties): Use it.
11502
11503 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11504
11505         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11506         that doesn't make XEmacs choke.
11507
11508 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11509
11510         * gnus-util.el (gnus-replace-in-string):
11511         Prefer replace-regexp-in-string over of replace-in-string.
11512
11513 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11514
11515         * gnus-util.el (gnus-select-frame-set-input-focus):
11516         Use select-frame-set-input-focus if it is available in XEmacs; use
11517         definition defined in Emacs 22 for old Emacsen.
11518
11519         * dgnushack.el: Autoload unmorse-region for XEmacs.
11520
11521         * lpath.el: Bind cursor-in-non-selected-windows and
11522         select-frame-set-input-focus for XEmacs.
11523
11524 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11525
11526         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11527
11528 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11529
11530         * gnus-registry.el (gnus-registry-cache-save): Remove text
11531         properties when saving via the temp buffer.
11532
11533 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11534
11535         * message.el (message-generate-hashcash): Honor custom type.
11536
11537 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11538
11539         * message.el (message-generate-hashcash): Default to non-nil when
11540         hashcash is found.
11541
11542         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11543         (gnus-refer-thread-limit): Increase default to 500.
11544
11545         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11546
11547         * flow-fill.el (fill-flowed): Allow delete-space.
11548
11549 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11550
11551         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11552         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11553         Remove autoloads.
11554
11555 2006-04-18  Simon Josefsson  <jas@extundo.com>
11556
11557         * message.el (message-generate-hashcash): Default to.
11558
11559 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11560
11561         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11562         concatenating segments rather than before concatenating them.
11563
11564 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11565
11566         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11567
11568 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11569
11570         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11571
11572         * message.el (message-forward-make-body-plain):
11573         Allow message-forward-ignored-headers to be a list.
11574         (message-remove-ignored-headers): Factor out into function.
11575         (message-forward-make-body-mml): Use it.
11576
11577         * imap.el (imap-quote-specials): New function.
11578         (imap-login-auth): Quote specials.
11579
11580         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11581         (rfc2231-parse-string): Allow concatanation of parameters that
11582         aren't contiguous.  The test case is
11583           (mail-header-parse-content-type "message/external-body;
11584             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11585             access-type=LOCAL-FILE;
11586             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11587
11588 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11589
11590         * nntp.el (nntp-accept-process-output): Return the value of
11591         `nnheader-accept-process-output'.
11592
11593 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11594
11595         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11596         (gnus-button-alist): Recognize more diff formats.
11597         (gnus-button-patch): Strip directory.
11598
11599 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11600
11601         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11602         Emacs 22 when setting focus.
11603
11604 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11605
11606         * gnus-art.el (gnus-article-treat-types): Do treatment of
11607         text/x-verbatim parts.
11608         (gnus-button-patch): New command.
11609
11610         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11611         addresses that contain invalid characters.
11612
11613 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11614
11615         * message.el (message-put-addresses-in-ecomplete):
11616         Use gnus-replace-in-string.
11617         (message-is-yours-p): Use the more correct
11618         mail-header-parse-address instead of
11619         mail-extract-address-components.
11620         (message-put-addresses-in-ecomplete): Fix typo.
11621
11622         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11623         keystroke.
11624
11625         * gnus-art.el (gnus-treatment-function-alist): Change order of
11626         newsgroups/generic header folding to avoid double-folding.
11627
11628         * message.el (message-hidden-headers): Add X-Draft-From.
11629
11630         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11631         New command.
11632         (gnus-summary-repeat-search-article-backward): New command.
11633
11634         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11635         groups in the parent topic.
11636
11637 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11638
11639         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11640         (spam-extra-header-to-number): Return the CRM114 number as a
11641         number instead of a string.
11642
11643 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11644
11645         * gnus-art.el (gnus-face-properties-alist): Move here from
11646         gnus-fun.
11647
11648         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11649
11650 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11651
11652         * message.el (message-strip-forbidden-properties): Only display on
11653         self-insert-command.
11654
11655         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11656         reindent.
11657         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11658
11659 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11660
11661         * smiley.el (smiley-style): Fix typo.
11662
11663 2006-03-23  Kenichi Handa  <handa@m17n.org>
11664
11665         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11666         instead of set-buffer-multibyte.
11667
11668 2006-03-23  Kenichi Handa  <handa@m17n.org>
11669
11670         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11671         buffer and then decode the buffer text if necessary.
11672         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11673         first, and after mm-encode-body, change the buffer to unibyte.
11674
11675 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11676
11677         * hashcash.el (hashcash-insert-payment-async-2):
11678         Use message-goto-eoh instead of doing it manually.
11679         (mail-add-payment): Use message-narrow-to-header instead of trying
11680         to do the same itself.
11681
11682         * message.el (message-hidden-headers): Add Face.
11683
11684         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11685         reparenting code.
11686         (gnus-summary-reparent-children): Refactored out code.
11687         (gnus-summary-thread-map): New keystroke.
11688         (gnus-summary-reparent-children): Make into command.
11689
11690         * smiley.el (smiley-style): Default to `medium' if using a large
11691         font.
11692
11693         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11694         does it itself.
11695
11696         * message.el (message-point-in-header-p): Simplify definition.
11697
11698 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11699
11700         * nnagent.el (nnagent-request-set-mark): Silence log file
11701         writing.
11702         (nnagent-request-set-mark): Use write-region instead of
11703         append-to-file.
11704
11705         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11706         strange select method.
11707
11708         * ecomplete.el (ecomplete-display-matches): Get highlightling
11709         right.
11710         (ecomplete-display-matches): Use literals.
11711         (ecomplete-display-matches): Disable message logging.
11712
11713         * message.el (message-display-abbrev): Small optimization.
11714
11715         * ecomplete.el (ecomplete-display-matches): Allow automatic
11716         display.
11717
11718         * message.el (message-strip-forbidden-properties):
11719         Display abbrevs.
11720         (message-display-abbrev): Get automatic display right.
11721
11722         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11723         keystrokes.
11724
11725 2006-04-13  Romain Francoise  <romain@orebokech.com>
11726
11727         TODO: Backport to v5-10!
11728
11729         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11730         Move here (and rename) from gnus-registry.el.
11731
11732         * gnus-registry.el: Require gnus-util.
11733         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11734
11735 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11736
11737         * gnus-group.el (gnus-group-catchup-current):
11738         Change if-then-else-if-then-else into cond.
11739         (gnus-group-catchup): Indent.
11740         (group-name-at-point): New function.
11741         (gnus-fetch-group): Provide default from thing at point.
11742
11743 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11744
11745         * message.el (message-display-abbrev): Fix regexp.
11746
11747         * ecomplete.el (ecomplete-highlight-match-line):
11748         Reimplement choosing.
11749         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11750         dead variables.
11751
11752         * message.el (message-newline-and-indent): Remove debugging.
11753         (message-display-abbrev): Use new implementation.
11754
11755 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11756
11757         * gnus-art.el (gnus-article-mode):
11758         Set cursor-in-non-selected-windows to nil.
11759
11760         * smiley.el: Revert previous change.
11761         (smiley-data-directory): defvar it before using it in the
11762         defcustom of `smiley-style'.
11763
11764 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11765
11766         * message.el (message-newline-and-indent): New function.
11767
11768         * ecomplete.el: Implement more bits.
11769
11770         * message.el (message-put-addresses-in-ecomplete): Clean up the
11771         string.
11772
11773         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11774
11775         * gnus-sum.el (gnus-summary-save-parts):
11776         Bind gnus-summary-save-parts-counter and use it to make unique file
11777         names.
11778
11779         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11780
11781         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11782         parameter to say whether to actually parse the individual
11783         addresses.
11784
11785         * message.el (message-put-addresses-in-ecomplete): New function.
11786         (ecomplete): Require.
11787         (message-mail-alias-type): Add ecomplete as an option.
11788
11789 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11790
11791         * flow-fill.el (fill-flowed): Remove trailing space from blank
11792         quoted lines.
11793
11794 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11795
11796         * smiley.el (smiley-style): Move definition later to avoid a
11797         compilation warning.
11798
11799 2006-04-12  Kenichi Handa  <handa@m17n.org>
11800
11801         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11802         buffer and then decode the buffer text if necessary.
11803         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11804         first, and after mm-encode-body, change the buffer to unibyte.
11805         Use mm-disable-multibyte instead of set-buffer-multibyte.
11806
11807 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11808
11809         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11810         Content-Type header instead of Content-Disposition header.
11811         (gnus-mime-inline-part): Ditto.
11812         (gnus-mime-view-part-as-charset): Ignore charset that the part
11813         specifies.
11814
11815         * mm-decode.el (mm-display-part): Work with external parts and
11816         usual parts similarly.
11817
11818         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11819         instead of gnus-display-mime.
11820
11821         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11822         instead of with-temp-buffer.
11823
11824         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11825         tag to summarized topics part in order to encode non-ASCII text.
11826
11827 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11828
11829         * smiley.el (smiley-style): New variable.
11830         (smiley-directory): New function.
11831         (smiley-data-directory): Derive from `smiley-style' using
11832         `smiley-directory'.
11833         (smiley-regexp-alist): Add new entries.
11834
11835         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11836         (gnus-article-browse-delete-temp): Add :version.
11837
11838 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11839
11840         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11841         the sieve region.
11842
11843 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11844
11845         * gnus.el (gnus-version-number): Bump version.
11846
11847 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11848
11849         * gnus.el: No Gnus v0.4 is released.
11850
11851 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11852
11853         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11854         layout.
11855
11856         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11857         unknown charset.
11858
11859         * message.el (message-header-synonyms): Add Original-To to the
11860         default.
11861
11862         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11863         optional parameter.
11864
11865 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11866
11867         * gnus-fun.el (gnus): Require it for gnus-directory.
11868
11869 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11870
11871         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11872
11873 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11874
11875         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11876
11877 2006-04-05  Simon Josefsson  <jas@extundo.com>
11878
11879         * password.el (password-reset): New function.
11880
11881 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11882
11883         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11884         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11885
11886 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11887
11888         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11889         Some whitespace was matched into the url, which broke browsing hits
11890         > 100 when mm-url-use-external was nil.
11891
11892 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11893
11894         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11895         Check gnus-extra-headers for 'Newsgroups.
11896
11897         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11898         bound.
11899
11900 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11901
11902         * pgg-gpg.el: Clean up process buffers every time gpg processes
11903         complete.
11904
11905 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11906
11907         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11908         doc string.
11909
11910 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11911
11912         * pgg-gpg.el (pgg-gpg-process-filter)
11913         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11914
11915         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11916         lines, temporary fix.
11917
11918 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11919
11920         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11921
11922 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11923
11924         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11925         default-enable-multibyte-characters.  This reverts the change from
11926         revision 6.17 which is no longer necessary because the passphrase
11927         is sent separately now.  GnuPG messages are unreadable under
11928         multibyte locales with default-enable-multibyte-characters set to
11929         nil.
11930
11931 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11932
11933         * message.el (message-tool-bar-gnome): Move "spell".
11934
11935 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11936
11937         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11938         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11939         instead.
11940
11941 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11942
11943         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11944         Improve newsgroups handling for NNTP overviews which don't include
11945         Newsgroups.
11946
11947 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11948
11949         * message.el (message-resend): Bind message-generate-hashcash to nil.
11950
11951 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11952
11953         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11954         when searching for already-paid recipients.
11955
11956 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11957
11958         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11959         passphrases when it is not needed.
11960         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11961         passphrase stuff from gpg, should only be necessary when you use
11962         gpg with a smartcard.
11963
11964 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * mml.el (mml-insert-mime): Ignore cached contents of
11967         message/external-body part.
11968
11969         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11970         (mm-insert-part): Ditto.
11971
11972 2006-03-23  Simon Josefsson  <jas@extundo.com>
11973
11974         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11975         Reiner.
11976         (pgg-gpg-use-agent-p): Use it again.
11977
11978 2006-03-23  Simon Josefsson  <jas@extundo.com>
11979
11980         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11981         older emacsen.
11982         (pgg-gpg-use-agent-p): Don't use it.
11983
11984 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11985
11986         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11987         if we can.
11988
11989 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11990
11991         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11992         (pgg-gpg-update-agent): New function.
11993         (pgg-gpg-use-agent-p): New function.
11994         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11995         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11996         (pgg-gpg-sign-region): Use it.
11997
11998 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11999
12000         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12001         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12002
12003 2006-03-21  Simon Josefsson  <jas@extundo.com>
12004
12005         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12006         <wilde@sha-bang.de>.
12007         (pgg-gpg-use-agent): New variable.
12008         (pgg-gpg-process-region): Use it.
12009         (pgg-gpg-encrypt-region): Likewise.
12010         (pgg-gpg-encrypt-symmetric-region): Likewise.
12011         (pgg-gpg-decrypt-region): Likewise.
12012         (pgg-gpg-sign-region): Likewise.
12013         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12014
12015 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12016
12017         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12018
12019         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12020         Add comment on version.
12021
12022 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12023
12024         * smiley.el: Add missing test smiley.
12025
12026 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12027
12028         * mm-decode.el (mm-with-part): New macro.
12029         (mm-get-part): Use it; work with message/external-body as well.
12030         (mm-save-part): Treat name and filename equally.
12031
12032         * mm-extern.el (mm-extern-cache-contents): New function.
12033         (mm-inline-external-body): Use it; force the part to be displayed;
12034         move undisplayer added to the cached handle to the parent.
12035
12036         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12037         (gnus-mime-view-part-as-type): Work with message/external-body.
12038
12039         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12040
12041 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12042
12043         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12044         images in image-load-path.  [Sync with image.el, revision 1.60, in
12045         Emacs.]
12046
12047 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12048
12049         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12050         path rather than symbol.  Always return list of directories.
12051         Guarantee that image directory comes first.  [Sync with image.el,
12052         revision 1.59, in Emacs.]
12053
12054         * message.el (message-make-tool-bar): Adjust to new API of
12055         `gmm-image-load-path-for-library'.
12056
12057         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12058
12059         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12060
12061 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12062
12063         * gnus-art.el (gnus-article-only-boring-p):
12064         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12065         intangible text.
12066         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12067
12068 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12069
12070         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12071         Use `defun' instead of `gmm-defun-compat'.
12072
12073 2006-03-14  Simon Josefsson  <jas@extundo.com>
12074
12075         * message.el (message-unique-id): Don't use message-number-base36
12076         if (user-uid) is a float.
12077         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12078
12079 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12080
12081         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12082
12083         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12084         empty line between a part and a message part.
12085
12086 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12087
12088         * smiley.el: Add more test smileys.
12089         (smiley-data-directory, smiley-regexp-alist)
12090         (gnus-smiley-file-types): Fix doc strings.
12091         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12092         adding new elements.
12093         (smiley-mouse-map): Unused code.  Make it a comment.
12094
12095 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12096
12097         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12098         scan latest NoCeM messages instead of old ones.
12099         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12100         delimiters that are recently used.
12101         (gnus-nocem-load-cache): Add autoload cookie.
12102
12103         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12104
12105         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12106         level which is larger than gnus-use-nocem is specified.
12107
12108         * gnus-group.el (gnus-group-get-new-news): Ditto.
12109
12110 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12111
12112         * gnus-util.el (gnus-tool-bar-update): New function.
12113
12114         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12115         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12116
12117         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12118
12119         * gnus-group.el (gnus-group-redraw-when-idle)
12120         (gnus-group-redraw-check): Remove.
12121         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12122
12123 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12124
12125         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12126         if optional last element is specified in splits (FIELD VALUE...).
12127
12128 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12129
12130         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12131         to gmm-image-load-path-for-library.  Call with no-error argument.
12132         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12133
12134         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12135
12136         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12137
12138         * gmm-utils.el (gmm-image-load-path): Remove alias.
12139
12140 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12141
12142         * gmm-utils.el (gmm-image-load-path): Add alias.
12143
12144         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12145         nnml-generate-nov-databases-1.
12146         (nnml-generate-nov-databases): Use it.
12147         (nnml-generate-nov-databases-directory): Document no-active
12148         argument.
12149
12150         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12151         directory if path is t.  Add no-error.
12152
12153         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12154         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12155
12156         * gnus-art.el (gnus-article-browse-delete-temp-files):
12157         Simplify resetting gnus-article-browse-html-temp-list.
12158
12159         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12160         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12161         Add example to docstring.  Rename local variables.  Move error
12162         checks to default case in cond and simplify.
12163
12164 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12165
12166         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12167         handle is multipart when calling it recursively.
12168         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12169
12170 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12171
12172         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12173         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12174
12175 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12176
12177         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12178         is loaded.
12179
12180         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12181         loaded.
12182
12183 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12184
12185         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12186         to "Emacs 23 (unicode)" in doc string.
12187
12188         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12189         "Emacs 23 (unicode)" in comment.
12190
12191 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12192
12193         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12194
12195         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12196         characters 160 through 255 in Emacs 23.
12197
12198 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12199
12200         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12201         gnus-article-browse-html-temp.
12202         (gnus-article-browse-delete-temp): Make it customizable.
12203         Add `file'.  Adjust doc string.
12204         (gnus-article-browse-delete-temp-files): Add argument.
12205         Allow query for each file.  Adjust doc string.
12206         (gnus-article-browse-html-parts):
12207         Add `gnus-article-browse-delete-temp-files' to
12208         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12209
12210 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12211
12212         * gnus-art.el (gnus-article-browse-html-temp)
12213         (gnus-article-browse-delete-temp): New variables.
12214         (gnus-article-browse-delete-temp-files): New function.
12215         (gnus-article-browse-html-parts): Use it.
12216
12217 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12218
12219         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12220
12221         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12222         string.
12223
12224         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12225         gnus-summary-insert-new-articles when unplugged.
12226         Remove gnus-summary-search-article-forward.
12227
12228         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12229         display-visual-class instead of display-color-cells.
12230
12231 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12232
12233         * dgnushack.el: Autoload customize-group for XEmacs.
12234
12235         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12236         message/* containing non-ASCII text properly.
12237
12238 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12239
12240         * message.el: Require gmm-utils, remove autoloads.
12241         (message-tool-bar): Set default based on
12242         gmm-tool-bar-style.
12243         (message-tool-bar-gnome): Add gmm-customize-mode.
12244
12245         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12246         gmm-tool-bar-style.
12247         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12248
12249         * gnus-group.el (gnus-group-tool-bar): Set default based on
12250         gmm-tool-bar-style.
12251         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12252
12253         * gmm-utils.el (gmm-image-directory): Rename variable from
12254         gmm-image-load-path.
12255         (gmm-image-load-path): Use gmm-image-directory.
12256         (gmm-customize-mode): New function.
12257         (gmm-tool-bar-style): New variable.
12258
12259         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12260         gnus-group-redraw-line-number.
12261         (gnus-group-redraw-check): Simplify.
12262         (gnus-group-tool-bar-update): Remove redraw check.
12263         (gnus-group-make-tool-bar): Add redraw check.
12264
12265 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12266
12267         * gnus-art.el (gnus-button): Add missing parentheses.
12268
12269 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12270
12271         * lpath.el: Fbind line-number-at-pos.
12272
12273 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12274
12275         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12276
12277 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12278
12279         * gnus-art.el (gnus-button): New face.
12280         (gnus-article-button-face): Use it.
12281
12282         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12283         Add gnus-summary-next-page.  Re-order.
12284
12285         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12286         next-node are now included.
12287         (gnus-group-redraw-line-number): New internal variable.
12288         (gnus-group-redraw-check): Helper function for updating the tool
12289         bar.
12290         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12291
12292         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12293
12294         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12295         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12296         Use it to match format of Spamassassin 3.0 and later.
12297         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12298         (spam-check-bogofilter)
12299         (spam-bogofilter-register-with-bogofilter): Fix args of
12300         `gnus-error' calls.
12301
12302 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12303
12304         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12305         unnecessary interaction when sending queued mails.
12306         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12307
12308 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12309
12310         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12311         first or last are nil.
12312
12313 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12314
12315         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12316
12317 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12318
12319         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12320
12321 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12322
12323         * dns.el (query-dns): Protect more against buggy tcp output.
12324
12325 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12326
12327         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12328         nov.php.
12329
12330 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12331
12332         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12333         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12334         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12335         output on the server side.
12336         (nnweb-google-create-mapping): Update regexps and add some
12337         progress indication.
12338
12339 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12340
12341         * gnus-group.el (gnus-group-tool-bar-gnome):
12342         Fix gnus-agent-toggle-plugged.  Re-order icons.
12343         (gnus-group-tool-bar-gnome):
12344         Add gnus-group-{prev,next}-unread-group.
12345         (gnus-group-tool-bar-gnome): Re-order icons.
12346
12347         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12348         Move gnus-summary-insert-new-articles.
12349
12350         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12351         Fix comments.
12352
12353         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12354         also available in Emacs 21.3.
12355
12356         * message.el (message-fix-before-sending): Change "Emacs 22" to
12357         "Emacs 23 (unicode)" in comment.
12358
12359         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12360         "Emacs 23 (unicode)" in comment.
12361
12362         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12363         comment.
12364         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12365
12366         * mm-view.el (mm-fill-flowed): Add :version.
12367
12368 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12369
12370         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12371         and load-path.
12372
12373 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12374
12375         * message.el: Autoload gmm-image-load-path.
12376         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12377         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12378         consitency.
12379
12380         * gmm-utils.el (gmm-image-load-path): Also search in
12381         "../etc/images".  Don't set gmm-image-load-path if we don't find
12382         the image.
12383
12384 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12385
12386         * gmm-utils.el (gmm-image-load-path): Don't make
12387         `gmm-image-load-path' include subdirectories which the second arg
12388         `image' might specify.
12389
12390         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12391         subdirectory to icon file names.
12392
12393         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12394
12395 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12396
12397         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12398         gmm-image-load-path calls.
12399
12400         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12401
12402         * message.el (message-make-tool-bar): Ditto.
12403
12404         * mml.el (mml-preview): Add comment concerning tool bar icons.
12405
12406         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12407         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12408
12409         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12410         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12411
12412         * message.el (message-tool-bar-gnome): Use new icon names.
12413         (message-make-tool-bar): Use `gmm-image-load-path'.
12414
12415         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12416         New functions from MH-E.
12417         (gmm-image-load-path): New variable from MH-E.
12418         (gmm-image-load-path): New function from MH-E.  Add arguments
12419         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12420         *-image-load-path-called-flag.
12421
12422 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12423
12424         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12425
12426 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12427
12428         * nnimap.el (nnimap-request-move-article): Change folder back to
12429         source group before deleting.
12430
12431 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12432
12433         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12434
12435         * gnus-art.el (mm-url-insert-file-contents-external):
12436         Autoload mm-url.
12437
12438         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12439
12440 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12441
12442         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12443         coding system which mm-charset-to-coding-system returns for a
12444         given charset is valid.
12445
12446 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12447
12448         * html2text.el (html2text-remove-tag-list):
12449         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12450
12451 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12452
12453         * gnus-cus.el: Revert 2005-10-17 change.
12454
12455 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12456
12457         * gnus-art.el (article-strip-banner):
12458         Call article-really-strip-banner only when the regexp match is made.
12459
12460 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * gnus-art.el (article-strip-banner):
12463         Use gnus-extract-address-components instead of
12464         mail-header-parse-addresses to make it work with non-ASCII text;
12465         remove mail-encode-encoded-word-string.
12466
12467         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12468         values which are surrounded with \"...\"; make it never cause a
12469         Lisp error; give up parsing of parameters if it failed in
12470         extracting type.
12471
12472 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12473
12474         * smime.el (smime-cert-by-ldap-1): Fix bug where
12475         `smime-ldap-search' returns results without userCertificates.
12476
12477 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12480
12481 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12482
12483         * spam.el (spam-check-spamassassin-headers): Adapt format for
12484         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12485         <ari@mbf.ocn.ne.jp>.
12486         (spam-list-of-processors): Add spam-use-gmane.
12487
12488 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12489
12490         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12491         make-temp-file; make it work with XEmacs as well.
12492
12493         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12494         mm-make-temp-file.
12495
12496         * mm-decode.el (mm-display-external): Use the 3rd arg of
12497         mm-make-temp-file.
12498         (mm-create-image-xemacs): Ditto.
12499
12500 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12501
12502         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12503         with message-narrow-to-headers.
12504         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12505         (gnus-draft-check-draft-articles): New function.
12506         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12507
12508 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12509
12510         * gnus-art.el (gnus-article-browse-html-parts):
12511         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12512         Don't use suffix argument for mm-make-temp-file for Emacs 21
12513         compatibility.  Remove useless `format'.
12514
12515 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12516
12517         * nnweb.el (nnweb-google-wash-article): Update regexps.
12518         (nnweb-group-alist): Use defvoo instead of defvar.
12519
12520 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12521
12522         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12523         re-loading nn* modules.
12524
12525 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12526
12527         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12528         for `tool-bar-mode' and don't check it's default-value.
12529
12530         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12531
12532         * message.el (message-make-tool-bar): Ditto.
12533
12534         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12535         `substring'.  Shorten tmp-file name.
12536
12537         * gnus.el: Remove bogus comment.
12538
12539 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12540
12541         * gnus-art.el (gnus-article-browse-html-parts): New function.
12542         (gnus-article-browse-html-article): New function for viewing html
12543         articles with a browser.
12544
12545 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12546
12547         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12548         in elisp.
12549         (pgg-gpg-encrypt-symmetric-region): Ditto.
12550         (pgg-gpg-sign-region): Ditto.
12551
12552         * pgg-def.el (pgg-text-mode): New variable.
12553
12554         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12555         (mml2015-pgg-encrypt): Ditto.
12556
12557         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12558         (mml1991-pgg-encrypt): Ditto.
12559
12560 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12561
12562         * nnfolder.el (nnfolder-insert-newsgroup-line):
12563         Use message-make-date instead of current-time-string.
12564
12565         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12566         to gnus-decoded which mm-uu might set.
12567
12568 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12569
12570         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12571         don't decode quoted parameters; remove misimported Emacs code.
12572         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12573         (rfc2231-decode-encoded-string): Don't use split-string which
12574         behaves differently according to Emacs version; use
12575         mm-decode-coding-region to convert charset to coding-system.
12576         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12577         (rfc2231-encode-string): Remove misimported Emacs code.
12578
12579 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12580
12581         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12582         when calling mail-header-parse-content-type.
12583         (article-de-quoted-unreadable): Ditto.
12584         (article-de-base64-unreadable): Ditto.
12585         (article-wash-html): Ditto.
12586
12587         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12588         calling mail-header-parse-content-type and
12589         mail-header-parse-content-disposition.
12590         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12591         mail-header-parse-content-type.
12592
12593         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12594         insert charset and format parameters; encode description after
12595         inserting it to buffer.
12596         (mml-insert-parameter): Fold lines properly even if a parameter is
12597         segmented into two or more lines; change the max column to 76.
12598
12599         * rfc1843.el (rfc1843-decode-article-body): Don't use
12600         ignore-errors when calling mail-header-parse-content-type.
12601
12602         * rfc2231.el (rfc2231-parse-string): Return at least type if
12603         possible; don't cause an error even if it fails in parsing of
12604         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12605         (rfc2231-encode-string): Don't break lines at the beginning, leave
12606         it to mml-insert-parameter.
12607
12608         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12609         calling mail-header-parse-content-type.
12610
12611 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12612
12613         * spam-report.el (spam-report-gmane-use-article-number):
12614         Improve doc string.
12615         (spam-report-gmane-internal): Check if a suitable header was found
12616         in the article.
12617
12618 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12619
12620         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12621         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12622
12623 2006-02-05  Romain Francoise  <romain@orebokech.com>
12624
12625         Update copyright notices of all files in the gnus directory.
12626
12627 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12628
12629         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12630
12631 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12632
12633         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12634         segmented lines of parameter value to cope with Thunderbird 1.5
12635         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12636         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12637         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12638
12639 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12640
12641         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12642         parts.
12643
12644 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12645
12646         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12647         there's only one active file for all servers.
12648         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12649         solid groups.  Gnus might have used a FAST request to select the group.
12650         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12651         and nnweb-search redundantly in the active file.
12652         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12653         (nnweb-request-create-group): Don't use ARGS.
12654         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12655         initialisations.  Let nnoo do the work.
12656
12657 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12658
12659         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12660         Say the part has been decoded.
12661
12662         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12663
12664 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12665
12666         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12667         mailcap-viewer-test-cache when there's no 'test clause, since that
12668         will invert the meaning of a "nil" test previously determined by
12669         mailcap-mailcap-entry-passes-test.
12670
12671 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12672
12673         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12674         compiling.
12675
12676         * gnus-sum.el: Ditto.
12677
12678         * message.el: Don't bind tool-bar-map when compiling.
12679
12680 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12681
12682         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12683
12684 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12685
12686         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12687         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12688         current Google Groups.
12689
12690 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12691
12692         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12693         and tool-bar-mode.
12694
12695         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12696         and tool-bar-mode.
12697
12698         * message.el (message-tool-bar-update): Simplify.
12699         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12700
12701         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12702         gnus-summary-buffer.
12703         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12704         gnus-summary-reply.
12705
12706         * gmm-utils.el (gmm): Add :version.
12707
12708 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12709
12710         * Makefile.in (clean): New rule.
12711         (distclean): Use it.
12712
12713 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12714
12715         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12716         Don't autoload.
12717
12718 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12719
12720         * gmm-utils.el (gmm-verbose): Add :group.
12721
12722 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12723
12724         * message.el: Change some comments WRT tool-bars.
12725
12726         * gnus-sum.el (gnus-summary-tool-bar)
12727         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12728         (gnus-summary-tool-bar-zap-list): New variables.
12729         (gnus-summary-make-tool-bar): Complete rewrite using
12730         `gmm-tool-bar-from-list'.
12731
12732         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12733         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12734         New variables.
12735         (gnus-group-make-tool-bar): Complete rewrite using
12736         `gmm-tool-bar-from-list'.
12737         (gnus-group-tool-bar-update): New function.
12738
12739         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12740
12741 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12742
12743         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12744         is dissected into a single part of which the type is the same as
12745         the given one; decode charset.
12746
12747 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12748
12749         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12750         into alists as symbol not string, since that's what
12751         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12752         look for.
12753
12754 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12755
12756         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12757         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12758
12759         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12760
12761 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12762
12763         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12764         (gnus-xmas-mime-security-button-menu): New function.
12765
12766         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12767         (gnus-mime-security-button-menu): New definition.
12768         (gnus-mime-security-button-map): Use them.
12769         (gnus-mime-security-button-menu): New function.
12770         (gnus-insert-mime-security-button): Addition to help echo.
12771         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12772         (gnus-mime-security-pipe-part): New functions.
12773
12774         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12775         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12776
12777         * mm-decode.el (mm-handle-set-disposition): Remove.
12778         (mm-handle-set-description): Remove.
12779
12780 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12781
12782         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12783         (mm-w3m-standalone-supports-m17n-p): New function.
12784         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12785         w3m usage.
12786
12787         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12788         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12789
12790 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12791
12792         * message.el (message-tool-bar-zap-list):
12793         Use gmm-tool-bar-zap-list as custom type.
12794         (message-tool-bar-update): New function.
12795         (message-tool-bar, message-tool-bar-gnome)
12796         (message-tool-bar-retro): Add message-tool-bar-update.
12797         (message-tool-bar-gnome): Add flyspell-buffer.
12798
12799         * gnus-util.el (gnus-error): Describe `args'.
12800
12801         * gmm-utils.el (gmm-error): Describe `args'.
12802         (gmm-tool-bar-zap-list): New widget.
12803         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12804
12805 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12806
12807         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12808         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12809         the number of recursive calls.
12810
12811         * mm-decode.el (mm-handle-set-disposition): New macro.
12812         (mm-handle-set-description): New macro.
12813
12814 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12817         encoding.
12818
12819 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12820
12821         * message.el (message-tool-bar-zap-list, message-tool-bar)
12822         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12823         (message-tool-bar-local-item-from-menu): Remove.
12824         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12825         (message-make-tool-bar): New function.
12826         (message-mode): Use `message-make-tool-bar'.
12827
12828         * gmm-utils.el: New file.
12829         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12830         (gmm-lazy): New widget copied from `nnmail.el'.
12831         (gmm-tool-bar-from-list): New function for creating customizable
12832         tool bars.
12833         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12834         output.
12835         (gmm): Add :prefix to defgroup.
12836
12837 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12838
12839         * gmm-utils.el (gmm-widget-p): New function.
12840
12841 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12842
12843         * mml.el (mml-attach-file): Describe `description' in doc string.
12844         (mml-menu): Add Emacs MIME manual and PGG manual.
12845
12846 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12847
12848         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12849
12850 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12851
12852         * nntp.el (nntp-end-of-line): Doc fix.
12853
12854 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12855
12856         * imap.el (imap-open): Handle case where buffer is a buffer
12857         object.
12858
12859 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12860
12861         * gnus-delay.el (gnus-delay): Don't autoload.
12862         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12863         to be re-loaded when customizing the `gnus-delay' group.
12864
12865 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12866
12867         * message.el (message-insert-citation-line): Use newlines.
12868
12869 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12870
12871         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12872         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12873         these routines, so the passphrase can be managed externally and
12874         passed in to the system.
12875         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12876         pgg-add-passphrase-to-cache function.
12877
12878         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12879         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12880         these routines, so the passphrase can be managed externally and
12881         passed in to the system.
12882         (pgg-pgp5-sign-region): Use new name of
12883         pgg-add-passphrase-to-cache function.
12884
12885 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12886
12887         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12888         part of the decoded armor to find the key-identifier.
12889         (pgg-gpg-lookup-key-owner): New function to return the
12890         human-readable identifier of a key owner.
12891         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12892         itself.
12893         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12894         the key value) if we have a key and can match it against a secret
12895         key.  Also, added a note pointing out fact that the prompt only
12896         indicates the first matching key.
12897
12898         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12899         pgg-decrypt-region.
12900         (pgg-add-passphrase-to-cache): Rename from
12901         `pgg-add-passphrase-cache' to reduce confusion (all callers
12902         changed).
12903         (pgg-remove-passphrase-from-cache): Rename from
12904         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12905         changed).
12906         (pgg-read-passphrase, pgg-add-passphrase-cache)
12907         (pgg-remove-passphrase-cache): Add informative docstrings.
12908         (pgg-decrypt): Convey provided passphrase in subordinate call to
12909         pgg-decrypt-region.
12910
12911 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12912
12913         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12914         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12915         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12916         'passphrase' argument, so the passphrase can be managed externally
12917         and then passed in to the system.
12918
12919         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12920         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12921         so the passphrase cache can be used reliably with identifiers
12922         besides a pgp packet's key id.
12923
12924         * pgg-gpg.el (pgg-gpg-encrypt-region)
12925         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12926         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12927         these routines, so the passphrase can be managed externally and
12928         passed in to the system.
12929
12930         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12931         'notruncate' argument, so the passphrase cache can be used
12932         reliably with identifiers besides a pgp packet's key id.
12933
12934 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12935
12936         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12937         symmetric encryption.
12938         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12939         encrypted session key.
12940         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12941         message ask for the passphrase in a proper way.
12942
12943         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12944         New user commands for symmetric encryption.
12945
12946 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12947
12948         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12949
12950         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12951
12952 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12953
12954         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12955
12956 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12957
12958         * mm-decode.el (mm-inlined-types): Add application/pgp.
12959         (mm-automatic-display): Ditto.
12960
12961         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12962         part as text.
12963
12964 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12965
12966         * nnrss.el: Update copyright.
12967         (nnrss-opml-import): Query whether to subscribe to each entry.
12968
12969         * gnus-art.el:
12970         * gnus-sum.el:
12971         * gnus-xmas.el:
12972         * messagexmas.el:
12973         * mm-uu.el:
12974         * mm-view.el: Update copyright.
12975
12976 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12977
12978         * message.el (message-info): New function.
12979         (message-mode-menu): Add it.
12980         Update copyright.
12981
12982         * ChangeLog: Fix and update copyright.
12983
12984 2006-01-13  Romain Francoise  <romain@orebokech.com>
12985
12986         * message.el (message-forward-subject-name-subject): Prefer the
12987         address to 'nowhere' if the sender has no name.
12988         Fix typo.  Update copyright year.
12989
12990 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * gnus-art.el (article-wash-html):
12993         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12994         (gnus-article-wash-html-with-w3m-standalone): New function.
12995
12996         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12997         mm-inline-text-html-render-with-w3m-standalone.
12998         (mm-text-html-washer-alist): Map w3m-standalone to
12999         gnus-article-wash-html-with-w3m-standalone.
13000         (mm-inline-text-html-render-with-w3m-standalone): New function.
13001
13002 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13003
13004         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13005         Improve LaTeX.
13006
13007 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13008
13009         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13010         (nnrss-request-article): Render text/plain parts as HTML.
13011
13012         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13013         the buffer.
13014
13015 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13016
13017         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13018         custom definition of `gnus-posting-styles'.
13019
13020         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13021         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13022
13023 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13024
13025         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13026         Use nntp for bug archive.
13027
13028 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13031         parts.
13032         (nnrss-normalize-date): New function converts ISO 8601 date into
13033         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13034         (nnrss-check-group): Use it.
13035
13036 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13037
13038         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13039
13040         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13041         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13042         (nnrss-insert-w3): Ditto.
13043
13044 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13045
13046         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13047         the articles to be forwarded including the case where neither a
13048         number of articles nor a region is specified.
13049
13050 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * nnrss.el (nnrss-request-article): Fix last change; fill
13053         text/plain parts.
13054
13055 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13056
13057         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13058         in text/plain part.
13059         (nnrss-check-group): Don't add excessive newline to dc:subject.
13060
13061 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13062
13063         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13064         article.
13065
13066 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13067
13068         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13069         (nnml-use-compressed-files, nnml-save-mail): Support other
13070         comression programs such as bzip2.
13071
13072 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13073
13074         * dns.el (query-dns): Make sure we check the buffer size before
13075         removing tcp headers.
13076
13077 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13078
13079         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13080         remove MIME buttons associated with multipart/alternative parts.
13081         (gnus-mime-display-alternative): Tag buttons using `article-type'
13082         text property.
13083
13084         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13085         associated with multipart/alternative parts.
13086
13087         * gnus-art.el (gnus-signature-separator): Fix custom type.
13088
13089         * mm-decode.el (mm-inlined-types): Fix custom type.
13090         (mm-keep-viewer-alive-types): Ditto.
13091         (mm-automatic-display): Ditto.
13092         (mm-attachment-override-types): Ditto.
13093         (mm-inline-override-types): Ditto.
13094         (mm-automatic-external-display): Ditto.
13095
13096 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13097
13098         * spam-report.el (spam-report-user-mail-address)
13099         (spam-report-user-agent): New variables.
13100         (spam-report-url-ping-plain): Use spam-report-user-agent.
13101
13102 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13103
13104         * gnus-art.el (gnus-button-handle-custom): Do not just use
13105         `customize-apropos' for any "M-x customize-*" button but the
13106         function called for.  Accept both the function name and its
13107         argument in order to achieve this.
13108         (gnus-button-alist): Remove support for "custom:" URL's.
13109         Pass function name to `gnus-button-handle-custom' in case of "M-x
13110         customize-*" buttons.
13111
13112 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13113
13114         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13115         multipart/alternative and add xref to mm-discouraged-alternatives
13116         in doc string.
13117
13118         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13119         gnus-buttonized-mime-types in doc string.
13120
13121 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13122
13123         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13124         Suggest image/.* in the doc string.
13125
13126 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13127
13128         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13129         message-marks (Debian bug #342521).
13130
13131 2005-12-12  Simon Josefsson  <jas@extundo.com>
13132
13133         * password.el (password-read-from-cache): Add.
13134         (password-read): Use it.
13135
13136 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13137
13138         * rfc2047.el (rfc2047-charset-to-coding-system):
13139         Recognize us-ascii as a MIME charset.
13140
13141         * mm-bodies.el (mm-decode-content-transfer-encoding):
13142         Protect against the case where the 2nd arg TYPE is nil.
13143
13144 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13145
13146         * pop3.el (pop3-stream-type): Fix custom version.
13147
13148         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13149
13150 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13151
13152         * mm-decode.el (mm-display-external): Add missing cdr.
13153
13154 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13155
13156         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13157         RFC1524) if it is in mailcap or add a suffix according to
13158         mailcap-mime-extensions when generating a temp filename; postpone
13159         deleting a temp file for 2 seconds for some wrappers, shell
13160         scripts, and so on, which might exit right after having started a
13161         viewer command as a background job.
13162
13163 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13164
13165         * nntp.el (nntp-marks-directory): Fix custom group.
13166
13167         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13168         steps when < 10.
13169
13170         * gnus-start.el (gnus-no-server-1):
13171         Mention `gnus-level-default-subscribed' in doc string.
13172
13173 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13174
13175         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13176         parens.
13177
13178 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13179
13180         * gnus-xmas.el (gnus-use-toolbar): Revert.
13181         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13182         gnus-use-toolbar is default.
13183
13184         * messagexmas.el (message-use-toolbar): Revert.
13185         (message-setup-toolbar): Use global default-toolbar if
13186         message-use-toolbar is default.
13187
13188 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13189
13190         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13191         according to default-toolbar-visible-p.
13192
13193         * messagexmas.el (message-use-toolbar): Ditto.
13194
13195 2005-11-26  Dave Love  <fx@gnu.org>
13196
13197         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13198         (tls-program, tls-success): Provide openssl alternative.
13199
13200         * starttls.el: Doc fixes.
13201         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13202         SERVICE to PORT.
13203
13204         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13205         port null or service name.
13206         (starttls-negotiate): Autoload.
13207
13208 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13209
13210         * message.el (message-kill-to-signature): Fix interactive spec.
13211
13212 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13213
13214         * pop3.el (pop3-open-server): Recognize a string as a service name.
13215
13216 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13217
13218         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13219
13220 2005-11-23  Dave Love  <fx@gnu.org>
13221
13222         Add pop3s, pop3/starttls.
13223
13224         * pop3.el (pop3-authentication-scheme): Clarify doc.
13225         (open-tls-stream, starttls-open-stream): Autoload.
13226         (pop3-stream-type): New.
13227         (pop3-open-server): Use it.
13228
13229         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13230         for POP.
13231         (mail-source-keyword-map): Add :stream for POP.
13232         (mail-source-fetch-pop): Use pop3-stream-type.
13233
13234 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13237         of current-time-string.
13238
13239 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13240
13241         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13242         date header.
13243
13244 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13245
13246         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13247         it can seriously impact performance as it bypasses the agent's
13248         local caches.
13249
13250 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13251
13252         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13253         must be explicitly online rather than "not explicitly offline" for
13254         its flags to be synchronized.
13255
13256         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13257         that gnus-uu-unmark-thread will function correctly.
13258
13259         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13260         1024K is instead displayed as 1M.
13261
13262 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13263
13264         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13265
13266 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13267
13268         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13269
13270 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13271
13272         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13273         error message to display actual error condition.
13274         (gnus-agent-save-local): Avoid saving symbols that are bound to
13275         nil as they simply result in a warning message in
13276         gnus-agent-read-local.
13277
13278 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13279
13280         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13281         rather than make-variable-buffer-local for file-precious-flag.
13282
13283 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13284
13285         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13286         for duplicates which are removed.  The invalid sort check then
13287         triggers a rescan after the sort as sorting may have moved
13288         duplicate entries such that they can be cheaply detected.
13289
13290 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13291
13292         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13293
13294 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13295
13296         * gnus-agent.el (gnus-agent-article-alist-save-format):
13297         Change internal variable to a custom variable.  Change default value
13298         from compressed(2) to uncompressed(1).
13299         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13300         support for uncompressed agentview files.  Taken together, reading
13301         the agentview file should now be 6-7 times faster.
13302
13303 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13304
13305         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13306         as a buffer-local variable.  This avoids creating truncated
13307         dribble files as a result of a hang up, eg.
13308
13309 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13310
13311         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13312         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13313         XEmacs.
13314
13315 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13316
13317         * gnus-start.el (gnus-start-draft-setup):
13318         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13319
13320         * gnus.el (gnus-splash): Change custom group.
13321         (gnus-group-get-parameter, gnus-group-parameter-value):
13322         Describe allow-list argument.
13323
13324         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13325         string.
13326
13327 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13328
13329         * gnus-art.el (gnus-default-article-saver): Add user-defined
13330         `function' to custom type.
13331
13332 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13333
13334         * imap.el (imap-open): Handle case where buffer is a buffer
13335         object.
13336
13337 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13338
13339         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13340         long lines.
13341         (gnus-cache-delete-group): Wrap doc strings.
13342
13343         * gnus-agent.el (gnus-agent-rename-group)
13344         (gnus-agent-delete-group): Wrap doc strings.
13345
13346 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13347
13348         * messagexmas.el (message-use-toolbar): Change the valid values
13349         into default, top, bottom, left, and right.
13350         (message-toolbar-thickness): New variable.
13351         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13352         well.
13353         (message-setup-toolbar): Make it work.
13354
13355         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13356         (gnus-use-toolbar): Change the valid values into default, top,
13357         bottom, left, and right.
13358         (gnus-toolbar-thickness): New variable.
13359         (gnus-xmas-setup-toolbar): New function.
13360         (gnus-xmas-setup-group-toolbar): Use it.
13361         (gnus-xmas-setup-summary-toolbar): Use it.
13362
13363 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13364
13365         * gnus-start.el (gnus-1): Add "native" to
13366         gnus-predefined-server-alist.
13367
13368         * gnus.el (gnus-method-to-server): Don't add "native" to the
13369         lists here, because that leads to problems when
13370         gnus-select-method is bound.
13371
13372 2005-11-09  Simon Josefsson  <jas@extundo.com>
13373
13374         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13375         use (not sort-by-date) instead.
13376
13377 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13378
13379         * gnus-delay.el (gnus-delay-group): Don't autoload.
13380         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13381         to be re-loaded when customizing the `gnus-delay' group.
13382
13383 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13384
13385         * message.el: Revert last changes.
13386         (message-insert-citation-line): Use newlines.
13387
13388 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13389
13390         * message.el (message-courtesy-message)
13391         (message-mark-insert-begin, message-mark-insert-end)
13392         (message-elide-ellipsis, message-cancel-message)
13393         (message-add-header, message-change-subject)
13394         (message-cross-post-followup-to-header)
13395         (message-cross-post-insert-note, message-reduce-to-to-cc)
13396         (message-widen-reply, message-delete-not-region)
13397         (message-kill-to-signature, message-insert-signature)
13398         (message-insert-importance-high, message-insert-importance-low)
13399         (message-insert-or-toggle-importance)
13400         (message-insert-disposition-notification-to)
13401         (message-indent-citation, message-yank-original)
13402         (message-cite-original-without-signature, message-cite-original)
13403         (message-insert-citation-line, message-position-on-field)
13404         (message-fix-before-sending, message-send-mail-partially)
13405         (message-send-mail, message-send-mail-with-sendmail)
13406         (message-send-mail-with-qmail, message-send-news)
13407         (message-check-news-header-syntax, message-generate-headers)
13408         (message-insert-courtesy-copy, message-fill-address)
13409         (message-fill-header, message-shorten-references)
13410         (message-setup-1, message-cancel-news)
13411         (message-forward-make-body-plain, message-forward-make-body-mime)
13412         (message-forward-make-body-mml, message-encode-message-body)
13413         (message-forward-make-body-digest-plain)
13414         (message-forward-make-body-digest-mime)
13415         (message-use-alternative-email-as-from): Insert `hard-newline'
13416         instead of ordinary newlines.
13417
13418 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13419
13420         * message.el (message-generate-headers): Downcase the argument
13421         given to message-check-element.
13422
13423 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13424
13425         * nntp.el (nntp-authinfo-rejected): New error condition.
13426         (nntp-wait-for): Use new error condition to signal authentication
13427         error.
13428         (nntp-retrieve-data): Rethrow new error condition to break out of
13429         recursive call to nntp-send-authinfo.
13430
13431 2005-11-08  Romain Francoise  <romain@orebokech.com>
13432
13433         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13434         (gnus-summary-exit-map): Bind to `Z p'.
13435         (gnus-summary-make-menu-bar): Add menu item.
13436
13437 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13438
13439         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13440         (gnus-treat-*): Add `first' in all doc strings.
13441
13442         * gnus-group.el (gnus-group-compact-group): Fix typo.
13443
13444 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * gnus.el (gnus-parameters-case-fold-search): New variable.
13447         (gnus-parameters-get-parameter): Use it.
13448
13449         * gnus-score.el (gnus-home-score-file): Doc fix.
13450
13451 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13452
13453         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13454
13455 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13456
13457         * mm-util.el (mm-special-display-p): New function.
13458
13459         * mml.el (mml-preview): Use it; doc fix.
13460
13461 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13462
13463         * imap.el (imap-open): Handle case where buffer is a buffer object.
13464
13465 2005-10-29  Romain Francoise  <romain@orebokech.com>
13466
13467         * message.el (message-fix-before-sending): Fix comment.
13468
13469 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13470
13471         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13472
13473 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13474
13475         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13476         Used in gnus-score.el.
13477
13478 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13479
13480         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13481
13482 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13483
13484         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13485         whitespace removed in revision 7.8.  Use concatenated string to
13486         protect trailing whitespace.
13487
13488 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13489
13490         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13491         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13492         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13493         Courier IMAP ("some version from 2004").  Mostly based on similar
13494         code in the same function.
13495
13496 2005-10-26  Didier Verna  <didier@xemacs.org>
13497
13498         * gnus-group.el (gnus-group-compact-group): Invalidate original
13499         article buffer.
13500         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13501         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13502         NOV database and in article itself.
13503         Invalidate article backlog.
13504
13505 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13506
13507         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13508
13509 2005-10-26  Simon Josefsson  <jas@extundo.com>
13510
13511         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13512         part of 2004-07-25 change.
13513
13514 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13515
13516         * message.el (message-display-completion-list): New function.
13517         (message-expand-group): Use it; make sure the Completions buffer
13518         is modifiable.
13519 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13520
13521         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13522         user-mail-name is an empty string.
13523
13524 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13525
13526         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13527         depending on gnus-score-decay-constant.
13528
13529         * encrypt.el (encrypt-insert-file-contents)
13530         (encrypt-write-file-contents): Don't use `gnus-message'.
13531
13532         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13533         arguments.
13534         (mm-uu-type-alist): Add message-marks and insert-marks.
13535         Pass arguments to mm-uu-verbatim-marks-extract.
13536         (mm-uu-hide-markers): New variable.
13537         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13538
13539         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13540         (gnus-convert-image-to-face-command): Use "convert" by default to
13541         allow other input image formats.
13542         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13543         accordingly.
13544
13545 2005-10-23  Simon Josefsson  <jas@extundo.com>
13546
13547         * imap.el (imap-gssapi-program): Align command line parameters
13548         with latest GNU SASL.
13549         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13550
13551 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13552
13553         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13554         HTML.
13555         (nnslashdot-request-article): Ditto.
13556
13557         * lpath.el (featurep): Add nobreak-char-display.
13558
13559 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13560
13561         * mail-source.el (mail-source-fetch-pop): Require pop3.
13562         (mail-source-check-pop): Ditto.
13563
13564 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13565
13566         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13567         errors.
13568
13569 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13570
13571         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13572         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13573
13574         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13575
13576         * mm-bodies.el (mm-decode-string):
13577         Call `mm-charset-to-coding-system' with allow-override argument.
13578
13579 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13580
13581         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13582         (rfc2047-charset-to-coding-system): New function.
13583         (rfc2047-decode-encoded-words): New function.
13584         (rfc2047-decode-region): Use them.
13585         (rfc2047-decode-cte): Remove.
13586         (rfc2047-parse-and-decode): Remove.
13587         (rfc2047-decode): Remove.
13588
13589 2005-10-15  Kenichi Handa  <handa@m17n.org>
13590
13591         * rfc2047.el (rfc2047-decode-cte): New function.
13592         (rfc2047-decode-region): Change the way to decode successive
13593         encoded-words: decode B- or Q-encoding in each encoded-word,
13594         concatenate them, and decode it as charset.
13595
13596 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13597
13598         * lpath.el: Fbind codepage-setup for XEmacs.
13599
13600 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13601
13602         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13603         widget-move-and-invoke.
13604         (gnus-custom-mode): Use gnus-custom-map.
13605
13606 2005-10-15  Bill Wohler  <wohler@newt.com>
13607
13608         * message.el (message-tool-bar-map): Rename image file from
13609         mail_send to mail/send.
13610
13611 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13612
13613         * message.el (message-expand-group): Pass the common
13614         prefix substring of completion to `display-completion-list'.
13615
13616 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13617
13618         * mml-sec.el (mml-secure-method): New internal variable.
13619         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13620         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13621         New functions using mml-secure-method.
13622
13623         * mml.el (mml-mode-map): Add key bindings for those functions.
13624         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13625         Harder <harder@myrealbox.com>.
13626         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13627         Goto end of message if point is the headers of the message.
13628
13629         * message.el (message-in-body-p): New function.
13630
13631         * assistant.el: Autoload gnus-util and netrc.
13632
13633         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13634         Use `mm-charset-override-alist' only when decoding.
13635
13636         * mm-bodies.el (mm-decode-body):
13637         Call `mm-charset-to-coding-system' with allow-override argument.
13638
13639         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13640         `filename' from Content-Disposition if Content-Type doesn't
13641         provide `name'.
13642         (gnus-mime-view-part-as-type): Set default instead of
13643         initial-input.
13644
13645 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13646
13647         * format-spec.el (format-spec): Propagate text properties of % spec.
13648
13649 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13650
13651         * gnus-art.el (gnus-treat-predicate): Add `first'.
13652
13653 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13654
13655         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13656         (mm-charset-override-alist): New variable.
13657         (mm-charset-to-coding-system): Use it.
13658         (mm-codepage-setup): New helper function.
13659         (mm-charset-eval-alist): New variable.
13660         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13661         Warn about unknown charsets.
13662
13663         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13664
13665 2005-10-04  David Hansen  <david.hansen@gmx.net>
13666
13667         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13668         (nnrss-check-group): Ditto.
13669
13670 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13671
13672         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13673         Rename x-gnus-verbatim to x-verbatim.
13674         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13675
13676         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13677         x-verbatim.
13678
13679         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13680
13681         * gnus-util.el (gnus-remove-duplicates): Remove.
13682
13683         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13684         instead of gnus-remove-duplicates.
13685
13686         * message.el (message-remove-duplicates): Remove.
13687         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13688         message-remove-duplicates.
13689
13690         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13691         available, else use implementation from `delete-dups'.
13692
13693         * message.el (message-insert-expires): New function.
13694         (message-mode-map): Add key binding.
13695         (message-mode-field-menu): Add menu entry.
13696         (message-mode): Document it.
13697         (message-make-expires-date): Use `message-make-date'.
13698
13699 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13700
13701         * message.el (message-make-expires-date): New function.
13702
13703 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13704
13705         * Makefile.in (list-installed-shadows): New entry.
13706         (install): Use it.
13707         (remove-installed-shadows): New entry.
13708
13709         * dgnushack.el (dgnushack-default-load-path): New variable.
13710         (dgnushack-find-lisp-shadows): New function.
13711         (dgnushack-remove-lisp-shadows): New function.
13712
13713 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13714
13715         * Makefile.in (install-el-elc): New entry.
13716         (install): Use it so that .el files are necessarily installed.
13717
13718 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13719
13720         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13721
13722 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13723
13724         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13725         function rather than the diff-mode.el package.
13726         (mm-display-external): Use with-current-buffer.
13727         (mm-viewer-completion-map, mm-viewer-completion-map):
13728         Move initialization inside declaration.
13729
13730 2005-09-29  Simon Josefsson  <jas@extundo.com>
13731
13732         * spam.el: Load hashcash when compiling, to avoid warnings.
13733         Don't autoload mail-check-payment.
13734         (spam-check-hashcash): Define unconditionally, since hashcash.el
13735         is part of Gnus now.  Ignore errors from payment checking.
13736
13737 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13738
13739         * message.el (message-bold-region, message-unbold-region):
13740         Rename from `bold-region' and `unbold-region'.
13741
13742         * message.el: Remove useless autoloads.
13743
13744 2005-09-28  Simon Josefsson  <jas@extundo.com>
13745
13746         * message.el (message-use-idna): Default to t.
13747         (message-use-idna): Test whether encoding works too.  Doc fix.
13748
13749 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13750
13751         * nntp.el (nntp-warn-about-losing-connection): Remove.
13752
13753 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13754
13755         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13756         customizable.  Change default value.
13757         (mm-uu-diff-groups-regexp): Change default value.
13758         (mm-uu-type-alist): Add doc string.
13759         (mm-uu-configure): Add doc string.  Make it interactive.
13760         (mm-uu-tex-groups-regexp): New variable.
13761         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13762         (mm-uu-type-alist): Add LaTeX documents.
13763         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13764         of "text/verbatim".
13765         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13766
13767         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13768         instead of "text/verbatim".
13769
13770         * message.el (message-mark-inserted-region)
13771         (message-mark-insert-file): Use slrn style marks when called with
13772         prefix argument.
13773
13774 2005-09-27  Simon Josefsson  <jas@extundo.com>
13775
13776         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13777
13778 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13779
13780         * message.el (message-remove-duplicates): New function.
13781         Implementation borrowed from `gnus-remove-duplicates'.
13782         (message-idna-to-ascii-rhs): Also encode idna addresses in
13783         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13784         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13785         only ask about the same idna domain once per header and also tell
13786         in what header to replace the idna domain.
13787
13788         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13789         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13790         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13791         a header is decoded and not just the last one.
13792
13793 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13794
13795         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13796         has been decoded.
13797
13798         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13799         (mm-insert-part): Don't modify text if it has been decoded.
13800
13801         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13802         decoded.
13803
13804         * mm-view.el (mm-inline-text): Don't strip text props unless
13805         decoding enriched or richtext parts.
13806
13807 2005-09-25  Romain Francoise  <romain@orebokech.com>
13808
13809         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13810         * gnus-start.el (gnus-subscribe-interactively):
13811         * gnus-uu.el (gnus-uu-grab-articles):
13812         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13813         space.
13814
13815 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13816
13817         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13818         * mm-view.el (mm-view-pkcs7-decrypt):
13819         * gnus-sum.el (gnus-summary-limit-to-extra)
13820         (gnus-summary-respool-article, gnus-read-move-group-name):
13821         * gnus-score.el (gnus-summary-increase-score):
13822         * gnus-util.el (gnus-completing-read-with-default):
13823         * gnus-art.el (gnus-read-save-file-name)
13824         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13825         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13826         * message.el (message-check-news-header-syntax):
13827         Follow convention for reading with the minibuffer.
13828
13829 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13830
13831         * spam-report.el (spam-report-url-ping-plain):
13832         Use gnus-extended-version as User-Agent.
13833
13834         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13835         default value is nil.
13836
13837         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13838         (mm-uu-verbatim-marks-extract): New function.
13839         (mm-uu-extract): New face.
13840         (mm-uu-copy-to-buffer): Use it.
13841
13842         * spam-report.el (spam-report-gmane-ham): Rename from
13843         `spam-report-gmane-unspam'.
13844         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13845         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13846
13847         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13848         Autoload.
13849         (spam-report-gmane-unregister-routine):
13850         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13851
13852 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13853
13854         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13855         (spam-report-gmane-unregister-routine): Add support for gmane
13856         unregistration.
13857
13858         * spam-report.el (spam-report-gmane-unspam)
13859         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13860         (spam-report-gmane): Change to take a single article and do unspam
13861         registration.
13862
13863 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13864
13865         * mm-url.el (mm-url-decode-entities): Fix regexp.
13866
13867 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13868
13869         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13870         default to nil, to be able to use Gnus at all.  If the default
13871         switches to something else, then the function should be fixed not
13872         be exceedingly slow.
13873
13874 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13875
13876         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13877         fail hard.
13878
13879         * spam-report.el: Add better Keywords line.
13880
13881         * spam.el: Add Maintainer and better Keywords line.
13882
13883 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13884
13885         * gnus-art.el (gnus-article-replace-part)
13886         (gnus-mime-replace-part): New functions.
13887         (gnus-mime-action-alist, gnus-mime-button-commands)
13888         (gnus-mime-save-part-and-strip): Add file argument.
13889         (gnus-article-part-wrapper): Add interactive argument.
13890
13891         * gnus-sum.el (gnus-summary-mime-map):
13892         Add `gnus-article-replace-part'.
13893
13894 2005-09-19  Didier Verna  <didier@xemacs.org>
13895
13896         The nnml compaction feature:
13897         * nnml.el (nnml-request-compact-group): New function.
13898         * nnml.el (nnml-request-compact): New function.
13899         * gnus-int.el (gnus-request-compact-group): New function.
13900         * gnus-int.el (gnus-request-compact): New function.
13901         * gnus-group.el (gnus-group-compact-group): New function.
13902         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13903         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13904         * gnus-srvr.el (gnus-server-compact-server): New function.
13905         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13906         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13907
13908 2005-09-18  Deepak Goel  <deego@gnufans.org>
13909
13910         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13911         format spec.
13912
13913 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13916
13917 2005-09-15  Romain Francoise  <romain@orebokech.com>
13918
13919         * message.el (message-fill-paragraph): Clarify docstring.
13920
13921 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13922
13923         * gnus-art.el (gnus-mime-display-part): Protect against broken
13924         MIME messages.
13925
13926 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13929         before parsing header.
13930
13931 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13932
13933         * html2text.el (html2text-replace-list): Add new entities.
13934
13935 2005-09-11  Romain Francoise  <romain@orebokech.com>
13936
13937         * message.el (message-alternative-emails): Improve docstring.
13938         (message-setup-1): Call `message-use-alternative-email-as-from'
13939         after `message-setup-hook' to give it precedence over posting
13940         styles, etc.
13941         (message-use-alternative-email-as-from): Add docstring.
13942         Remove the original From header if present.
13943
13944         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13945         (nnml-save-mail): Use it.
13946
13947         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13948         articles.  Add new argument `silent'.
13949         (gnus-uu-mark-all): Report the total number of marked articles.
13950
13951 2005-09-10  Romain Francoise  <romain@orebokech.com>
13952
13953         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13954         (gnus-uu-mark-series): Likewise.
13955
13956 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13957
13958         * spam-report.el (spam-report-gmane): Fix generation of spam
13959         report URL.
13960
13961 2005-09-10  Simon Josefsson  <jas@extundo.com>
13962
13963         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13964         t, based on discussion on the ding list with Robert Epprecht
13965         <epprecht@solnet.ch>.
13966
13967 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13968
13969         * spam-report.el (spam-report-gmane): Make it work without
13970         X-Report-Spam header.  Gmane now only provides Archived-At.
13971         This is only used if `spam-report-gmane-use-article-number' is nil.
13972         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13973
13974         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13975         make `gnus-summary-sort-by-recipient' work with threading.
13976
13977         * nnweb.el (nnweb-google-wash-article): Print a message if article
13978         is not available.
13979
13980 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13981
13982         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13983         change.  Decode text/* parts content before displaying.
13984
13985 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13986
13987         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13988
13989 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13990
13991         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13992
13993         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13994         url-package-name, url-package-version,
13995         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13996         w3m-display-inline-images, and w3m-minor-mode-map.
13997
13998 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13999
14000         * message.el (message-tab-body-function): Fix mismatched custom type.
14001
14002         * gnus.el (gnus-group-change-level-function): Ditto.
14003
14004         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14005
14006         * gnus-art.el (gnus-signature-limit)
14007         (gnus-article-mime-part-function): Ditto.
14008
14009 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14010
14011         * mml.el (mml-mode): Silence the byte compiler.
14012
14013         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14014         using `(sit-for 0)' before moving the point to the specified part;
14015         skip unbuttonized parts.
14016         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14017         return to the summary window if gnus-auto-select-part is non-nil.
14018
14019 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14020
14021         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14022         New variables.
14023         (mml-dnd-attach-file, mml-mode): Use them.
14024
14025         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14026         Make fetching article by MID work again for Google Groups.
14027         Add FIXME concerning gnus-group-make-web-group.
14028
14029         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14030         Don't depend on Gnus by using mail-extract-address-components if
14031         gnus-extract-address-components is not bound.
14032
14033 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14034
14035         * gnus-art.el (gnus-mime-display-security): Don't display the
14036         signature, but only the signed part.
14037
14038 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14039
14040         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14041
14042         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14043         list, not listp.
14044
14045 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14046
14047         * mm-encode.el (mm-encode-content-transfer-encoding):
14048         Likewise when encoding.
14049
14050         * mm-bodies.el (mm-decode-content-transfer-encoding):
14051         De-canonicalize CRLF for all text content types, not just
14052         text/plain.
14053
14054 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14055
14056         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14057         valid article; point arrow and cursor at the MIME button.
14058
14059 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14060
14061         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14062         Suggested by Dan Christensen <jdc@uwo.ca>.
14063
14064         * mm-decode.el (mm-save-part): Enable change of prompt.
14065
14066 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14067
14068         * gnus-msg.el (gnus-inews-add-send-actions):
14069         Make `message-post-method' lambda parameter ARG `&optional'.
14070
14071 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14072
14073         * gnus-sum.el (gnus-summary-mime-map):
14074         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14075         gnus-article-jump-to-part.
14076
14077         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14078         (gnus-article-edit-part): Use it.
14079         (gnus-article-part-wrapper): Add no-handle argument.
14080         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14081         New functions.
14082
14083 2005-08-29  Romain Francoise  <romain@orebokech.com>
14084
14085         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14086         docstring.
14087         (gnus-face-from-file): Likewise.
14088
14089 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14090
14091         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14092         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14093         non-nil.
14094         (gnus-auto-select-part): New variable.
14095         (gnus-article-jump-to-part): New function.
14096         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14097         (gnus-mime-delete-part): Allow selecting specified part after
14098         deleting or stripping parts.
14099         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14100         part if argument is bogus.
14101
14102 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14103
14104         * gnus-art.el (w3m-minor-mode-map):
14105         * gnus-spec.el (gnus-newsrc-file-version):
14106         * gnus-util.el (nnmail-active-file-coding-system)
14107         (gnus-original-article-buffer, gnus-user-agent):
14108         * gnus.el (gnus-ham-process-destinations)
14109         (gnus-parameter-ham-marks-alist)
14110         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14111         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14112         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14113         * mm-decode.el (gnus-current-window-configuration):
14114         * mm-extern.el (gnus-article-mime-handles):
14115         * mm-url.el (url-current-object, url-package-name)
14116         (url-package-version):
14117         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14118         (smime-keys, w3m-cid-retrieve-function-alist)
14119         (w3m-current-buffer, w3m-display-inline-images)
14120         (w3m-minor-mode-map):
14121         * mml-smime.el (gnus-extract-address-components):
14122         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14123         (gnus-newsrc-hashtb, message-default-charset)
14124         (message-deletable-headers, message-options)
14125         (message-posting-charset, message-required-mail-headers)
14126         (message-required-news-headers):
14127         * mml1991.el (mc-pgp-always-sign):
14128         * mml2015.el (mc-pgp-always-sign):
14129         * nnheader.el (nnmail-extra-headers):
14130         * rfc1843.el (gnus-decode-encoded-word-function)
14131         (gnus-decode-header-function, gnus-newsgroup-name):
14132         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14133
14134 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14135
14136         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14137         the end of the date treatments.
14138
14139 2005-08-15  Simon Josefsson  <jas@extundo.com>
14140
14141         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14142         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14143         Capello and Romain Francoise.
14144         (pgg-fetch-key-function): Remove, not used?
14145         (pgg-insert-url-with-w3): Require url, to get
14146         url-insert-file-contents regardless of where it is defined.
14147
14148 2005-08-13  Romain Francoise  <romain@orebokech.com>
14149
14150         * message.el (message-cite-original-1): New function.
14151         (message-cite-original): Use it.
14152         (message-cite-original-without-signature): Ditto.
14153
14154 2005-08-08  Romain Francoise  <romain@orebokech.com>
14155
14156         * message.el (message-yank-empty-prefix): New variable.
14157         (message-indent-citation): Use it.
14158         (message-cite-original-without-signature): Respect X-No-Archive.
14159
14160 2005-08-08  Simon Josefsson  <jas@extundo.com>
14161
14162         * pgg.el: Autoload url-insert-file-contents instead of loading
14163         w3/url.
14164         (pgg-insert-url-with-w3): Don't load url here.
14165
14166 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14167
14168         * message.el (message-kill-to-signature): Don't insert newline at
14169         bol.
14170         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14171
14172 2005-08-06  Romain Francoise  <romain@orebokech.com>
14173
14174         * message.el (message-user-fqdn): Fix typo in docstring.
14175
14176 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14177
14178         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14179
14180         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14181
14182 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14183
14184         * mm-bodies.el (mm-encode-body): Use coding system rather than
14185         charset to encode text.
14186
14187         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14188         number of charsets if utf-8 is available (XEmacs).
14189
14190 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14191
14192         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14193         taken from `gnus-button-mid-or-mail-regexp'.
14194         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14195         (gnus-button-alist): Improve regexp for domain part of the MIDs
14196         for news:localpart@domain buttons.
14197         (gnus-button-ctan-directory-regexp): Update.
14198
14199 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14200
14201         * sieve-manage.el (sieve-manage-interactive-login):
14202         Use make-local-variable rather than make-variable-buffer-local.
14203         (sieve-manage-open): Ditto.
14204         (sieve-manage-authenticate): Ditto.
14205
14206         * mml.el (mml-generate-mime-1): Make the content type default to
14207         text/plain if the filename is not specified.
14208
14209 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14210
14211         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14212         instead of insert-buffer.
14213
14214         * message.el (message-yank-original): Ditto; set the mark at the
14215         end of the yanked message.
14216
14217 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14218
14219         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14220         lines to scroll rather than to stop it.
14221
14222         * mml.el (mml-generate-default-type): Add doc string.
14223         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14224         default to application/octet-stream when determining the content
14225         type if it is not specified for the part or the mml contents; add
14226         a comment about mml-generate-default-type.
14227
14228 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14229
14230         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14231         make it default to application/octet-stream when determining the
14232         content type if it is not specified for the external contents.
14233
14234 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14237         segmented parameter but also other parameters might be there.
14238
14239 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14240
14241         * mm-decode.el (mm-display-external): Delete temp file, directory
14242         and buffer immediately if the external process is exited.
14243
14244 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14245
14246         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14247         fewer lines than that of scroll-margin.
14248         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14249
14250 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14251
14252         * gnus-art.el (gnus-article-next-page): Revert.
14253         (gnus-article-beginning-of-window): New macro.
14254         (gnus-article-next-page-1): Use it.
14255         (gnus-article-prev-page): Ditto.
14256         (gnus-article-edit-part): Use insert-buffer-substring instead of
14257         insert-buffer.
14258         (gnus-article-edit-exit): Ditto.
14259
14260         * gnus-util.el (gnus-beginning-of-window): Remove.
14261         (gnus-end-of-window): Remove.
14262
14263         * lpath.el: Don't bind header-line-format and scroll-margin.
14264
14265 2005-07-25  Simon Josefsson  <jas@extundo.com>
14266
14267         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14268         to have the url package without w3.  Reported by Daiki Ueno
14269         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14270
14271 2005-07-20  Didier Verna  <didier@xemacs.org>
14272
14273         * gnus-diary.el: Remove the description comment (nndiary is now
14274         properly documented in the Gnus manual).
14275         Fix the spelling of "Back End".
14276         * nndiary.el: Ditto.
14277         Fix the copyright notice.
14278
14279 2005-07-18  Romain Francoise  <romain@orebokech.com>
14280
14281         * gnus-sum.el (gnus-summary-to-prefix)
14282         (gnus-summary-newsgroup-prefix): New variables.
14283         (gnus-summary-from-or-to-or-newsgroups): Use them.
14284
14285 2005-07-17  Romain Francoise  <romain@orebokech.com>
14286
14287         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14288         space as it's generally not especially interesting to the user.
14289
14290 2005-07-16  Romain Francoise  <romain@orebokech.com>
14291
14292         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14293         nil to avoid prompting and file modification if one of the
14294         messages at the top of the nnfolder file contains a copyright
14295         notice.
14296         Update copyright notice.
14297
14298         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14299         instead of `current-time-string' as the latter creates a time
14300         string that is not RFC 2822 compliant (it lacks the zone).
14301         Update copyright notice.
14302
14303 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14304
14305         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14306         for text/rtf.  Display default in prompt.  Pass default for M-n.
14307
14308         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14309
14310 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14311
14312         * gnus-msg.el (gnus-button-mailto):
14313         Remove save-selected-window-window hackery because it relies on
14314         save-selected-window internals.
14315
14316 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14319         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14320         (gnus-article-prev-page): Ditto.
14321
14322         * gnus-util.el (gnus-beginning-of-window): New function.
14323         (gnus-end-of-window): New function.
14324
14325         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14326
14327 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14328
14329         * gnus-score.el (gnus-score-edit-all-score):
14330         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14331         gnus-message.
14332
14333 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14334
14335         * gnus-msg.el (gnus-button-mailto):
14336         Remove save-selected-window-window hackery because it relies on
14337         save-selected-window internals.
14338
14339 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14340
14341         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14342         add-minor-mode.
14343         (gnus-binary-mode): Ditto.
14344
14345         * gnus-topic.el (gnus-topic-mode): Ditto.
14346
14347 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14348
14349         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14350         (gnus-article-prev-page): Take scroll-margin into consideration.
14351
14352 2005-07-04  Lute Kamstra  <lute@gnu.org>
14353
14354         Update FSF's address in GPL notices.
14355
14356 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14357
14358         * gnus.el (gnus-exit):
14359         * gnus-group.el (gnus-group-icons):
14360         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14361
14362         * gnus-nocem.el (gnus-nocem):
14363         * message.el (message-various, message-buffers, message-sending)
14364         (message-interface, message-forwarding, message-insertion)
14365         (message-headers, message-news, message-mail):
14366         * pgg-gpg.el (pgg-gpg):
14367         * pgg-parse.el (pgg-parse):
14368         * pgg-pgp.el (pgg-pgp):
14369         * pgg-pgp5.el (pgg-pgp5):
14370         * pop3.el (pop3): Finish `defgroup' description with period.
14371
14372 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * gnus-art.el (article-display-face): Improve the efficiency.
14375         (article-display-x-face): Ditto; remove grey x-face stuff.
14376
14377 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * gnus-art.el (article-display-face): Correct the position in
14380         which Faces are inserted.
14381
14382 2005-06-29  Didier Verna  <didier@xemacs.org>
14383
14384         * gnus-art.el (article-display-face): Display faces in correct
14385         order.
14386
14387 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14388
14389         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14390         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14391         (gnus-nocem-check-article): Fetch the Type header.
14392         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14393         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14394         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14395         make sure gnus-nocem-hashtb is initialized.
14396         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14397         (gnus-nocem-unwanted-article-p): Ditto.
14398
14399         * pgg.el (pgg-verify): Return the verification result.
14400
14401 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14402
14403         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14404         is ascii.
14405
14406 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14407
14408         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14409         `show-nonbreak-escape'.
14410
14411 2005-06-23  Lute Kamstra  <lute@gnu.org>
14412
14413         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14414
14415         * dig.el (dig-mode):
14416         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14417
14418 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14419
14420         * nnimap.el (nnimap-split-download-body): Fix spellings.
14421
14422 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14423
14424         * gnus-art.el (gnus-article-encrypt-body):
14425         * gnus-cus.el (gnus-score-customize):
14426         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14427         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14428
14429 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14430
14431         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14432         header by looking for magic "MII" at the beginnig.
14433
14434 2005-06-16  Miles Bader  <miles@gnu.org>
14435
14436         * gnus-xmas.el (gnus-xmas-group-startup-message):
14437         Use renamed gnus-splash face.
14438
14439         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14440         (assistant-field-face): New backward-compatibility alias for renamed
14441         face.
14442         (assistant-render-text): Use renamed assistant-field face.
14443
14444         * spam.el (spam): Remove "-face" suffix from face name.
14445         (spam-face): New backward-compatibility alias for renamed face.
14446         (spam-face, spam-initialize): Use renamed spam face.
14447
14448         * message.el (message-header-to, message-header-cc)
14449         (message-header-subject, message-header-newsgroups)
14450         (message-header-other, message-header-name)
14451         (message-header-xheader, message-separator, message-cited-text)
14452         (message-mml): Remove "-face" suffix from face names.
14453         (message-header-to-face, message-header-cc-face)
14454         (message-header-subject-face, message-header-newsgroups-face)
14455         (message-header-other-face, message-header-name-face)
14456         (message-header-xheader-face, message-separator-face)
14457         (message-cited-text-face, message-mml-face):
14458         New backward-compatibility aliases for renamed faces.
14459         (message-font-lock-keywords): Use renamed message faces.
14460
14461         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14462         (sieve-test-commands, sieve-tagged-arguments):
14463         Remove "-face" suffix from face names.
14464         (sieve-control-commands-face, sieve-action-commands-face)
14465         (sieve-test-commands-face, sieve-tagged-arguments-face):
14466         New backward-compatibility aliases for renamed faces.
14467         (sieve-control-commands-face, sieve-action-commands-face)
14468         (sieve-test-commands-face, sieve-tagged-arguments-face):
14469         Use renamed sieve faces.
14470
14471         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14472         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14473         (gnus-group-news-3-empty, gnus-group-news-4)
14474         (gnus-group-news-4-empty, gnus-group-news-5)
14475         (gnus-group-news-5-empty, gnus-group-news-6)
14476         (gnus-group-news-6-empty, gnus-group-news-low)
14477         (gnus-group-news-low-empty, gnus-group-mail-1)
14478         (gnus-group-mail-1-empty, gnus-group-mail-2)
14479         (gnus-group-mail-2-empty, gnus-group-mail-3)
14480         (gnus-group-mail-3-empty, gnus-group-mail-low)
14481         (gnus-group-mail-low-empty, gnus-summary-selected)
14482         (gnus-summary-cancelled, gnus-summary-high-ticked)
14483         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14484         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14485         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14486         (gnus-summary-low-undownloaded)
14487         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14488         (gnus-summary-low-unread, gnus-summary-normal-unread)
14489         (gnus-summary-high-read, gnus-summary-low-read)
14490         (gnus-summary-normal-read, gnus-splash):
14491         Remove "-face" suffix from face names.
14492         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14493         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14494         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14495         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14496         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14497         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14498         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14499         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14500         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14501         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14502         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14503         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14504         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14505         (gnus-summary-normal-ticked-face)
14506         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14507         (gnus-summary-normal-ancient-face)
14508         (gnus-summary-high-undownloaded-face)
14509         (gnus-summary-low-undownloaded-face)
14510         (gnus-summary-normal-undownloaded-face)
14511         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14512         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14513         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14514         (gnus-splash-face):
14515         New backward-compatibility aliases for renamed faces.
14516         (gnus-group-startup-message): Use renamed gnus faces.
14517
14518         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14519         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14520         (gnus-server-agent): Remove "-face" suffix from face names.
14521         (gnus-server-agent-face, gnus-server-opened-face)
14522         (gnus-server-closed-face, gnus-server-denied-face)
14523         (gnus-server-offline-face):
14524         New backward-compatibility aliases for renamed faces.
14525         (gnus-server-agent-face, gnus-server-opened-face)
14526         (gnus-server-closed-face, gnus-server-denied-face)
14527         (gnus-server-offline-face): Use renamed gnus faces.
14528
14529         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14530         Remove "-face" suffix from face names.
14531         (gnus-picon-xbm-face, gnus-picon-face):
14532         New backward-compatibility aliases for renamed faces.
14533
14534         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14535         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14536         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14537         (gnus-cite-11): Remove "-face" suffix from face names.
14538         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14539         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14540         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14541         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14542         New backward-compatibility aliases for renamed faces.
14543         (gnus-cite-attribution-face, gnus-cite-face-list)
14544         (gnus-article-boring-faces): Use renamed gnus faces.
14545
14546         * gnus-art.el (gnus-signature, gnus-header-from)
14547         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14548         (gnus-header-content): Remove "-face" suffix from face names.
14549         (gnus-signature-face, gnus-header-from-face)
14550         (gnus-header-subject-face, gnus-header-newsgroups-face)
14551         (gnus-header-name-face, gnus-header-content-face):
14552         New backward-compatibility aliases for renamed faces.
14553         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14554
14555         * gnus-sum.el (gnus-summary-selected-face)
14556         (gnus-summary-highlight): Use renamed gnus faces.
14557         * gnus-group.el (gnus-group-highlight): Likewise.
14558
14559 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14560
14561         * gnus-sieve.el (gnus-sieve-article-add-rule):
14562         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14563         * spam-stat.el (spam-stat-buffer-change-to-spam)
14564         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14565
14566         * message.el (message-is-yours-p):
14567         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14568
14569 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14570
14571         * mm-view.el (mm-inline-text): Withdraw the last change.
14572
14573 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14574
14575         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14576         executing enriched-decode.
14577
14578 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14579
14580         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14581         charset of tar files.
14582
14583 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14584
14585         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14586
14587 2005-06-04  Lute Kamstra  <lute@gnu.org>
14588
14589         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14590         information is never recorded.
14591
14592 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14593
14594         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14595
14596 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14597
14598         * pop3.el (pop3-apop): Run md5 in the binary mode.
14599
14600         * starttls.el (starttls-set-process-query-on-exit-flag):
14601         Use eval-and-compile.
14602
14603 2005-05-31  Simon Josefsson  <jas@extundo.com>
14604
14605         * smime.el (smime-replace-in-string): Define.
14606         (smime-cert-by-ldap-1): Use it.
14607
14608 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14609
14610         * gnus-art.el (article-display-x-face): Replace
14611         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14612
14613         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14614         set-process-query-on-exit-flag or process-kill-without-query.
14615
14616         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14617         loop instead of replace-regexp.
14618
14619         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14620         instead of process-kill-without-query if it is available.
14621
14622         * lpath.el: Fbind ldap-search-entries.
14623
14624         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14625         instead of find-file-hooks if it is available.
14626
14627         * mml1991.el: Bind pgg-default-user-id when compiling.
14628
14629         * mml2015.el: Bind pgg-default-user-id when compiling.
14630
14631         * nndraft.el (nndraft-request-associate-buffer):
14632         Use write-contents-functions instead of write-contents-hooks if it is
14633         available.
14634
14635         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14636         instead of find-file-hooks if it is available.
14637
14638         * nntp.el (nntp-open-connection): Replace
14639         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14640         (nntp-open-ssl-stream): Ditto.
14641         (nntp-open-tls-stream): Ditto.
14642
14643         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14644         set-process-query-on-exit-flag or process-kill-without-query.
14645         (starttls-open-stream-gnutls): Use it instead of
14646         process-kill-without-query.
14647         (starttls-open-stream): Ditto.
14648
14649 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14650
14651         * smime.el (smime-cert-by-ldap-1): Don't use
14652         replace-regexp-in-string.
14653
14654 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14655
14656         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14657
14658         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14659         in PEM format.  Adjust to the XEmacs compability.
14660
14661 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14662
14663         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14664         by `string-to-number'.
14665         * gnus-agent.el (gnus-agent-regenerate-group)
14666         (gnus-agent-fetch-articles): Ditto.
14667         * gnus-art.el (gnus-button-fetch-group): Ditto.
14668         * gnus-cache.el (gnus-cache-generate-active)
14669         (gnus-cache-articles-in-group): Ditto.
14670         * gnus-group.el (gnus-group-set-current-level)
14671         (gnus-group-insert-group-line): Ditto.
14672         * gnus-score.el (gnus-score-set-expunge-below)
14673         (gnus-score-set-mark-below, gnus-summary-score-effect)
14674         (gnus-summary-score-entry): Ditto.
14675         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14676         (gnus-soup-pack): Ditto.
14677         * gnus-spec.el (gnus-xmas-format): Ditto.
14678         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14679         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14680         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14681         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14682         * nndb.el (nndb-get-remote-expire-response): Ditto.
14683         * nndiary.el (nndiary-parse-schedule-value)
14684         (nndiary-string-to-number, nndiary-request-replace-article)
14685         (nndiary-request-article): Ditto.
14686         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14687         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14688         * nneething.el (nneething-make-head): Ditto.
14689         * nnfolder.el (nnfolder-request-article)
14690         (nnfolder-retrieve-headers): Ditto.
14691         * nnheader.el (nnheader-file-to-number): Ditto.
14692         * nnkiboze.el (nnkiboze-request-article): Ditto.
14693         * nnmail.el (nnmail-process-unix-mail-format)
14694         (nnmail-process-babyl-mail-format): Ditto.
14695         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14696         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14697         (nnmh-request-create-group, nnmh-request-list-1)
14698         (nnmh-request-group, nnmh-request-article): Ditto.
14699         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14700         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14701         * nnsoup.el (nnsoup-make-active): Ditto.
14702         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14703         * nntp.el (nntp-find-group-and-number)
14704         (nntp-retrieve-headers-with-xover): Ditto.
14705         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14706         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14707         (pgg-format-key-identifier): Ditto.
14708         * pop3.el (pop3-last, pop3-stat): Ditto.
14709         * qp.el (quoted-printable-decode-region): Ditto.
14710
14711         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14712         of concat.
14713
14714 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14715
14716         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14717
14718         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14719
14720         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14721
14722         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14723
14724         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14725
14726         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14727
14728         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14729         (gnus-carpal-mode): Ditto.
14730
14731         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14732         (gnus-browse-mode): Ditto.
14733
14734         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14735
14736         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14737
14738 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14739
14740         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14741
14742 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14743
14744         * gnus-util.el (gnus-run-mode-hooks): New function.
14745
14746         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14747
14748         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14749         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14750
14751 2005-05-27  Lute Kamstra  <lute@gnu.org>
14752
14753         * dns-mode.el (dns-mode): Specify customization group.
14754
14755 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14756
14757         * gnus-agent.el (gnus-agent-make-mode-line-string):
14758         Use mode-line-highlight as mouse-face.
14759
14760 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14761
14762         * canlock.el (canlock): Change the parent group to news.
14763
14764         * deuglify.el (gnus-outlook-deuglify): Add :group.
14765
14766         * dig.el (dig): Add :group.
14767
14768         * dns-mode.el (dns-mode): Add :group.
14769
14770         * encrypt.el (encrypt): Add :group.
14771
14772         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14773         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14774         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14775         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14776         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14777
14778         * gnus-diary.el (gnus-diary): Add :group.
14779
14780         * gnus.el (gnus-group-news-1-face): Add :group.
14781         (gnus-group-news-1-empty-face): Ditto.
14782         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14783         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14784         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14785         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14786         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14787         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14788         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14789         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14790         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14791         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14792         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14793         (gnus-summary-high-ticked-face): Ditto.
14794         (gnus-summary-low-ticked-face): Ditto.
14795         (gnus-summary-normal-ticked-face): Ditto.
14796         (gnus-summary-high-ancient-face): Ditto.
14797         (gnus-summary-low-ancient-face): Ditto.
14798         (gnus-summary-normal-ancient-face): Ditto.
14799         (gnus-summary-high-undownloaded-face): Ditto.
14800         (gnus-summary-low-undownloaded-face): Ditto.
14801         (gnus-summary-normal-undownloaded-face): Ditto.
14802         (gnus-summary-high-unread-face): Ditto.
14803         (gnus-summary-low-unread-face): Ditto.
14804         (gnus-summary-normal-unread-face): Ditto.
14805         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14806         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14807
14808         * hashcash.el (hashcash): New custom group.
14809         (hashcash-default-payment): Add :group.
14810         (hashcash-payment-alist): Ditto.
14811         (hashcash-default-accept-payment): Ditto.
14812         (hashcash-accept-resources): Ditto.
14813         (hashcash-path): Ditto.
14814         (hashcash-extra-generate-parameters): Ditto.
14815         (hashcash-double-spend-database): Ditto.
14816         (hashcash-in-news): Ditto.
14817
14818         * message.el (message-minibuffer-local-map): Add :group.
14819
14820         * netrc.el (netrc): Add :group.
14821
14822         * sieve-manage.el (sieve-manage-log): Add :group.
14823         (sieve-manage-default-user): Diito.
14824         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14825         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14826         (sieve-manage-authenticators): Ditto.
14827         (sieve-manage-authenticator-alist): Ditto.
14828         (sieve-manage-default-port): Ditto.
14829
14830         * sieve-mode.el (sieve-control-commands-face): Add :group.
14831         (sieve-action-commands-face): Ditto.
14832         (sieve-test-commands-face): Ditto.
14833         (sieve-tagged-arguments-face): Ditto.
14834
14835         * smime.el (smime): Add :group.
14836
14837         * spam-report.el (spam-report): Add :group.
14838
14839         * spam.el (spam, spam-face): Add :group.
14840
14841 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14842
14843         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14844         return \n.\n.\n at the end of articles.  Protect against that.
14845         (nntp-with-open-group): Allow debugging.
14846
14847         * nnheader.el (mail-header-set-extra): Make into a function
14848         because I just could't understand how to quote the list properly.
14849
14850         * dns.el (query-dns-cached): New function.
14851
14852 2005-05-26  Lute Kamstra  <lute@gnu.org>
14853
14854         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14855
14856 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14857
14858         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14859
14860         * gnus-art.el: Don't autoload mail-extract-address-components.
14861
14862         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14863         eval-and-compile to evaluate it.
14864
14865         * hashcash.el: Don't autoload executable-find.
14866
14867         * nndb.el: Don't declare the nndb back end two or more times; don't
14868         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14869
14870         * nntp.el: Autoload format-spec instead of format; use
14871         eval-and-compile to evaluate autoload forms.
14872
14873 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14874
14875         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14876
14877 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14878
14879         * gnus.el (gnus-version-number): Bump version.
14880
14881 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14882
14883         * gnus.el: No Gnus v0.3 is released.
14884
14885 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14886
14887         * lpath.el (featurep): Bind show-nonbreak-escape.
14888
14889 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14890
14891         * gnus-art.el (gnus-article-edit-part): Disable undo.
14892
14893 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14894
14895         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14896         gnus-article-date-lapsed-new-header is t if date timer is active;
14897         skip headers in which the original date value is empty.
14898         (gnus-article-save-original-date): Redefine it as a macro.
14899         (gnus-display-mime): Use it.
14900
14901 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14902
14903         * gnus-art.el (article-date-ut): Support converting date in
14904         forwarded parts as well.
14905         (gnus-article-save-original-date): New function.
14906         (gnus-display-mime): Use it.
14907
14908 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14909
14910         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14911         enclosure element of <item>.
14912
14913 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14914
14915         * message.el (message-kill-buffer-query): Rename from
14916         `message-kill-buffer-query-if-modified'.  Add :version.
14917
14918 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14919
14920         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14921         window layout.
14922
14923 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14924
14925         * mml.el: Autoload dnd when compiling.
14926
14927 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14928
14929         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14930         x-dnd-*.
14931
14932 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14933
14934         * qp.el (quoted-printable-encode-region): Save excursion.
14935
14936 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14937
14938         * message.el (message-kill-buffer-query-if-modified): Add new variable
14939         so the user can kill a modified message buffer quickly.
14940         (message-kill-buffer): Use it.
14941
14942 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14943
14944         * lpath.el: Fbind display-time-event-handler; don't fbind
14945         string-to-multibyte.
14946
14947         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14948
14949 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14950
14951         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14952         contained in text because xml.el decodes entities) with LFs.
14953
14954 2005-04-11  Lute Kamstra  <lute@gnu.org>
14955
14956         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14957         differently.
14958
14959 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14960
14961         * mm-util.el (mm-detect-coding-region): Typo.
14962
14963 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14964
14965         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14966
14967 2005-04-06  Deepak Goel  <deego@gnufans.org>
14968
14969         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14970         user-function allow user modifications of the scores.
14971         (spam-stat-score-buffer-user): New function, to allow
14972         user-computed modifications to the score.
14973         (spam-stat-score-buffer-user-functions): List of additional
14974         scoring functions.
14975         (spam-stat-error-holder): Global temporary error holder.
14976         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14977         variable.
14978
14979 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14980
14981         * gnus-registry.el (gnus-registry-clean-empty-function)
14982         (gnus-registry-trim, gnus-registry-fetch-groups)
14983         (gnus-registry-delete-group): Groups that match
14984         `gnus-registry-ignored-groups' are removed from the registry
14985         entries, not just ignored for splitting.  This helps clean up the
14986         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14987         to get all the groups a message ID is in.
14988
14989         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14990         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14991         (spam-stat-score-buffer-user-functions): Add :number custom type.
14992
14993 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14994
14995         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14996         argument in XEmacs.
14997
14998         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14999         (nnrss-request-group): Decode group name first.
15000         (nnrss-request-article): Make a text/plain article if mml-to-mime
15001         failed.
15002         (nnrss-get-encoding): Return a compatible encoding according to
15003         nnrss-compatible-encoding-alist.
15004         (nnrss-find-el): Use consp instead of listp.
15005         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15006
15007 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15008
15009         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15010         which Emacs 20 doesn't support.
15011         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15012
15013 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15014
15015         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15016         silence the byte compiler inside the defun.
15017
15018         * gnus-demon.el (parse-time-string): Add autoload.
15019
15020         * gnus-delay.el (parse-time-string): Add autoload.
15021
15022         * gnus-art.el (parse-time-string): Add autoload.
15023
15024         * nnultimate.el (parse-time): Require for `parse-time-string'.
15025
15026 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15027
15028         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15029
15030         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15031
15032         * smime.el (smime-ldap-host-list): Add :version.
15033
15034 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15035
15036         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15037         pass it to `gnus-browse-read-group'.
15038         (gnus-browse-read-group): Add NUMBER argument and pass it to
15039         `gnus-group-read-ephemeral-group'.
15040
15041         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15042         argument and pass it to `gnus-group-read-group'.
15043
15044 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15045
15046         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15047         mm-xemacs-find-mime-charset-1 if we have the mule feature
15048         available at runtime.
15049
15050 2005-03-25  Werner Lemberg  <wl@gnu.org>
15051
15052         * nnmaildir.el: Replace `illegal' with `invalid'.
15053
15054 2005-03-23  Lute Kamstra  <lute@gnu.org>
15055
15056         * time-date.el: Add comment on time value formats.
15057         Don't require parse-time.
15058         (with-decoded-time-value): New macro.
15059         (encode-time-value): New function.
15060         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15061         (days-to-time): Return a valid time value when arg is huge.
15062         (time-since): Use time-subtract.
15063         (time-to-number-of-days): Use time-to-seconds.
15064
15065 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15066
15067         * gnus-start.el (gnus-display-time-event-handler):
15068         Check display-time-timer at runtime rather than only at load time
15069         in case display-time-mode is turned off in the mean time.
15070
15071 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15072
15073         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15074         used.
15075
15076         * nneething.el (nneething-map-file-directory): Derive from
15077         `gnus-directory'.
15078
15079         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15080         the To/Cc button.
15081
15082 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15083
15084         * nnmaildir.el (nnmaildir-request-accept-article):
15085         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15086
15087 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15088
15089         * gnus-async.el: Require timer-funcs at compile time when in
15090         XEmacs for `run-with-idle-timer'.
15091
15092 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15093
15094         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15095         autoloaded function.
15096
15097 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15098
15099         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15100
15101 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15102
15103         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15104
15105 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15106
15107         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15108         Add gnus-expert-user to default.
15109
15110 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15111
15112         * nnimap.el (nnimap-open-server): Ditto.
15113
15114         * imap.el (imap-authenticate): Fix typo.
15115
15116 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15117
15118         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15119         buffer (since IMAP server might return FETCH response out of
15120         order, and the nntp buffer must be sorted).
15121
15122 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15123
15124         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15125         comparison on string.
15126
15127         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15128         (gnus-agent-score): Rename category keywords to match gnus-cus.
15129         (gnus-agent-summary-fetch-series): Modify to protect against
15130         gnus-agent-summary-fetch-group clearing processable flags.
15131         (gnus-agent-synchronize-group-flags): Update live group buffer as
15132         synchronization may occur due to the user toggle the plugged
15133         status.
15134         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15135         successfully downloaded.
15136         (gnus-agent-expire-group-1): Avoid using markers when the overview
15137         is in ascending order; greatly improves performance.
15138         (gnus-agent-regenerate-group):
15139         Use gnus-agent-synchronize-group-flags to reset read status in both
15140         gnus and server.
15141         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15142
15143 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15144
15145         * message.el: Don't autoload former message-utils variables.
15146         (message-strip-subject-trailing-was): Change doc string.
15147
15148         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15149         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15150         (nnweb-google-search): Add "hl=en" here.
15151         (nnweb-google-parse-1, nnweb-google-create-mapping):
15152         Don't hardcode URL.
15153
15154 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15155
15156         * message.el (message-get-reply-headers, message-followup):
15157         Mention related variables `message-use-followup-to' and
15158         `message-use-mail-followup-to', in the information buffer.
15159
15160         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15161         of broken groups(-beta).google.com.
15162
15163 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15164
15165         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15166         parameter to invoked gnus-request-move-article; remove the
15167         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15168         all at once instead of once per article.
15169         (gnus-summary-remove-process-mark): Accept a list of articles as
15170         well as a single article for processing.
15171
15172         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15173         parameter.
15174
15175         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15176
15177         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15178
15179         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15180         parameter.
15181
15182         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15183         parameter.
15184
15185         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15186         parameter and remove the gnus-sum-hint-move-is-internal variable.
15187
15188         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15189         parameter.
15190
15191         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15192         parameter.
15193
15194         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15195         parameter.
15196
15197         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15198
15199         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15200         parameter.
15201
15202         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15203         parameter.
15204
15205 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15206
15207         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15208         a more conservative way.
15209
15210 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15211
15212         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15213         buffer, so it moves the window's cursor.
15214
15215 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15216
15217         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15218         `mm-dissect-multipart' and receive the from field as an (optional)
15219         argument from `mm-dissect-multipart'.
15220         (mm-dissect-multipart): Receive the from field as an argument and
15221         pass it on when we call `mm-dissect-buffer' on MIME parts.
15222         Fixes verification/decryption of signed/encrypted MIME parts.
15223
15224 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15225
15226         * gnus-sum.el (gnus-summary-move-article):
15227         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15228         whatever it calls (right now, only nnimap-request-move article
15229         respects it).
15230
15231         * nnimap.el (nnimap-request-move-article):
15232         When gnus-sum-hint-move-is-internal is set, don't do the extra
15233         nnimap-request-article.
15234
15235 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15236
15237         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15238
15239         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15240         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15241
15242         * gnus-sum.el (gnus-summary-caesar-message):
15243         Apply `gnus-treat-article' after rotation.
15244
15245         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15246         doc string.
15247
15248 2005-02-22  Simon Josefsson  <jas@extundo.com>
15249
15250         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15251         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15252         <arne@arnested.dk>.
15253         (encrypt): Add password-cache and password-cache-expiry as group
15254         members.
15255
15256 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15257
15258         * smime.el (smime-ldap-host-list): Doc fix.
15259         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15260         cache) password.
15261         (smime-sign-region): Use it.
15262         (smime-decrypt-region): Use it.
15263         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15264         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15265         fails.
15266         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15267         certificate from DER to PEM format rather than calling openssl.
15268
15269         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15270
15271         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15272         for signing/encryption.
15273
15274         * mml.el (mml-parse-1): Use them.
15275
15276 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15277
15278         * nnrss.el (nnrss-verbose): Remove.
15279         (nnrss-request-group): Use `nnheader-message' instead.
15280
15281 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15282
15283         * nnrss.el (nnrss-verbose): New variable.
15284         (nnrss-request-group): Make it say nnrss is requesting a group.
15285
15286 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15287
15288         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15289         Handle news URL with given port correctly.
15290
15291 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15294         containing special characters.
15295
15296         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15297
15298         * mml.el (mime-to-mml): Ditto.
15299
15300         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15301         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15302         (rfc2047-decode-region): Quote decoded words containing special
15303         characters when rfc2047-quote-decoded-words-containing-tspecials
15304         is non-nil.
15305
15306 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15307
15308         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15309
15310         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15311
15312 2005-02-15  Simon Josefsson  <jas@extundo.com>
15313
15314         * nnimap.el (nnimap-debug): Doc fix.
15315
15316         * imap.el (imap-debug): Doc fix.
15317
15318 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15319
15320         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15321
15322 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15323
15324         * gnus.el (spam-contents): Improve docs for spam-contents
15325         parameter in its variable incarnation.
15326
15327 2005-02-14  Simon Josefsson  <jas@extundo.com>
15328
15329         * smime-ldap.el: Use require instead of load-library for ldap.
15330         (smime-ldap-search): Indent.
15331         (smime-ldap-search-internal): Shorten line.
15332
15333         * smime.el (smime-cert-by-dns): Add doc-string.
15334         (smime-cert-by-ldap-1): Indent.
15335
15336         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15337         mml-smime-get-dns-ldap.
15338         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15339
15340 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15341
15342         * smime.el: Require smime-ldap.
15343         (smime-ldap-host-list): New variable.
15344         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15345
15346         * mml-smime.el (mml-smime-encrypt-query): New function.
15347         (mml-smime-encrypt-query): Use it.
15348
15349         * smime-ldap.el: New file.
15350
15351 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15352
15353         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15354
15355 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15356
15357         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15358         argument in doc string.  Make query for type more clear.
15359
15360 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15361
15362         * gnus.el (gnus-group-startup-message): Search for gnus images in
15363         etc/images/gnus.
15364         * mm-util.el (mm-image-load-path): Likewise.
15365         * smiley.el (smiley-data-directory): Search for smilies in
15366         etc/images/smilies.
15367
15368 2005-02-09  Kim F. Storm  <storm@cua.dk>
15369
15370         Change Emacs release version from 21.4 to 22.1 throughout.
15371         Change Emacs development version from 21.3.50 to 22.0.50.
15372
15373 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15374
15375         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15376
15377         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15378         non-Mule XEmacs as well.
15379         (mm-decompress-buffer): Signal an error intentionally if it does
15380         not decompress compressed data because auto-compression-mode is
15381         disabled.
15382
15383 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15384
15385         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15386         an ID in the registry even if it has no groups.
15387
15388 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15389
15390         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15391         merge it into mm-decompress-buffer.
15392         (gnus-mime-copy-part): Use the MIME part charset, the value which
15393         a user specified or gnus-newsgroup-charset for decoding, like
15394         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15395         save-buffer what was used.  Suggested by Kevin Ryde
15396         <user42@zip.com.au>.
15397         (gnus-mime-inline-part): Allow the name parameter as well as the
15398         filename parameter; force decompressing of compressed data; always
15399         display contents being not decoded as unibyte.
15400
15401         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15402         as well as the filename parameter.
15403
15404         * mm-util.el (mm-decompress-buffer):
15405         Merge gnus-mime-jka-compr-maybe-uncompress.
15406         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15407         of compressed data.
15408
15409 2005-02-08  Simon Josefsson  <jas@extundo.com>
15410
15411         * imap.el (imap-log): Doc fix.
15412
15413 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15414
15415         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15416         the coding cookies; decompress compressed parts.
15417
15418         * mml.el (mml-generate-mime-1): Add the charset parameter according
15419         to the value which a user specified manually or the coding cookie.
15420
15421         * mm-util.el (mm-string-to-multibyte): New function.
15422         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15423         (mm-coding-system-to-mime-charset): New function.
15424         (mm-decompress-buffer): New function.
15425         (mm-find-buffer-file-coding-system): New function.
15426
15427         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15428         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15429         parts.
15430
15431 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15432
15433         * mm-view.el (mm-display-inline-fontify): Decode a part according
15434         to the charset parameter.
15435
15436 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15437
15438         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15439         prefix arg is neither nil nor a number, as info specifies.
15440
15441 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15442
15443         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15444         timestamps.
15445
15446 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15447
15448         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15449         groups error checking and notify user.
15450
15451 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15452
15453         * message.el (message-send-mail-function): Check existence of
15454         sendmail-program first before using default value
15455         `message-send-mail-with-sendmail'.  Otherwise use more generic
15456         `smtpmail-send-it'.
15457
15458 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15459
15460         * nntp.el (nntp-request-update-info): Always return nil.
15461
15462 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15463
15464         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15465
15466 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15467
15468         * message.el (message-beginning-of-line): Change the behavior when
15469         invoked between BOL and : so that it first moves backward.
15470
15471 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15472
15473         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15474         article buffer when editing of the article is discarded.
15475         (gnus-article-prepare): Revert.
15476
15477 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15478
15479         * gnus-art.el (gnus-article-prepare):
15480         Remove message-strip-forbidden-properties from the local hook.
15481
15482 2005-01-27  Simon Josefsson  <jas@extundo.com>
15483
15484         * password.el (password-cache-add): Only start one timer per key.
15485         Reported by Derek Atkins <warlord@MIT.EDU>.
15486
15487 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15488
15489         * run-at-time.el: Remove.  It is no longer needed as
15490         timer-funcs.el in the xemacs-base package has a working version of
15491         `run-at-time'.
15492
15493         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15494
15495         * password.el: Require timer-funcs instead of run-at-time in
15496         XEmacs.
15497         Remove `password-run-at-time' macro.
15498         (password-cache-add): Use `run-at-time' instead of
15499         `password-run-at-time'.
15500
15501         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15502         Remove `nnheader-cancel-function-timers' alias,
15503         `cancel-function-timers' exists in XEmacs in timer-funcs.
15504
15505         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15506         for `run-with-idle-timer'.
15507
15508         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15509         for `run-at-time'.
15510
15511         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15512         for `with-timeout'.
15513
15514         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15515         the same as for XEmacs 21.4.
15516         No need to ignore `run-with-idle-timer', this function exists in
15517         XEmacs now in timer-funcs.el in the xemacs-base package.
15518         (dgnushack-compile): No need to delete
15519         run-at-time.el from the list of files to compile because it
15520         doesn't exist anymore.
15521
15522 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15523
15524         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15525         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15526
15527 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15528
15529         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15530         sensitively.
15531
15532 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15533
15534         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15535
15536 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15537
15538         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15539         which will be inserted according to the multibyteness of a buffer
15540         rather than the type of contents.  Suggested by ARISAWA Akihiro
15541         <ari@mbf.ocn.ne.jp>.
15542
15543         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15544         of string which old xml.el may return rather than a string.
15545
15546 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15547
15548         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15549
15550 2005-01-16  Simon Josefsson  <jas@extundo.com>
15551
15552         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15553         idn/idna.el isn't available.
15554         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15555         <michael@waxrat.com>.
15556
15557         * hashcash.el: Remove non-FSF copyright header.
15558
15559         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15560         (hashcash-generate-payment): Use it.
15561         (hashcash-generate-payment-async): Use it.
15562
15563 2005-01-15  Simon Josefsson  <jas@extundo.com>
15564
15565         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15566         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15567
15568         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15569         gnus-summary-idna-message.
15570         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15571         (gnus-summary-idna-message): New function.
15572
15573 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15574
15575         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15576         gnus-novice-user.
15577
15578 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15579
15580         * nnrss.el (nnrss-request-delete-group): Delete entries in
15581         nnrss-group-alist as well.
15582         (nnrss-save-server-data): Insert newline.
15583
15584 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15585
15586         * gnus.el (gnus-user-agent): Use list of symbols instead of
15587         symbols.  Display full version number for (S)XEmacs.
15588         Optionally display (S)XEmacs codename.
15589
15590         * gnus-util.el (gnus-emacs-version): Update for new
15591         `gnus-user-agent'.
15592
15593         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15594         Gnus version.
15595
15596 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15597
15598         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15599         which is unreadable in some setups.
15600
15601 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15602
15603         * gnus-spec.el (gnus-update-format-specifications): Flush the
15604         group format spec cache if it doesn't support decoded group names.
15605
15606 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15607
15608         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15609         Allow to apply decay on score files matching a regexp.
15610
15611 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15612
15613         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15614         compatibility in %g and %c.
15615
15616 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15617
15618         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15619         name for only %g and %c.
15620         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15621         of gnus-tmp-group to decoded group name.
15622         (gnus-group-make-rss-group): Exclude `/'s from group names.
15623
15624 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15625
15626         * nnrss.el (nnrss-get-encoding): Fix regexp.
15627
15628 2004-12-27  Simon Josefsson  <jas@extundo.com>
15629
15630         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15631         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15632         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15633
15634 2004-12-17  Kim F. Storm  <storm@cua.dk>
15635
15636         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15637
15638         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15639
15640 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15641
15642         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15643
15644 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15645
15646         * nnrss.el: Require rfc2047 and mml.
15647         (nnrss-file-coding-system): New variable.
15648         (nnrss-format-string): Redefine it as an inline function.
15649         (nnrss-decode-group-name): New function.
15650         (nnrss-string-as-multibyte): Remove.
15651         (nnrss-retrieve-headers): Decode group name; don't use
15652         nnrss-format-string.
15653         (nnrss-request-group): Decode group name.
15654         (nnrss-request-article): Decode group name; allow a Message-ID as
15655         well as an article number; don't use nnrss-format-string; encode a
15656         Message-ID string which may contain non-ASCII characters; use
15657         mml-to-mime to compose a MIME article.
15658         (nnrss-request-expire-articles): Decode group name.
15659         (nnrss-request-delete-group): Decode group name.
15660         (nnrss-fetch): Clarify error message.
15661         (nnrss-read-server-data): Use insert-file-contents instead of load;
15662         bind file-name-coding-system; use multibyte buffer.
15663         (nnrss-save-server-data): Bind coding-system-for-write to the
15664         value of nnrss-file-coding-system; bind file-name-coding-system;
15665         add coding cookie.
15666         (nnrss-read-group-data): Use insert-file-contents instead of load;
15667         bind file-name-coding-system; use multibyte buffer.
15668         (nnrss-save-group-data): Bind coding-system-for-write to the
15669         value of nnrss-file-coding-system; bind file-name-coding-system.
15670         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15671         make it work with non-ASCII text.
15672         (nnrss-find-el): Make it work with old xml.el as well.
15673
15674 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15675
15676         * nnrss.el (nnrss-get-encoding): New function.
15677         (nnrss-fetch): Use unibyte buffer initially; bind
15678         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15679         decode contents according to the encoding attribute.
15680         (nnrss-save-group-data): Add coding cookie.
15681         (nnrss-mime-encode-string): New function.
15682         (nnrss-check-group): Use it to encode subject and author.
15683
15684 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15685
15686         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15687         imaginary variable.
15688
15689 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15690
15691         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15692         correctly even if there are wide characters.
15693
15694 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15695
15696         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15697         downcased symbol names; make a new cache instead of reusing
15698         bbdb-hashtable.
15699
15700 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15703         concatenating segments rather than before concatenating them.
15704         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15705
15706         * message.el (message-get-reply-headers): Bind `extra'.
15707
15708 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15709
15710         * message.el (message-extra-wide-headers): New variable.
15711         (message-get-reply-headers): Use it.
15712
15713 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15714
15715         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15716         (gnus-agent-group-pathname): Ditto.
15717
15718         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15719
15720         * gnus-group.el (gnus-group-make-group): Decode group name.
15721         (gnus-group-make-rss-group): Register the group data after opening
15722         the nnrss group.
15723
15724 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15725
15726         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15727         by expiry now get marked as read.
15728
15729 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15732
15733 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15734
15735         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15736         unify Latin characters in XEmacs.
15737         (mm-find-mime-charset-region): Use it.
15738
15739 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15740
15741         * gnus-util.el (gnus-delete-directory): New function.
15742
15743         * gnus-agent.el (gnus-agent-delete-group): Use it.
15744
15745         * gnus-cache.el (gnus-cache-delete-group): Use it.
15746
15747 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15748
15749         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15750         names.
15751
15752 2004-12-16  Simon Josefsson  <jas@extundo.com>
15753
15754         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15755
15756 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15757
15758         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15759
15760         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15761         (gnus-group-set-current-level): Decode group name.
15762
15763 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15764
15765         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15766         failed.
15767
15768 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15769
15770         * gnus-group.el (gnus-group-delete-group): Decode group name.
15771         (gnus-group-make-rss-group): Encode group name.
15772         (gnus-group-catchup-current): Decode group name.
15773         (gnus-group-kill-group): Decode group name.
15774
15775 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15776
15777         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15778
15779 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15780
15781         * gnus-group.el (gnus-group-make-rss-group):
15782         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15783
15784         * gnus-start.el (gnus-setup-news): Honor user's setting to
15785         gnus-message-archive-method.  Suggested by Lute Kamstra
15786         <lute@gnu.org>.
15787
15788 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15789
15790         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15791         global counterparts of the buffer-local variables.
15792
15793 2004-11-16  Romain Francoise  <romain@orebokech.com>
15794
15795         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15796         counterparts of the buffer-local variables.
15797
15798 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15799
15800         * message.el (message-forbidden-properties): Fix typo in doc
15801         string.
15802
15803 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15804
15805         * gnus-util.el (gnus-replace-in-string): Add doc string.
15806
15807         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15808         to avoid problems when splitting mails with many recipients.
15809
15810 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15811
15812         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15813         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15814
15815 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15816
15817         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15818         if there is no hashtable in memory or file modification time is
15819         newer than cached timestamp.
15820
15821 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15822
15823         * gnus-sum.el (gnus-summary-limit-to-recipient):
15824         Implement not-matching option.
15825
15826 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15827
15828         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15829         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15830         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15831         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15832         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15833         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15834
15835 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15836
15837         * message.el (message-forward-make-body-mml): Remove headers
15838         according to message-forward-ignored-headers if a message is decoded.
15839
15840 2004-12-02  Romain Francoise  <romain@orebokech.com>
15841
15842         * message.el (message-forward-make-body-plain): Always remove
15843         headers according to message-forward-ignored-headers.
15844
15845 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15846
15847         * spam.el (spam-summary-prepare-exit): Remove the
15848         gnus-summary-limit pop for now, it has problems with ham marks for
15849         me.
15850
15851 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15852
15853         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15854         correctly.
15855
15856 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15857
15858         * format-spec.el (format-spec): Message the char.
15859
15860 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15861
15862         * gnus-art.el (gnus-split-methods): Reformat comments.
15863
15864         * spam.el (spam-summary-prepare-exit): Remove article limits
15865         before exiting the summary buffer.
15866
15867 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15868
15869         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15870         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15871
15872         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15873         order to silence the byte compiler.
15874
15875         * spam.el: Fix the way to silence the byte compiler, which
15876         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15877         bbdb-search-simple, spam-BBDB-register-routine,
15878         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15879         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15880         spam-stat-buffer-is-spam, spam-stat-load,
15881         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15882         spam-stat-save and spam-stat-split-fancy.
15883
15884 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15885
15886         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15887         which may confuse users.
15888         (canlock-password-for-verify): Ditto.
15889
15890         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15891
15892         * gnus-art.el (gnus-emphasis-alist): Ditto.
15893
15894         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15895
15896         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15897
15898         * gnus-start.el (gnus-save-killed-list): Ditto.
15899
15900         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15901         (gnus-sum-thread-tree-root): Ditto.
15902         (gnus-sum-thread-tree-false-root): Ditto.
15903         (gnus-sum-thread-tree-single-indent): Ditto.
15904
15905         * message.el (message-courtesy-message): Ditto.
15906         (message-archive-note): Ditto.
15907         (message-subscribed-address-file): Ditto.
15908         (message-user-fqdn): Ditto.
15909
15910         * spam-report.el (spam-report-gmane-regex): Ditto.
15911
15912         * spam.el (spam-blackhole-good-server-regex): Ditto.
15913
15914 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15915
15916         * mml.el (mml-preview): Widen the message buffer before copying
15917         the contents to the preview buffer; sort headers before previewing.
15918
15919         * message.el (message-hidden-headers): Fix the way to avoid a bug
15920         in the `repeat' widget in Emacs 21.3 or earlier.
15921
15922 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15923
15924         * message.el (message-hidden-headers): Default to "^References:".
15925         Improve customization type.  Suggested by Reiner Steib
15926         <Reiner.Steib@gmx.de>.
15927
15928 2004-11-25  Romain Francoise  <romain@orebokech.com>
15929
15930         * message.el (message-strip-forbidden-properties): Remove check for
15931         obsolete `message-hidden' text property, hidden headers are not
15932         accessible in the buffer anymore.
15933
15934 2004-11-22  Romain Francoise  <romain@orebokech.com>
15935
15936         * message.el (message-header-format-alist): Add `From' in list
15937         so that it can be sorted.
15938         (message-fix-before-sending): Widen and sort headers before
15939         sending.
15940         (message-hide-headers): Use narrowing to hide headers by moving
15941         them to the top of the buffer and narrowing to the region
15942         underneath.
15943
15944 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15945
15946         * message.el (message-strip-forbidden-properties):
15947         Bind buffer-read-only (etc) to nil.
15948
15949 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15950
15951         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15952         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15953
15954 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15955
15956         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15957
15958 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15959
15960         * dns.el (query-dns): Use sit-for to time instead of
15961         accept-process-output, since that doesn't seem to work on udp
15962         sockets.
15963
15964 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15965
15966         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15967
15968 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15969
15970         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15971         doc string.  Improve doc string.
15972
15973 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15974
15975         * nntp.el (nntp-request-update-info): Return nil if
15976         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15977         may not call gnus-activate-group which uselessly issues the GROUP
15978         commands for all nntp groups and wastes time.  Reported by Romain
15979         Francoise <romain@orebokech.com>.
15980
15981         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15982
15983 2004-11-15  Simon Josefsson  <jas@extundo.com>
15984
15985         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15986         headers separately.
15987         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15988         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15989
15990 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15991
15992         * gnus-start.el (gnus-convert-old-newsrc):
15993         Assign legacy-gnus-agent to 5.10.7.
15994
15995 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15996
15997         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15998         start of the lines.
15999
16000 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16001
16002         * hashcash.el (hashcash-default-payment): Change default to 20.
16003         (hashcash-default-accept-payment): Change default to 20.
16004         (hashcash-process-alist): New variable.
16005         (hashcash-generate-payment-async): Add.
16006         (hashcash-already-paid-p): Add.
16007         (hashcash-insert-payment): Don't generate payments twice.
16008         (hashcash-insert-payment-async): Add.
16009         (hashcash-insert-payment-async-2): Add.
16010         (hashcash-cancel-async): Add.
16011         (hashcash-wait-async): Add.
16012         (hashcash-processes-running-p): Add.
16013         (hashcash-wait-or-cancel): Add.
16014         (mail-add-payment): New optional argument.  Conditionally start
16015         asynchronous calculation.
16016         (mail-add-payment-async): Add.
16017
16018         * message.el (message-send-mail): Wait for asynchronous hashcash
16019         results.  Don't clobber existing X-Hashcash headers.
16020         (message-setup-1): Call mail-add-payment-async when
16021         message-generate-hashcash is non-nil.
16022
16023 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16024
16025         * message.el (message-use-alternative-email-as-from): Examine the
16026         From header as well; use message-make-from in order to include a
16027         user's full name.
16028
16029 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16030
16031         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16032         default; improve customization type.
16033         (gnus-emphasis-custom-with-format): New macro.
16034         (gnus-emphasis-custom-value-to-external): New function.
16035         (gnus-emphasis-custom-value-to-internal): New function.
16036
16037 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16038
16039         * dns.el (query-dns): Resolve reverse addresses.
16040
16041 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16042
16043         * gnus-group.el (gnus-group-get-new-news): Use it.
16044
16045         * gnus-start.el (gnus-check-reasonable-setup): New function.
16046
16047 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16048
16049         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16050         "Args out of range" error.  Reported by Arnaud Giersch
16051         <arnaud.giersch@free.fr>.
16052
16053 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16054
16055         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16056
16057 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16058
16059         * spam.el (spam group): Add :version.
16060
16061         * pgg-def.el (pgg group): Add :version.
16062
16063 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16064
16065         * gnus-art.el (gnus-article-edit-article): Don't associate the
16066         article buffer with a draft file.  This is a temporary measure
16067         against the 2004-08-22 change to gnus-article-edit-mode.
16068
16069 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16070
16071         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16072         (html2text-format-tags): Remove unused variable `attr'.
16073
16074 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16075
16076         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16077
16078         * tls.el (tls-process-connection-type, tls-success)
16079         (tls-certtool-program): Add :version.
16080
16081         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16082         (starttls-extra-arguments, starttls-process-connection-type)
16083         (starttls-connect, starttls-failure, starttls-success): Add :version.
16084
16085         * spam-stat.el (spam-stat): Add :version.
16086
16087         * sieve.el (sieve): Add :version.
16088
16089         * sha1.el (sha1): Add :version.
16090         (sha1-use-external): Remove redundant version.
16091
16092         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16093         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16094         (nnmail-split-fancy-match-partial-words)
16095         (nnmail-split-lowercase-expanded): Add :version.
16096
16097         * nndiary.el (nndiary): Add :version.
16098
16099         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16100
16101         * mml-sec.el (mml-default-sign-method)
16102         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16103         Add :version.
16104
16105         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16106
16107         * mm-url.el (mm-url-use-external, mm-url-program)
16108         (mm-url-arguments): Add :version.
16109
16110         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16111         (mm-attachment-file-modes, mm-decrypt-option)
16112         (mm-w3m-safe-url-regexp): Add :version.
16113
16114         * message.el (message-cite-prefix-regexp)
16115         (message-sendmail-envelope-from, message-minibuffer-local-map)
16116         (message-user-fqdn, message-completion-alist): Add :version.
16117
16118         * gnus-win.el (gnus-configure-windows-hook)
16119         (gnus-use-frames-on-any-display): Add :version.
16120
16121         * gnus-art.el (gnus-article-address-banner-alist)
16122         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16123         (gnus-treat-from-picon, gnus-treat-mail-picon)
16124         (gnus-treat-x-pgp-sig): Add :version.
16125
16126         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16127         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16128         (gnus-summary-article-delete-hook)
16129         (gnus-summary-display-while-building): Add :version.
16130
16131         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16132         (gnus-get-top-new-news-hook): Add :version.
16133
16134         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16135         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16136
16137         * gnus-registry.el (gnus-registry): Add :version.
16138
16139         * gnus-spec.el (gnus-use-correct-string-widths)
16140         (gnus-make-format-preserve-properties): Add :version.
16141
16142         * gnus.el (gnus-group-charter-alist)
16143         (gnus-group-fetch-control-use-browse-url)
16144         (gnus-install-group-spam-parameters): Add :version.
16145
16146         * gnus-diary.el (gnus-diary): Add :version.
16147
16148         * gnus-delay.el (gnus-delay): Add :version.
16149
16150         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16151         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16152         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16153         Add :version.
16154
16155         * gnus-agent.el (gnus-agent-max-fetch-size)
16156         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16157         (gnus-agent-prompt-send-queue): Add :version.
16158
16159         * deuglify.el (gnus-outlook-deuglify): Add :version.
16160
16161         * html2text.el: Beautify code.  Improve doc strings.
16162         Some checkdoc cleanup.
16163         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16164
16165 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16166
16167         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16168
16169 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16170
16171         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16172         when package is loaded.
16173
16174         * spam.el (spam-summary-score-preferred-header): Add global preference
16175         for people who want to override the default SpamAssassin over
16176         Bogofilter preference (when both are set).
16177         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16178         (spam-user-format-function-S):
16179         Check spam-summary-score-preferred-header.
16180         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16181         (spam-user-format-function-S): Format the score correctly.
16182
16183 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16184
16185         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16186         signature file.  Suggested by Manoj Srivastava
16187         <srivasta@golden-gryphon.com>.
16188
16189         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16190         iso-2022-jp even in the Japanese language environment.
16191         Suggested by Jason Rumney <jasonr@gnu.org>.
16192
16193 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16194
16195         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16196         use the same characters as the dummy marks; make it free from
16197         getting affected by the language environment.
16198         (gnus-summary-read-group-1): Update mark positions only when the
16199         format spec is updated.
16200
16201         * gnus-spec.el (gnus-update-format-specifications): Return a list
16202         of updated types.
16203
16204 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16205
16206         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16207         of boundp to check if display-warning is available.
16208
16209 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16210
16211         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16212
16213 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16214
16215         * nnspool.el (nnspool-spool-directory): Use news-path if the
16216         news-directory variable is not bound.
16217
16218         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16219         function instead of display-warning if it is not available.
16220
16221 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16222
16223         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16224         v5-10: Use `point-at-bol'.
16225
16226 2004-10-26  Simon Josefsson  <jas@extundo.com>
16227
16228         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16229         <chenggao@gmail.com>.
16230
16231 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16232
16233         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16234         instead.
16235
16236 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16237
16238         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16239         to remove a server from the nnimap-server-buffer-alist.
16240         (nnimap-open-connection, nnimap-close-server): Use it.
16241
16242         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16243
16244 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16245
16246         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16247         running the major-mode function.
16248
16249 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16250
16251         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16252         dummy marks in the right way.
16253
16254 2004-10-18  David Edmondson  <dme@dme.org>
16255
16256         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16257         excessively.
16258
16259 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16260
16261         * gnus-util.el (gnus-split-references): Accept a nil references
16262         string and go on blissfully.
16263
16264         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16265         cases where the references string is non-nil but has no references.
16266
16267         * encrypt.el: Add autoload tags.
16268
16269         * spam.el (spam-resolve-registrations-routine): Remove article
16270         from unregistration list too.  Reported by David Hanak
16271         <dhanak@isis.vanderbilt.edu>
16272
16273 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16274
16275         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16276         nil.  Change custom type.
16277
16278 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16279
16280         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16281
16282         * gnus-sum.el (gnus-summary-move-article): Use it.
16283
16284 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16285
16286         * encrypt.el: Add autoload cookies.
16287
16288         * spam.el (spam-backend-article-list-property)
16289         (spam-backend-get-article-todo-list)
16290         (spam-backend-put-article-todo-list)
16291         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16292         Resolve registrations separately.
16293         (spam-register-routine): Format comments.
16294         (spam-unregister-routine, spam-register-routine): Always call with
16295         specific-articles, no default list.
16296         (spam-summary-prepare-exit): Use the spam-classifications function.
16297
16298         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16299         gnus-encrypt.el.
16300
16301         * encrypt.el: Copied from gnus-encrypt.el.
16302
16303         * gnus-encrypt.el: Commented that it's obsolete.
16304
16305 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16306
16307         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16308         (gnus-score-save): Use it.
16309
16310         * message.el (message-bury): Use `window-dedicated-p'.
16311
16312 2004-10-15  Simon Josefsson  <jas@extundo.com>
16313
16314         * pop3.el (top-level): Don't require nnheader.
16315         (pop3-read-timeout): Add.
16316         (pop3-accept-process-output): Add.
16317         (pop3-read-response, pop3-retr): Use it.
16318
16319 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16320
16321         * spam.el (spam-register-routine): Move comment.
16322         (spam-verify-bogofilter): Use 'unknown for the initial
16323         spam-bogofilter-valid state, not 'never.
16324
16325         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16326         for netrc-machine.
16327
16328         * nnimap.el (nnimap-open-connection):
16329         Use netrc-machine-user-or-password.
16330
16331 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16332
16333         * gnus-registry.el (gnus-registry-unload-hook):
16334         Set as a variable with add-hook.
16335
16336         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16337         of news-path.
16338
16339         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16340
16341         * spam.el: Delete duplicate `provide'.
16342         (spam-unload-hook): Set as a variable with add-hook.
16343
16344 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16345
16346         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16347         in the doc string.
16348
16349         * message.el (message-ignored-news-headers)
16350         (message-ignored-supersedes-headers)
16351         (message-ignored-resent-headers)
16352         (message-forward-ignored-headers): Improve custom type.
16353
16354 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16355
16356         * message.el (message-tokenize-header): Fix 2004-09-06 change
16357         which used point-min in the wrong place.
16358
16359 2004-10-12  Simon Josefsson  <jas@extundo.com>
16360
16361         * tls.el (tls-certtool-program): New variable.
16362         (tls-certificate-information): New function, based on
16363         ssl-certificate-information.
16364
16365 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16366
16367         * compface.el: Move the version of ELisp-based uncompface program
16368         to the contrib directory because of the copyright problem.
16369
16370 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16371
16372         * message.el (message-kill-buffer): Raise the current frame.
16373
16374 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16375
16376         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16377
16378         * gnus.el (message-y-or-n-p): Autoload.
16379
16380         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16381         (pop3-password-required, pop3-authentication-scheme)
16382         (pop3-leave-mail-on-server): Make customizable.
16383         (pop3): New custom group.
16384         (pop3-retr): Remove `sleep-for' statements.
16385         Suggested by Dave Love <fx@gnu.org>.
16386
16387         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16388         Windows/DOS.
16389
16390         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16391         (imap-parse-body): Fix incorrect use of `assert'.
16392         Suggested by Dave Love <fx@gnu.org>.
16393
16394         * mml.el (mml-minibuffer-read-disposition): Require match.
16395         Suggested by Dave Love <fx@gnu.org>.
16396
16397 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16398
16399         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16400         doc string.
16401
16402 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16403
16404         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16405
16406 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16407
16408         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16409         instead of calling `mm-insert-inline', to decode text/* parts
16410         before displaying them.
16411
16412 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16413
16414         * mm-uu.el (mm-uu-text-plain-type): New variable.
16415         (mm-uu-pgp-signed-extract-1): Use it.
16416         (mm-uu-pgp-encrypted-extract-1): Use it.
16417         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16418         bind mm-uu-text-plain-type with that value.
16419         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16420         mm-uu-dissect.
16421
16422 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16423
16424         * gnus-group.el (gnus-update-group-mark-positions):
16425         * gnus-sum.el (gnus-update-summary-mark-positions):
16426         * message.el (message-check-news-body-syntax):
16427         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16428         of string-as-multibyte.
16429
16430 2004-10-05  Juri Linkov  <juri@jurta.org>
16431
16432         * gnus-group.el (gnus-update-group-mark-positions):
16433         * gnus-sum.el (gnus-update-summary-mark-positions):
16434         * message.el (message-check-news-body-syntax):
16435         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16436         8-bit unibyte values to a multibyte string for search functions.
16437
16438 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16439
16440         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16441         (mm-uu-dissect-text-parts): New function.
16442
16443         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16444         dissect text parts.
16445
16446         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16447         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16448
16449         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16450
16451         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16452         Use gnus-current-topics instead of gnus-current-topic.
16453
16454 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16455
16456         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16457
16458 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16459
16460         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16461         where approriate.
16462
16463         * nnml.el (nnml-generate-active-info): do.
16464
16465         * nndiary.el (nndiary-generate-active-info): do.
16466
16467         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16468         (gnus-topic-move): do.
16469
16470         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16471         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16472
16473         * gnus-srvr.el (gnus-server-prepare)
16474         (gnus-server-open-all-servers): do.
16475
16476         * gnus-msg.el (gnus-summary-cancel-article)
16477         (gnus-summary-resend-message)
16478         (gnus-summary-mail-crosspost-complaint): do.
16479
16480         * gnus-move.el (gnus-change-server): do.
16481
16482         * gnus-group.el (gnus-group-unmark-all-groups)
16483         (gnus-group-set-current-level): do.
16484
16485 2004-10-04  Simon Josefsson  <jas@extundo.com>
16486
16487         * message.el (message-generate-hashcash): Doc fix.
16488
16489 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16490
16491         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16492         avoid infinite recursion via gnus-get-function.
16493
16494 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16495
16496         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16497
16498         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16499
16500         * nnmail.el (nnmail-split-history): do.
16501
16502         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16503         (nnml-request-delete-group): do.
16504
16505         * nnslashdot.el (nnslashdot-read-groups): do.
16506
16507         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16508         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16509
16510         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16511         (nnspool-sift-nov-with-sed): Use last.
16512         (nnspool-retrieve-headers-with-nov): Use mapc.
16513         (nnspool-request-newgroups): Use dolist.
16514         (nnspool-request-group): Use last.
16515
16516         * nntp.el (nntp-read-server-type): Use dolist.
16517
16518         * nnvirtual.el (nnvirtual-create-mapping)
16519         (nnvirtual-update-read-and-marked): Use dolist.
16520         (nnvirtual-convert-headers): Simplify.
16521
16522 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16523
16524         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16525         Add support for sync'ing tick marks.
16526
16527 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16528
16529         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16530         there's no visible header.
16531
16532 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16533
16534         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16535         When necessary, pass full group name to gnus-request-set-marks.
16536
16537 2004-10-01  Simon Josefsson  <jas@extundo.com>
16538
16539         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16540         acroread.
16541
16542 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16543
16544         * spam-report.el (spam-report-gmane): Fix interactive.
16545
16546         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16547
16548         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16549         when writing file.
16550         (gnus-agent-synchronize-flags): Don't default to being
16551         interactive.
16552
16553 2004-09-30  Simon Josefsson  <jas@extundo.com>
16554
16555         * message.el (message-generate-hashcash): Add.
16556         (message-send-mail): Use it, call mail-add-payment.
16557
16558 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16559
16560         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16561
16562 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16563
16564         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16565         gnus-requst-update-info with explicit code to sync the in-memory
16566         info read flags with the marks being sync'd to the backend.
16567
16568         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16569
16570 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16571
16572         * spam.el (spam-verify-bogofilter): Add new function.
16573         (spam-check-bogofilter)
16574         (spam-bogofilter-register-with-bogofilter): Use it.
16575         (spam-verify-bogofilter): Add small fixes.
16576
16577 2004-09-28  Simon Josefsson  <jas@extundo.com>
16578
16579         * hashcash.el (hashcash-generate-payment): Revert.
16580
16581 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16582
16583         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16584         Use gnus-extract-references instead of gnus-split-references.
16585
16586         * gnus-util.el (gnus-extract-references): Add new function, analogous
16587         to gnus-split-references but extracts only the message-ID without
16588         anything extra.
16589
16590         * hashcash.el (hashcash-generate-payment)
16591         (hashcash-check-payment): Do the right thing if hashcash-path is
16592         nil (because the hashcash program could not be found).
16593
16594         * spam.el (spam-use-hashcash): Remove comment.
16595
16596 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16597
16598         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16599         (gnus-cache-enter-article, gnus-cache-remove-article)
16600         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16601
16602         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16603
16604         * gnus-art.el (article-hide-boring-headers)
16605         (article-translate-strings, article-display-face)
16606         (gnus-article-mime-match-handle-first)
16607         (gnus-article-highlight-headers)
16608         (gnus-article-add-buttons-to-head): do.
16609
16610 2004-09-27  Simon Josefsson  <jas@extundo.com>
16611
16612         * hashcash.el: New version, from
16613         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16614         ../contrib/.
16615
16616 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16617
16618         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16619
16620 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16621
16622         * gnus-dup.el (gnus-dup-open): Use mapc.
16623         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16624
16625         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16626         Reported by Stefan Wiens <s.wi@gmx.net>.
16627
16628         * gnus.el (gnus-shutdown): Use dolist.
16629
16630         * gnus-undo.el (gnus-undo): Use mapc.
16631
16632         * nnrss.el (nnrss-generate-active): do.
16633
16634         * message.el (message-cite-original-without-signature)
16635         (message-cite-original): Use mapc.
16636         (message-do-actions, message-make-forward-subject): Use dolist.
16637
16638 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16639
16640         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16641         deletion to remove entire duplicate line.  Fixes merged article
16642         number bug.
16643
16644 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16645
16646         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16647         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16648         first ask if you want to open a server and then, even when you
16649         responded with no, asking if you want to synchronize the server's
16650         flags.
16651         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16652         multi-line expressions.
16653         (gnus-agent-synchronize-group-flags): New internal function.
16654         Updates marks in memory (in the info structure) AND in the
16655         backend.
16656
16657         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16658
16659         * nnagent.el (nnagent-request-set-mark):
16660         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16661         method, to ensure that synchronization updates marks in the
16662         backend and in the info (in memory) structure.
16663
16664 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16665
16666         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16667         convention fully; don't miss the root article of a thread; make
16668         the X-Draft-From header with correct article numbers.
16669
16670 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16671
16672         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16673         unless plugged.  Disable the agent so that an open failure causes
16674         an error.
16675
16676         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16677         Revert 2004-09-21 change.  The backend must be opened while
16678         synchronizing flags even when the backend stores the flags
16679         locally.
16680
16681 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16682
16683         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16684         in `header' match.  Reported by Svend Tollak Munkejord.
16685
16686         * message.el (message-cite-original): Fix use of
16687         `message-cite-articles-with-x-no-archive'.
16688
16689 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16690
16691         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16692         (gnus-window-to-buffer): Ditto.
16693
16694         * mml.el (mml-preview-buffer): New variable.
16695         (mml-preview): Manage window layout with gnus-buffer-configuration.
16696
16697         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16698         X-Draft-From header even if those articles aren't quoted.
16699
16700 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16701
16702         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16703         (gnus-request-set-mark, gnus-request-update-mark): Use new
16704         g-s-t-u-l-m to decide to use backend even when unplugged.
16705
16706 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16707
16708         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16709         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16710
16711 2004-09-20  Simon Josefsson  <jas@extundo.com>
16712
16713         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16714         "utf-16-le".
16715
16716 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16717
16718         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16719
16720 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16721
16722         * uudecode.el (uudecode-use-external): Add :version.
16723
16724         * smime.el (smime-CA-file, smime-encrypt-cipher)
16725         (smime-dns-server): Add :version.
16726
16727         * smiley.el (gnus-smiley-file-types): Add :version.
16728
16729         * sha1.el (sha1-use-external): Add :version.
16730
16731         * pgg-def.el (pgg-query-keyserver): Add :version.
16732
16733         * nnmail.el (nnmail-fancy-expiry-targets)
16734         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16735         Add :version.
16736
16737         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16738         (nnimap-retrieve-groups-asynchronous): Add :version.
16739         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16740
16741         * mml.el (mml-content-disposition-parameters)
16742         (mml-insert-mime-headers-always): Add :version.
16743
16744         * mm-util.el (mm-coding-system-priorities): Add :version.
16745
16746         * mm-decode.el (mm-inline-text-html-with-images)
16747         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16748         (mm-verify-option): Add :version.
16749         (mm-text-html-renderer): Change :version.
16750
16751         * message.el (message-fcc-externalize-attachments)
16752         (message-required-headers, message-draft-headers)
16753         (message-subject-trailing-was-query)
16754         (message-subject-trailing-was-ask-regexp)
16755         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16756         (message-mark-insert-end, message-archive-header)
16757         (message-archive-note, message-cross-post-default)
16758         (message-cross-post-note, message-followup-to-note)
16759         (message-cross-post-note-function, message-use-mail-followup-to)
16760         (message-subscribed-address-functions)
16761         (message-subscribed-address-file, message-subscribed-addresses)
16762         (message-subscribed-regexps, message-allow-no-recipients)
16763         (message-yank-cited-prefix, message-signature-insert-empty-line)
16764         (message-hidden-headers, message-hierarchical-addresses)
16765         (message-mail-user-agent, message-use-idna)
16766         (message-valid-fqdn-regexp)
16767         (message-strip-special-text-properties, message-header-synonyms)
16768         (message-beginning-of-line, message-tab-body-function): Add :version.
16769         (message-insert-canlock, message-wide-reply-confirm-recipients):
16770         Change :version.
16771
16772         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16773         and :version.
16774         (mail-source-delete-old-incoming-confirm)
16775         (mail-source-movemail-program): Add :version.
16776
16777         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16778         (gnus-agent-cache, gnus-agent): Change :version.
16779
16780         * gnus-util.el (gnus-use-byte-compile): Change :version.
16781
16782         * gnus-sum.el (gnus-summary-make-false-root-always)
16783         (gnus-summary-default-high-score)
16784         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16785         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16786         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16787         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16788         (gnus-sum-thread-tree-single-indent)
16789         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16790         (gnus-sum-thread-tree-leaf-with-other)
16791         (gnus-sum-thread-tree-single-leaf): Add :version.
16792         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16793         (gnus-article-loose-mime): Change :version.
16794
16795         * gnus-start.el (gnus-backup-startup-file)
16796         (gnus-save-startup-file-via-temp-buffer): Add :version.
16797
16798         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16799         (gnus-server-offline-face): Add :version.
16800
16801         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16802
16803         * gnus-msg.el (gnus-gcc-externalize-attachments)
16804         (gnus-debug-files, gnus-debug-exclude-variables)
16805         (gnus-discouraged-post-methods): Change :version.
16806         (gnus-confirm-mail-reply-to-news)
16807         (gnus-confirm-treat-mail-like-news): Add :version.
16808
16809         * gnus-int.el (gnus-server-unopen-status): Add :version.
16810
16811         * gnus-group.el (gnus-group-jump-to-group-prompt)
16812         (gnus-large-ephemeral-newsgroup)
16813         (gnus-fetch-old-ephemeral-headers): Add :version.
16814
16815         * gnus-fun.el (gnus-x-face-directory)
16816         (gnus-convert-pbm-to-x-face-command)
16817         (gnus-convert-image-to-x-face-command)
16818         (gnus-convert-image-to-face-command): Add :version.
16819
16820         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16821
16822         * gnus-cite.el (gnus-cite-blank-line-after-header)
16823         (gnus-article-boring-faces): Add :version.
16824
16825         * gnus-art.el (gnus-buttonized-mime-types)
16826         (gnus-inhibit-mime-unbuttonizing)
16827         (gnus-treat-display-face)
16828         (gnus-treat-body-boundary): Change :version.
16829         (gnus-body-boundary-delimiter, gnus-picon-databases)
16830         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16831         (gnus-treat-date-english, gnus-treat-fold-headers)
16832         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16833         (gnus-treat-mail-picon, gnus-treat-wash-html)
16834         (gnus-article-encrypt-protocol)
16835         (gnus-use-idna, gnus-article-over-scroll)
16836         (gnus-mime-display-multipart-alternative-as-mixed)
16837         (gnus-mime-display-multipart-related-as-mixed)
16838         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16839         (gnus-ctan-url, gnus-button-ctan-handler)
16840         (gnus-button-handle-ctan-bogus-regexp)
16841         (gnus-button-ctan-directory-regexp)
16842         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16843         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16844         (gnus-button-man-level, gnus-button-emacs-level)
16845         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16846
16847         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16848         (gnus-agent-go-online): Change :version.
16849         (gnus-agent-expire-unagentized-dirs)
16850         (gnus-agent-auto-agentize-methods): Add :version.
16851
16852         * flow-fill.el (fill-flowed-display-column)
16853         (fill-flowed-encode-column): Add :version.
16854
16855         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16856         (gnus-outlook-deuglify-unwrap-max)
16857         (gnus-outlook-deuglify-cite-marks)
16858         (gnus-outlook-deuglify-unwrap-stop-chars)
16859         (gnus-outlook-deuglify-no-wrap-chars)
16860         (gnus-outlook-deuglify-attrib-cut-regexp)
16861         (gnus-outlook-deuglify-attrib-verb-regexp)
16862         (gnus-outlook-deuglify-attrib-end-regexp)
16863         (gnus-outlook-display-hook): Add :version.
16864
16865         * binhex.el (binhex-use-external): Add :version.
16866
16867 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16868
16869         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16870         and `invisible'.
16871
16872 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16873
16874         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16875         in gnus-registry-trim.
16876
16877 2004-09-13  Simon Josefsson  <jas@extundo.com>
16878
16879         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16880
16881         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16882
16883         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16884         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16885         <yamaoka@jpl.org>.
16886         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16887         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16888         <yamaoka@jpl.org>.
16889
16890         * sieve.el (sieve-manage-mode): Ditto.
16891
16892 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16893
16894         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16895
16896 2004-09-11  Simon Josefsson  <jas@extundo.com>
16897
16898         * dns-mode.el: Add.
16899
16900         * mm-view.el (mm-display-dns-inline): Add.
16901
16902         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16903         (mm-automatic-display): Ditto.
16904
16905         * mailcap.el (mailcap-mime-data): Add text/dns.
16906         (mailcap-mime-extensions): Map .soa to text/dns.
16907
16908 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16909
16910         * gnus-art.el (article-decode-mime-words, article-babel)
16911         (gnus-article-highlight-signature, gnus-article-add-buttons)
16912         (gnus-signature-toggle): Remove unnecessary bindings of
16913         `inhibit-read-only' inherited from v5.10 merge.
16914
16915 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16916
16917         * nntp.el (nntp): New customization group.
16918         (nntp-authinfo-file): Add customization group.
16919
16920         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16921
16922         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16923
16924         * gnus.el (to-address, to-list, subscribed)
16925         (large-newsgroup-initial): Ditto.
16926
16927         * flow-fill.el (fill-flowed-display-column)
16928         (fill-flowed-encode-column): Ditto.
16929
16930 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16931
16932         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16933         Use point-min rather than 1.
16934         (message-send-mail): Use buffer-size rather than point-max.
16935
16936         * gnus-sum.el (gnus-summary-search-article-forward):
16937         Signal a specific `search-failed' rather than a generic `error'.
16938
16939         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16940         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16941         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16942
16943 2004-09-10  Simon Josefsson  <jas@extundo.com>
16944
16945         * nndb.el (require): Remove tcp and duplicate cl.
16946
16947 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16948
16949         * gnus-agent.el (directory-files-and-attributes): Move forward.
16950
16951 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16952
16953         * gnus-agent.el (directory-files-and-attributes):
16954         Optionally defined to support XEmacs.
16955
16956 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16957
16958         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16959         to avoid run-time CL dependencies.
16960         (gnus-agent-unfetch-articles): New function.
16961         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16962         article numbers even when local .overview file is missing.
16963         (gnus-agent-read-article-number): New function.  Only accepts
16964         27-bit article numbers.
16965         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16966         Use gnus-agent-read-article-number.
16967         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16968         from backend while recognizing that article numbers in .overview
16969         must be valid.
16970         (gnus-agent-update-files-total-fetched-for):
16971         Use directory-files-and-attributes to improve performance.
16972         * gnus-int.el (gnus-request-move-article):
16973         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16974         improve performance.
16975
16976         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16977         some users confused by references to .newsrc when they only have a
16978         .newsrc.eld file.
16979         (gnus-convert-mark-converter-prompt)
16980         (gnus-convert-converter-needs-prompt): Fix use of property list.
16981         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16982         New function.  Used internally to only display 'gnus converting
16983         files' message when actually necessary.
16984
16985         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16986         methods now autoloaded.
16987
16988 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16989
16990         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16991         identifiers.
16992
16993 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16994
16995         * gnus-picon.el: Fix indentation and closing parenthesis.
16996
16997 2004-09-01  Simon Josefsson  <jas@extundo.com>
16998
16999         * message.el (message-canlock-generate): Require sha1, not
17000         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17001         to require within a function.  Sadly, if sha1.el isn't loaded, the
17002         let binding in m-c-g will hide the defcustom definition, which is
17003         bad.)
17004
17005         * canlock.el: Require sha1, not sha1-el.
17006
17007         * message.el: Don't autoload sha1 (there is a autoload cookie in
17008         sha1.el).
17009
17010         * sha1-el.el: Rename to sha1.el.
17011
17012 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17013
17014         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17015
17016 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17017
17018         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17019
17020 2004-08-30  Kim F. Storm  <storm@cua.dk>
17021
17022         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17023
17024         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17025         Add :group 'nnimap.
17026
17027 2004-08-30  Andreas Schwab  <schwab@suse.de>
17028
17029         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17030         ?* and ?\;.
17031
17032         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17033         and ?\' to symbol instead of whitespace.
17034
17035 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17036
17037         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17038
17039         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17040         instead of re-search-forward.
17041
17042         * gnus-uu.el (gnus-uu-save-article): Ditto.
17043         (gnus-uu-post-encode-uuencode): Ditto.
17044
17045         * html2text.el (html2text-clean-list-items): Ditto.
17046         (html2text-clean-dtdd): Ditto.
17047         (html2text-format-tags): Ditto.
17048
17049         * message.el (message-send-mail-with-sendmail): Fix regexp.
17050         (message-fill-field-general): Use search-forward instead of
17051         re-search-forward.
17052         (unbold-region): Ditto.
17053
17054         * nnrss.el (nnrss-request-article): Ditto.
17055
17056         * nnslashdot.el (nnslashdot-request-article): Ditto.
17057
17058         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17059
17060         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17061         "Unrecognized menu descriptor" error in XEmacs.
17062
17063 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17064
17065         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17066         parent article of a sparse article in the thread hashtb.
17067
17068 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17069
17070         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17071         (nnmail-expand-newtext): Lowercase expanded entries if
17072         nnmail-split-lowercase-expanded is non-nil.
17073
17074 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17075
17076         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17077
17078         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17079         of gnus-tmp-news-method into string under XEmacs.  It will be
17080         passed to gnus-correct-length which takes only a string argument.
17081
17082 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17083
17084         * gnus-util.el (gnus-bind-print-variables): New macro.
17085         (gnus-prin1): Use it.
17086         (gnus-prin1-to-string): Use it.
17087         (gnus-pp): New function.
17088         (gnus-pp-to-string): New function.
17089
17090         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17091         Replace pp-to-string with gnus-pp-to-string.
17092         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17093         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17094         * gnus-msg.el (gnus-debug): Ditto.
17095         * gnus-score.el (gnus-score-save): Ditto.
17096         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17097         gnus-pp-to-string.
17098         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17099         with gnus-pp.
17100         * score-mode.el (gnus-score-pretty-print): Ditto.
17101         * webmail.el (webmail-debug): Ditto.
17102
17103 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17104
17105         * gnus-art.el (article-display-face, article-display-x-face):
17106         Use buffer-read-only.
17107
17108 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17109
17110         * gnus-art.el (article-hide-list-identifiers):
17111         Bind inhibit-read-only as t.
17112
17113 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17114
17115         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17116
17117 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17118
17119         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17120         (gnus-narrow-to-page): Don't assume point-min == 1.
17121         (gnus-article-edit-mode): Derive from message-mode.
17122
17123         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17124         point-min == 1.
17125
17126         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17127         Disable incorrect use of `assert'.
17128
17129         * message.el (message-mode): Set comment-start-skip.
17130
17131
17132 2004-08-22  Sam Steingold  <sds@gnu.org>
17133
17134         * pop3.el (pop3-leave-mail-on-server): New user variable.
17135         (pop3-movemail): Delete mail only when it is nil.
17136
17137 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17138
17139         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17140
17141         * mml.el (mml-preview): Use `pop-to-buffer'.
17142
17143         * message.el (message-goto-mail-followup-to): Insert after "To".
17144         (message-carefully-insert-headers): Add comment.
17145
17146         * gnus.el: Remove unused variable `gnus-article-check-size'.
17147
17148         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17149
17150         * gnus-art.el (gnus-button-alist):
17151         Improve `gnus-button-handle-library' entry.
17152
17153 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17154
17155         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17156         Use downcase, since XEmacs capitalizes error messages differently.
17157
17158 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17159
17160         * nntp.el: Add (require 'gnus) due to reference to
17161         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17162
17163 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17164
17165         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17166         Bind `mm-fill-flowed'.
17167
17168         * mm-decode.el (mm-dissect-singlepart): Check it.
17169
17170 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17171
17172         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17173         'imap' for netrc parsing.
17174
17175 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17176
17177         * mailcap.el (mailcap-mime-data): Mark as risky.
17178
17179 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17180
17181         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17182         may be included in the encoded word.
17183         (rfc2047-encode): Don't append a space if the encoded word
17184         includes close parenthesis.
17185
17186 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17187
17188         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17189         of text within parentheses.
17190
17191 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17192
17193         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17194         (gnus-encrypt-write-file-contents): Make the password key the file
17195         name PLUS the cipher, not just the cipher.  Also remove failed
17196         passwords from the cache.
17197
17198 2004-08-06  Simon Josefsson  <jas@extundo.com>
17199
17200         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17201         Doc fix.
17202
17203 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17204
17205         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17206         LWSP.
17207
17208 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17209
17210         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17211         Try to append in-reply-to: data to the references: header.
17212
17213         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17214         (netrc-parse): Use gnus-encrypt.el functions.
17215
17216         * gnus-encrypt.el: Add new file for encryption support; currently
17217         does only a few GPG ciphers and an internal XOR cipher.
17218
17219         * password.el: Add comments on using password-read-and-add.
17220         (password-read-and-add): Add function to read and add the
17221         password to the cache at once.
17222
17223 2004-07-28  Simon Josefsson  <jas@extundo.com>
17224
17225         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17226         parameter (but don't use it, for now).
17227
17228         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17229         instead of hard coding to nil.
17230
17231 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17232
17233         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17234         as mm-inline-image-xemacs does.
17235
17236 2004-07-26  Simon Josefsson  <jas@extundo.com>
17237
17238         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17239         Revert part of 2004-07-17 change below.
17240
17241 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17242
17243         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17244         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17245
17246 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17247
17248         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17249         quotes that actually start with ">" at the beginning of the
17250         lines.
17251
17252 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17253
17254         * rfc2047.el (rfc2047-encode-region): Fix last change.
17255         (rfc2047-encode-parameter): Remove useless concat.
17256
17257 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17258
17259         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17260         encode special characters; fix some kind of misconfigured headers;
17261         signal a real error if debug-on-quit or debug-on-error is non-nil.
17262         (rfc2047-encode-max-chars): New variable.
17263         (rfc2047-encode-1): Use it.
17264         (rfc2047-encode-parameter): New function.
17265
17266         * mml.el (mml-insert-parameter): Remove an excessive space.
17267
17268 2004-07-17  Simon Josefsson  <jas@extundo.com>
17269
17270         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17271         Kai Grossjohann <kai@emptydomain.de>.
17272         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17273         (gnus-group-make-menu-bar): Ditto.
17274
17275         * gnus-util.el (gnus-group-server): Add.
17276
17277 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17278
17279         * message.el (message-clone-locals): Clone sendmail and smtp
17280         variables.
17281
17282 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17283
17284         * rfc2047.el (rfc2047-encode-region): Fix last change.
17285
17286 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17287
17288         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17289         characters as non-special.
17290
17291 2004-07-09  Simon Josefsson  <jas@extundo.com>
17292
17293         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17294         Users will lose all flag changes made while unplugged with
17295         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17296         good default.  See numerous reports on ding mailing list.
17297
17298 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17299
17300         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17301         add generate-head-function and generate-article-function to the
17302         rfc822-forward entry.
17303         (nndoc-rfc822-forward-generate-article): New function.
17304         (nndoc-rfc822-forward-generate-head): New function.
17305
17306         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17307
17308 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17309
17310         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17311         respect display group parameter and gnus-summary-expunge-below.
17312         (gnus-articles-to-read): Remove unused reference to display group
17313         parameter.
17314
17315 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17316
17317         * nnheader.el (nnheader-uniquify-message-id): New experimental
17318         variable.
17319         (nnheader-nov-read-message-id): Use it.
17320
17321         * spam-report.el (spam-report-gmane): Add interactive.
17322
17323 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17324
17325         * mm-encode.el (mm-content-transfer-encoding-defaults):
17326         Use qp-or-base64 for the application/* types.
17327
17328 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17329
17330         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17331
17332 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17333
17334         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17335         trim value.
17336
17337 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17338
17339         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17340         New macro and function.
17341         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17342
17343 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17344
17345         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17346         after-load-alist.
17347
17348 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17349
17350         * gnus-group.el (gnus-group-get-new-news-this-group):
17351         Don't update info that isn't there.
17352
17353 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17354
17355         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17356         entry.
17357
17358 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17359
17360         * mm-view.el (mm-inline-render-with-function): Use multibyte
17361         buffer; decode html source by charset.
17362
17363         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17364
17365         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17366         Mule-UCS is loaded under XEmacs.
17367         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17368
17369 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17370
17371         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17372
17373 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17374
17375         * mm-util.el (mm-coding-system-p): Return a coding-system.
17376         (mm-mime-mule-charset-alist): Use shift_jis instead of
17377         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17378         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17379         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17380         instead of japanese-shift-jis and iso-latin-1 respectively in
17381         order to share the default value with both Emacs and XEmacs-mule.
17382         (mm-mule-charset-to-mime-charset):
17383         Make mm-coding-system-priorities effective.
17384         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17385         while predicating of candidates upon the priorities.
17386
17387 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17388
17389         * gnus-sum.el (gnus-summary-make-menu-bar):
17390         Add gnus-uu-invert-processable.
17391
17392         * gnus.el: Autoload gnus-uu-invert-processable.
17393
17394 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17395
17396         * mm-util.el (mm-with-multibyte-buffer): New macro.
17397
17398         * rfc2047.el (rfc2047-encode-string): Use it.
17399         (rfc2047-encode-region): Move point to the end of the region after
17400         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17401
17402 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17403
17404         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17405         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17406
17407 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17408
17409         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17410         (gnus-cite-parse): Ignore quoted envelope From_.
17411         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17412
17413 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17414
17415         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17416         invalid addresses.
17417
17418 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17419
17420         * spam.el: Change section markers, revise TODO list.
17421         (spam-backends): Make new master list of all installed backends.
17422         (spam-summary-exit-behavior): Add new variable to determine how
17423         messages moves are done at summary exit.
17424         (spam-move-spam-nonspam-groups-only)
17425         (spam-process-ham-in-nonham-groups)
17426         (spam-process-ham-in-spam-groups): Remove variables, the
17427         spam-summary-exit-behavior variable should be used to manage this
17428         behavior.
17429         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17430         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17431         and spam-old-spam-articles.
17432         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17433         Add empty variables, placeholders for the backends they represent.
17434         (spam-set-difference): Move, unchanged.
17435         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17436         unless the user has a processor variable.
17437         (spam-classifications, spam-classification-valid-p)
17438         (spam-backend-properties, spam-backend-property-valid-p)
17439         (spam-backend-function-type-valid-p)
17440         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17441         (spam-report-articles-gmane, spam-report-articles-resend):
17442         Remove functions, they are not needed.
17443         (spam-install-backend-super, spam-backend-list)
17444         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17445         (spam-backend-function, spam-backend-ham-registration-function)
17446         (spam-backend-spam-registration-function)
17447         (spam-backend-ham-unregistration-function)
17448         (spam-backend-spam-unregistration-function)
17449         (spam-backend-statistical-p, spam-backend-mover-p)
17450         (spam-install-backend-alias, spam-install-checkonly-backend)
17451         (spam-install-mover-backend, spam-install-nocheck-backend)
17452         (spam-install-backend, spam-install-statistical-backend)
17453         (spam-install-statistical-checkonly-backend): Add backend installation
17454         support.
17455         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17456         (spam-group-processor-p): Use the new backend code and respect the
17457         summary exit behavior.
17458         (spam-mark-spam-as-expired-and-move-routine): Remove.
17459         (spam-summary-prepare): Change to use the new spam-old-articles
17460         variable.
17461         (spam-copy-or-move-routine, spam-copy-spam-routine)
17462         (spam-move-spam-routine, spam-copy-ham-routine)
17463         (spam-move-ham-routine): Add code to copy/move ham or spam.
17464         (spam-fetch-field-fast): Improve doc and code, plus allow the
17465         'number request.
17466         (spam-list-of-checks, spam-list-of-statistical-checks):
17467         Remove variables.
17468         (spam-split, spam-find-spam): Use the new backend code.
17469         (spam-registration-functions): Remove variable.
17470         (spam-unregister-routine): Add convenience wrapper.
17471         (spam-log-undo-registration, spam-register-routine)
17472         (spam-log-processing-to-registry)
17473         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17474         where possible.
17475         (spam-check-gmane-xref, spam-check-regex-headers)
17476         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17477         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17478         (spam-check-bogofilter-headers, spam-check-spamoracle)
17479         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17480         (spam-check-crm114-headers): Use the spam-split-group that
17481         spam-split prepares, no need to determine it every time.
17482
17483         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17484         to the nnheader-parse-naked-head call.
17485
17486         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17487
17488         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17489         the nnheader-nov-read-message-id call.
17490
17491 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17492
17493         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17494         gnus-activate-group twice.  Suggested by Markus Peter
17495         <warp@spin.de>.
17496
17497 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17498
17499         * gnus-art.el (gnus-article-time-format): Exchange the order of
17500         day and month in the default value; fix customization type.
17501         (article-date-ut): Use add-text-properties.
17502         (article-make-date-line): Use message-make-date instead of
17503         current-time-string.
17504
17505         * message.el (message-fetch-field): Don't use set-text-properties.
17506         (message-make-date): Simplify.
17507
17508         * messagexmas.el (message-xmas-make-date): New function.
17509         (message-xmas-redefine): Defalias message-make-date to it.
17510
17511 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17512
17513         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17514         (rfc2047-encode-region): Treat text within parentheses as special;
17515         show the original text when error has occurred.
17516
17517         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17518         already-computed method to gnus-activate-group.
17519
17520         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17521         same select-methods identical Lisp objects.
17522
17523         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17524         object when modifying the info.
17525
17526 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17527
17528         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17529         gnus-opened-servers since it has never been opened with the new
17530         configuration yet.
17531
17532 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17533
17534         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17535         arg to nnheader-generate-fake-message-id.
17536
17537 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17538
17539         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17540         number and build a fake message ID localized to a group and
17541         article number (so it's repeatable from that point on).
17542         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17543         ID format.
17544
17545         * gnus-sum.el (gnus-get-newsgroup-headers):
17546         Call nnheader-generate-fake-message-id with the article number.
17547
17548 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17549
17550         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17551         end-of-buffer.
17552
17553 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17554
17555         * message.el (message-ignored-supersedes-headers): Add Approved.
17556
17557 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17558
17559         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17560         goto-char.
17561         (rfc2047-encode): Fold the line before encoding.
17562
17563 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17564
17565         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17566         folding -- not all headers can be folded, and this should be done
17567         by the message composition mode.  Probably.  I think.
17568
17569 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17570
17571         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17572         fast.
17573
17574         * gnus-ems.el (gnus-remove-image): Don't use
17575         message-text-with-property; remove only the image found first.
17576
17577         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17578         found first.
17579
17580 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17581
17582         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17583
17584 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17585
17586         * message.el (message-text-with-property): Make it fast and accept
17587         optional arguments.
17588         (message-strip-forbidden-properties): Use it.
17589         (message-fix-before-sending): Follow the m-t-w-p change.
17590
17591         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17592
17593 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17594
17595         * gnus-art.el (article-hide-headers): Don't change the buffer
17596         mistakenly when performing mml-preview even if
17597         gnus-single-article-buffer is nil.
17598
17599 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17600
17601         * message.el (message-expand-name-databases): New user option.
17602         (message-expand-name): Use it.
17603
17604 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17605
17606         * spam.el (spam-report-articles-resend)
17607         (spam-report-resend-register-routine): Allow ham reporting.
17608         (spam-report-resend-register-ham-routine): Add wrapper.
17609         (spam-registration-functions): Add ham resending functions.
17610         (spam-list-of-processors): Add ham resend processor.
17611
17612         * gnus.el (ham-resend-to): Add new group parameter.
17613         (spam-process): Add ham resend option.
17614
17615         * spam-report.el (spam-report-resend): Allow reporting ham.
17616         (spam-report-resend-ham): Add wrapper.
17617
17618 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17619
17620         * message.el (message-cite-articles-with-x-no-archive):
17621         New variable.
17622         (message-cite-original): Use it.
17623
17624 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17625
17626         * message.el (message-cite-original): Respect X-No-Archive.
17627
17628 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17629
17630         * gnus-art.el (article-hide-headers): Refer to the values for
17631         gnus-ignored-headers and gnus-visible-headers in the summary
17632         buffer since a user may have set them as group parameters.
17633
17634 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17635
17636         * assistant.el (assistant-node-name): Add convenience function.
17637         (assistant-render-text, assistant-render-node): Add error handling,
17638         plus handle multiple next nodes.
17639         (assistant-find-next-node): Comment out for now.
17640         (assistant-find-next-nodes): Add function, returns list of next
17641         nodes.
17642
17643 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17644
17645         * mail-source.el (mail-source-directory): Fix doc-string.
17646
17647 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17648
17649         * assistant.el (assistant-render-text, assistant-eval): Add :set
17650         widget type, which is different because it takes and returns a
17651         list.  Much hilarity ensues.
17652
17653 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17654
17655         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17656
17657         * gnus-group.el (gnus-group-get-new-news-this-group):
17658         Add doc-string.
17659
17660         * gnus-start.el (gnus-activate-group): Add doc-string.
17661
17662 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17663
17664         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17665
17666 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17667
17668         * assistant.el (assistant-render-text): Try to add a :set
17669         widget, more to come.
17670
17671         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17672         strings.
17673         (spam-report-articles-resend)
17674         (spam-register-routine): Do registration iff any articles warrant
17675         it.
17676         (spam-summary-prepare-exit): Change log message for nil group
17677         destinations.
17678
17679 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17680
17681         * spam.el (spam-report-resend-register-routine):
17682         Allow spam-report-resend-to to be a group parameter or a global value.
17683
17684 2004-05-26  Simon Josefsson  <jas@extundo.com>
17685
17686         * starttls.el: Merge with my GNUTLS based starttls.el.
17687         (starttls-gnutls-program, starttls-use-gnutls)
17688         (starttls-extra-arguments, starttls-process-connection-type)
17689         (starttls-connect, starttls-failure, starttls-success):
17690         New variables.
17691         (starttls-program, starttls-extra-args): Doc fix.
17692         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17693         New functions.
17694         (starttls-negotiate, starttls-open-stream):
17695         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17696         function if it is set.
17697
17698 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17699
17700         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17701         structured fields.
17702
17703 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17704
17705         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17706
17707 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17708
17709         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17710         Add variable.
17711         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17712         assigning the spam-mark to new messages.
17713
17714 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17715
17716         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17717
17718 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17719
17720         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17721
17722         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17723         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17724         default.
17725
17726 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17727
17728         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17729         correct data.
17730
17731 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17732
17733         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17734         (spam-group-processor-p): Fix function.
17735         (spam-group-processor-multiple-p)
17736         (spam-group-spam-processor-report-gmane-p)
17737         (spam-group-spam-processor-report-resend-p)
17738         (spam-group-spam-processor-bogofilter-p)
17739         (spam-group-spam-processor-blacklist-p)
17740         (spam-group-spam-processor-ifile-p)
17741         (spam-group-ham-processor-ifile-p)
17742         (spam-group-spam-processor-spamoracle-p)
17743         (spam-group-spam-processor-crm114-p)
17744         (spam-group-ham-processor-bogofilter-p)
17745         (spam-group-spam-processor-stat-p)
17746         (spam-group-ham-processor-stat-p)
17747         (spam-group-ham-processor-whitelist-p)
17748         (spam-group-ham-processor-BBDB-p)
17749         (spam-group-ham-processor-spamoracle-p)
17750         (spam-group-ham-processor-copy-p): Remove functions with some
17751         prejudice against unneeded code.
17752         (spam-report-articles-resend)
17753         (spam-report-resend-register-routine): Allow the group/topic
17754         spam-resend-to value to override spam-report-resend-to.
17755         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17756         properly now.
17757
17758         * gnus.el (spam-resend-to): Add group/topic parameter.
17759         (spam-process): Move the OBSOLETE processors to the end of the
17760         choices.
17761
17762 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17763
17764         * spam-report.el (spam-report-resend-to, spam-report-resend):
17765         Start with resend-to set to nil, and then ask the user if necessary.
17766         (spam-report-resend): spam-report-resend takes a list of articles, not
17767         separate article numbers.
17768
17769 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17770
17771         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17772         addition to emacs-w3m.
17773
17774 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17775
17776         * assistant.el (assistant-authinfo-data): New function.
17777         (assistant-eval): Eval for entire assistant.
17778
17779         * netrc.el (netrc-services-file): New variable.
17780         (netrc-parse-services): New function.
17781         (netrc-find-service-name): New function.
17782         (netrc-find-service-number): New function.
17783         (netrc-port-equal): New function.
17784         (netrc-machine): Use it.
17785
17786         * nnimap.el (nnimap-open-connection): Use netrc.
17787
17788         * gnus-util.el (gnus-netrc-get): Remove aliases.
17789
17790         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17791
17792         * assistant.el (wid-edit): Fix compilation.
17793
17794         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17795
17796 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17797
17798         * gnus-util.el (gnus-set-file-modes): New function.  (small
17799         patch).
17800
17801 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17802
17803         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17804
17805         * assistant.el (assistant-render-node): Fix up rendering and
17806         read-only text.
17807         (assistant-render-node): Reset.
17808         (assistant-make-read-only): Not sticky.
17809
17810 2004-05-20  Danny Siu  <dsiu@adobe.com>
17811
17812         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17813         centered even when gnus-auto-center-summary is t.
17814
17815 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17816
17817         * dns.el (dns-get-txt-answer): New function.
17818         (dns-read-txt): Ditto.
17819         (query-dns): Use it.
17820
17821 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17822
17823         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17824         active for foreign groups even if the group level is higher than
17825         the specified value.
17826
17827 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17828
17829         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17830         non-active groups.
17831
17832         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17833
17834 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17835
17836         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17837
17838 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17839
17840         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17841         (spam-crm114-header, spam-crm114-spam-switch)
17842         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17843         (spam-crm114-positive-spam-header)
17844         (spam-crm114-database-directory, spam-list-of-processors)
17845         (spam-group-spam-processor-crm114-p)
17846         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17847         (spam-generic-score, spam-list-of-checks)
17848         (spam-list-of-statistical-checks, spam-registration-functions)
17849         (spam-check-crm114-headers, spam-crm114-score)
17850         (spam-check-crm114, spam-crm114-register-with-crm114)
17851         (spam-crm114-register-spam-routine)
17852         (spam-crm114-unregister-spam-routine)
17853         (spam-crm114-register-ham-routine)
17854         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17855         From asjo@koldfront.dk (Adam Sjøgren).
17856
17857         * gnus.el: Add spam-use-crm114.
17858
17859         * spam.el (spam-list-of-processors, spam-registration-functions):
17860         Add spam-use-resend.
17861         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17862         (spam-report-articles-gmane): Add doc fix.
17863         (spam-report-articles-resend, spam-report-resend-register-routine):
17864         Add wrappers around spam-report-resend-to.
17865
17866         * spam-report.el (spam-report-resend-to, spam-report-resend):
17867         Add support for resending spam.
17868         (spam-report-gmane): Fix line length >80.
17869
17870         * gnus.el (spam-process): Add spam-use-resend.
17871
17872 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17873
17874         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17875         number of processed spam messages.
17876         (spam-ham-copy-or-move-routine): Return the number of processed
17877         ham messages.
17878         (spam-summary-prepare-exit): Use the above values to decide
17879         whether status messages shouled be displayed.
17880
17881 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17882
17883         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17884         `rfc2047-encoding-function-alist' in order to avoid conflicting
17885         with the old version.
17886         (rfc2047-encode-region): Concatenate words containing non-ASCII
17887         characters in structured fields; don't encode space-delimited
17888         ASCII words even in unstructured fields; don't break words at
17889         char-category boundaries.
17890         (rfc2047-encode-1): New function.
17891         (rfc2047-encode): Use it; encode text so that it occupies the
17892         maximum width within 76-column; work correctly on Q encoding for
17893         iso-2022-* charsets.
17894         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17895         sure not to break a line just after the header name.
17896         (rfc2047-b-encode-region): Remove.
17897         (rfc2047-b-encode-string): New function.
17898         (rfc2047-q-encode-region): Remove.
17899         (rfc2047-q-encode-string): New function.
17900
17901         * mm-util.el (mm-replace-in-string): New function.
17902
17903 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17904
17905         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17906         Really get it right.
17907         (gnus-inews-make-draft): Really.
17908
17909 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17910
17911         * nnmh.el (nnmh-request-list-1): Don't check the link count
17912         before descending.  (small patch)
17913
17914 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17915
17916         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17917         stuff.
17918
17919         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17920         Match on real group name.
17921
17922         * gnus-art.el (gnus-signature-limit): Doc fix.
17923
17924         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17925
17926         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17927
17928 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17929
17930         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17931         isn't a string.
17932
17933 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17934
17935         * gnus-draft.el (gnus-draft-send):
17936         Bind rfc2047-encode-encoded-words.
17937
17938         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17939         (rfc2047-encodable-p): Say that =? needs encoding.
17940         (rfc2047-encode-encoded-words): New variable.
17941
17942         * gnus-group.el (gnus-group-select-group): Doc fix.
17943
17944         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17945
17946         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17947         to nil.
17948
17949         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17950
17951         * nnheader.el (nnheader-get-lines-and-char): New function.
17952
17953 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17954
17955         * gnus-msg.el (gnus-summary-followup-with-original):
17956         Document yanking of region when active.
17957
17958 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17959
17960         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17961         groups if the group level is higher than the specified value.
17962
17963 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17964
17965         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17966         (gnus-group-jump-to-group): Add prefix argument using
17967         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17968         non-active group.
17969
17970         * compface.el (uncompface): Be verbose when changing
17971         `uncompface-use-external'.
17972
17973         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17974         handle manual section.
17975
17976 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17977
17978         * gnus-art.el (gnus-button-alist): Revert previous change.
17979
17980 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17981
17982         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17983
17984 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17985
17986         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17987         whether backend can accept message.
17988
17989         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17990
17991 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17992
17993         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17994         Avoid creating directory when nntp-marks-is-evil is true.
17995         Reported by Reiner Steib.
17996
17997 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17998
17999         * gnus-picon.el (gnus-picon-style): New variable.
18000         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18001         (gnus-picon-transform-address): Support `gnus-picon-style'.
18002         From Jesper Harder <harder@ifa.au.dk>.
18003
18004 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18005
18006         * message.el (message-fill-field): Return point.
18007         (message-generate-headers): Go to end of field.
18008
18009         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18010         stuff for non-living groups.
18011
18012 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18013
18014         * gnus-art.el (gnus-article-followup-with-original)
18015         (gnus-article-reply-with-original): gnus-mark-active-p ->
18016         gnus-region-active-p.
18017
18018 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18019
18020         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18021         only when there is spam or ham to be processed.
18022
18023 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18024
18025         * mail-source.el (mail-source-delete-crash-box): Refactor.
18026         (mail-source-fetch): Use it.
18027         (mail-source-fetch-file): Ditto.
18028         (mail-source-fetch-directory): Run postscript in loop.
18029         (mail-source-fetch-pop): Delete.
18030         (mail-source-fetch-maildir): Ditto.
18031         (mail-source-fetch-imap): Ditto.
18032
18033         * imap.el (imap-authenticators): Comment out sasl.
18034
18035         * message.el (message-skip-to-next-address): New function.
18036         (message-fill-header-address): Refactor.
18037         (message-fill-address): Use it.
18038         (message-delete-address): Use it.
18039         (message-fill-header-general): Refactor.
18040         (message-fill-field-address): Rename.
18041         (message-narrow-to-field): Find the start of the header.
18042         (message-header-format-alist): Don't pre-fill.
18043         (message-fill-header): Remove.
18044         (message-insert-header): New function.
18045         (message-shorten-references): Use it.
18046
18047         * rfc2047.el (rfc2047-field-value): Strip props.
18048
18049         * mail-parse.el (mail-header-make-address): New alias.
18050
18051         * ietf-drums.el (ietf-drums-make-address): New function.
18052
18053         * imap.el: Add compiler directives.
18054
18055         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18056
18057         * gnus-art.el (article-decode-idna-rhs): Don't use
18058         message-idna-inside-rhs-p.
18059
18060 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18061
18062         * message.el (message-idna-inside-rhs-p): Remove.
18063         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18064
18065         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18066         false positives.
18067
18068 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18069
18070         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18071
18072 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18073
18074         * nneething.el (nneething-file-name): Don't create spurious
18075         files.
18076
18077         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18078         (gnus-inews-do-gcc): Remove sleep.
18079
18080         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18081         part under point.
18082
18083         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18084         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18085
18086 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18087
18088         * spam.el (spam-summary-prepare-exit): Fix (length).
18089
18090 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18091
18092         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18093         as expired without moving it" message when there are spam
18094         messages left.
18095
18096 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18097
18098         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18099         header is not nil.
18100
18101 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18102
18103         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18104         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18105         (nntp-marks-changed-p): New arg SERVER.
18106         (nntp-request-update-info): Adjust caller.
18107
18108 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18109
18110         * nntp.el (nntp-save-marks): Pass missing arg.
18111
18112 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18113
18114         * nntp.el: Support marks.
18115         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18116         (nntp-marks-modtime, nntp-marks-directory): New variables.
18117         (nntp-request-set-mark, nntp-request-update-info)
18118         (nntp-possibly-create-directory, nntp-marks-changed-p)
18119         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18120         New functions.
18121
18122 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18123
18124         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18125         (gnus-xmas-redefine): Rename.
18126
18127         * gnus-score.el (gnus-score-insert-help):
18128         Use gnus-select-lowest-window.
18129
18130         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18131         appt-select-lowest-window and rename to gnus-select-lowest-window.
18132
18133         * gnus.el: do.
18134
18135 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18136
18137         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18138         encodings of MIME-encoded words, in order to improve
18139         interoperability with several broken MUAs.
18140
18141 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18142
18143         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18144         tags, only when charsets are not specified in headers.
18145         (mm-inline-text-html-render-with-w3m): Ditto.
18146
18147         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18148         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18149
18150 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18151
18152         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18153         instead of MIME-decoded from fields when checking
18154         `gnus-article-address-banner-alist'.
18155
18156 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18157
18158         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18159         description rather than subject.
18160
18161 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18162
18163         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18164
18165 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18166
18167         * gnus.el (gnus-version-number): Bump.
18168
18169 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18170
18171         * gnus.el: No Gnus v0.2 is released.
18172
18173 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18174
18175         * gnus-agent.el (gnus-agent-read-agentview):
18176         Inline gnus-uncompress-range.
18177
18178 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18179
18180         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18181         `exec-installed-p'.
18182
18183 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18184
18185         * gnus.el (spam-process, spam-autodetect-methods):
18186         Add bsfilter and bsfilter-headers.
18187
18188         * spam.el (spam-bsfilter): New customize group.
18189         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18190         (spam-bsfilter-header, spam-bsfilter-probability-header)
18191         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18192         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18193         (spam-bsfilter-database-directory): New options.
18194         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18195         (spam-list-of-statistical-checks, spam-registration-functions):
18196         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18197         (spam-bsfilter-score): New command.
18198         (spam-check-bsfilter-headers, spam-check-bsfilter)
18199         (spam-bsfilter-register-with-bsfilter)
18200         (spam-bsfilter-register-spam-routine)
18201         (spam-bsfilter-unregister-spam-routine)
18202         (spam-bsfilter-register-ham-routine)
18203         (spam-bsfilter-unregister-ham-routine): New functions.
18204         (spam-generic-score): Support bsfilter; Accept an optional argument
18205         to recalcurate spam score even if scoring header has already been
18206         added.
18207         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18208         optional argument to recalcurate spam score even if scoring header
18209         has already been added.
18210
18211 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18212
18213         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18214         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18215         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18216         link is missing.
18217
18218 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18219
18220         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18221         (html2text-get-attr): Rewrite.
18222
18223         * message.el (message-setup-1): Remove redundant put-text-property
18224         on mail-header-separator.
18225
18226 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18227
18228         * gnus-registry.el (gnus-registry-cache-whitespace)
18229         (gnus-registry-action, gnus-registry-spool-action)
18230         (gnus-registry-split-fancy-with-parent): Change message levels
18231         from 5 to 3 or 7, as needed.
18232
18233         * spam.el (spam-summary-prepare-exit)
18234         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18235         (spam-split, spam-find-spam, spam-log-undo-registration)
18236         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18237         level from 5 to 6.
18238
18239 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18240
18241         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18242         2004-03-04 change).
18243
18244 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18245
18246         * sieve-manage.el (sieve-manage-open):
18247         * nnweb.el (nnweb-insert-html):
18248         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18249         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18250         * nnspool.el (nnspool-request-group):
18251         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18252         * nnml.el (nnml-request-update-info):
18253         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18254         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18255         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18256         (nnimap-request-set-mark):
18257         * nnfolder.el (nnfolder-request-update-info):
18258         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18259         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18260         * gnus-uu.el (gnus-uu-find-articles-matching):
18261         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18262         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18263         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18264         * gnus-nocem.el (gnus-nocem-scan-groups):
18265         * gnus-int.el (gnus-start-news-server):
18266         * gnus-group.el (gnus-group-make-kiboze-group)
18267         (gnus-group-browse-foreign-server):
18268         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18269         Use mapc when appropriate.
18270
18271 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18272
18273         FIXME: Make separate entries for each person.
18274
18275         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18276         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18277         <shields@msrl.com>:
18278
18279         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18280         may need for spam sorting and scoring.
18281         (spam-user-format-function-S): Add user format function suitable for
18282         general use.
18283         (spam-article-sort-by-spam-status): Add sorting function for summary
18284         sorting.
18285         (spam-extra-header-to-number): Add function to get a score from a
18286         header.
18287         (spam-summary-score): Add function to get a numeric score from the
18288         headers.
18289         (spam-generic-score): Fix function doc, was in wrong place.
18290         (spam-initialize): Take symbols when it's run, and install the
18291         extra headers that spam-necessary-extra-headers thinks we need.
18292
18293 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18294
18295         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18296         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18297
18298 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18299
18300         * gnus-sum.el (gnus-set-global-variables)
18301         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18302         (gnus-article-get-xrefs, gnus-summary-best-group)
18303         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18304         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18305         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18306         Use with-current-buffer.
18307
18308 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18309
18310         * spam.el (spam-summary-prepare-exit): Simplify logic.
18311         (spam-fetch-article-header): Read the article header if it's not
18312         available.
18313         (spam-list-articles): Simplify logic.
18314         (spam-filelist-register-routine): Fix bug with unregister-list.
18315
18316         * gnus-registry.el: Fix comments at beginning.
18317
18318 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18319
18320         * message.el (message-cater-to-broken-inn): Remove.
18321         (message-shorten-references): Make sure the total folded length of
18322         References is shorter than 998 characters to cater to a bug in INN
18323         2.3.  Also, don't pretend that references aren't folded -- this
18324         hasn't worked for a while.
18325
18326 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18327
18328         * gnus-agent.el (gnus-agentize):
18329         gnus-agent-send-mail-real-function no longer set to current value
18330         of message-send-mail-function but rather a lambda that calls
18331         message-send-mail-function.  The change makes the agent real-time
18332         responsive to user changes to message-send-mail-function.
18333
18334 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18335
18336         * legacy-gnus-agent.el
18337         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18338         help from Florian Weimer <fw@deneb.enyo.de>
18339
18340 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18341
18342         * nnmail.el (nnmail-cache-insert): Revert last change.
18343
18344 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18345
18346         * nnmail.el (nnmail-cache-insert): Always check whether
18347         nnmail-cache-ignore-groups matches a group name.
18348
18349 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18350
18351         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18352         (spam-find-spam, spam-log-processing-to-registry)
18353         (spam-log-registered-p, spam-log-unregistration-needed-p)
18354         (spam-log-undo-registration): Use gnus-message instead of
18355         gnus-error, none of these errors are fatal.
18356
18357         * gnus-registry.el (gnus-registry-clean-empty-function)
18358         (gnus-registry-clean-empty): Remove only empty entries without
18359         extra data.
18360
18361 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18362
18363         * spam-stat.el (spam-stat-buffer-change-to-spam)
18364         (spam-stat-buffer-change-to-non-spam): Change (error) to
18365         (gnus-message 8) invocation.
18366
18367 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18368
18369         * nntp.el (nntp-via-netcat-command): New variable.
18370         (nntp-via-netcat-switches): New variable.
18371         (nntp-open-via-rlogin-and-netcat): New function.
18372         (nntp-open-connection-function): Doc fix.
18373         (nntp-telnet-command): Doc fix.
18374         (nntp-end-of-line): Doc fix.
18375         (nntp-via-rlogin-command): Doc fix.
18376         (nntp-via-user-name): Doc fix.
18377         (nntp-via-address): Doc fix.
18378
18379 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18380
18381         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18382         error in Emacs 21.1.
18383
18384 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18385
18386         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18387
18388 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18389
18390         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18391         (gnus-agent-with-refreshed-group): New macro.
18392         (gnus-agent-rename-group): New function.
18393         (gnus-agent-delete-group): New function.
18394         (gnus-agent-save-group-info): Use gnus-command-method when
18395         `method' parameter is nil.  Don't write nil entries into the
18396         active file.
18397         (gnus-agent-get-group-info): New function.
18398         (gnus-agent-fetch-articles):
18399         Use gnus-agent-update-files-total-fetched-for to increment disk space
18400         used.
18401         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18402         Use gnus-agent-update-view-total-fetched-for to increment disk space
18403         used.
18404         (gnus-agent-get-local): Add optional parameters to avoid calling
18405         gnus-group-real-name and gnus-find-method-for-group.
18406         (gnus-agent-set-local): Delete stored entry if either min, or max,
18407         are nil.
18408         (gnus-agent-fetch-session): Reworded error/quit messages.
18409         On quit, use gnus-agent-regenerate-group to record existance of any
18410         articles fetched to disk before the quit occurred.
18411         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18412         gnus-agent-update-view-total-fetched-for, and
18413         gnus-agent-update-files-total-fetched-for to decrement disk space
18414         used.
18415         (gnus-agent-retrieve-headers):
18416         Use gnus-agent-update-view-total-fetched-for to increment disk space
18417         used.
18418         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18419         with gnus-agent-update-files-total-fetched-for to decrement disk
18420         space and fresh group buffer.
18421         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18422         (gnus-agent-need-update-total-fetched-for): New variable.
18423         (gnus-agent-update-files-total-fetched-for): New function.
18424         (gnus-agent-update-view-total-fetched-for): New function.
18425         (gnus-agent-total-fetched-for): New function.
18426
18427         * gnus-cache.el (gnus-cache-save-buffers):
18428         Use gnus-cache-update-overview-total-fetched-for to change disk space
18429         used by this group.
18430         (gnus-cache-possibly-enter-article):
18431         Use gnus-cache-update-file-total-fetched-for to increment disk space
18432         used by this group.
18433         (gnus-cache-possibly-remove-article):
18434         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18435         used by this group.
18436         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18437         (gnus-cache-rename-group): New function.
18438         (gnus-cache-delete-group): New function.
18439         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18440         (gnus-cache-need-update-total-fetched-for): New variable.
18441         (gnus-cache-with-refreshed-group): New macro.
18442         (gnus-cache-update-file-total-fetched-for): New function.
18443         (gnus-cache-update-overview-total-fetched-for): New function.
18444         (gnus-cache-rename-group-total-fetched-for): New function.
18445         (gnus-cache-delete-group-total-fetched-for): New function.
18446         (gnus-cache-total-fetched-for): New function.
18447
18448         * gnus-group.el: Require gnus-sum and autoload functions to
18449         resolve warnings when gnus-group.el compiled alone.
18450         (gnus-group-line-format): Documented new %F.
18451         (size of Fetched data) group line format; identifies disk space
18452         used by agent and cache.
18453         (gnus-group-line-format-alist): Defined new F format.
18454         (gnus-total-fetched-for): New function.
18455         (gnus-group-delete-group): No longer update
18456         gnus-cache-active-altered as gnus-request-delete-group now keeps
18457         the cache in sync.
18458         (gnus-group-list-active): Let the agent store a server's active
18459         list if currently plugged.
18460
18461         * gnus-int.el (gnus-request-delete-group):
18462         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18463         local disk in sync with the server.
18464         (gnus-request-rename-group):
18465         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18466         local disk in sync with the server.
18467
18468         * gnus-start.el (gnus-get-unread-articles):
18469         Cosmetic simplification to logic.
18470
18471         * gnus-util.el (gnus-rename-file): New function.
18472
18473 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18474
18475         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18476
18477 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18478
18479         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18480         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18481
18482 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18483
18484         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18485         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18486
18487 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18488
18489         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18490
18491 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18492
18493         * spam.el (spam-set-difference): Add function to replace
18494         gnus-set-difference in spam.el.
18495         (spam-summary-prepare-exit): Use spam-set-difference.
18496
18497 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18498
18499         * gnus-registry.el (gnus-registry-cache-file): Update to use
18500         gnus-dribble-directory OR gnus-home-directory OR ~.
18501         (gnus-registry-split-fancy-with-parent): Fix doc.
18502
18503 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18504
18505         * message.el (message-exchange-point-and-mark):
18506         Use message-mark-active-p.  Suggested by Jesper Harder
18507         <harder@ifa.au.dk>.
18508
18509 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18510
18511         * message.el (message-exchange-point-and-mark): Don't activate
18512         region if it was inactive.  Suggested by Hiroshi Fujishima
18513         <pooh@nature.tsukuba.ac.jp>.
18514
18515 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18516
18517         * gnus-art.el (article-display-face): Display Faces in the same
18518         order as X-Faces.
18519
18520 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18521
18522         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18523
18524 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18525
18526         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18527         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18528         (gnus-article-mime-hierarchy): Remove.
18529         (gnus-article-mime-hierarchy-next): Remove.
18530         (gnus-article-mode): Revert 2004-03-19 change.
18531         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18532         (gnus-insert-mime-button): Revert 2004-03-19 change.
18533         (gnus-mime-accumulate-hierarchy): Remove.
18534         (gnus-mime-enter-multipart): Remove.
18535         (gnus-mime-leave-multipart): Remove.
18536         (gnus-mime-display-part): Revert 2004-03-19 change.
18537         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18538
18539         * mml.el (mml-preview): Revert 2004-03-19 change.
18540
18541 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18542
18543         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18544
18545 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18546
18547         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18548         t while entering a file name using the mm-with-multibyte macro.
18549         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18550
18551         * mm-util.el (mm-with-multibyte): New macro.
18552
18553 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18554
18555         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18556         New user option.
18557         (gnus-mime-multipart-functions): Doc and customization fix.
18558         (gnus-article-mime-hierarchy): New variable.
18559         (gnus-article-mime-hierarchy-next): New variable.
18560         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18561         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18562         gnus-article-mime-hierarchy-next to nil.
18563         (gnus-insert-mime-button): Show hierarchy numbers.
18564         (gnus-mime-accumulate-hierarchy): New function.
18565         (gnus-mime-enter-multipart): New function.
18566         (gnus-mime-leave-multipart): New function.
18567         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18568         (gnus-mime-display-alternative): Show hierarchy numbers.
18569
18570         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18571         gnus-article-mime-hierarchy-next to nil.
18572
18573 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18574
18575         * dns.el: Don't require gnus-xmas.
18576
18577 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18578
18579         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18580         inline PGP.
18581         (mml-menu): Disable mml-quote-region if mark is inactive.
18582
18583 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18584
18585         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18586         when the group's active is not available.
18587
18588 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18589
18590         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18591         error.
18592
18593 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18594
18595         * imap.el (imap-store-password): New variable.
18596         (imap-interactive-login): Use it.
18597         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18598
18599 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18600
18601         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18602         window-start and hscroll to summary window.
18603
18604 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18605
18606         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18607         conversion message to newsrc-dribble when an actual conversion is
18608         performed.
18609
18610 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18611
18612         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18613
18614 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18615
18616         * mm-decode.el (mm-complicated-handles): New function reviving
18617         former definition of mm-multiple-handles.
18618
18619         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18620         (gnus-mime-delete-part): Use it.
18621
18622 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18623
18624         * gnus-agent.el (gnus-agent-read-local):
18625         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18626         avoid the implicit assumption that they will always be equal.
18627         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18628         coding-system-for-write, as the with-temp-file macro first prints
18629         to a buffer then saves the buffer.
18630
18631 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18632
18633         * gnus-art.el (gnus-article-edit-part): New function.
18634         (gnus-mime-save-part-and-strip): Use it; do query instead of
18635         signaling an error; don't use mm-multiple-handles.
18636         (gnus-mime-delete-part): Ditto.
18637
18638 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18639
18640         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18641         old file versions.
18642         (gnus-group-prepare-hook): Remove function that converted list
18643         form of gnus-agent-expire-days to group properties.
18644
18645         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18646         (gnus-request-accept-article): Re-indented.
18647
18648         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18649         converters to handle old agent file formats.  Add logic for a
18650         "backup before upgrading warning".
18651         (gnus-convert-mark-converter-prompt): Developers can mark
18652         functions as needing (default), or not needing,
18653         gnus-convert-old-newsrc's "backup before upgrading warning".
18654         (gnus-convert-converter-needs-prompt): Tests whether the user
18655         should be protected from potentially irreversable changes by the
18656         function.
18657
18658         * legacy-gnus-agent.el: New.  Provides converters that are only
18659         loaded when gnus-convert-old-newsrc needs to call them.
18660
18661 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18662
18663         * mail-source.el (mail-source-touch-pop): Doc fix.
18664
18665         * message.el (message-smtpmail-send-it): Doc fix.
18666
18667 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18668
18669         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18670
18671         * nnmail.el (nnmail-split-fancy): do.
18672
18673         * gnus-kill.el (gnus-kill, gnus-execute): do.
18674
18675 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18676
18677         * gnus-sum.el (gnus-widget-reversible-match)
18678         (gnus-widget-reversible-to-internal)
18679         (gnus-widget-reversible-to-external): New functions.
18680         (gnus-widget-reversible): New widget.
18681         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18682
18683 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18684
18685         * gnus-sum.el (gnus-thread-sort-functions)
18686         (gnus-article-sort-functions): Document `(not F)' items.
18687
18688 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18689
18690         * spam.el (spam-use-gmane-xref): Add new backend.
18691         (spam-gmane-xref-spam-group): Add variable to control the name of the
18692         Gmane spam group.
18693         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18694         (spam-regex-headers-spam, spam-regex-headers-ham)
18695         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18696         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18697         backends and checks.
18698         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18699
18700         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18701         an autodetect method.
18702
18703 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18704
18705         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18706         articles are being added to a group.
18707         (gnus-request-replace-article): Inform the agent that articles
18708         need to be uncached as the cached contents are no longer valid.
18709
18710 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18711
18712         * binhex.el: Don't autoload executable-find.
18713
18714         * canlock.el: Don't autoload mail-fetch-field.
18715
18716         * dgnushack.el: Autoload c-mode for XEmacs.
18717
18718         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18719
18720         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18721         rmail-dont-reply-to and rmail-output.
18722
18723         * gnus-score.el: Don't autoload ffap-string-at-point.
18724
18725         * gnus-setup.el: Don't autoload sc-cite-original.
18726
18727         * imap.el: Don't autoload base64-decode-string,
18728         base64-encode-string and md5.
18729
18730         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18731         and rmail-msg-restore-non-pruned-header.
18732
18733         * mm-decode.el: Don't autoload executable-find.
18734
18735         * mm-url.el: Don't autoload executable-find.
18736
18737         * mm-view.el: Don't autoload diff-mode.
18738
18739         * nndb.el: Don't autoload news-reply-mode, news-setup,
18740         cancel-timer and telnet.
18741
18742         * password.el: Don't autoload run-at-time for Emacs.
18743
18744         * sha1-el.el: Don't autoload executable-find.
18745
18746         * sieve-mode.el: Don't autoload c-mode.
18747
18748         * uudecode.el: Don't autoload executable-find.
18749
18750 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18751
18752         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18753         (gnus-agent-possibly-alter-active): Avoid null in numeric
18754         comparison.
18755         (gnus-agent-set-local): Refuse to save null in local object table.
18756         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18757         list of articles that will be marked as unread.
18758
18759 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18760
18761         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18762
18763 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18764
18765         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18766         language tags.
18767
18768 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18769
18770         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18771         Don't bind "obarray".
18772
18773         * gnus-sum.el (gnus-thread-sort-functions):
18774         Add `gnus-thread-sort-by-most-recent-number' and
18775         `gnus-thread-sort-by-most-recent-date'.
18776         Reported by Kai Grossjohann <kai@emptydomain.de>.
18777
18778 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18779
18780         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18781
18782 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18783
18784         * gnus-cus.el (gnus-agent-customize-category):
18785         Remove ignore-errors macro reference that required cl to be loaded at
18786         run-time.
18787
18788         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18789         single-interval range of the form (min . max).  Previously the
18790         range had to look like ((min . max)).  Likewise, return
18791         (min . max) rather than ((min . max)).
18792         (gnus-range-map): Use gnus-range-normalize to accept
18793         single-interval range.
18794
18795         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18796         the cache, but not the agent, now appear with their usual face.
18797
18798         * dgnushack.el (loaddir): New variable that is bound to the
18799         directory containing the dgnushack.el file. Use loaddir, rather
18800         than srcdir, to update load-path. Change lets dgnushack compile
18801         code in directories other than GNUS/lisp.
18802
18803 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18804
18805         * lpath.el: Don't bind w3m-safe-url-regexp.
18806
18807         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18808         w3m-safe-url-regexp variable buffer-local.
18809
18810         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18811
18812 2004-02-27  Simon Josefsson  <jas@extundo.com>
18813
18814         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18815         gnus-group-real-prefix.
18816         (gnus-summary-move-article): Use it, instead of
18817         gnus-group-real-prefix.
18818
18819 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18820
18821         * lpath.el: Bind w3m-safe-url-regexp.
18822
18823         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18824         w3m-safe-url-regexp variable buffer-local and set it as the value
18825         of mm-w3m-safe-url-regexp.
18826
18827         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18828
18829         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18830         parsing gnus-posting-styles when the message is not for replying.
18831
18832         * dgnushack.el: Autoload sgml-mode for XEmacs.
18833
18834         * nnrss.el (nnrss-opml-export):
18835         Use mm-set-buffer-file-coding-system instead of
18836         set-buffer-file-coding-system.
18837
18838 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18839
18840         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18841         of checkdoc.el).
18842         * nnrss.el: do.
18843         * gnus-mlspl.el: do.
18844         * gnus-ml.el: do.
18845         * gnus-srvr.el: do.
18846
18847         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18848
18849 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18850
18851         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18852         Corrections to custom-manual links.
18853
18854         * gnus-art.el (gnus-article): Ditto.
18855
18856         * mm-decode.el (mime-display, mime-security): Ditto.
18857
18858 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18859
18860         * flow-fill.el: Typo.
18861
18862 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18863
18864         * spam-wash.el: New file.
18865
18866 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18867
18868         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18869
18870 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18871
18872         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18873         to be run with new-articles as LIST1, not LIST2.
18874         (spam-registration-functions): Add spam-use-ham-copy as a nil
18875         registration backend.
18876
18877 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18878
18879         * spam-stat.el (spam-stat-washing-hook): New option.
18880         (spam-stat-buffer-words): Use it.
18881         (spam-stat-process-directory, spam-stat-test-directory):
18882         Use insert-file-contents-literally.
18883         (spam-stat-coding-system): New variable.
18884         (spam-stat-load, spam-stat-save): Use it.
18885
18886 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18887
18888         * spam-report.el (spam-report-plug-agent):
18889         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18890
18891 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18892
18893         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18894         Allow / in mailto URLs.
18895
18896 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18897
18898         * spam-report.el (spam-report-process-queue): Fix interactive use.
18899         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18900         (spam-report-unplug-agent): Doc fixes.
18901         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18902         (spam-report-agentize, spam-report-deagentize): Autoload.
18903
18904 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18905
18906         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18907
18908         * message.el (message-setup-fill-variables): Add mml tags to
18909         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18910         <ajk@iu.edu>.
18911         (message-mode): Don't modify paragraph-separate there.
18912
18913 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18914
18915         * compface.el (uncompface-use-external): Default to undecided.
18916         (uncompface-use-external-threshold): New variable.
18917         (uncompface-float-time): New macro.
18918         (uncompface): Determine whether to use the external decoder if
18919         uncompface-use-external is undecided.
18920
18921 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18922
18923         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18924         after images.
18925
18926         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18927
18928 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18929
18930         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18931
18932         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18933
18934         * gnus-sum.el (gnus-summary-limit-to-age)
18935         (gnus-summary-limit-children): do.
18936
18937         * gnus-int.el (gnus-request-scan): do.
18938
18939         * gnus-group.el (gnus-group-suspend): do.
18940
18941         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18942
18943         * gnus-cite.el (gnus-cite-parse-attributions): do.
18944
18945         * gnus-agent.el (gnus-summary-set-agent-mark)
18946         (gnus-agent-regenerate-group): do.
18947
18948         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18949
18950         * binhex.el (binhex-decode-region-internal): do.
18951
18952 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18953
18954         * gnus-fun.el (gnus-face-properties-alist): New user option.
18955         (gnus-display-x-face-in-from): Use it.
18956
18957         * gnus-art.el (article-display-face): Ditto.
18958
18959         * compface.el (uncompface-use-external): Default to nil.
18960
18961 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18962
18963         * nntp.el (nntp-erase-buffer): New function.
18964         (nntp-retrieve-data, nntp-send-command)
18965         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18966         (nntp-possibly-change-group): Use it.
18967
18968         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18969         Use with-current-buffer.
18970
18971 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18972
18973         * compface.el: Merge the ELisp-based uncompface program.
18974         (compface): New customization group.
18975         (uncompface-use-external): New user option.
18976         (uncompface): Call uncompface-internal if uncompface-use-external
18977         is nil.
18978         (uncompface-internal): New function.  Note that there are also
18979         some other functions and variables added for this function.
18980
18981 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18982
18983         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18984         if necessary.
18985
18986 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18987
18988         * spam-report.el (spam-report-unplug-agent)
18989         (spam-report-plug-agent, spam-report-deagentize)
18990         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18991         Add support for the Agent in spam-report: when unplugged, report to a
18992         file; when plugged, submit all the requests.
18993
18994         * spam.el (spam-register-routine): Fix message about
18995         registration.
18996
18997 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18998
18999         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19000         dependencies.
19001         (rfc2047-encode): Use it.
19002
19003         * gnus-art.el (gnus-button-marker-list): Move before first
19004         reference.
19005
19006         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19007         (imap-parse-body): Fix format string mismatch.
19008
19009         * gnus-score.el (gnus-summary-increase-score): do.
19010
19011         * nnrss.el (nnrss-close): New function.
19012
19013 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19014
19015         * nnrss.el (nnrss-make-filename): New function.
19016         (nnrss-request-delete-group, nnrss-read-server-data)
19017         (nnrss-save-server-data, nnrss-read-group-data)
19018         (nnrss-save-group-data): Use it.
19019         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19020         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19021         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19022
19023 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19024
19025         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19026
19027 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19028
19029         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19030         files.
19031
19032         * message.el (message-generate-headers-first): Don't quote nil
19033         and t in docstrings.
19034
19035         * imap.el (imap-id): do.
19036
19037         * gnus-agent.el (gnus-agent-consider-all-articles)
19038         (gnus-agent-queue-mail): do.
19039
19040 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19041
19042         * spam-report.el (spam-report-process-queue): New function.
19043         Process requests from `spam-report-requests-file'.
19044         (spam-report-process-queue): Doc fix.
19045
19046 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19047
19048         * spam.el (spam-register-routine)
19049         (spam-log-processing-to-registry, spam-log-registered-p)
19050         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19051         Change "check" to "spam-check" for semi-clarity.
19052
19053 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19054
19055         * pop3.el: Require nnheader.
19056
19057         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19058
19059         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19060
19061         * gnus-picon.el: Require cl.
19062
19063         * gnus-fun.el: Require gnus-ems and gnus-util.
19064
19065         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19066
19067         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19068
19069         * gnus-art.el (gnus-article-edit-mode): Define before first
19070         reference.
19071
19072 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19073
19074         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19075         (gnus-uu-post-encoded): Use point-at-bol.
19076
19077         * gnus-topic.el (gnus-group-active-topic-p): do.
19078
19079         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19080
19081         * gnus-group.el (gnus-group-kill-region): do.
19082
19083         * gnus-art.el (article-date-ut): do.
19084
19085         * message.el (message-fetch-field): Remove redundant
19086         case-fold-search binding.
19087         (message-narrow-to-field): Simplify.
19088
19089 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19090
19091         * spam.el (spam-directory): Derive from `gnus-directory'.
19092
19093         * spam-report.el (spam-report-url-to-file)
19094         (spam-report-requests-file): New function and variable for offline
19095         reporting.
19096         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19097         and user defined function.
19098         (spam-report-url-ping-mm-url): Remove doubled slash.
19099
19100 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19101
19102         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19103
19104 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19105
19106         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19107         Fix format string mismatch.
19108
19109         * sieve.el (sieve-deactivate-all): do.
19110
19111         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19112
19113         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19114
19115         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19116
19117         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19118
19119 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19120
19121         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19122         the list of checks.
19123
19124 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19125
19126         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19127         padding.
19128
19129 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19130
19131         * mm-view.el (mm-fill-flowed): New variable.
19132         (mm-inline-text): Use it.
19133
19134 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19135
19136         * spam.el (spam-spamassassin-register-ham-routine)
19137         (spam-spamassassin-register-spam-routine): Fix function names.
19138
19139 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19140
19141         * gnus.el (gnus-tmp-grouplens): Remove.
19142         (gnus-summary-line-format): Remove grouplens.
19143
19144         * gnus-group.el (gnus-group-line-format): Ditto.
19145
19146         * gnus-spec.el (gnus-format-specs): Ditto.
19147         (gnus-update-format-specifications): Flush the group format spec
19148         cache if there's the grouplens stuff.
19149         (gnus-parse-simple-format): Replace %l with the empty string.
19150
19151 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19152
19153         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19154         omission.
19155
19156 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19157
19158         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19159         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19160
19161 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19162
19163         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19164         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19165         New macros and functions.
19166         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19167         Handle > NLINK_MAX messages.
19168         * nnmaildir.el (nnmaildir-request-set-mark):
19169         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19170
19171 2004-01-25  Alex Schroeder  <alex@gnu.org>
19172
19173         * spam-stat.el (spam-stat-process-directory-age): New option.
19174         (spam-stat-process-directory): Use it.
19175
19176 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19177
19178         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19179         (spam-stat-save): Accept prefix argument.
19180
19181 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19182
19183         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19184         links" error.
19185
19186 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19187
19188         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19189         the rest of the and/or forms.
19190
19191 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19192
19193         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19194         compatibility with old .newsrc.eld files.
19195
19196         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19197
19198         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19199
19200         * gnus-start.el (gnus-1): do.
19201
19202         * gnus-group.el (gnus-group-line-format-alist): do.
19203
19204         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19205
19206         * gnus-gl.el: Remove.
19207
19208 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19209
19210         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19211         marks consisting of a single range {for example, (3 . 5)} rather
19212         than a list of a single range { ((3 . 5)) }.
19213
19214 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19215
19216         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19217         Use with-current-buffer.
19218         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19219         avoid consing a string.
19220
19221         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19222         Remove obsolete entries for big5 and gb2312.
19223
19224 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19225
19226         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19227         uncompressed list.
19228
19229 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19230
19231         * spam-stat.el (spam-stat-strip-xref): New function.
19232         (spam-stat-process-directory): Use it.
19233
19234         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19235         here -- it's done in message-fetch-field.
19236
19237 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19238
19239         * gnus-agent.el (gnus-agent-queue-mail)
19240         (gnus-agent-prompt-send-queue): New variables.
19241         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19242         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19243         "nndraft:queue" along to gnus-draft-send.
19244         Use gnus-agent-prompt-send-queue.
19245         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19246         is "nndraft:queue".  Suggested by Gaute Strokkenes
19247         <gs234@srcf.ucam.org>
19248
19249         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19250         (agent-enable-undownloaded-faces): Add.
19251         (gnus-agent-cat-groups): Use eval-and-compile, not
19252         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19253         method of gnus-agent-cat-groups even when the buffer has been
19254         evaled.
19255         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19256         delete gnus-agent-save-active-1.
19257         (gnus-agent-save-groups): Delete.  Identical to
19258         gnus-agent-save-active.
19259         (gnus-agent-write-active): No longer adjust agent's copy of active
19260         file as agent's adjustments are now stored in their own
19261         file.  Remove optional parameter.
19262         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19263         servers.  Add use of min/max range limits from server's local
19264         file.
19265         (gnus-agent-save-alist): Remove unused optional argument.
19266         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19267         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19268         (gnus-agent-set-local): A per-server file that keeps min/max range
19269         limits for articles known to the agent.  Provides a fast mechanism
19270         for altering many active ranges.
19271         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19272         active file (local makes it unnecessary).
19273         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19274
19275         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19276         (agent-enable-undownloaded-faces): Add.
19277
19278         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19279         disable it when sending to "nndraft:queue".
19280         (gnus-group-send-queue): Add safety check to avoid sending queue
19281         when unplugged.
19282
19283         * gnus-group.el (gnus-group-catchup): Use new
19284         gnus-sequence-of-unread-articles, not
19285         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19286         numbers of articles.  Use gnus-range-map to avoid having to
19287         uncompress the unread list.
19288         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19289         Fix invalid ange-ftp reference.
19290
19291         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19292         (gnus-sorted-range-intersection): Intersection of two ranges
19293         without requiring that they first be uncompressed.
19294
19295         * gnus-start.el (gnus-activate-group): Unless blocked by the
19296         caller, possibly expand the active range to include both cached
19297         and agentized articles.
19298         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19299         multiple version-dependent converters.
19300         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19301         gnus-agent-save-active.
19302         (gnus-save-newsrc-file): Save dirty agent range limits.
19303
19304         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19305         gnus-agent-possibly-alter-active.
19306         (gnus-adjust-marked-articles): Faster handling of simple lists.
19307
19308 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19309
19310         * spam-stat.el (spam-stat-test-directory): New optional argument
19311         displays a list of files detected.  Suggested by Andrew Cohen
19312         <cohen@andy.bu.edu>.
19313         (spam-stat-buffer-words-with-scores): Don't narrow and change
19314         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19315
19316 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19317
19318         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19319         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19320         (spam-spamassassin-arguments)
19321         (spam-spamassassin-spam-flag-header)
19322         (spam-spamassassin-positive-spam-flag-header)
19323         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19324         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19325         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19326         (spam-list-of-processors, spam-list-of-checks)
19327         (spam-list-of-statistical-checks, spam-registration-functions)
19328         (spam-check-spamassassin-headers, spam-check-spamassassin)
19329         (spam-spamassassin-score)
19330         (spam-spamassassin-register-with-sa-learn)
19331         (spam-spamassassin-register-spam-routine)
19332         (spam-spamassassin-register-ham-routine)
19333         (spam-assassin-register-spam-routine)
19334         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19335         (spam-bogofilter-score): Fix to show article before scoring.
19336
19337 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19338
19339         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19340         default scoring function.
19341         (spam-generic-score): Call spam-spamassassin-score if
19342         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19343         spam-bogofilter-score otherwise.
19344
19345         * gnus.el (spam-process, spam-autodetect-methods):
19346         Add spamassassin and spamassassin-headers.
19347
19348 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19349
19350         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19351         Suppress unnecessary messages.
19352
19353 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19354
19355         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19356         make-hash-table.
19357
19358 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19359
19360         * canlock.el (base64-encode-string): Don't autoload it.
19361
19362 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19363
19364         * run-at-time.el: Remove useless (require 'itimer),
19365         eval-and-compile and (featurep 'xemacs).
19366
19367 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19368
19369         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19370         GROUP is a virtual group.
19371
19372 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19373
19374         * gnus.el: Autoload `message-y-or-n-p'.
19375
19376 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19377
19378         * pgg-parse.el: Remove unnecessary (require 'custom).
19379
19380         * pgg-def.el: do.
19381
19382         * nnmail.el: do.
19383
19384         * gnus-undo.el: do.
19385
19386         * gnus-picon.el: do.
19387
19388         * gnus-util.el: do.
19389
19390 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19391
19392         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19393
19394 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19395
19396         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19397         handle, as well as a list.
19398
19399         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19400         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19401         (mm-w3m-cid-retrieve): Simplify.
19402
19403 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19404
19405         * message.el (message-kill-to-signature): Allow prefix arg to
19406         specify number of lines to keep before signature.
19407
19408 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19409
19410         * message.el (message-kill-to-signature): Change docstring.
19411
19412 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19413
19414         * canlock.el: Always require sha1-el.
19415         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19416
19417         * message.el: Autoload sha1 only when compiling.
19418
19419         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19420         eudc-expand-inline for XEmacs.
19421
19422 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19423
19424         * message.el (message-canlock-generate): Require sha1-el.
19425
19426 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19427
19428         * message.el (message-expand-name): Silence the byte compiler.
19429
19430         * lpath.el: Add detect-coding-system.
19431
19432         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19433         cus-edit.
19434
19435 2004-01-13  Simon Josefsson  <jas@extundo.com>
19436
19437         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19438         Invoke gnus-score-mode.
19439         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19440
19441         * gnus-range.el (gnus-compress-sequence): Doc fix.
19442         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19443
19444 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19445
19446         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19447
19448 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19449
19450         * spam.el (spam-get-article-as-string): Update to use
19451         gnus-request-article-this-buffer, much simpler.
19452         (spam-get-article-as-buffer): Remove.
19453
19454 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19455
19456         * message.el (message-expand-name): Use EUDC if the user uses that.
19457
19458 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19459
19460         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19461         character for the encoding to avoid consing a string.
19462
19463         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19464         unnecessarily.
19465
19466         * mm-util.el (mm-replace-chars-in-string): Remove.
19467
19468         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19469         of mm-replace-chars-in-string.
19470
19471 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19472
19473         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19474
19475         * mm-util.el (mm-subst-char-in-string): Support inplace.
19476
19477         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19478         a new string in every iteration.  Use shy groups.
19479
19480 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19481
19482         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19483         * gnus-soup.el (gnus-soup-group-brew):
19484         * gnus-msg.el (gnus-put-message):
19485         * gnus-move.el (gnus-group-move-group-to-server):
19486         * gnus-kill.el (gnus-batch-score):
19487         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19488         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19489         (gnus-group-update-group, gnus-group-read-group)
19490         (gnus-group-make-group, gnus-group-make-help-group)
19491         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19492         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19493         (gnus-group-sort-by-unread, gnus-group-catchup)
19494         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19495         (gnus-group-yank-group, gnus-group-set-info)
19496         (gnus-group-list-groups):
19497         * gnus.el (gnus-generate-new-group-name):
19498         * gnus-delay.el (gnus-delay-send-queue):
19499         * nnvirtual.el (nnvirtual-catchup-group):
19500         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19501         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19502         (gnus-group-prepare-topics, gnus-topic-check-topology):
19503         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19504         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19505         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19506         (gnus-group-make-articles-read):
19507         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19508         (gnus-group-change-level, gnus-kill-newsgroup)
19509         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19510         (gnus-get-unread-articles, gnus-make-articles-unread)
19511         (gnus-make-ascending-articles-unread): Use accessor
19512         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19513         to get group information for improved readability.
19514
19515
19516 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19517
19518         * gnus-art.el (article-decode-mime-words, article-babel)
19519         (gnus-article-highlight-signature, gnus-article-add-buttons)
19520         (gnus-signature-toggle): Use gnus-with-article-buffer.
19521
19522         * gnus-art.el (gnus-article-highlight-headers)
19523         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19524
19525         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19526         (gnus-article-set-globals, gnus-request-article-this-buffer)
19527         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19528         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19529         (gnus-mime-display-alternative): Use with-current-buffer.
19530
19531 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19532
19533         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19534         also under 80 char limit, and call gnus-error if needed.
19535         (spam-fetch-article-header): Fix - it was a
19536         buffer-local variable (gnus-newsgroup-data).
19537         (spam-find-spam): Use spam-generate-fake-headers, forget about
19538         spam-insert-fake-headers.
19539         (spam-insert-fake-headers): Remove.
19540
19541 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19542
19543         * deuglify.el (gnus-article-outlook-unwrap-lines)
19544         (gnus-outlook-rearrange-article)
19545         (gnus-outlook-repair-attribution-outlook)
19546         (gnus-outlook-repair-attribution-block)
19547         (gnus-outlook-repair-attribution-other): Remove redundant
19548         save-excursion.
19549
19550 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19551
19552         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19553         (spam-fetch-field-subject-fast)
19554         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19555         (spam-fetch-article-header): Add functions to deal with Gnus
19556         internals for fast retrieval of article header data.
19557         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19558
19559 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19560
19561         * pop3.el (pop3-md5): Remove.
19562         (pop3-apop): Replace pop3-md5 with md5.
19563
19564         * mm-bodies.el: base64 is always built-in.
19565
19566         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19567         Use with-current-buffer.
19568
19569 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19570
19571         * canlock.el (canlock-insert-header): Remove excessive grouping in
19572         regexp.
19573
19574         * gnus-sum.el (gnus-summary-read-document): Ditto.
19575
19576         * gnus-uu.el (gnus-uu-part-number): Ditto.
19577
19578         * html2text.el (html2text-remove-tags): Ditto.
19579         (html2text-format-tags): Ditto.
19580         (html2text-format-single-elements): Ditto.
19581
19582         * mml.el (mml-parse-1): Ditto.
19583
19584 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19585
19586         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19587
19588         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19589
19590         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19591
19592         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19593
19594 2003-11-15  Simon Josefsson  <jas@extundo.com>
19595
19596         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19597         (pgg-gpg-lookup-key): Use regexp match instead of
19598         split-string (split-string is different between emacs 21.2 and
19599         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19600
19601 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19602
19603         * gnus-art.el (gnus-mime-view-all-parts)
19604         (gnus-article-part-wrapper, gnus-article-view-part):
19605         Use with-current-buffer.
19606
19607 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19608
19609         * spam.el (spam-disable-spam-split-during-ham-respool)
19610         (spam-spamoracle-database, spam-cache-lookups)
19611         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19612         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19613         (spam-group-ham-marks, spam-group-spam-marks)
19614         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19615         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19616         also add spam-use-blackholes to the statistical checks.
19617         (spam-fetch-field-fast): Add interface to fetching fields, may
19618         become a macro.
19619         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19620         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19621         (spam-insert-fake-headers): Fake an article when needed.
19622         (spam-find-spam): Fake article when possible.
19623         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19624         (spam-check-bogofilter-headers): Use message-fetch-field instead
19625         of nnmail-fetch-field.
19626
19627 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19628
19629         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19630
19631 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19632
19633         * spam.el (spam-split): Do not require spam-use-CHECK to be
19634         enabled if that check is passed to spam-split explicitly; also
19635         fix so 'spam doesn't get converted to spam-split-group when
19636         spam-split-symbolic-return is t.
19637         (spam-find-spam): Find registrations of the article and use those
19638         instead of re-running spam-split to find the spam/ham
19639         classification of the article.
19640         (spam-log-processing-to-registry, spam-log-registered-p)
19641         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19642         Use gnus-error instead of gnus-message.
19643         (spam-log-registration-type): Add function to determine the
19644         classification of a message based on registry entries; will
19645         return nil if both 'spam and 'ham are found.
19646         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19647         a reasonably fast local cache without the loading errors.
19648         (spam-cache-lookups): Set to t by default.
19649         (spam-find-spam): Don't try to guess spam-cache-lookups.
19650         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19651         spam-caches entry.
19652         (spam-filelist-build-cache, spam-filelist-check-cache):
19653         Fix caching of whitelist/blacklist entries.
19654         (spam-check-whitelist, spam-check-blacklist):
19655         Invoke spam-from-listed-p with a type, not a cache variable.
19656         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19657
19658 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19659
19660         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19661
19662         * nnmail.el (nnmail-split-fancy): do.
19663
19664         * mml.el (mml-parse): do.
19665
19666         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19667         (gnus-score-adaptive): do.
19668
19669 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19670
19671         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19672         (gnus-mime-button-map): Don't set keymap parent.
19673         (gnus-button-ctan-directory-regexp): Use shy grouping.
19674         (gnus-prev-page-map): Don't set keymap parent.
19675         (gnus-prev-page-map): Remove duplicated one.
19676         (gnus-next-page-map): Don't set keymap parent.
19677         (gnus-mime-security-button-map): Ditto.
19678
19679         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19680         version number.
19681
19682         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19683
19684 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19685
19686         * canlock.el (canlock-sha1-function): Remove.
19687         (canlock-sha1-function-for-verify): Remove.
19688         (canlock-openssl-program): Remove.
19689         (canlock-openssl-args): Remove.
19690         (canlock-ignore-errors): Remove.
19691         (canlock-sha1-with-openssl): Remove.
19692         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19693         (canlock-verify): Don't use canlock-ignore-errors.
19694
19695         * sha1-el.el (sha1-string-external): Make it can return a string
19696         in binary form.
19697         (sha1-region-external): Ditto.
19698         (sha1-string-internal): Ditto.
19699         (sha1-region-internal): Ditto.
19700         (sha1-region): Ditto.
19701         (sha1-string): Ditto.
19702         (sha1): Ditto.
19703
19704 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19705
19706         * spam.el (spam-report-articles-gmane): New command.
19707
19708 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19709
19710         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19711
19712         * run-at-time.el (run-at-time-saved): Remove.
19713         (run-at-time): Doc fix.
19714
19715 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19716
19717         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19718         (gnus-summary-limit-map): Add it.
19719         (gnus-summary-make-menu-bar): do.
19720
19721 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19722
19723         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19724         Make attempt at some caching support (done for BBDB only now).
19725         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19726         addresses to be checked.
19727         (spam-clear-cache-BBDB): Add function, to be invoked by
19728         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19729         (spam-check-BBDB): Check and use the caches, if
19730         spam-cache-lookups is on, remove superfluous (provide).
19731
19732 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19733
19734         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19735
19736 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19737
19738         * run-at-time.el (run-at-time-saved): Move to after the definition
19739         of `run-at-time'.
19740
19741         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19742
19743 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19744
19745         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19746         mm-w3m-local-map-property.
19747
19748         * mm-view.el (mm-w3m-mode-map): Remove.
19749         (mm-w3m-local-map-property): Remove.
19750         (mm-inline-text-html-render-with-w3m): Don't use
19751         mm-w3m-local-map-property.
19752
19753 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19754
19755         * run-at-time.el: New file.
19756
19757         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19758         under Emacs.
19759
19760         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19761         of gnus-set-text-properties.
19762
19763         * gnus-uu.el (gnus-uu-save-article): Ditto.
19764
19765         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19766
19767         * gnus-cite.el (gnus-cite-parse): Ditto.
19768
19769         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19770         of gnus-.
19771
19772         * gnus-xmas.el (run-at-time): Require run-at-time.
19773
19774         * gnus.el: Change calls to nnheader-run-at-time and
19775         password-run-at-time throughout to use run-at-time directly.
19776
19777         * password.el: Remove definition of run-at-time.
19778
19779         * nnheaderxm.el: Remove definition of run-at-time.
19780
19781 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19782
19783         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19784         in prompt.
19785
19786 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19787
19788         * messagexmas.el (message-xmas-redefine): Alias
19789         `message-make-caesar-translation-table' to
19790         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19791         version.
19792
19793         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19794         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19795         `gnus-xmas-set-text-properties'.
19796         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19797         `gnus-xmas-completing-read'.
19798         (gnus-xmas-completing-read): Removed.
19799         (gnus-xmas-open-network-stream): Removed.
19800
19801         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19802         XEmacs version.
19803
19804         * dns.el (dns-make-network-process): Use `open-network-stream'
19805         instead of `gnus-xmas-open-network-stream'.
19806
19807         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19808
19809         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19810
19811 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19812
19813         * gnus-art.el (gnus-mime-display-alternative)
19814         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19815         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19816         Don't use gnus-local-map-property.
19817
19818         * gnus-util.el (gnus-local-map-property): Remove.
19819
19820         * mm-view.el (mm-view-pkcs7-decrypt):
19821         Replace gnus-completing-read-maybe-default with completing-read.
19822
19823         * gnus-util.el (gnus-completing-read): do.
19824         (gnus-completing-read-maybe-default): Remove.
19825
19826 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19827
19828         * password.el: Only autoload `run-at-time' if not XEmacs.
19829         Only autoload the itimer functions if XEmacs.
19830
19831 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19832
19833         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19834         XEmacsen.
19835
19836         * dgnushack.el: Autoload executable-find for XEmacs.
19837
19838 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19839
19840         * gnus-art.el (gnus-read-string): Remove.
19841         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19842         read-string.
19843
19844 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19845
19846         * netrc.el: Autoload password-read.
19847         (netrc): Add configuration group.
19848         (netrc-encoding-method, netrc-openssl-path):
19849         Add variables for encoding and decoding of files with symmetric
19850         ciphers.
19851         (netrc-encode): Add assistant function to encode a file with
19852         netrc-encoding-method.
19853         (netrc-parse): Add interactive parameter, added optional
19854         decoding if netrc-encoding-method is non-nil but otherwise
19855         behavior is standard.
19856         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19857         Do s/encode/encrypt/ everywhere.
19858
19859         * spam.el: Remove executable-find autoload.
19860
19861 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19862
19863         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19864
19865         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19866
19867 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19868
19869         * gnus-art.el (gnus-treat-ansi-sequences)
19870         (article-treat-ansi-sequences): New variable and function.
19871         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19872
19873         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19874         Use it.
19875
19876 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19877
19878         * mm-util.el (mm-quote-arg): Remove.
19879
19880         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19881         shell-quote-argument.
19882
19883         * gnus-uu.el (gnus-uu-command): do.
19884
19885         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19886
19887         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19888         with make-char.
19889
19890         * mm-util.el (mm-make-char): Remove.
19891
19892         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19893         add-minor-mode.
19894
19895         * gnus-undo.el (gnus-undo-mode): do.
19896
19897         * gnus-topic.el (gnus-topic-mode): do.
19898
19899         * gnus-sum.el (gnus-dead-summary-mode): do.
19900
19901         * gnus-start.el (gnus-slave-mode): do.
19902
19903         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19904
19905         * gnus-ml.el (gnus-mailing-list-mode): do.
19906
19907         * gnus-gl.el (gnus-grouplens-mode): do.
19908
19909         * gnus-draft.el (gnus-draft-mode): do.
19910
19911         * gnus-dired.el (gnus-dired-mode): do.
19912
19913         * gnus-ems.el (gnus-add-minor-mode): Remove.
19914
19915         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19916         Replace gnus-char-width with char-width.
19917
19918         * gnus-ems.el (gnus-char-width): Remove.
19919
19920         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19921         Replace gnus-char-width with char-width.
19922
19923         * gnus-ems.el (gnus-char-width): Remove.
19924
19925         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19926         definition.
19927         Remove Emacs 20 hash table compatibility code.
19928
19929         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19930         20 compatibility code.
19931
19932         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19933
19934         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19935
19936         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19937         Replace with point-at-{eol,bol}.
19938
19939         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19940
19941         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19942
19943         * flow-fill.el (fill-flowed-point-at-bol)
19944         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19945
19946         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19947         Replace with point-at-{eol,bol} throughout all files.
19948
19949 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19950
19951         * ntlm.el (ntlm-string-as-unibyte): New macro.
19952         (ntlm-build-auth-response): Use it.
19953
19954         Remove Emacs 20 stuff:
19955         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19956         (butlast, mapc, remove): Remove the compiler macros.
19957         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19958         of delq and copy-sequence.
19959         * gnus-art.el (popup-menu): Remove the compiler macro.
19960         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19961         Emacs 20.
19962
19963 2004-01-05  Simon Josefsson  <jas@extundo.com>
19964
19965         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19966         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19967         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19968         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19969         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19970         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19971         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19972         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19973         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19974         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19975         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19976         string-xor into ntlm-string-xor.
19977         Suggested by Jesper Harder <harder@myrealbox.com>.
19978
19979         * ntlm.el: Don't include poem.
19980
19981         * md4.el (print-int32, print-string-hexa): Remove.
19982         Suggested by Jesper Harder <harder@myrealbox.com>.
19983
19984         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19985
19986         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19987         probably breaks emacs with DL patch, but do we care? Is anyone
19988         still using the DL stuff?)
19989
19990         * sieve-manage.el: Use the password package.
19991         (sieve-manage-read-passwd): Remove.
19992         (sieve-manage-interactive-login): Use password.  Re-add
19993         condition-case around loop.
19994
19995         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19996         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19997         Use the password package.
19998
19999 2003-02-19  Simon Josefsson  <jas@extundo.com>
20000
20001         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20002         token.
20003
20004 2002-08-07  Simon Josefsson  <jas@extundo.com>
20005
20006         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20007         (sieve-manage-authenticators):
20008         (sieve-manage-authenticator-alist): Add some SASL mechs.
20009         (sieve-sasl-auth): New function.
20010         (sieve-manage-cram-md5-auth):
20011         (sieve-manage-plain-auth): Rewrite using SASL library.
20012         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20013         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20014         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20015         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20016
20017 2004-01-05  Simon Josefsson  <jas@extundo.com>
20018
20019         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20020         New files.
20021
20022 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20023
20024         * gnus-group.el (gnus-no-groups-message): Update.
20025
20026         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20027
20028 2003-11-09  Simon Josefsson  <jas@extundo.com>
20029
20030         * imap.el: Support for ID IMAP extension (RFC 2971).
20031         (imap-local-variables): Add imap-id.
20032         (imap-id): New variable.
20033         (imap-id): New function.
20034         (imap-parse-response): Parse untagged ID response.
20035         * nnimap.el (nnimap-id): New variable.
20036         (nnimap-open-connection): Use it.
20037
20038 2003-12-28  Simon Josefsson  <jas@extundo.com>
20039
20040         * gnus-score.el (gnus-score-edit-all-score): New.
20041         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20042
20043 2004-01-04  Simon Josefsson  <jas@extundo.com>
20044
20045         * password.el: Add.
20046
20047 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20048
20049         * dns.el (dns-query-types): Fix typo.
20050         (dns-query-types): New function.
20051         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20052         PTR and SOA replies, see RFC 1035.
20053
20054 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20055
20056         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20057
20058         * Move to Changelog.2.
20059
20060 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20061
20062         * gnus.el (gnus-version-number): Bump version.
20063
20064 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20065
20066         * gnus.el: No Gnus v0.1 is released.
20067
20068 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20069
20070         * gnus.el: No Gnus v0.0 is released.
20071
20072 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20073
20074         * gnus.el (gnus-version-number): Bump.
20075         (gnus-version): No.
20076
20077 See ChangeLog.2 for earlier changes.
20078
20079     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
20080       Free Software Foundation, Inc.
20081
20082   This file is part of GNU Emacs.
20083
20084   GNU Emacs is free software: you can redistribute it and/or modify
20085   it under the terms of the GNU General Public License as published by
20086   the Free Software Foundation, either version 3 of the License, or
20087   (at your option) any later version.
20088
20089   GNU Emacs is distributed in the hope that it will be useful,
20090   but WITHOUT ANY WARRANTY; without even the implied warranty of
20091   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20092   GNU General Public License for more details.
20093
20094   You should have received a copy of the GNU General Public License
20095   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20096
20097 ;; Local Variables:
20098 ;; coding: utf-8
20099 ;; fill-column: 79
20100 ;; add-log-time-zone-rule: t
20101 ;; End: