6288501823021ba1bd6137e9e19447c51dcc3217
[gnus] / lisp / ChangeLog
1 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2
3         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
4         with the meaning of using the full emacs window width for rendering.
5
6 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7
8         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
9         case when sender is not given.
10
11 2010-12-23  Julien Danjou  <julien@danjou.info>
12
13         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
14         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
15         the addresses, otherwise we might misplaced the gravatar.
16
17 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
18
19         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
20         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
21         obsolete in Emacs.
22
23 2010-12-20  Julien Danjou  <julien@danjou.info>
24
25         * gnus-util.el (gnus-rescale-image): Revert last change.
26
27 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28
29         * gnus-group.el (gnus-group-delete-articles): New command.
30
31 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
32
33         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
34
35 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
36
37         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
38         here, since it's up to the backends to do CRLF removal if their
39         protocol has it.
40
41         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
42
43 2010-12-17  Julien Danjou  <julien@danjou.info>
44
45         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
46         they are from file. Can also scale up.
47
48 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
49
50         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
51         gnus-use-agent.
52         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
53
54         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
55
56 2010-12-17  Julien Danjou  <julien@danjou.info>
57
58         * gravatar.el (gravatar-retrieve-synchronously): New function.
59         (gravatar-get-data): Make more robust.
60
61 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
62
63         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
64
65 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
66
67         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
68         to really consider the last line.
69
70 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
71
72         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
73         list of recipient keys, or use symmetric encryption if not a list.
74         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
75         EPA override, replacing the call to `netrc-store-data'.
76
77 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
78
79         * gnus-srvr.el: Avoid passing nil regexp argument to
80         delete-matching-lines.
81
82 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
83
84         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
85         fetching stops when Gnus exits.
86
87         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
88         function.
89         (nnfolder-request-expire-articles): Save all the buffers after doing
90         expiry.
91
92         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
93         the last article", since that led to serious performance regressions
94         when expiring nnml groups.
95
96 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
97
98         * nnir.el: Improve customizations.
99
100 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
101
102         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
103
104         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
105         group has been killed.
106         (gnus-group-yank-group): Ditto.
107
108         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
109
110         * nnimap.el (nnimap-request-update-group-status): New function.
111
112         * gnus-int.el (gnus-request-update-group-status): New interface
113         function.
114
115         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
116         copying read-ness to the backends.
117
118         * nnimap.el (nnimap-quirk): New function.
119         (nnimap-retrieve-group-data-early): Use it.
120         (nnimap-quirks): New alist.
121
122 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
123
124         * shr.el (shr-insert): Set shr-start after deleting trailing space;
125         don't delete it within indentation.
126
127 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
128
129         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
130         previous line.
131
132 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
133
134         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
135         QRESYNC command by deleting a superfluous space which broke Cyrus
136         servers.  This change will break other servers that are buggy the other
137         way around.
138
139 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
140
141         * spam.el: Reindent and fix long lines.
142         (spam-copy-or-move-routine): Exclude invalid move destinations.
143
144 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
145
146         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
147         installed the registry.
148
149 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
152
153 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
154
155         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
156         groupname doesn't contain "gmane".
157
158 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
159
160         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
161         and netrc-bound-and-true-p bindings.
162         (netrc-parse): Cache the netrc contents.
163
164         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
165         (gnus-1): Don't create the nndrafts group twice.
166         (gnus-setup-news): There's no need to read the active file here, since
167         that's done again later on a per-backend basis.
168         (gnus-start-draft-setup): Make sure that the new group is started out
169         empty.
170
171         * gnus-agent.el (gnus-agentize): Don't create the queue group
172         automatically on startup.  It'll be created later, if needed.
173
174         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
175         of automatically subscribed groups.
176         (gnus-auto-subscribed-categories): New variable.
177         (gnus-matches-options-n): Use it.
178         (gnus-default-subscribed-newsgroups): Remove unused variable.
179         (gnus-start-draft-setup): Message a bit less.
180
181 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
182
183         * nnir.el (nnir-run-imap): Return article list in order of increasing
184         UID.
185
186 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
187
188         * gnus-sum.el (gnus-summary-enter-digest-group): Mention
189         gnus-auto-select-on-ephemeral-exit.
190
191         * proto-stream.el (proto-stream-open-network-only): Fix the calling
192         convention of the network-only option.
193
194 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
195
196         * proto-stream.el (proto-stream-open-network-only): New function to
197         have a way to specify non-STARTTLS upgrade connections.
198
199 2010-12-10  Julien Danjou  <julien@danjou.info>
200
201         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
202         email address is nil.
203
204         * message.el (message-bogus-recipient-p): Set address to "" if nil.
205
206 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
207
208         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
209         deletion.
210         (nnir-run-imap): Only need to parse list once.
211
212 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
213
214         * shr.el (shr-tag-script): Ignore <script>.
215         (shr-tag-label): Add <label> support.
216
217 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
218
219         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
220
221         * shr.el (shr-image-displayer): Work for images lined side by side.
222
223 2010-12-08  Robert Pluim  <rpluim@gmail.com>
224
225         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
226         parameter, since XEmacs doesn't accept t as a parameter.
227
228 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
229
230         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
231         ids.
232         (nnir-run-gmane): Simplify groupspec formatting.
233         (nnir-request-expire-articles): New function.
234
235 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
236
237         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
238         overflow, possibly.
239
240         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
241         (shr-render-td): Handle td style="" better.
242         (shr-tag-table): Use the color from the style sheet.
243         (shr-render-td): Make sure we copy over all the overlays, too.
244
245 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
246
247         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
248         (nnir-request-article): Improve article retrieval.
249
250 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
251
252         * mm-util.el (mm-extra-numeric-entities): New variable.
253
254         * mm-url.el (mm-url-decode-entities):
255         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
256
257         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
258
259 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
260
261         * message.el: Use completion-at-point.
262         (message-completion-function): New fun, extracted from message-tab.
263         (message-mode): Use it for completion-at-point-functions.
264         (message-tab): Use it and completion-at-point.
265
266 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
267
268         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
269         character if a non-breakable character follows.
270
271 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
272
273         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
274         any stream.
275
276         * shr.el (shr-tag-font): Colorize the region.
277         (shr-tag-body): Ditto.
278         (shr-tag-font): Actually let the styles be inherited instead of
279         overwriting them.
280         (shr-tag-font): Get the background color right.
281         (shr-tag-style): Ignore all <style> tags for the moment.
282
283         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
284         a Message-ID to avoid having nnimap depend on gnus-sum.
285
286         * shr.el (shr-descend): Only colorize something if we have a node that
287         sets colors.
288
289 2010-12-06  Julien Danjou  <julien@danjou.info>
290
291         * shr.el (shr-render-td): Render td content with shr-descend, so style
292         will be applied to <td> too.
293         (shr-colorize-region): Colorize region even if we only have a background.
294         (shr-tag-body): Fix color and background color inheritance.
295         Do not recolorize after shr-generic.
296         (shr-tag-font): Let shr-generic colorize via inheritance.
297
298 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
299
300         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
301
302 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
303
304         * nnir.el (nnir-request-move-article): Remove obsolete code.
305
306 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
307
308         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
309
310 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
311
312         * gnus-sum.el (gnus-summary-respool-article): The completion function
313         expects a list instead of an alist.
314
315         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
316         string as the parameter.
317
318         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
319
320         * shr.el (shr-stylesheet): New dynamic variable for cascading the
321         styles.
322         (shr-colorize-region): New function.
323         (shr-insert-background-overlay): Remove.
324         (shr-render-td): Background setting should be taken care of on a higher
325         level.
326         (shr-tag-body): Use post-hoc colorizations.
327         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
328         (shr-put-color-1): Don't overwrite old colors.
329         (shr-colorize-region): When the background color isn't explicit, use
330         a fixed background.
331
332         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
333         nnmail variables.
334
335 2010-12-05  Bjørn Mork  <bjorn@mork.no>
336
337         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
338         unless necessary.
339
340 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
341
342         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
343         server.
344
345 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
346
347         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
348         so that TAB works.
349
350         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
351         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
352
353         * shr.el (shr-urlify): Show the URL before the title to avoid
354         misleading URLs.
355
356 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
357
358         * shr.el (shr-urlify): Display the title in <a> tags.
359
360 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
361
362         * nnir.el (nnir-categorize): Replace mapcar with mapc.
363
364 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
365
366         * nnir.el: Rearrange code to allow macros to be autoloaded by
367         gnus-sum.el.
368         (nnir-retrieve-headers-override-function): Make this variable
369         customizable.
370         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
371
372         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
373         from nnir.el.
374
375 2010-12-03  Julien Danjou  <julien@danjou.info>
376
377         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
378
379 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
380
381         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
382         allow optional argument `environment'.
383
384 2010-12-03  Glenn Morris  <rgm@gnu.org>
385
386         * mm-extern.el (message-goto-body): Update declaration.
387
388 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
389
390         * gnus-util.el (gnus-macroexpand-all): New function.
391
392         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
393         instead of macroexpand-all that is unavailable in XEmacs.
394
395 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
396
397         * nnir.el (nnir-summary-line-format): New variable.
398         (nnir-mode): Use it.
399         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
400         (nnir-article-ids): Reimplement as defsubst.
401         (nnir-retrieve-headers): Don't mangle the subject header.
402         (nnir-run-imap): Use 100 as RSV score.
403         (nnir-run-find-grep): Fix for full server searching.
404         (nnir-run-gmane): Better restriction to gmane groups.
405
406         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
407         summary buffers.
408
409 2010-12-02  Julien Danjou  <julien@danjou.info>
410
411         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
412
413         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
414
415         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
416         support.
417
418 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
419
420         * nnir.el: Update to handle the registry better.
421         (autoload): Silence byte-compiler.
422         (nnir-open-server): Add a hook for nnir groups.
423         (nnir-request-move-article): Don't mangle the header. Better to use
424         formating variables (which will be added in the future).
425         (nnir-registry-action): Update the registry using the original article
426         group name.
427         (nnir-mode): Install nnir-specific hooks for updating the registry.
428
429         * gnus-sum.el
430         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
431         obsolete variables.
432         (gnus-summary-move-article): Remove use of obsolete variables.
433         (gnus-summary-local-variables): Make move and delete hooks local to
434         summary buffers.
435
436 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
437
438         * rtree.el: New file.
439
440 2010-12-01  Julien Danjou  <julien@danjou.info>
441
442         * message.el (message-user-organization): Do not use
443         gnus-local-organization.
444
445         * gnus.el: Remove gnus-local-organization.
446
447         * gnus-msg.el: Remove nastygram thing.
448
449 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
450
451         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
452         funcall.
453
454 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
455
456         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
457         names.
458
459         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
460         characters.
461
462         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
463         to t of inhibit-read-only since it is inside gnus-with-article-headers.
464         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
465         (gnus-gravatar-transform-address): Use mail-extract-address-components
466         that supports non-ASCII names rather than mail-header-parse-addresses.
467
468 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
469
470         * proto-stream.el (open-protocol-stream): All starttls connections are
471         handled by the network handler.
472
473 2010-11-30  Julien Danjou  <julien@danjou.info>
474
475         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
476         (nnimap-open-connection-1): Fix PREAUTH.
477
478         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
479
480 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
481
482         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
483         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
484         (shr-insert): Use them.
485         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
486
487 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
488
489         * nnir.el (nnir-request-move-article): Bail out if original group
490         doesn't support article moves.
491         (nnir-get-active): Improve active list retrieval.
492
493 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
494
495         * shr.el (shr-find-fill-point): Don't break before apostrophes.
496
497 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
498
499         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
500         seem to accept strings-with-numbers as port numbers,
501
502 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
503
504         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
505         change the registry.
506
507 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
508
509         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
510         delete-dups that is not available in XEmacs 21.4.
511
512         * mm-util.el (mm-delete-duplicates): Add comment.
513
514 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
515
516         * nnir.el (nnir-ignored-newsgroups): New variable.
517         (nnir-get-active): Use it.
518
519 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
520
521         * proto-stream.el (proto-stream-open-network): Add some comments.
522
523         * nntp.el (nntp-open-connection): Provide a :success condition.
524
525         * nnimap.el (nnimap-open-connection-1): Ditto.
526
527         * proto-stream.el (proto-stream-open-network): See what the response to
528         the STARTTLS command is.
529
530         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
531         backwards compatibility).
532         (nnimap-open-connection-1): Really respect nnimap-server-port.
533
534         * proto-stream.el (proto-stream-open-network): When doing opportunistic
535         TLS upgrades we don't really care about the identity of the peer.
536         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
537         that what we've checked for.
538         (proto-stream-always-use-starttls): Only default to t if
539         open-gnutls-stream exists.
540         (proto-stream-open-network): If STARTTLS failed, then just open a
541         normal connection.
542         (proto-stream-open-network): Wait until the greeting before doing
543         STARTTLS.
544
545         * nntp.el (nntp-open-connection): Report what the connection error is.
546
547         * proto-stream.el (open-protocol-stream): Renamed from
548         open-proto-stream.
549
550 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
551
552         * nnimap.el (nnimap-stream): Change default to `undecided'.
553         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
554         first, and then network.
555         (nnimap-open-connection-1): Respect nnimap-server-port.
556         (nnimap-open-connection): Be more backwards-compatible.
557
558         * proto-stream.el (proto-stream-always-use-starttls): New variable.
559         (proto-stream-open-starttls): De-duplicate the starttls code.
560         (proto-stream-open-starttls): Folded back into the main function.
561         (proto-stream-open-network): Fix typo in the gnutls path.
562         (proto-stream-command): Refactor out.
563
564         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
565
566         * proto-stream.el (proto-stream-open-starttls): Actually implement the
567         starttls.el STARTTLS.
568
569         * color.el (color-lab->srgb): Fix function call name.
570
571         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
572         if we're using tls.el.
573         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
574         built in, then don't try to establish a STARTTLS connection.
575
576         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
577         servers.
578
579         * proto-stream.el (open-proto-stream): Use network, not stream.
580         (open-proto-stream): Add a way to specify what the end of a command is.
581
582         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
583         connections types.
584         (nntp-open-network-stream): Remove.
585         (nntp-open-ssl-stream): Remove.
586         (nntp-open-tls-stream): Remove.
587         (nntp-ssl-program): Remove.
588
589         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
590
591 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
592
593         * nnir.el: Fix typos.
594         (nnir-retrieve-headers-override-function): Rename variable to reflect
595         new semantics.
596         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
597         macros.
598         (nnir-request-article, nnir-request-move-article): Use them.
599         (nnir-categorize): New function.
600         (nnir-run-query): Use it.
601         (nnir-retrieve-headers): Rewrite to batch header retrieval.
602         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
603         sorted.
604         (nnir-group-full-name): Use gnus-group-full-name instead.
605         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
606         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
607
608 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
609
610         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
611
612         * proto-stream.el: New library to provide protocol-specific
613         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
614         protocols.
615         (open-proto-stream): Complete the documentation.
616         (proto-stream-open-network): Fix some typos.
617
618         * nnimap.el (nnimap-open-connection): Use it.
619
620 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
621
622         * pop3.el (pop3-open-server): Read server greeting before starting TLS
623         negotiation.
624
625 2010-11-26  Julien Danjou  <julien@danjou.info>
626
627         * color.el: Rename various rgb functions to srgb.
628
629 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
630
631         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
632         names.
633
634 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
635
636         * shr.el (shr-insert): Revert last change.
637         (shr-find-fill-point): Never leave point being at bol;
638         relax the kinsoku limitation when rendering tables.
639
640 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
641
642         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
643         results from -accept-article.
644
645         * shr-color.el: Require cl when compiling.
646
647         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
648         checkin.
649
650         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
651
652         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
653
654         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
655         'add and 'delete to set backend marks.
656
657         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
658
659         * nnheader.el (nnheader-update-marks-actions): Refactor out.
660
661         * nntp.el (nntp-request-set-mark): Use it.
662
663         * nnfolder.el (nnfolder-request-set-mark): Ditto.
664
665         * nnml.el (nnml-request-set-mark): Ditto.
666
667         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
668         introduces regressions in article selection.
669         (nnimap-find-uid-response): New function.
670         (nnimap-request-accept-article): Use the UID returned, if any.
671         (nnimap-request-move-article): Use the UID returned, if any.
672         (nnimap-get-groups): Reimplement to work with folded lines.
673         (nnimap-find-uid-response): The UID is the last element in the list.
674         (nnimap-request-set-mark): Extend syntax with 'set.
675
676         * nnml.el (nnml-request-set-mark): Ditto.
677
678         * nnfolder.el (nnfolder-request-set-mark): Ditto.
679
680         * nntp.el (nntp-request-set-mark): Ditto.
681
682 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
683
684         * message.el (message-called-interactively-p): A temporary macro.
685         (message-goto-body): Use it temporarily.
686
687 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
688
689         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
690         (nnimap-last-response-string): Unfold quoted lines, if they exist.
691         (nnimap-last-response-string): Fix last unfolding fix.
692
693 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
694
695         * shr.el (shr-insert): Fix the way to fold lines.
696
697 2010-11-25  Julien Danjou  <julien@danjou.info>
698
699         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
700
701         * color.el: Rename from color-lab.el
702         (color-rgb->hex): Add.
703         (color-complement): Add.
704         (color-complement-hex): Add.
705
706         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
707
708 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
709
710         * shr-color.el (shr-color-visible): Don't bug out if the colour names
711         don't exist.
712
713 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
714
715         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
716         assuming that article displaying or another mml-preview may be
717         interrupted for an error or for the like.
718
719         * shr.el (shr-get-background): Fix argument name.
720
721 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
722
723         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
724
725         * gnus-sum.el (gnus-summary-include-articles): New function.
726
727         * message.el (message-goto-body): called-interactively-p needs a
728         parameter, so use `any'.
729
730         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
731         clear marks before moving, since they're synced from the Gnus side
732         first.
733
734         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
735         (gnus-summary-move-article): Copy over all marks before moving, so that
736         IMAP doesn't think a new article has arrived.
737
738 2010-11-24  Julien Danjou  <julien@danjou.info>
739
740         * shr.el (shr-insert-background-overlay): Fix typo.
741         (shr-render-td): Copy the background before rendering.
742
743         * shr-color.el (shr-color-visible): Fix docstring.
744
745         * shr.el (shr-tag-table): Add bgcolor support.
746         (shr-render-td): Add bgcolor support.
747         (shr-get-background): Add.
748         (shr-insert-foreground-overlay): Use shr-get-background.
749
750         * message.el (message-goto-body): Use called-interactively-p.
751         (message-in-body-p): message-goto-body returns point.
752
753 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
754
755         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
756         Fixes something or other in Emacs 23, and is backwards compatible.
757
758         * message.el (message-goto-body): Remove the <#secure special-casing,
759         which is too special.
760
761         * shr.el (shr-parse-style): Drop !important from styles.
762
763 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
764
765         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
766         this function to return incorrect results when calling it with an
767         explicit article argument different from
768         (gnus-summary-article-number).
769
770 2010-11-24  Julien Danjou  <julien@danjou.info>
771
772         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
773         (shr-tag-body): Add background support.
774         (shr-descend): Add background support.
775         (shr-tag-title): Add.
776
777         * shr-color.el (shr-color-visible): Really return original background
778         if fixed.
779
780 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
781
782         * shr.el (shr-color-check): Protect against non-existant colour names.
783
784 2010-11-24  Julien Danjou  <julien@danjou.info>
785
786         * color-lab.el: Require 'cl when compiling.
787
788         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
789
790         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
791         matched part.
792
793         * color-lab.el: Fix all expt calls to use float type.
794
795 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
796
797         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
798         expression to shr-color-check as is.
799
800         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
801
802         * color-lab.el: Add coding cookie.
803         (float-pi): Use eval-and-compile.
804
805         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
806         compiled for Emacsen having no `libxml-parse-html-region' support.
807
808 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
809
810         * shr.el (shr-insert-color-overlay): Split stuff like
811         "#444444 !important" to find the real colour.
812         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
813         parse <font color="red"> entries.
814
815 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
816
817         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
818         point when parsing headers.
819
820         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
821         is positioned properly when parsing headers.
822
823 2010-11-23  Julien Danjou  <julien@danjou.info>
824
825         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
826
827         * shr-color.el (shr-color->hexadecimal): Add support for color names.
828
829         * shr.el (shr-parse-style): Replace \n with space in style parsing.
830
831         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
832         shr-color-hue-to-rgb.
833         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
834
835 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
836
837         * shr.el (shr-color->hexadecimal): Autoload.
838         (shr-descend): Add color to all tags.
839
840 2010-11-22  Julien Danjou  <julien@danjou.info>
841
842         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
843         shr-color->hexadecimal.
844
845         * shr-color.el (shr-color->hexadecimal): Add converting functions for
846         RGB() or HSL() color representation.
847
848         * shr.el (shr-tag-font): Add.
849         (shr-tag-color-check): New function to get better colors.
850         (shr-tag-insert-color-overlay): Factorize code between tag-font and
851         tag-span.
852
853         * shr-color.el: New file.
854
855         * color-lab.el: New file.
856
857         * gnus-art.el (gnus-url-mailto): Do not downcase args.
858
859 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
860
861         * nnir.el: Fix typo in comments.
862         (nnir-run-imap): Simplify code. No need to reverse artlist.
863         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
864
865 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
866
867         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
868
869         * nnimap.el (nnimap-get-capabilities): Refactor out.
870         (nnimap-open-connection): Re-request capabilities after STARTTLS.
871
872 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
873
874         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
875         appearing when `mm-uu-hide-markers' is nil.
876
877 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
878
879         * nnimap.el (nnimap-unselect-group): Make into its own function.
880         (nnimap-request-rename-group): Unselect group before renaming.
881         This had gotten lost somewhere.
882         (nnimap-request-accept-article): Keep track of examined groups, and
883         unselect the group before APPENDing to read-only groups.
884         (nnimap-request-move-article): Clear flags before moving so that they
885         can be re-set later.
886
887 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
888
889         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
890         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
891
892 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
893
894         * gnus-art.el (gnus-mime-display-single)
895         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
896         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
897         parameter.
898
899 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
900
901         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
902         (shr-table-vertical-line): New variable.
903         (shr-insert-table): Use it.
904
905 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
906
907         * gnus-html.el (gnus-html-wash-images): Don't display images if
908         gnus-inhibit-images is non-nil; register displayer for cid images.
909         (gnus-html-display-image): Work for cid image.
910         (gnus-html-insert-image): Allow arguments.
911         (gnus-html-put-image): Inhibit read-only.
912         (gnus-html-prefetch-images): Don't prefetch images if
913         gnus-inhibit-images is non-nil.
914
915 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
916
917         * shr.el (shr-put-image): Break lines when inserting big pictures.
918
919 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
920
921         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
922         sender, thanks Katsumi Yamaoka.
923
924 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
925
926         * nnir.el (nnir-run-imap): Reverse the article list for each group
927         rather than the whole list.
928
929 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
930
931         * shr.el (shr-image-displayer): Protect function against non-existent
932         image source.
933
934         * gnus-art.el (gnus-inhibit-images): New user option.
935         (gnus-mime-display-single): Don't display image if it is non-nil.
936
937         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
938         gnus-inhibit-images.
939
940         * shr.el (shr-image-displayer): New function.
941         (shr-tag-img): Use it.
942
943 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
944
945         * mml2015.el (mml2015-epg-sign): Use From header.
946
947 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
948
949         * gnus-html.el (gnus-html-wash-images): Register a displayer.
950
951         * gnus-util.el (gnus-find-text-property-region): Return markers.
952
953         * shr.el (shr-tag-img): Put a displayer in the text property.
954
955         * gnus-util.el (gnus-find-text-property-region): New utility function.
956
957         * gnus-html.el (gnus-html-display-image): Make the alt optional.
958         (gnus-html-show-images): Remove.
959
960         * gnus-art.el (gnus-article-show-images): New, more general function.
961
962         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
963         image url text properties.
964
965         * shr.el: Ditto.
966
967         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
968         gnus-agent-auto-agentize-methods is set.  Which it isn't.
969
970 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
971
972         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
973         work for two or more articles.
974
975 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
976
977         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
978         divide an image that's in an html article to two or more when washing
979         non-ASCII characters in alt text of it.
980
981 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
982
983         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
984         smime-decrypt-region using function argument.
985         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
986
987         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
988
989         * smime.el (smime-decrypt-region): Catch it.
990
991 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
992
993         * smime.el (smime-mode-map): Move initialization into declaration.
994         (gnus-run-mode-hooks): Don't autoload.
995         (smime-mode): Use define-derived-mode.
996
997 2010-11-11  Glenn Morris  <rgm@gnu.org>
998
999         * smime.el (from): Restrict declaration to XEmacs.
1000
1001         * nnir.el (gnus-group-topic-name): Autoload.
1002
1003 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1004
1005         * shr.el (shr-insert): Don't break long line if it is because of
1006         kinsoku-bol characters in the line end.
1007
1008 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1009
1010         * nnir.el (nnir-request-move-article): Fix to provide original group
1011         and subject.
1012         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1013         been retrieved.
1014
1015         * gnus-sum.el (gnus-summary-move-article): Use original group and
1016         subject for virtual articles such as those in an nnir summary buffer.
1017
1018 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1019
1020         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1021         least 21.5).
1022
1023         * smime.el (from): Declare it again for XEmacs.
1024
1025 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1026
1027         * message.el (message-resend): Don't disable encoding unless it's
1028         already encoded.
1029
1030         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1031         low-numbered articles.
1032
1033 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1034
1035         * rfc2047.el (rfc2047-syntax-table): Simplify.
1036
1037         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1038
1039         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1040         set-char-table-range for XEmacs.
1041
1042 2010-11-10  Glenn Morris  <rgm@gnu.org>
1043
1044         * time-date.el (time-to-seconds): Always an alias on Emacs,
1045         never a real function.
1046         (with-no-warnings): Remove compat stub, now unused.
1047         (time-less-p): Doc fix.
1048         (time-to-number-of-days): Simplify.
1049
1050         * smime.el (from): Remove unused declaration.
1051
1052         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1053         (gnus-float-time): On Emacs, always an alias.
1054
1055         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1056         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1057
1058 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1059
1060         * dgnushack.el: Don't use ignore-errors in the top level form since it
1061         is unavailable in XEmacs even if cl is loaded.
1062
1063         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1064
1065 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1066
1067         * shr.el (browse-url-mailto): Autoload.
1068
1069         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1070
1071         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1072         regexp doesn't need quoting.
1073
1074 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1075
1076         * message.el (message-subject-trailing-was-ask-regexp)
1077         (message-subject-trailing-was-regexp): Match was: in addition to was.
1078
1079 2010-11-09  Glenn Morris  <rgm@gnu.org>
1080
1081         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1082         (nnbabyl-check-mbox): Use point-at-bol.
1083
1084 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1085
1086         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1087
1088         * message.el (message-mailto): New function.
1089         (message-mailto): Should accept other parameters.
1090         (message-mailto): Remove since it duplicates browse-url-mailto
1091         functionality.
1092
1093 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1094
1095         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1096         methods.
1097         (gnus-read-active-file): Ditto.
1098
1099         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1100         ": " from the prompt.
1101         (gnus-group-make-group): Ditto.
1102
1103 2010-11-07  Glenn Morris  <rgm@gnu.org>
1104
1105         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1106         (gnus-bookmark-kill-line): Use point-at-eol.
1107
1108 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1109
1110         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1111         asterisks in From header.
1112
1113 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1114
1115         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1116         string to avoid making the From headers syntactically invalid.
1117
1118         * message.el (message-send-mail): Don't insert courtesy messages if the
1119         message already has List-Post and List-ID messages.
1120
1121 2010-11-06  Glenn Morris  <rgm@gnu.org>
1122
1123         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1124         `condition', `type', `length' a prefix.
1125         (gnus-treat-predicate): Update for above name changes.
1126
1127 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1128
1129         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1130         binding.  Handled by `gnus-summary-refer-thread' instead.
1131         (nnir-warp-to-article): New backend function.
1132
1133         * nnimap.el (nnimap-request-thread): Force dependency updating.
1134
1135         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1136         (gnus-summary-refer-thread): Rework to improve thread-referral.
1137
1138         * gnus-int.el (gnus-warp-to-article): New function.
1139
1140         * gnus-sum.el (gnus-summary-article-map): Bind it.
1141
1142 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1143
1144         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1145         gnus-summary-refer-thread.
1146
1147         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1148         headers.
1149         (gnus-summary-limit-include-thread): Prevent articles in thread from
1150         being cut in gnus-cut-threads.
1151         (gnus-summary-refer-thread): Limit retrieved headers to those in
1152         thread.
1153
1154 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1155
1156         * message.el (message-send-mail): Use the value of
1157         message-courtesy-message from the message buffer.
1158
1159         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1160
1161         * shr.el (shr-browse-url): Implement mailto: URLs.
1162
1163         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1164         "raw".
1165
1166         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1167         if it's already selected.
1168
1169         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1170
1171 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1172
1173         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1174         to measure the length and truncate alt text.
1175
1176 2010-11-03  Glenn Morris  <rgm@gnu.org>
1177
1178         * nndiary.el (nndiary-generate-nov-databases-1)
1179         (nndiary-generate-active-info): Rename dynamic variable `files' to
1180         something less generic.
1181
1182 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1183
1184         * nnir.el (nnir-request-move-article): Call the underlying backend to
1185         move articles from nnir.
1186
1187 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1188
1189         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1190
1191 2010-11-02  Julien Danjou  <julien@danjou.info>
1192
1193         * nnir.el: Remove wais support.
1194
1195 2010-11-02  Glenn Morris  <rgm@gnu.org>
1196
1197         * gnus-html.el: Reorder requirements to quieten compiler.
1198
1199 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1200
1201         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1202         properly for XEmacs as well.
1203         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1204         (gnus-article-natural-long-line-p): Use window-width rather than
1205         frame-width.
1206
1207 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1208
1209         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1210         (nnir-read-parms): Don't modify query.
1211         (nnir-run-query): Add ability to search topic on current line.
1212         (nnir-get-active): Clean up.
1213
1214 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1215
1216         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1217         degenerate articles.
1218
1219         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1220         (gnus-print-buffer): Just print the buffer as is, without any copying
1221         to a buffer and then re-highlighting.
1222
1223         * nnimap.el (nnimap-request-group): Store the new updated info.
1224         (nnimap-request-group): Select the group when we don't know whether it
1225         exists or not.
1226
1227         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1228         groups.
1229
1230         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1231         groups.
1232
1233         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1234         groups.
1235
1236         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1237         long-lines case by only filling the long lines.
1238
1239         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1240         (bug #7311).
1241
1242 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1243
1244         * shr.el: No need to declare `declare-function' since shr.el is for
1245         only Emacsen that provide `libxml-parse-html-region'.
1246
1247         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1248         effective only in a file it is referred to.
1249
1250 2010-11-01  Glenn Morris  <rgm@gnu.org>
1251
1252         * mm-util.el (gnus-completing-read): Autoload.
1253         (mm-read-coding-system): Simplify Emacs definition.
1254
1255         * nnmail.el (gnus-activate-group):
1256         * nnimap.el (gnutls-negotiate):
1257         * nntp.el (netrc-parse): Fix declarations.
1258
1259 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1260
1261         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1262         string-match-p in Emacs >=23.
1263
1264         * gnus-msg.el (gnus-configure-posting-styles)
1265         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1266
1267 2010-11-01  Glenn Morris  <rgm@gnu.org>
1268
1269         * nnir.el (declare-function): Add compat stub.
1270         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1271         (nnir-run-gmane): Require 'mm-url.
1272
1273         * mm-util.el (mm-string-to-multibyte): Simplify.
1274
1275         * shr.el (declare-function): Add compat stub.
1276         (url-cache-create-filename): Declare.
1277         (mm-disable-multibyte, widget-convert-button): Autoload.
1278
1279         * smime.el (ldap-search): Declare.
1280         (smime-cert-by-ldap-1): Require ldap on Emacs.
1281
1282         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1283         (nnimap-keepalive): Use gnus-float-time.
1284
1285         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1286         (mail-source-delete-crash-box): Use gnus-float-time.
1287
1288         * gnus-dired.el (gnus-completing-read): Autoload.
1289
1290         * mm-view.el (gnus-rescale-image): Autoload.
1291
1292         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1293
1294         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1295
1296         * sieve-manage.el: Require 'cl when compiling.
1297
1298         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1299         (gnus-iswitchb-completing-read): Require iswitchb.
1300         (gnus-select-frame-set-input-focus): Silence compiler.
1301
1302 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1303
1304         * message.el (message-subject-trailing-was-query): Change default to t,
1305         since I think that's what most people want.
1306
1307         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1308         appending for easier debugging.
1309         (nnimap-wait-for-connection): Take a regexp.
1310         (nnimap-request-accept-article): Wait for the continuation line before
1311         sending anything unless we're streaming.
1312
1313         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1314         leave the header washing to take place.
1315
1316 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1317
1318         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1319         regular expression match and replace in posting styles.
1320
1321 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1322
1323         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1324         an entire server.
1325         (nnir-get-active): New function.
1326         (nnir-run-imap): Use it.
1327         (nnir-run-gmane): Who knew, gmane search returns an article score!
1328
1329         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1330         server on the current line with nnir.
1331
1332 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1333
1334         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1335         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1336         left edge.
1337         (gnus-article-foldable-buffer): Skip past the prefix when determining
1338         raggedness.
1339
1340         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1341         the raw article, and change `C-u g' to show the article without doing
1342         treatments.
1343
1344         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1345         on to `gnus-treat-article'.
1346         (gnus-inhibit-article-treatments): New variable.
1347
1348         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1349
1350         * gnus-art.el (gnus-treatment-function-alist): Have
1351         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1352         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1353         sections.
1354
1355         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1356         parameter.
1357         (gnus-article-fill-cited-long-lines): New function.
1358         (gnus-article-fill-cited-article): Allow filling only long sections.
1359
1360         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1361         and non-punctuation (like after the apostrophe in "'We").
1362
1363         * gnus-sum.el (gnus-summary-select-article): Make sure
1364         gnus-original-article-buffer is alive.
1365
1366         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1367         reflect the order they're in in the digest.
1368
1369         * gnus.el (gnus-group-startup-message): Move point to the start of the
1370         buffer.
1371
1372         * nnimap.el (nnimap-capability): New function.
1373         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1374         is set.
1375
1376 2010-10-31  David Engster  <dengste@eml.cc>
1377
1378         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1379         conform with changes to gnus-completing-read.
1380
1381 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1382
1383         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1384
1385 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1386
1387         * nnir.el: Move defvar, defcustom around to keep file organized
1388         and keep byte-compiler quiet.
1389         (nnir-read-parms): Accept search-engine as arg.
1390         (nnir-run-query): Pass search-engine as arg.
1391         (nnir-search-engine): Remove.
1392
1393 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1394
1395         * shr.el (shr-generic): The text nodes should be text, not :text.
1396
1397         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1398         later in the file.
1399
1400 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1401
1402         * nnir.el: General clean up.  Allow searching with multiple engines.
1403         Allow separate extra-parameters for each engine.
1404         Batch queries when possible.
1405         (nnir-imap-default-search-key,nnir-method-default-engines):
1406         Add customize interface.
1407         (nnir-run-gmane): New engine.
1408         (nnir-engines): Use it.  Qualify all prompts with engine name.
1409         (nnir-search-engine): Remove global variable.
1410         (nnir-run-hyrex): Restore for now.
1411         (nnir-extra-parms,nnir-search-history): New variables.
1412         (gnus-group-make-nnir-group): Use them.
1413         (nnir-group-server): Remove in favor of gnus-group-server.
1414         (nnir-request-group): Avoid searching twice.
1415         (nnir-sort-groups-by-server): New function.
1416
1417 2010-10-30  Julien Danjou  <julien@danjou.info>
1418
1419         * gnus-group.el: Remove gnus-group-fetch-control.
1420
1421         * gnus-start.el (gnus-find-new-newsgroups):
1422         Remove gnus-check-first-time-used.
1423
1424         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1425
1426 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1427
1428         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1429         set on groups that don't have \* permanentflags.
1430
1431 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1432
1433         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1434         control the background color.
1435         (shr-tag-img): Ignore very small web bug type images.
1436         (shr-put-image): Add help-echo alt texts to the images.
1437         (shr-tag-video): Show the video poster image.
1438
1439 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1440
1441         * shr.el (shr-table-depth): New variable.
1442         (shr-tag-table-1): Only insert the images after the top-level table.
1443
1444         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1445
1446         * gnus-util.el (gnus-list-memq-of-list): New function.
1447
1448         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1449         selected.
1450         (nnimap-unsplittable-articles): New slot.
1451         (nnimap-new-articles): Use it.
1452
1453 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1454
1455         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1456         move to the previous line on `M-g'.
1457
1458 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1459
1460         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1461         *-request-group, which seems unnecessary.
1462
1463         * nnimap.el (nnimap-quote-specials): Function copied over from
1464         imap.el.
1465         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1466         they support that.  Suggested by Tom Regner.
1467
1468 2010-10-29  Julien Danjou  <julien@danjou.info>
1469
1470         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1471         defalias.
1472         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1473
1474         * gnus.el: Remove `gnus-nntp-service' variable.
1475         (gnus-secondary-servers): Make obsolete.
1476         (gnus-nntp-server): Make obsolete.
1477
1478         * gnus-start.el (gnus-1): Remove x-splash calls.
1479
1480         * gnus-ems.el (gnus-x-splash): Remove.
1481
1482         * gnus.el (gnus-group-startup-message): Simplify/update code.
1483
1484         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1485         definition.
1486
1487         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1488         capability before doing anything.
1489         (gnus-group-insert-group-line): Remove useless
1490         gnus-group-remove-excess-properties.
1491
1492 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1493
1494         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1495
1496 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1497
1498         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1499         config after reselecting.
1500
1501 2010-10-28  Julien Danjou  <julien@danjou.info>
1502
1503         * shr.el (shr-put-image): Use point even if only inserting text.
1504         (shr-put-image): Save excursion when inserting alt text on non-graphic
1505         display, so the behaviour is the same when we are on a graphic display.
1506
1507         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1508
1509 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1510
1511         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1512         (gnus-mime-copy-part): Check coding system, not charset.
1513         (gnus-mime-view-part-externally): Never remove part.
1514         (gnus-mime-view-part-internally): Don't remove part here.
1515         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1516         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1517         multipart/alternative.
1518
1519         * mm-decode.el (mm-display-part): Take optional arg `force'.
1520
1521 2010-10-26  Julien Danjou  <julien@danjou.info>
1522
1523         * gnus-group.el (gnus-group-default-list-level): Add this function to
1524         compute the default list level.
1525         (gnus-group-default-list-level): Add possibility to use a function.
1526
1527 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1528
1529         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1530
1531         * gnus-group.el (gnus-group-completing-read)
1532         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1533         gnus-replace-in-string.
1534
1535 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1536
1537         * shr.el (shr-tag-div): Add.
1538
1539         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1540
1541 2010-10-25  Julien Danjou  <julien@danjou.info>
1542
1543         * gnus-util.el: Remove `gnus-with-local-quit'.
1544
1545         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1546
1547 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1548
1549         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1550         the original article buffer.
1551
1552 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1553
1554         * nnimap.el (nnimap-request-head): New function.
1555         (nnimap-request-move-article): Try to be slighly faster by not
1556         requesting the entire message when moving.
1557         (nnimap-transform-headers): Don't bug out on bodiless articles.
1558         (nnimap-send-command): Have no outstanding messages if the IMAP server
1559         doesn't support streaming.
1560         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1561
1562 2010-10-24  Julien Danjou  <julien@danjou.info>
1563
1564         * message.el (message-default-headers): Fix type.
1565
1566 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1567
1568         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1569         prefetching images.
1570
1571         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1572         backend for unknown groups.  This is mainly useful for nnimap groups.
1573
1574         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1575         group isn't covered by the agent.
1576
1577 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1578
1579         * nnir.el (nnir-method-default-engines): New variable.
1580         (nnir-run-query): Use it.
1581         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1582         (gnus-summary-nnir-goto-thread): Change group if needed.
1583
1584         * gnus-group.el (gnus-group-group-map): Add key binding for
1585         gnus-group-make-nnir-group.
1586
1587 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1588
1589         * shr.el (shr-tag-object): Add.
1590
1591         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1592         original article buffer live.
1593         (gnus-summary-select-article-buffer):
1594         Mention gnus-widen-article-buffer.
1595
1596 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1597
1598         * shr.el (shr-tag-strong): Add.
1599
1600 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1601
1602         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1603         group names.  They mess up the group buffer badly.
1604
1605         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1606
1607         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1608         instead of the summary one.
1609
1610 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1611
1612         * mml.el (mml-preview): Work properly when editing article.
1613
1614         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1615         gnus-have-read-active-file if it's already been in.
1616
1617 2010-10-22  Tom Tromey  <tromey@redhat.com>
1618
1619         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1620         gnus-group-completing-read.
1621
1622 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1623
1624         * message.el (message-mode-map): Don't bind M-; to comment region, to
1625         allow the global comment-dwim to work.
1626
1627 2010-10-21  Julien Danjou  <julien@danjou.info>
1628
1629         * message.el (message-setup-1): Allow message-default-headers to be a
1630         function.
1631
1632 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1633
1634         * shr.el (shr-tag-table): Simplify.
1635
1636 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1637
1638         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1639         to avoid trying to snarf invalid stuff.
1640
1641         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1642
1643         * gnus.el (gnus-message-archive-group): Quote value.
1644         (gnus-message-archive-group): Mark as changed.
1645
1646         * shr.el (shr-add-font): Don't put the font properties on the newline
1647         or the indentation.
1648
1649         * message.el (message-fix-before-sending): Change options when sending
1650         non-printable characters.
1651
1652         * gnus.el (gnus-message-archive-method): Change the default to
1653         monthly outgoing groups.
1654
1655         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1656         that have gotten new numbers.
1657
1658         * nnimap.el (nnimap-request-replace-article): New function.
1659
1660 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1663         (nnrss-request-article): Don't use special html washing code.
1664
1665 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1666
1667         * shr.el (shr-tag-table): Remove useless nconc.
1668
1669 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1670
1671         * gnus-art.el (article-wash-html): Simplify and remove the charset
1672         stuff.  Use the normal html rendering code instead of the special html
1673         washing code.
1674
1675         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1676         `gnus-w3m' symbols.
1677         (mm-text-html-washer-alist): Remove.
1678
1679         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1680         (mm-inline-media-tests): Remove use.
1681         (mm-text-html-renderer): Change default to the `shr' symbol.
1682
1683         * mm-view.el (mm-inline-text-html): Remove use.
1684
1685         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1686         `gnus-blocked-images' to be a function.
1687         (gnus-article-wash-function): Remove.
1688
1689 2010-10-20  Julien Danjou  <julien@danjou.info>
1690
1691         * spam.el (spam-list-of-processors): Mark as obsolete.
1692
1693         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1694         (nnimap-insert-partial-structure): Fix boundary detection.
1695
1696 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1697
1698         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1699         run file-truename on remote files.  This can be expensive and even
1700         prevent one from editing drafts if some unrelated buffer has a stale
1701         connection.
1702
1703 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1706         kinsoku-eol regardless of shr-kinsoku-shorten.
1707         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1708         (shr-tag-table): Support caption, thead, and tfoot.
1709
1710 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1711
1712         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1713         lines.
1714         (shr-save-contents): New command and keystroke.
1715
1716         * nndoc.el (nndoc-type-alist): Add git support.
1717         (nndoc-git-type-p): New function.
1718         (nndoc-transform-git-article): Ditto.
1719         (nndoc-transform-git-headers): Ditto.
1720         (nndoc-transform-git-headers): Generate Subject headers.
1721
1722         * shr.el (shr-parse-style): New function.
1723         (shr-tag-span): Ditto.
1724
1725         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1726         to `G G' to avoid collisions.
1727
1728 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1729
1730         * shr.el: Load kinsoku if necessary.
1731         (shr-kinsoku-shorten): New internal variable.
1732         (shr-find-fill-point): Make kinsoku shorten text line if
1733         shr-kinsoku-shorten is bound to non-nil.
1734         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1735         shr-indentation too when testing if table is wider than frame width.
1736         (shr-insert-table): Use `string-width' instead of `length' to measure
1737         text width.
1738         (shr-insert-table-ruler): Make sure indentation is done at bol.
1739
1740 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1741
1742         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1743         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1744         undecoded network data.
1745
1746 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1747
1748         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1749         name in the mode line spec so that the mode line menu works
1750         (bug #2431).
1751
1752         * message.el (message-get-reply-headers): If we're fed `to-address',
1753         then always use that.
1754
1755         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1756         aren't so wide as to need to switch off the edit menu.
1757
1758         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1759         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1760
1761         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1762         `M-g'.
1763         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1764         the permanent marks.
1765
1766 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1767
1768         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1769         Splitting according to references/in-reply-to obeys the ignore-groups
1770         variable, while splitting by sender and subject do not.
1771
1772 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1773
1774         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1775         alist, so that we can look for non-Unicode chars.
1776         (article-translate-strings): Allow both character and string maps.
1777
1778 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1779
1780         * shr.el (shr-insert): Don't insert space behind a wide character
1781         categorized as kinsoku-bol, or between characters both categorized as
1782         nospace.
1783
1784 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1785
1786         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1787         headers to gnus-newsgroup-headers.
1788
1789 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1790
1791         * shr.el (shr-tag-img): Don't align images -- since we're not
1792         rescaling, this often leads to ugly displays.
1793
1794 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1795
1796         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1797         duplicates.
1798
1799 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1800
1801         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1802         call.
1803
1804 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1805
1806         * gnus.el: Autoload gnus-html-show-images.
1807
1808         * nnimap.el: Use nnheader-message throughout.
1809
1810         * shr.el (shr-tag-img): Ignore images with no data.
1811
1812 2010-10-15  Julien Danjou  <julien@danjou.info>
1813
1814         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1815         a possibility to disable format=flow encoding when using hard newlines.
1816
1817 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1818
1819         * shr.el (shr-insert): Remove space inserted before or after a
1820         breakable character or at the beginning or the end of a line.
1821         (shr-find-fill-point): Do kinsoku; find the second best point or give
1822         it up if there's no breakable point.
1823
1824 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1825
1826         * nnimap.el (nnimap-open-connection): Message when opening connection
1827         for debugging purposes.
1828
1829         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1830         on every setup buffer call to allow this to change from article to
1831         article.
1832
1833         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1834         buffers where we have a wide table.
1835
1836 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1837
1838         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1839         uses *-request-thread.
1840
1841 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1842
1843         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1844         incantation, which is no longer valid.
1845
1846 2010-10-14  Julien Danjou  <julien@danjou.info>
1847
1848         * shr.el: Fix defcustom type (char -> character).
1849
1850 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1851
1852         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1853         programs.
1854
1855 2010-10-14  Julien Danjou  <julien@danjou.info>
1856
1857         * shr.el (shr-tag-a): Use url-link as widget type.
1858
1859         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1860         `gnus-group-get-icon'.
1861
1862 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1863
1864         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1865         This should make server editing work better.
1866
1867         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1868
1869         * tls.el (tls-program): Remove spurious %s from openssl.
1870
1871         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1872         (nnimap-parse-flags): Fix regexp.
1873
1874         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1875         probably work for CJVK text, too.
1876
1877         * nnimap.el (nnimap-extend-tls-programs): Remove.
1878         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1879
1880         * tls.el (tls-starttls-switches): Remove starttls hack.
1881         (open-tls-stream): Ditto.
1882         (tls-find-starttls-argument): Ditto.
1883
1884 2010-10-13  Julien Danjou  <julien@danjou.info>
1885
1886         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1887         responses.
1888
1889 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1890
1891         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1892
1893         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1894         anything in Emacs.
1895
1896         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1897
1898 2010-10-13  Julien Danjou  <julien@danjou.info>
1899
1900         * shr.el (shr-width): Make shr-width a defcustom with default to
1901         fill-column.
1902         (shr-tag-img): Use shr-width rather than fill-column.
1903
1904 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1905
1906         * dgnushack.el (byte-optimize-apply)
1907         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1908
1909         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1910         position when (X-)Faces exist.
1911         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1912         avatars when called interactively.
1913
1914 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1915
1916         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1917         gnus-article-x-face-too-ugly is bound.
1918
1919 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1920
1921         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1922
1923         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1924         mailbox that doesn't exist.
1925
1926 2010-10-12  Julien Danjou  <julien@danjou.info>
1927
1928         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1929         (shr-get-image-data): Encode URL properly when fetching from cache.
1930         (shr-tag-img): Use aligned-to spaces to align correctly images.
1931
1932         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1933         before inserting the Gravatar.
1934
1935         * shr.el (shr-tag-img): Add align attribute support for <img>.
1936
1937 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938
1939         * gnus-gravatar.el (gnus-art): Require.
1940
1941         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1942         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1943         Remove long obsoleted functions.
1944
1945 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1946
1947         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1948
1949         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1950
1951         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1952         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1953         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1954         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1955         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1956         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1957         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1958
1959 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1960
1961         * nnimap.el (nnimap-request-rename-group): Select group read-only
1962         before renaming it.
1963
1964         * shr.el (shr-insert): Fix up the white space only regexp.
1965
1966         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1967         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1968
1969         * shr.el (shr-current-column): New function.
1970         (shr-find-fill-point): New function.
1971
1972 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1973
1974         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1975         numbers.
1976
1977 2010-10-11  Julien Danjou  <julien@danjou.info>
1978
1979         * shr.el (shr-hr-line): Add.
1980         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1981         display hr lines.
1982         (shr-max-columns): Do not change state to nil if we just inserting
1983         spaces.
1984
1985 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1986
1987         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1988         select the last group.
1989
1990 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1991
1992         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1993
1994 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1995
1996         * dig.el (dig-mode-map): Declare and define in one step.
1997
1998 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1999
2000         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2001         for Gnus.
2002         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2003         (nnimap-update-qresync-info): Mark \Seen articles as read.
2004
2005         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2006         non-variable, too.
2007
2008         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2009         available.
2010         (nnimap-update-info): Rely more on the current active than the param
2011         active to avoid marking articles as read too much.
2012
2013         * auth-source.el (auth-source-create): Use (user-login-name) for the
2014         user name default.
2015
2016         * nnimap.el (nnimap-update-info): If the server doesn't return any
2017         useful info, just use the previous info.
2018         (nnimap-update-info): Prefer old info over start-article.
2019         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2020
2021 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2022
2023         * nnir.el (autoload): Clean up autoloads.
2024         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2025         Use key rather than value.
2026         (nnir-imap-search-other): New variable.
2027         (nnir-read-parm): Use it.
2028         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2029         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2030
2031 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2032
2033         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2034         the process, too.
2035
2036 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2037
2038         * spam.el (gnus-summary-mode-map): Bind to "$".
2039         Suggested by Russ Allbery.
2040
2041         * shr.el: Rework the way things are indented by <li> slightly.
2042
2043         * gnus.el (gnus-group-set-parameter): Fix typo.
2044
2045         * nnimap.el: Start implementing QRESYNC support.
2046
2047 2010-10-09  Julien Danjou  <julien@danjou.info>
2048
2049         * nnir.el (nnir-engines): Fix too many arguments.
2050
2051 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2052
2053         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2054         group is the "last", so that the backends like nnfolder actually save
2055         their folders.
2056
2057         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2058         try to use that for the tls stream.
2059         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2060         UIDVALIDITY and find out which groups are read-only and not.
2061         (nnimap-get-flags): Use the same marks parsing code as the rest of
2062         nnimap.
2063
2064 2010-10-09  Julien Danjou  <julien@danjou.info>
2065
2066         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2067
2068         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2069         retrieving gravatars.
2070
2071         * shr.el (shr-table-corner): Add.
2072         (shr-table-line): Add.
2073         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2074
2075 2010-10-08  Julien Danjou  <julien@danjou.info>
2076
2077         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2078
2079 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2080
2081         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2082
2083         * gnus-sum.el (gnus-mark-article-as-unread)
2084         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2085         (gnus-summary-set-bookmark): Use it.
2086
2087         * gnus-msg.el (gnus-setup-message): Use it.
2088
2089         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2090
2091         * gnus.el (gnus-group-remove-parameter): Use it.
2092
2093         * gnus-group.el (gnus-group-make-web-group): Use it.
2094
2095         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2096
2097         * nnregistry.el: Update docs to mention manual.
2098
2099         * gnus-registry.el: Update docs to mention nnregistry.el.
2100         (gnus-registry-initialize): Don't install nnregistry refer method
2101         automatically.
2102         (gnus-registry-install-nnregistry): Remove it.
2103
2104 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2105
2106         * shr.el (shr-insert): Don't insert double spaces.
2107
2108 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2109
2110         * gnus-gravatar.el (gnus-treat-from-gravatar)
2111         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2112         called interactively.
2113
2114         * gnus-art.el (gnus-mime-view-part-externally)
2115         (gnus-mime-view-part-internally): Make predicate function passed to
2116         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2117         of a mime type.
2118
2119         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2120
2121 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2122
2123         * shr.el (require): Require cl when compiling.
2124         (shr-tag-hr): New function.
2125
2126         * nnimap.el (nnimap-update-info): Remove double setting of high.
2127         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2128         This makes nnimap work properly on Courier again.
2129
2130         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2131         the variable for backwards compatability.
2132
2133         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2134         the file name before using to avoid setting mm-default-directory to
2135         nil.
2136
2137         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2138         bidning gnus-agent variables.
2139
2140         * shr.el (shr-render-td): Use a cache for the table rendering function
2141         to avoid getting an exponential rendering behaviour in nested tables.
2142         (shr-insert): Rework the line-breaking algorithm.
2143         (shr-insert): Don't leave trailing spaces.
2144         (shr-insert-table): Also insert empty TDs.
2145         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2146
2147 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2148
2149         * gnus-sum.el (gnus-number): Rename from `number'.
2150         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2151         (gnus-summary-limit-children): Update uses correspondingly.
2152
2153 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2154
2155         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2156         (gnus-gravatar-transform-address): Don't show avatars of people of
2157         which mail addresses match gnus-gravatar-too-ugly.
2158
2159 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2160
2161         * shr.el (shr-table-widths): Expand TD elements to fill available
2162         space.
2163
2164 2010-10-07  Julien Danjou  <julien@danjou.info>
2165
2166         * nnimap.el (nnimap-request-rename-group): Add this method.
2167
2168 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2169
2170         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2171         name from XEmacs' function-arglist.
2172
2173         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2174         gravatar under XEmacs.
2175
2176 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2177
2178         * auth-source.el: Update docs with TODO items.
2179
2180         * gnus-sync.el: Update docs to explain state and plans.
2181
2182         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2183         Hooks for mark updates.
2184         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2185
2186         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2187         hooks with arguments, which is needed for mark update hooks.
2188
2189 2010-10-06  Julien Danjou  <julien@danjou.info>
2190
2191         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2192         was matched.
2193
2194         * sieve-manage.el: Update example in `Commentary'.
2195
2196         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2197
2198         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2199         not 2000.
2200         (sieve-manage-authenticate): Re-add function.
2201
2202 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2203
2204         * shr.el (shr-insert): Get 'space transition right.
2205         (shr-render-td): Only delete space at the end of the TD.
2206
2207         * nnimap.el (nnimap-open-connection): Prepare to support
2208         open-gnutls-stream.
2209
2210         * shr.el: Rearrange function order to be more logical.
2211
2212 2010-10-06  Julien Danjou  <julien@danjou.info>
2213
2214         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2215         (nnrss-discover-feed): Remove 404 URL in docstring.
2216
2217         * nnir.el: Fix Swish-E URL.
2218         Fix Namazu URL.
2219
2220         * message.el (message-change-subject): Remove 404 URL in a comment.
2221
2222 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2223
2224         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2225         called interactively.
2226
2227         * gnus-util.el (gnus-remove-if): Allow hash table.
2228         (gnus-remove-if-not): New function.
2229
2230         * gnus-art.el (gnus-mime-view-part-as-type)
2231         * gnus-score.el (gnus-summary-score-effect)
2232         * gnus-sum.el (gnus-read-move-group-name):
2233         Replace remove-if-not with gnus-remove-if-not.
2234
2235         * gnus-group.el (gnus-group-completing-read):
2236         Regard collection as a hash table if it is not a list.
2237
2238 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239
2240         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2241
2242         * shr.el: Document the table-rendering algorithm.
2243
2244 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2245
2246         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2247         for Emacsen having no `libxml-parse-html-region' support.
2248
2249 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2250
2251         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2252         invalid URLs.
2253
2254         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2255         line-broken.
2256         (shr-tag-img): Ignore image fetching errors.
2257         (shr-overlays-in-region): Compute overlay positions correctly.
2258
2259         * mm-decode.el (mm-shr): Require shr.
2260
2261         * gnus-art.el (gnus-blocked-images): Move variable here.
2262
2263         * shr.el (shr-insert-table): Bind free variable.
2264
2265         * mm-decode.el (mm-shr): Bind shr-content-function.
2266
2267         * shr.el (shr-content-function): New variable.
2268
2269         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2270         added for symmetry.
2271
2272         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2273
2274         * gnus-group.el (gnus-group-make-group): Doc fix.
2275
2276         * nnimap.el (nnimap-request-newgroups): Return success.
2277
2278         * shr.el (shr-find-elements): New function.
2279         (shr-tag-table): Put all the images after the table.
2280         (shr-tag-table): Really inhibit images inside the table.
2281         (shr-collect-overlays): Copy over overlays from the TD elements to the
2282         main document.
2283
2284         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2285         gnus-blocked-images.
2286
2287 2010-10-05  Julien Danjou  <julien@danjou.info>
2288
2289         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2290
2291         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2292         (gnus-html-maximum-image-size): Add this function.
2293         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2294
2295         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2296         server-value of the capability is nil.
2297
2298 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2299
2300         * shr.el (shr-tag-em): Add <EM> tag.
2301
2302 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2303
2304         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2305         customizable.
2306
2307         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2308         handing broken links to browse-url.
2309
2310 2010-10-05  Julien Danjou  <julien@danjou.info>
2311
2312         * gnus-util.el (gnus-emacs-completing-read)
2313         (gnus-iswitchb-completing-read): Use autoload rather than require.
2314
2315 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2316
2317         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2318         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2319         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2320         iswitchb-temp-buflist for XEmacs.
2321
2322         * gnus-util.el (gnus-completing-read-function): Exclude
2323         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2324         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2325         XEmacs.
2326
2327         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2328         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2329
2330         * gnus-html.el: Don't require help-fns under XEmacs.
2331         (gnus-html-schedule-image-fetching): Work for XEmacs.
2332
2333         * mm-decode.el (mm-shr): Decode contents by charset.
2334
2335 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2336
2337         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2338         unknown.
2339
2340         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2341         (shr-get-image-data): Ensure against the cache file missing.
2342
2343         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2344         for data.
2345
2346         * spam-report.el (spam-report-url-ping-plain): Don't query about
2347         killing the process.
2348
2349         * shr.el (shr-render-td): Protect against too-wide text.
2350
2351 2010-10-04  Julien Danjou  <julien@danjou.info>
2352
2353         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2354         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2355
2356         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2357         retrieved.
2358
2359 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2360
2361         * shr.el (browse-url): Require.
2362         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2363         lines.
2364         (shr-show-alt-text, shr-browse-image): New commands.
2365         (shr-browse-url, shr-copy-url): New commands.
2366
2367         * gnus-sum.el (gnus-widen-article-window): New variable.
2368         (gnus-summary-select-article-buffer): Use it.
2369
2370         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2371         without @ signs.
2372
2373 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2374
2375         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2376
2377 2010-10-04  Julien Danjou  <julien@danjou.info>
2378
2379         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2380         for XEmacs.
2381
2382 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2383
2384         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2385
2386         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2387         (nnimap-close-server): Implement.
2388
2389         * dgnushack.el (iswitchb): Require to shut up the compiler.
2390
2391         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2392         (shr-insert): Tweak line breaking.
2393         (shr-insert): Handle <pre> better.
2394         (shr-tag-li): Get <li> indentation right.
2395         (shr-tag-li): Get <li> indentation even righter.
2396         (shr-tag-blockquote): Ensure paragraph start.
2397         (shr-make-table): Tweak table generation.
2398         (shr-make-table): Fix typo.
2399
2400         * shr.el: Implement table rendering.
2401
2402 2010-10-04  Julien Danjou  <julien@danjou.info>
2403
2404         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2405
2406 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2407
2408         * shr.el (shr-insert): Use string anchors instead of line anchors.
2409
2410 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2411
2412         * shr.el: Add headings.
2413         (shr-ensure-paragraph): Actually work.
2414         (shr-tag-li): Make <ul> prettier.
2415         (shr-insert): Get white space at the beginning/end of elements right.
2416         (shr-tag-p): Collapse subsequent <p>s.
2417         (shr-ensure-paragraph): Don't insert double line feeds after blank
2418         lines.
2419         (shr-insert): \t is also space.
2420         (shr-tag-s): Fix "s" tag name function.
2421         (shr-tag-s): Fix face prop name.
2422
2423 2010-10-03  Julien Danjou  <julien@danjou.info>
2424
2425         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2426
2427         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2428         gnus-window-inside-pixel-edges.
2429
2430         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2431         gnus-ems.
2432
2433         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2434
2435         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2436         function.
2437
2438         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2439         resize choice.
2440
2441 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2442
2443         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2444         beginning of the buffer.
2445
2446         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2447         article buffer again.
2448
2449         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2450
2451         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2452         when it's at the start of the buffer.
2453
2454         * shr.el (shr-tag-blockquote): Convert name.
2455         (shr-rescale-image): Use the right image-size variant.
2456
2457         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2458         buffer isn't shown, then select the current article first instead of
2459         bugging out.
2460         (gnus-summary-select-article-buffer): Show both the article and summary
2461         buffers again.
2462
2463         * shr.el (shr-fontize-cont): Protect against regions with no text.
2464         Rename tag functions to shr-tag-* for enhanced security.
2465         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2466
2467 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2468
2469         * shr.el (shr-insert):
2470         * pop3.el (pop3-movemail):
2471         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2472         loaded.
2473
2474 2010-10-03  Glenn Morris  <rgm@gnu.org>
2475
2476         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2477
2478         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2479
2480         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2481
2482         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2483
2484         * gnus-util.el (gnus-make-local-hook): Simplify.
2485
2486 2010-10-02  Julien Danjou  <julien@danjou.info>
2487
2488         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2489         (gnus-ido-completing-read): New function.
2490         (gnus-emacs-completing-read): New function.
2491         (gnus-completing-read): Use gnus-completing-read-function.
2492         Add gnus-completing-read-function.
2493
2494 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2495
2496         * shr.el (shr-insert-document): Autoload.
2497         (shr-img): Be silent.
2498         (shr-insert): Add a newline after every picture before text.
2499         (shr-add-font): Use overlays for combining faces.
2500         (shr-insert): Pass upwards the text start point.
2501
2502         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2503         possible.
2504         (mm-shr): New function.
2505
2506 2010-10-02  Julien Danjou  <julien@danjou.info>
2507
2508         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2509         should go backward.
2510
2511 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2512
2513         * shr.el (shr): Fix typo in provide call.
2514
2515 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2516
2517         * shr.el: New file.
2518
2519         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2520
2521         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2522         completing read.
2523
2524 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2525
2526         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2527         we're being queried about.  Suggested by Dan Jacobson.
2528
2529         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2530         Suggested by Jason Eisner.
2531
2532         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2533         table, too.  Suggested by Stefan Wiens.
2534         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2535         the table unnecessary.  Suggested by Stefan Wiens.
2536
2537         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2538         longer needed, and probably doesn't work either, as pointed out by
2539         Stefan Wiens.
2540         (gnus-summary-exit): Remove call to the clearing function.
2541         (gnus-summary-exit-no-update): Ditto.
2542
2543         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2544         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2545         Reported by Stefan Monnier.
2546         (gnus-summary-save-in-rmail): Ditto.
2547
2548         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2549         article buffer, instead of both the article buffer and the summary
2550         buffer.  Sort of suggested by Dan Jacobson.
2551
2552         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2553
2554         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2555         Suggested by Dan Jacobson.
2556
2557         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2558         documentation clearer.
2559
2560         * message.el (message-shorten-references): Comment on the number "21".
2561         Suggested by Stefan Monnier.
2562
2563         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2564         Suggested by Dan Jacobson.
2565
2566         * gnus.el (gnus-large-newsgroup):
2567         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2568
2569         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2570         externalize attachments.  Bug reported by Steve Wen.
2571
2572         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2573         really message anything to the user.
2574
2575         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2576         directly.
2577
2578         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2579         messages in empty groups.
2580
2581 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2582
2583         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2584         non-UIDNEXT group.
2585
2586 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2587
2588         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2589         not the value from the collection.
2590
2591         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2592         values.  This sometimes happens on some groups that have no info.
2593         (nnimap-request-newgroups): New function.
2594
2595 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2596
2597         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2598         check into `gnus-registry-initialize'.
2599         (gnus-registry-initialize): Ditto.
2600         Fix and extend header docs.
2601
2602 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2603
2604         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2605         regexp backtrace overflows.
2606
2607         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2608         for starttls that tls.el implements; i.e. openssl.
2609
2610         * tls.el (tls-starttls-switches): Give up on using starttls with
2611         gnutls-cli.
2612         (tls-program): Add --insecure to be consistent with the defaults from
2613         openssl s_client.  Now all three commands are insecure.
2614
2615 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2616
2617         * lpath.el: Bind completion-styles-alist for XEmacs.
2618
2619         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2620         (gravatar-create-image): New function that's an alias to
2621         gnus-xmas-create-image, gnus-create-image, or create-image.
2622         (gravatar-data->image): Use it.
2623
2624 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2625
2626         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2627         install the nnregistry refer method.
2628         (gnus-registry-install-hooks): Use it.
2629         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2630         unfollowed groups.
2631
2632 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2633
2634         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2635         expanding threads.
2636
2637 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2638
2639         * nnir.el: Use the server names without suffixes (bug #7009).
2640
2641         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2642         unencrypted to STARTTLS, if possible.
2643
2644 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2645
2646         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2647         headers before superseding.
2648
2649 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2650
2651         * nnrss.el (nnrss-use-local): Add documentation.
2652
2653         * nnimap.el (nnimap-extend-tls-programs): New function.
2654         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2655         (nnimap-wait-for-connection): Accept the greeting from the stupid
2656         output from openssl s_client -starttls, too.
2657
2658         * tls.el (tls-starttls-switches): New variable.
2659         (tls-find-starttls-argument): Use it.
2660         (open-tls-stream): Ditto.
2661
2662         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2663         (netrc-machine): Ditto.
2664
2665         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2666         article number.
2667         (nnimap-split-fancy): New variable.
2668         (nnimap-split-incoming-mail): Use it.
2669
2670         * nntp.el (nntp-server-list-active-group): Document.
2671
2672         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2673         SELECT to get the message-id.
2674
2675         * mail-source.el (mail-sources): Remove webmail support.
2676         (defvar): Ditto.
2677         (mail-source-fetcher-alist): Ditto.
2678         (mail-source-fetch-webmail): Remove.
2679
2680         * webmail.el: Remove -- doesn't seem relevant any more.
2681
2682         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2683
2684         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2685         the \r.
2686
2687 2010-09-30  Julien Danjou  <julien@danjou.info>
2688
2689         * gnus-agent.el (gnus-agent-add-group): Fix call to
2690         gnus-completing-read.
2691
2692 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2693
2694         * nndoc.el (nndoc-retrieve-groups): New function.
2695
2696         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2697         `default', use nnmail-split-methods.
2698         (nnimap-request-article): Downcase the NILs so that they are nil.
2699
2700         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2701         symbol.
2702
2703         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2704         code, since if the user has requested network, that's what they ought
2705         to get.
2706         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2707         (nnimap-split-rule): Mark as obsolete.
2708
2709         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2710         New variable.
2711
2712         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2713         correct slot, too.
2714
2715 2010-09-29  Julien Danjou  <julien@danjou.info>
2716
2717         * gnus.el (gnus-local-domain): Declare variable obsolete.
2718
2719         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2720         Fix history computing.
2721         (gnus-ido-completing-read): Require ido.
2722
2723 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2724
2725         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2726         build Gnus.
2727
2728         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2729         when interpreting the structures.
2730         (nnimap-request-accept-article): Add \r\n to the lines to make this
2731         work with Cyrus.
2732
2733         * nndraft.el (nndraft-request-expire-articles): Use the group name
2734         instead if "nndraft".  Fix found by Nils Ackermann.
2735
2736 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2737
2738         * nnregistry.el: Add.
2739
2740 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2741
2742         * nnmail.el (group, group-art-list, group-art):
2743         Remove unneeded directives.
2744
2745 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2748         (mm-mime-charset)
2749         * rfc2047.el (rfc2047-syntax-table)
2750         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2751
2752         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2753         rather than `insert-file-contents' and `eval-region'.
2754
2755         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2756         construction.
2757
2758         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2759
2760         * time-date.el: No need to require cl for Emacs 21.
2761
2762 2010-09-29  Julien Danjou  <julien@danjou.info>
2763
2764         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2765         replacement of `gnus-gravatar-relief' to mimic
2766         `gnus-faces-properties-alist'.
2767         Add :version property.
2768
2769 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2770
2771         * mail-source.el (mail-source-report-new-mail)
2772         * message.el (message-default-mail-headers)
2773         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2774
2775         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2776
2777 2010-09-28  Julien Danjou  <julien@danjou.info>
2778
2779         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2780         mail-address contains the same string as real-name.
2781
2782         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2783         non-blank in header, otherwise it'll get stripped.
2784
2785         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2786         real-name, and then for mail address rather than doing : or , search.
2787
2788 2010-09-27  Julien Danjou  <julien@danjou.info>
2789
2790         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2791         right completing-read function.
2792         (gnus-use-ido): New variable
2793         (gnus-completing-read-with-default): Remove.
2794         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2795         (gnus-agent-add-group):
2796         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2797         * mm-view.el (mm-view-pkcs7-decrypt):
2798         * mm-util.el (mm-codepage-setup):
2799         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2800         * mml-smime.el (mml-smime-openssl-sign-query):
2801         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2802         (mml-insert-multipart):
2803         * gnus-msg.el (gnus-summary-yank-message):
2804         * gnus-int.el (gnus-start-news-server):
2805         * mm-decode.el (mm-interactively-view-part):
2806         * gnus-dired.el (gnus-dired-attach):
2807         * gnus.el (gnus-read-method):
2808         * gnus-bookmark.el (gnus-bookmark-jump):
2809         * gnus-art.el (gnus-mime-view-part-as-type)
2810         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2811         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2812         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2813         * nnmairix.el (nnmairix-create-server-and-default-group)
2814         (nnmairix-update-groups, nnmairix-get-server)
2815         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2816         (nnmairix-get-group-from-file-path):
2817         * nnrss.el (nnrss-find-rss-via-syndic8):
2818         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2819         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2820         (gnus-group-browse-foreign-server):
2821         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2822         (gnus-summary-execute-command, gnus-summary-respool-article)
2823         (gnus-read-move-group-name):
2824         * gnus-score.el (gnus-summary-increase-score)
2825         (gnus-summary-score-effect):
2826         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2827
2828 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2829
2830         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2831         x-focus-frame.
2832
2833         * nnimap.el (auth-source-forget-user-or-password)
2834         (auth-source-user-or-password): Autoload.
2835
2836         * message.el (message-from-style, message-interactive)
2837         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2838         (message-yank-prefix, message-indentation-spaces, message-signature)
2839         (message-signature-file): Add comment.
2840
2841 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2842
2843         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2844         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2845         new articles.
2846
2847         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2848         parts.
2849         (nnimap-request-article): Work with the t setting, too.
2850
2851         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2852         that you don't get flashes of other buffers.
2853         (gnus-summary-show-complete-article): Intern before setting.
2854
2855 2010-09-27  David Engster  <dengste@eml.cc>
2856
2857         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2858         well as HEADERS.
2859         (nnmairix-retrieve-headers): Provide new argument for the above.
2860
2861 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2862
2863         * gnus-sum.el (gnus-summary-move-article): Don't alter
2864         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2865         group.
2866
2867         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2868
2869         * message.el (message-cite-prefix-regexp): Revert my last edit.
2870
2871         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2872         variable instead of the Gnus variable.
2873
2874         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2875
2876         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2877
2878         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2879         since some servers don't like it.
2880         (nnimap-open-connection): Forget credentials if the server says the
2881         password was wrong.
2882         (nnimap-parse-line): Protect against invalid data.
2883
2884         * gnus-sum.el (gnus-summary-move-article): Add comment.
2885         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2886         nothing alters it while scanning for new messages.
2887
2888         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2889         which may or may not help.
2890         (nnimap-open-connection): If we're doing a stream connection, and then
2891         discover we're on a STARTTLS-capable server, then open a STARTTLS
2892         connection instead.
2893
2894 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2895
2896         * nnimap.el (utf7): Require.
2897
2898         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2899         prefix.
2900
2901 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2902
2903         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2904
2905 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2906
2907         * nnimap.el (nnimap-request-accept-article): Message the error on
2908         error.
2909
2910 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2913
2914 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2915
2916         * nndoc.el (nndoc-request-list): Return success always.
2917
2918         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2919         `fetch-old' -- we only want to fetch the articles we've requested.
2920         The rest are in the agent, probably.
2921         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2922         disappeared server" to something low.  It's not important.
2923
2924         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2925         arrived before the FETCH data.
2926
2927         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2928         target here, because we don't know the Gnus name of the group.
2929
2930         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2931         for the correct group.
2932
2933         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2934
2935         * gnus.el (gnus): Give a final warning after startup.
2936
2937         * gnus-util.el (gnus-action-message-log): New variable.
2938         (gnus-message): Use it.
2939         (gnus-final-warning): New function.
2940
2941         * nnimap.el (nnimap-open-connection): Record the greeting.
2942         (nnimap): Add greeting.
2943
2944 2010-09-26  Julien Danjou  <julien@danjou.info>
2945
2946         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2947         arguments.
2948         (gnus-html-wash-images): Fix spec computing to include start/end.
2949
2950         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2951
2952 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2953
2954         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2955         deletion.
2956         (nnimap-retrieve-headers): Don't select the group, because that's
2957         already done by nnimap-possibly-change-group.
2958
2959         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2960         (gnus-picon-transform-address): Use it.
2961
2962         * mail-source.el (mail-source-value): Revert previous patch.
2963
2964         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2965         on failure.
2966         (nnimap-open-connection): Look up both virtual and physical server name
2967         credentials.
2968
2969         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2970
2971 2009-02-07  Dave Love  <fx@gnu.org>
2972
2973         * tls.el (open-tls-stream): Don't query killing process.
2974
2975 2009-02-08  Dave Love  <fx@gnu.org>
2976
2977         * gnus-win.el (gnus-window-to-buffer-helper)
2978         (gnus-all-windows-visible-p): Function needn't be a symbol.
2979
2980         * mail-source.el (mail-source-value): Function needn't be a symbol.
2981
2982 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2983
2984         * message.el (message-cite-prefix-regexp): Remove } from the cite
2985         prefix.
2986
2987         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2988         highlight again, so that the highlight is correct.
2989
2990         * gnus-picon.el (gnus-picon): Remove again.
2991         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2992
2993         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2994         doing the header highlightling, so that the background colour of the
2995         picon is correct.
2996
2997         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2998         (gnus-picon): Ditto.
2999         (gnus-picon): Reinstate.  The background colour for picons is white.
3000         (gnus-picon-insert-glyph): Make the background white.
3001
3002         * nnml.el (nnml-open-nov): Don't return dead buffers.
3003
3004         * auth-source.el (auth-source-create): Query the user for whether to
3005         store the credentials.
3006
3007         * netrc.el (netrc-store-data): New function.
3008
3009         * auth-source.el (auth-source-user-or-password): Use the existing auth
3010         sources, if any, for creation.
3011
3012         * gnus.el (gnus-group-fast-parameter): Return the last matching
3013         parameter instead of the first matching parameter.
3014
3015 2010-09-26  Julien Danjou  <julien@danjou.info>
3016
3017         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3018
3019 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3020
3021         * mml2015.el (mml2015-use): Remove gpg support.
3022
3023         * mml1991.el (mml1991-function-alist): Remove gpg function.
3024         (mml1991-gpg-sign): Remove.
3025
3026 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3027
3028         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3029         (gnus-browse-unsubscribe-current-group): Document it.
3030         (gnus-browse-unsubscribe-group): Use it.
3031
3032 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3033
3034         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3035         address to the To list for easier response.
3036
3037         * gnus.el (gnus-play-startup-jingle): Remove.
3038         (gnus-splash): Don't play jingle.
3039         (gnus): Silence gnus-load message.
3040
3041         * gnus-art.el (gnus-treat-play-sounds): Remove.
3042
3043         * gnus.el (gnus-play-jingle): Remove audio support.
3044
3045         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3046
3047         * earcon.el: Remove -- no users.
3048
3049         * gnus-audio.el: Remove -- no users of this package.
3050
3051         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3052
3053         * gnus-start.el (gnus-setup-news): Remove nocem support.
3054
3055         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3056
3057         * gnus.el (gnus-use-nocem): Remove.
3058
3059         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3060         Remove.
3061
3062         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3063         uses NoCeM any more.
3064
3065         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3066         (gnus-button-ctan-handler): Ditto.
3067         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3068         (gnus-button-ctan-directory-regexp): Ditto.
3069         (gnus-button-handle-ctan): Ditto.
3070         (gnus-button-tex-level): Ditto.
3071         (gnus-button-alist): Remove CTAN stuff.
3072
3073 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3074
3075         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3076         nnimap-streaming test.
3077
3078         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3079         servers twice.
3080
3081         * nnimap.el (nnimap-open-connection): Add more error reporting when
3082         nnimap fails early.
3083
3084         * nnheader.el (nnheader-get-report-string): New function.
3085         (nnheader-get-report): Use it.
3086
3087         * gnus-int.el (gnus-check-server): Say what the error was when opening
3088         failed.
3089
3090         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3091         using streaming.
3092
3093 2010-09-25  Julien Danjou  <julien@danjou.info>
3094
3095         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3096         gnus-window-inside-pixel-edges.
3097
3098 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3099
3100         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3101
3102         * mm-decode.el (mm-save-part): Allow saving to other directories the
3103         normal Emacs way.
3104
3105         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3106         Suggested by Jay Berkenbilt.
3107
3108         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3109         there isn't a single byte.
3110
3111         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3112         just do it.  It doesn't really seem to matter what the user responds
3113         here, I think, so it's just a confusing question.
3114
3115         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3116         non-streaming case.
3117
3118         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3119         (gnus-article-encrypt-body): Use it.
3120
3121         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3122         keystroke.
3123
3124         * nnimap.el (nnimap-find-wanted-parts-1):
3125         Use gnus-fetch-partial-articles.
3126
3127         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3128
3129         * nnimap.el (nnimap-insert-partial-structure): New function.
3130         (nnimap-get-partial-article): New function.
3131         (nnimap-request-article): Use it.
3132         (nnimap-wait-for-response): Return whether the wait was successful.
3133         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3134         retrieval wasn't successful.
3135         (nnimap-retrieve-group-data-early): Allow throttling servers.
3136         (nnimap-streaming): New variable.
3137         (nnimap-fetch-partial-articles): Remove.
3138
3139         * mm-decode.el (mm-with-part): Protect against killed buffers.
3140
3141         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3142         for prettier summary display.
3143
3144 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3145
3146         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3147
3148 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3149
3150         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3151         apparently third-party libraries depend on it.
3152
3153         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3154         before starting negotiation.
3155
3156         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3157         privacy reasons.
3158         (gnus-treat-mail-gravatar): Ditto.
3159
3160         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3161         buffer when inserting images.  Inserting text into the headers, for
3162         instance, can make them invalid.
3163
3164 2010-09-25  Julien Danjou  <julien@danjou.info>
3165
3166         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3167         variables.
3168
3169         * nnheader.el: Remove useless variables news-reply-yank-from and
3170         news-reply-yank-message-id.
3171
3172         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3173         variables.
3174
3175         * mml1991.el: Remove useless mml1991-verbose.
3176
3177         * gnus.el: Remove useless variable gnus-use-generic-from.
3178         Remove obsolete variable gnus-topic-indentation.
3179
3180         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3181
3182         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3183
3184         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3185
3186         * gnus-group.el: Remove useless gnus-group-icon-cache.
3187         Remove useless gnus-ephemeral-group-server.
3188
3189         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3190
3191         * mml2015.el: Remove useless mml2015-verbose.
3192
3193         * mml-smime.el: Remove useless mml-smime-verbose.
3194
3195         * gnus.el: Remove useless gnus-local-domain.
3196
3197         * gnus-gravatar.el (gnus-gravatar-transform-address):
3198         Use gnus-gravatar-size.
3199
3200         * gnus-art.el: Remove useless gnus-treat-translate.
3201
3202 2010-09-24  Julien Danjou  <julien@danjou.info>
3203
3204         * gnus-sum.el: Add support for Gravatars.
3205
3206         * gnus-art.el: Add support for Gravatars.
3207
3208         * gnus-gravatar.el: Add this file.
3209
3210         * gravatar.el: Add this file.
3211
3212 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3213
3214         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3215
3216         * gnus-group.el (gnus-group-fetch-faq): Remove.
3217
3218         * gnus.el (gnus-group-faq-directory): Remove.
3219
3220         * gnus-group.el (gnus-group-fetch-charter): Remove.
3221
3222         * gnus.el (gnus-group-charter-alist): Remove.
3223
3224         * gnus-group.el (gnus-group-archive-directory): Remove.
3225         (gnus-group-recent-archive-directory): Ditto.
3226         (gnus-group-make-archive-group): Remove.
3227
3228         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3229
3230         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3231         use the same article number for all the cached articles.
3232
3233         * nnimap.el (nnimap-command): Register the last command time so
3234         that we can use it for idling NOOPs.
3235         (nnimap-open-connection): Start the keeplive timer.
3236         (nnimap-make-process-buffer): Store all the process buffers.
3237         (nnimap-keepalive): New function.
3238
3239         * starttls.el (starttls-open-stream): Add autoload cookie.
3240
3241 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3242
3243         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3244         handling.
3245
3246 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3247
3248         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3249         its data structures.
3250
3251         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3252         instead of the cl.el copy-list.
3253         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3254         equalp.
3255
3256 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3257
3258         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3259         and tool-bar-local-item-from-menu.
3260
3261         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3262         mode-line-highlight face for Emacs.
3263
3264         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3265         loading gnus-sum.elc; fix comment for canlock-verify.
3266         (gnus-article-jump-to-part): Use read-number.
3267         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3268         Remove Emacs pre-21 compatible code for help-echo.
3269         (gnus-article-next-page-1): No need to adjust the number of lines.
3270         (gnus-article-describe-bindings): Always use help-buffer.
3271
3272         * gnus-audio.el (gnus-audio-inline-sound)
3273         * gnus-cus.el (gnus-custom-mode)
3274         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3275
3276         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3277
3278         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3279         compatible code.
3280
3281 2010-09-24  Glenn Morris  <rgm@gnu.org>
3282
3283         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3284         visiting the fcc file in rmail-mode.
3285
3286         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3287
3288 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3289
3290         * nnir.el: Silence the byte compiler.
3291
3292         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3293         alias to browse-url-url-encode-chars if any.
3294         (gnus-html-encode-url): Use it.
3295
3296 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3297
3298         * gnus-start.el (gnus-use-backend-marks): New variable.
3299         (gnus-get-unread-articles-in-group): Use it.
3300
3301         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3302         makeover.
3303
3304 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3305
3306         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3307
3308 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3309
3310         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3311         Remove.
3312         (gnus-setup-news-hook):
3313         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3314
3315         * gnus-int.el (gnus-request-update-info): Protect against backends not
3316         having the function.
3317
3318         * nnimap.el (nnimap-stream): Mention starttls.
3319         (nnimap-open-connection): Add starttls support.
3320
3321 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3322
3323         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3324
3325 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3326
3327         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3328         BODYSTRUCTUREs.
3329         (nnimap-transform-headers): Unfold quoted {42} headers.
3330
3331         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3332         the info.
3333         (gnus-get-unread-articles): Only call updatep on backends that support
3334         it.
3335
3336         * nnweb.el (nnweb-request-update-info): NOOP.
3337
3338         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3339
3340         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3341         since it only deals with marks.
3342
3343         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3344         gnus-request-marks, and make a new gnus-request-update-info.
3345
3346         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3347         the active instead of the high number, which is usually too low.
3348
3349 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3350
3351         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3352         * encrypt.el: Remove.
3353
3354 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3355
3356         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3357         server in symbolic form.
3358
3359         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3360
3361 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3362
3363         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3364         (nnimap-update-info): Fix up code slightly.
3365
3366         * gnus-int.el (gnus-open-server): Add tracing for performance
3367         debugging.
3368
3369         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3370         (gnus-group-insert-group-line): Pass the real group name so that it
3371         gets the right data.
3372
3373         * gnus-start.el (gnus-get-unread-articles): Don't have
3374         `gnus-get-unread-articles-in-group' update info, since that can be
3375         really slow and doesn't seem to be needed?
3376
3377 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3378
3379         * time-date.el (date-to-time): Try using parse-time-string first before
3380         using the slower timezone-make-date-arpa-standard.
3381
3382 2010-09-22  Julien Danjou  <julien@danjou.info>
3383
3384         * gnus-group.el (gnus-group-insert-group-line):
3385         Call gnus-group-highlight-line.
3386         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3387         default hook list.
3388         (gnus-group-update-eval-form): Add new function.
3389         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3390         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3391
3392 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3393
3394         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3395         immediate, then expire all articles.
3396         (nnimap-update-info): Fix off-by-one errors.
3397         (nnimap-flags-to-marks): Would return no marks lists for group with no
3398         flags.  Instead return the other data.
3399
3400 2010-09-22  Julien Danjou  <julien@danjou.info>
3401
3402         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3403         Only return an icon.
3404         (gnus-group-insert-group-line): Compute icon to return.
3405
3406         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3407         (gnus-html-image-fetched): Only cache if
3408         gnus-html-image-automatic-caching is set.
3409         (gnus-html-image-fetched): Check for errors.
3410
3411 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3412
3413         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3414         once per method on `g'.  This ensures that backends like nnfolder don't
3415         open all their folders.
3416
3417         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3418         (nnimap-request-list): Nix out group in the correct buffer.
3419         (nnimap-parse-flags): Implement by using `read' instead of
3420         hand-parsing.
3421         (nnimap-flags-to-marks): Pass on permanent-flags.
3422         (nnimap-make-process-buffer): Record the server name.
3423         (nnimap-parse-flags): Fix typo.
3424         (nnimap-request-scan): Run split on the server in general, not just a
3425         single group.
3426
3427         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3428         parameter, and propagate this downwards.
3429
3430         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3431         since EXAMINE changes it on the server.
3432
3433         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3434         this command might take a while.
3435
3436 2010-09-22  Julien Danjou  <julien@danjou.info>
3437
3438         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3439         harmful if you have 2 images side-by-side, they can't be properly
3440         update on text deletion.  Using text-property is safer here.
3441         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3442         data.
3443
3444 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3445
3446         * nnimap.el (nnimap-expunge-inbox): Remove.
3447         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3448         (nnimap-expunge): Flip default to t.
3449
3450         * gnus.el (gnus-method-to-server): Don't push things to the cache
3451         unless it's unique.
3452         (gnus-server-to-method): Ditto.
3453
3454 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3455
3456         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3457
3458 2010-09-22  Julien Danjou  <julien@danjou.info>
3459
3460         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3461         get the start of data.
3462         (gnus-html-encode-url): Add this function to encode special chars in
3463         URL.
3464         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3465         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3466
3467         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3468         default.
3469         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3470
3471         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3472         images alt-text.
3473         (gnus-html-put-image): Put alt-text as help-echo.
3474
3475 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3476
3477         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3478         * mm-util.el (mm-decompress-buffer)
3479         * nnir.el (nnir-run-find-grep)
3480         * pop3.el (pop3-list): Use 3rd arg of split-string.
3481
3482         * time-date.el (format-seconds): Comment fix.
3483
3484         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3485         and byte-optimize-form-code-walker.
3486         (dgnushack-make-auto-load): Don't advise make-autoload.
3487
3488         * lpath.el: Remove Emacs 21 stuff.
3489
3490 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3491
3492         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3493         outside the active range.  Suggested by Dan Christensen.
3494
3495         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3496         slightly later to avoid double-getting it.
3497
3498         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3499         previous patch.
3500
3501         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3502
3503 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3504
3505         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3506
3507 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3508
3509         * gnus-int.el (gnus-open-server): Give a better error message in the
3510         "go offline" case.
3511
3512         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3513         marks for nnimap, which is seldom the right thing to do.
3514
3515         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3516         (gnus-same-method-different-name): New function.
3517
3518         * nnimap.el (parse-time): Require.
3519
3520         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3521         method in the presence of many similar methods.
3522
3523         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3524
3525         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3526         nnml-inhibit-expiry.
3527
3528         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3529         find out whether methods are equal.
3530
3531         * nnimap.el (nnimap-find-expired-articles): New function.
3532         (nnimap-process-expiry-targets): New function.
3533         (nnimap-request-move-article): Request the article before looking at
3534         what the Message-ID is.  Fix found by Andrew Cohen.
3535         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3536
3537         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3538         for oldness in addition to being a predicate.
3539
3540         * nnimap.el (nnimap-request-group): When we have zero articles, return
3541         the right data to Gnus.
3542         (nnimap-request-expire-articles): Only delete articles immediately if
3543         the target is 'delete.
3544
3545         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3546         method, this would bug out.
3547
3548         * gnus-group.el (gnus-group-expunge-group): Rename from
3549         gnus-group-nnimap-expunge, and implemented as a normal interface
3550         function.
3551
3552         * gnus-int.el (gnus-request-expunge-group): New function.
3553
3554         * nnimap.el (nnimap-request-create-group): Implement.
3555         (nnimap-request-expunge-group): New function.
3556
3557 2010-09-21  Julien Danjou  <julien@danjou.info>
3558
3559         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3560         (gnus-html-cache-expired): Add new function.
3561         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3562         wethever we should display image for fetch it.
3563         Compute alt-text earlier to pass it to the fetching function too.
3564         (gnus-html-schedule-image-fetching): Change function argument to only
3565         get one image at a time, not a list.
3566         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3567         cache.
3568         (gnus-html-get-image-data): New function to retrieve image data from
3569         cache.
3570         (gnus-html-put-image): Change buffer argument to use image data rather
3571         than file, and place image above region rather than inserting a new
3572         one.  Do not take alt-text as argument, since it's useless now: we place
3573         the image above alt-text.
3574         (gnus-html-prune-cache): Remove.
3575         (gnus-html-show-images): Start to fetch image when we find one, do not
3576         push into a temporary list.
3577         (gnus-html-prefetch-images): Only fetch image if they have expired.
3578         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3579         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3580
3581 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3582
3583         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3584
3585 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3586
3587         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3588         spec inser "*" if the group isn't active instead of 0.
3589
3590         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3591         opening the server.
3592         (nnimap-request-delete-group): Implement group deletion.
3593         (nnimap-transform-headers): Return the size of the entire message in
3594         the Bytes header, not just the size of the first part.
3595         (nnimap-request-move-article): When moving an article from nnimap,
3596         request the article first so the accepting form has an article to
3597         accept.  Reported by Dan Christensen.
3598         (nnimap-command): Make sure that the error message doesn't error out.
3599
3600 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3601
3602         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3603         we haven't requested anything.
3604
3605 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3606
3607         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3608         "".  Fix found by Andrew Cohen.
3609
3610         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3611         instead of -encode-string.
3612
3613 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3614
3615         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3616
3617         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3618         by mm-subst-char-in-string.
3619
3620 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3621
3622         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3623         waiting for the connection string.
3624
3625         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3626         arriving.
3627
3628         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3629         bogus characters.  This allows selecting certain Gmail groups.
3630
3631         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3632         (nnimap-fetch-partial-articles): New variable.
3633         (nnimap-open-connection): When looking for credentials, also use the
3634         nnimap-server-port.
3635         (nnimap-request-article): Return the group/article number, so that Gnus
3636         `^' works as expected.
3637         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3638
3639         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3640         comments.
3641         (gnus-methods-sloppily-equal): New function.
3642         (gnus): When using the development version of Gnus, load the gnus-load
3643         file.
3644
3645         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3646         `gnus-open-server' on each method before trying to scan them etc.
3647         This ensures that all the backend parameters are set correctly.
3648
3649         * nnimap.el (nnimap-authenticator): New variable.
3650         (nnimap-open-connection): Allow anonymous login.
3651         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3652         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3653
3654         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3655         patch, found by Knut Anders Hatlen.
3656
3657 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3658
3659         * gnus-agent.el (gnus-agent-batch-confirmation)
3660         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3661         to gnus-message.
3662         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3663         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3664         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3665         * gnus-int.el (gnus-open-server): Likewise.
3666         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3667         (gnus-score-check-syntax): Likewise.
3668         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3669         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3670         Likewise.
3671         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3672
3673 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3674
3675         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3676         calling conventions so that prefetch doesn't bug out.
3677
3678 2010-09-19  Julien Danjou  <julien@danjou.info>
3679
3680         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3681         rather than `subst-char-in-region' in order to be able to replace ASCII
3682         char by UTF-8 ones.
3683
3684         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3685         than curl.
3686         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3687         the right URL and ALT text on images.
3688         (gnus-html-wash-tags): Fix tag case.
3689         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3690         (gnus-article-html): Add -o display_ins_del=2 option.
3691         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3692
3693 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3694
3695         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3696         the extra mail headers, which sometimes seem to happen for unknown
3697         reasons.
3698
3699         * mail-parse.el (mail-header-encode-parameter): Define as
3700         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3701         (or most, perhaps?) mail readers don't understand the latter, but do
3702         understand the former.
3703
3704         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3705         to nil, so that no methods are automatically agentized.  I think this
3706         is probably what most users want.
3707
3708         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3709         from url-retrieve, for instance about invalid URLs.
3710
3711         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3712         groups that have no articles.
3713         (nnimap-request-article): Check that we really got an article when we
3714         requested one.
3715
3716         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3717         doesn't exist.
3718
3719         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3720         nntp buffer so the agent can save it.
3721         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3722         that CRLF doesn't get translated to \n.
3723         (nnimap-open-connection): Don't make 'shell commands only send \n.
3724
3725 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3726
3727         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3728         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3729         Update var name.
3730         (nnml-generate-nov-file): Use dolist.
3731         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3732         Use with-current-buffer.
3733
3734 2010-09-18  Julien Danjou  <julien@danjou.info>
3735
3736         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3737         parallel.
3738
3739 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3740
3741         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3742         the range update right.
3743         (nnimap-request-group): Don't make `M-g' bug out on group with no
3744         marks.
3745         (nnoo): Require, so that other packages can require nnimap.
3746         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3747         command we're looking for.  This helps when the server sends more
3748         responses after we've gotten everything we expected.
3749         (nnimap): Add a `newlinep' field to keep track of end-of-line
3750         conventions.
3751         Don't send CRLF to things that don't want it.
3752         (nnimap-request-accept-article): Ditto.
3753
3754 2010-09-18  Julien Danjou  <julien@danjou.info>
3755
3756         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3757         than curl to retrieve images.
3758
3759 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3760
3761         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3762         the marks.
3763         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3764         (nnimap-wait-for-connection): New function.
3765         (nnimap-open-connection): If we have PREAUTH, don't query for login
3766         credentials.
3767         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3768         when doing a partial update.
3769
3770 2010-09-18  Julien Danjou  <julien@danjou.info>
3771
3772         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3773         tags.
3774
3775 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3776
3777         * nnimap.el (nnimap-credentials): New function.
3778         (nnimap-open-connection): Use the new function to look for credentials
3779         also on the numeric equivalents of "imap" and "imaps".
3780
3781         * gnus-start.el (gnus-activate-group): Send the info to
3782         gnus-request-group.
3783
3784         * nnimap.el (nnimap-request-group): Have the "check" version of the
3785         function parse flags and update the info, so that a `M-g' get a total
3786         resync of all flags from the group.
3787
3788         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3789         to allow backends to alter the info on group selection.  Also alter all
3790         the backend -request-group functions to take the parameter.
3791
3792         * nnimap.el (nnimap-store-info): New function.
3793         (nnimap-update-info): Store the info for later usage.
3794         (nnimap-request-group): Use the stored info for the dont-check case, so
3795         that we don't retrieve all marks when we enter a group.
3796
3797         * nnimap.el: Use deffoo instead of defun for interface functions.
3798
3799         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3800         update the group info.  This makes the nndraft groups, for instance, go
3801         back to their old behaviour.
3802
3803         * gnus-sum.el (gnus-select-newsgroup): Indent.
3804
3805         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3806         in.
3807         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3808         nothing.
3809
3810         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3811         from methods that are denied.
3812
3813         * gnus-int.el (gnus-method-denied-p): New function.
3814
3815         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3816         store the password instead of netrc.
3817         (nnimap-open-connection): Don't error out when we can't make a
3818         connections.
3819
3820         * auth-source.el (auth-source-create): In the password prompt, say what
3821         we're querying for.  Also prompt for user name if that hasn't been
3822         given.
3823
3824         * nnimap.el (nnimap-with-process-buffer): Remove.
3825
3826 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3827
3828         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3829         method when we're reading from the agent.
3830
3831         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3832
3833         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3834         that's probably most useful for users.
3835
3836         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3837         "failed" all the time.
3838
3839         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3840         ...)) with (with-current-buffer ... ).
3841
3842         * nntp.el (nntp-open-server): Return whether the open was successful or
3843         not.
3844
3845         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3846         select an unread unseen article first.
3847
3848         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3849         /etc/services, supply some sensible port defaults.
3850
3851         * dgnushack.el: Define netrc-credentials.
3852
3853 2010-09-17  Julien Danjou  <julien@danjou.info>
3854
3855         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3856
3857 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3858
3859         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3860         doesn't have any parameters.
3861
3862 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3863
3864         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3865         only upcased checks.
3866
3867         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3868
3869         * nnimap.el (nnimap-open-shell-stream): New function.
3870         (nnimap-open-connection): Use it.
3871         (nnimap-transform-headers): Get the number of lines in each message.
3872         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3873         number of lines.
3874         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3875         problem.
3876
3877         * utf7.el (utf7-encode): Autoload.
3878
3879         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3880         to allow the mail splitting to not return a default group.  This is
3881         useful for nnimap, which will leave unmatched mail in the inbox.
3882
3883         * nnimap.el: Rewritten.
3884
3885         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3886         nnimap usage.
3887
3888         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3889         if the move is internal, so that nnimap can do fast internal moves.
3890
3891         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3892         data.
3893         (gnus-read-active-for-groups): Support finishing the early retrieval of
3894         data.
3895
3896         * gnus-range.el (gnus-range-nconcat): New function.
3897
3898         * gnus-int.el (gnus-finish-retrieve-group-infos)
3899         (gnus-retrieve-group-data-early): New functions.
3900
3901 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3902
3903         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3904         (nnrss-retrieve-groups):
3905         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3906         (pop3-quit): Use with-current-buffer.
3907
3908 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3911         instead of nnheader-accept-process-output.
3912
3913         * dgnushack.el (dgnushack-compile): Add comment.
3914
3915         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3916
3917         * gnus-html.el (gnus-html-schedule-image-fetching)
3918         (gnus-html-prefetch-images): Replace process-kill-without-query by
3919         gnus-set-process-query-on-exit-flag.
3920
3921 2010-09-16  Romain Francoise  <romain@orebokech.com>
3922
3923         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3924
3925 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3926
3927         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3928         parameter to unintern is mandatory-ish in Emacs 24.
3929
3930         * gnus-html.el (gnus-html-schedule-image-fetching)
3931         (gnus-html-prefetch-images): Check for curl before using it.
3932
3933         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3934         depend on curl, which isn't essential.
3935
3936         * imap.el: Revert back to version
3937         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3938         seem problematic.
3939
3940 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3941
3942         * gnus-registry.el (gnus-registry-install-shortcuts):
3943         Explicitly pass `obarray' to `unintern' to avoid a warning.
3944
3945 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3946
3947         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3948         change.
3949
3950         * nnrss.el (nnrss-request-list): Remove this function and related
3951         functions, including the moreover stuff.
3952
3953 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3954
3955         * nnrss.el (nnrss-retrieve-groups): New function.
3956
3957 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3958
3959         * .dir-locals.el: Add no-byte-compile cookie.
3960
3961 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3962
3963         * time-date.el (format-seconds): Comment fix.
3964
3965         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3966         for back end that doesn't support request-scan.
3967
3968 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3969
3970         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3971         then do request scans from the backends.
3972
3973         * netrc.el (netrc-credentials): New conveniency function.
3974
3975         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3976         avoid running a hook per line, since this takes a lot of time,
3977         profiling shows.
3978         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3979         directly if gnus-visual-p is true.
3980
3981 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3982
3983         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3984         groups; replace mapcar with dolist which is a bit faster; pass groups
3985         info to gnus-read-active-file-1.
3986         (gnus-read-active-file-1): Scan only specified groups if the new
3987         optional arg `infos' is given.
3988
3989 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3990
3991         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3992
3993         * pop3.el (pop3-movemail): Remove.
3994         (pop3-streaming-movemail): Rename to pop3-movemail.
3995
3996         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3997         don't restrict end-tag searches to the end of the line.
3998
3999 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4000
4001         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4002         articles of every unchecked group to t, which means unknown since the
4003         server has never been opened.
4004
4005 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4006
4007         * gnus-html.el (gnus-html-show-alt-text): New command.
4008         (gnus-html-browse-image): Ditto.
4009         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4010         to browse the image directly.
4011         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4012         better.
4013
4014         * gnus-async.el (gnus-async-article-callback):
4015         Call `gnus-html-prefetch-images' unconditionally.
4016
4017         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4018         before feeding URLs to curl.
4019
4020 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4023         internal images as deletable by `W D D'.
4024
4025         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4026         (gnus-async-article-callback): Fix typo.
4027
4028 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4029
4030         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4031         current line to work around bugs in the output from w3m.
4032
4033         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4034         for groups that want that.
4035
4036         * nntp.el (nntp-wait-for-string): Supply a timeout for
4037         accept-process-output to ensure progress.
4038
4039         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4040         level to get unread articles from, then use that for foreign groups,
4041         too.
4042
4043         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4044         confuses the rest of the function.
4045
4046         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4047         for the methods that support -retrieve-groups, too.
4048
4049         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4050
4051 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4052
4053         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4054         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4055
4056         * pop3.el: Require cl when compiling.
4057         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4058
4059 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4060
4061         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4062         that aren't going to be activated.
4063         (gnus-get-unread-articles): Fix up the last commit.
4064
4065         * gnus-html.el (gnus-article-html): Allow calling without specifying
4066         the handle.  In that case, dissect the buffer first.
4067
4068         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4069
4070         * nnimap.el (nnimap-open-connection): Revert the change that would look
4071         into authinfo for imaps instead of imap.
4072
4073         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4074         say that you don't want to call gnus-request-group with don-check, but
4075         do check the reponse.  This is for virtual groups only.
4076         (gnus-get-unread-articles): Count the archive groups as secondary, so
4077         that they're activated the same way as before.
4078
4079         * imap.el (imap-message-map): Removed optional buffer parameter, since
4080         no callers use it.
4081         (imap-message-get): Ditto.
4082         (imap-message-put): Ditto.
4083         (imap-mailbox-map): Ditto.
4084         (imap-mailbox-put): Ditto.
4085         (imap-mailbox-get): Ditto.
4086         (imap-mailbox-get): Revert last change for this function.
4087
4088         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4089         case-insensitively.
4090         (nnimap-debug): Remove.
4091
4092         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4093         to use `imap-fetch' instead.  According to the comments, this should be
4094         safe, since all other IMAP clients use the 1:* syntax.
4095         (imap-enable-exchange-bug-workaround): Removed.
4096         (imap-debug): Removed -- doesn't seem very useful.
4097
4098         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4099         mail from a file, and the file doesn't exist.
4100
4101         * imap.el (imap-log): New convenience function used throughout instead
4102         of repeating the same code all over the place.
4103
4104         * pop3.el (pop3-streaming-movemail): Return t for success.
4105
4106         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4107         .authinfo if we're using ssl connection.
4108
4109         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4110         already have if we're in a main Gnus `g' run.
4111
4112         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4113
4114 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4115
4116         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4117
4118         * nnmh.el (nnmh-request-list-1): Bind `file'.
4119
4120         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4121         alias to set-process-query-on-exit-flag or process-kill-without-query.
4122         (pop3-open-server): Use it.
4123
4124 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4125
4126         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4127         box to the Incoming file.  Fixes mistake in previous checkin.
4128
4129         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4130         request loop (for debugging purposes) removed.
4131
4132         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4133         culprit is more visible.
4134         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4135         (nnml-add-incremental-nov): New functions to do "incremental" nov
4136         updates, where we just append to the end of the existing nov files
4137         without reading/writing them in full.
4138
4139         * mail-source.el (mail-source-delete-crash-box): Really only check the
4140         incoming files once in a while.
4141
4142         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4143
4144         * mail-source.el (mail-source-delete-crash-box): Only check the
4145         incoming files for deletion once per day to save a lot of file
4146         accesses.
4147
4148         * pop3.el (pop3-logon): Fix up unbound variable typo.
4149
4150         * mail-source.el (pop3-streaming-movemail): Autoload.
4151
4152         * pop3.el (pop3-streaming-movemail):
4153         Respect pop3-leave-mail-on-server.
4154
4155         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4156         retrieval.
4157
4158         * pop3.el (pop3-process-filter): Remove unused function.
4159         (pop3-streaming-movemail, pop3-send-streaming-command)
4160         (pop3-wait-for-messages, pop3-write-to-file)
4161         (pop3-number-of-responses): New functions for streaming pop3
4162         retrieval.
4163
4164         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4165         come from no known methods.
4166         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4167         list.
4168
4169         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4170         message sizes.
4171         (pop3-movemail): Use erase-buffer instead of looping and deleting
4172         regions, which seems rather odd.
4173
4174         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4175         file once per `g' run.
4176
4177         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4178         directories.  This makes the draft queue directory work.
4179
4180         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4181         data from the backends, so that we only request the list of groups from
4182         each method once.  This should speed things up considerably.
4183
4184         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4185         detect that it's not implemented.
4186
4187         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4188         we actually do recurse down into the tree, but don't stat all leaf
4189         nodes.
4190
4191         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4192         then say so instead of bugging out.
4193
4194         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4195         files exist before trying to read them.
4196
4197         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4198         around <pre_int>.
4199
4200         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4201
4202         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4203
4204 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4205
4206         * mm-util.el (mm-image-load-path): Just return the image directories,
4207         not all directories in the path in addition to the image directories.
4208         (mm-image-load-path): Maintain a cache of the image directories so that
4209         the `g' command in Gnus doesn't have to stat dozens of directories each
4210         time.
4211
4212         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4213         (gnus-html-wash-tags): Add a new `i' command to insert images.
4214         (gnus-html-insert-image): New command and keystroke.
4215         (gnus-html-redisplay-with-images): New command and keystroke.
4216         (gnus-html-show-images): Rename command.
4217         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4218         spacers.
4219         (gnus-html-wash-tags): Decode entities at the end, so that entities
4220         inside the tags don't mess up the rest of the "parsing".
4221
4222         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4223         so that nnimap methods aren't agentized by default.  There's apparently
4224         many problems related to agent/imap behaviour.
4225
4226         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4227
4228         * gnus-html.el: Doc fix.
4229
4230 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4231
4232         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4233         specifier-spec-list for Emacs 21.
4234
4235         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4236         glyph-width and glyph-height instead of display-graphic-p and
4237         image-size; make avoidance of displaying small images work for XEmacs.
4238
4239         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4240         for XEmacs.
4241
4242         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4243         of symbol that holds plist data.
4244         (gnus-process-plist): Remove plist of process after getting it.
4245
4246 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4247
4248         * message.el (message-generate-hashcash): Change default to
4249         'opportunistic if hashcash is installed.
4250
4251         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4252         (gnus-html-put-image): Only call image-size once, since it's somewhat
4253         time-consuming on remote X servers.
4254
4255 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4256
4257         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4258         type on data, not a file name.
4259
4260         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4261         window-pixel-edges for Emacs 21.
4262
4263         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4264         decoded contents.
4265         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4266
4267 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4268
4269         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4270         group line format, since it isn't very interesting.
4271
4272         * gnus-agent.el (gnus-agent-short-article),
4273         (gnus-agent-long-article): Increase values for these two variables,
4274         since most people are likely to have more network connection and
4275         storage than before.
4276
4277         * gnus.el (gnus-refer-article-method): Change default to 'current.
4278         When referring an article, the common behaviour is to refer it from the
4279         current select method, not the native select method.  The chances of
4280         the native select method having the message in question is rather slim
4281         these days.
4282
4283         * gnus-sum.el (gnus-auto-select-subject): Change default to
4284         `unseen-or-unread'.  I think it's likely that most people want to
4285         select an unseen article over a previously seen, but unread one.
4286
4287         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4288         means that in the article buffer none of the minor mode elements will
4289         be shown, usually, and this is not desirable in most cases.
4290
4291         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4292         that commands like `d' (and the like) go to the next line in the
4293         buffer, instead of the next unread article.  I think this is the
4294         behaviour that is most natural for most users.
4295         (gnus-single-article-buffer): Change default to nil, so that people can
4296         have as many article buffers open as they have summary buffer.  I think
4297         this is the most natural way for the groups to behave.
4298
4299         * message.el (message-generate-new-buffers): Change default to
4300         `unsent', so that all new message buffers start their names with the
4301         string "*unsent", and it's easier to find the buffers if you move from
4302         them.
4303
4304 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4305
4306         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4307         small.  They're probably tracking images.
4308         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4309         (gnus-html-rescale-image): Yet another try at getting the image sizing
4310         right.
4311
4312         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4313         nntp-marks-file-name is nil.
4314
4315 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4316
4317         * gnus-html.el (gnus-html-wash-tags)
4318         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4319         Better logging.
4320
4321 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4322
4323         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4324
4325         * gnus-html.el (gnus-html-wash-tags): Check the value of
4326         gnus-blocked-images in the summary buffer.
4327
4328 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4329
4330         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4331
4332 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4333
4334         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4335         like "a", it seems like.
4336         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4337         since it needs to be picked from the correct buffer.
4338
4339         * nnwfm.el: Remove.
4340
4341         * nnlistserv.el: Remove.
4342
4343 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4344
4345         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4346         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4347
4348 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4349
4350         * nnkiboze.el: Remove.
4351
4352         * nndb.el: Remove.
4353
4354         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4355         alt text.
4356         (gnus-html-rescale-image): Try to get the rescaling logic right for
4357         images that are just wide and not tall.
4358
4359         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4360         overshadow variable bindings.
4361
4362 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4363
4364         * gnus-html.el (gnus-html-wash-tags)
4365         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4366         Add extra logging.
4367
4368 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4369
4370         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4371         (gnus-max-image-proportion): New variable.
4372         (gnus-html-rescale-image): New function.
4373         (gnus-html-put-image): Rescale images.
4374
4375 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4376
4377         Fix up some byte-compiler warnings.
4378         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4379         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4380         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4381         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4382         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4383         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4384         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4385
4386 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4387
4388         * gnus-html.el (gnus-article-html): Decode contents by charset.
4389
4390 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4391
4392         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4393         (gnus-html-frame-width, gnus-blocked-images)
4394         * message.el (message-prune-recipient-rules): Add custom version.
4395         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4396
4397         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4398         functions.
4399
4400         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4401         gnus-process-get.
4402
4403 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4404
4405         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4406         instead of lsub directly.
4407
4408 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4409
4410         * nnwarchive.el: Remove.
4411
4412         * gnus-soup.el: Remove.
4413
4414         * nnsoup.el: Remove.
4415
4416         * nnultimate.el: Remove.
4417
4418         * gnus-html.el (gnus-blocked-images): New variable.
4419
4420         * message.el (message-prune-recipients): New function.
4421         (message-prune-recipient-rules): New variable.
4422
4423         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4424         guess whether a long line is natural text or not.
4425
4426         * gnus-html.el (gnus-html-schedule-image-fetching):
4427         Use gnus-process-plist and friends for compatibility.
4428
4429 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4430
4431         * gnus-html.el: Require packages that define macros used in this file.
4432         (gnus-article-mouse-face): Declare to silence byte-compiler.
4433         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4434         process-get.
4435         (gnus-html-put-image): Use plist-get to avoid getf.
4436         (gnus-html-prefetch-images): Use with-current-buffer.
4437
4438 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4439
4440         * gnus-ems.el: Provide compatibility functions for
4441         gnus-set-process-plist.
4442
4443         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4444         header-line-format for XEmacs 21.4.
4445
4446         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4447         * gnus.el (gnus-valid-select-methods)
4448         * message.el (message-send-mail-partially-limit)
4449         * mm-decode.el (mm-text-html-renderer)
4450         * mml.el (mml-insert-mime-headers-always)
4451         * smiley.el (smiley-regexp-alist): Bump custom version.
4452
4453 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4454
4455         * gnus-html.el: require mm-url.
4456         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4457         with the url to `url'.
4458         (gnus-html-wash-tags): Support cid: URLs/images.
4459
4460 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4461
4462         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4463         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4464         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4465
4466         * gnus-move.el: Remove file, since it doesn't really work.
4467
4468         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4469         UTF-8.  This seems to fix problems with some German web feeds.
4470
4471         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4472         at the top so that the proper colours are applied.
4473
4474         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4475         don't have dots in their names.
4476
4477         * gnus-art.el (gnus-article-view-part): Doc fix.
4478
4479         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4480         XEmacs-compatible.
4481         (gnus-html-put-image): Don't do images on non-graphic displays.
4482
4483         * nnslashdot.el: Remove this unused backend.
4484
4485         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4486         actions.
4487         (gnus-undo-register-1): Revert last change.
4488
4489         * gnus-group.el (gnus-group-completing-read): Protect against not
4490         having completion-styles bound.
4491
4492         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4493         make broken recipients happier.
4494
4495         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4496
4497         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4498         point parameter.
4499
4500         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4501
4502         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4503         completion-styles for group selection.
4504
4505 2009-02-04  Andreas Schwab  <schwab@suse.de>
4506
4507         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4508         headers and regexp-quote the match if necessary.
4509
4510 2009-03-24  Miles Bader  <miles@gnu.org>
4511
4512         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4513         the blinking smiley.
4514
4515 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4516
4517         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4518         blink smiley.
4519
4520 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4521
4522         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4523         where the dribbel file lives exists.
4524
4525         * message.el (message-send-mail-partially-limit): Change the default to
4526         nil, since most people don't want this.
4527
4528         * mm-url.el (mm-url-decode-entities): Also decode entities like
4529         &#x3212.
4530
4531 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4532
4533         * gnus-sum.el (gnus-summary-idna-message):
4534         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4535         Hyperlink urls in docstrings with URL `...'.
4536
4537 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4538
4539         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4540         functions.
4541
4542 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4543
4544         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4545         say what the mouseover text should be.
4546
4547         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4548         version of the mm-w3m-safe-url-regexp variable to only download images
4549         in the groups where we want that to happen.
4550
4551         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4552
4553         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4554         easier debugging.
4555         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4556         big pictures in the article buffer.
4557
4558         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4559         gnus-article-html.
4560         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4561         w3m.
4562
4563         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4564
4565 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4566
4567         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4568         which doesn't exist.
4569
4570         * message.el (message-inhibit-ecomplete): New variable to allow some
4571         function to inhibit ecomplete address storage.
4572         (message-resend): Disable ecomplete message storage when resending
4573         messages.
4574
4575         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4576
4577 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4578
4579         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4580         Save excursion while copying, moving, and deleting articles in order to
4581         prevent the cursor from jumping to unforeseen place.
4582
4583 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4584
4585         * lpath.el: No need to bind bookmark-current-buffer,
4586         bookmark-yank-point and bookmark-make-record-function.
4587
4588 2010-08-17  Glenn Morris  <rgm@gnu.org>
4589
4590         * gnus-sync.el: Require gnus components whose functions are used.
4591
4592         * gnus-art.el (bookmark-make-record-function):
4593         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4594         Declare for compiler.
4595
4596         * mm-url.el (mml-compute-boundary): Autoload.
4597
4598 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4599
4600         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4601
4602 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4603
4604         Typo fix "hoo4a" -> "hook".
4605
4606         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4607
4608 2010-08-14  Glenn Morris  <rgm@gnu.org>
4609
4610         * gnus-sync.el (gnus-sync): Fix defgroup version.
4611
4612 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4613
4614         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4615
4616         * gnus-sync.el: Fix docs.
4617         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4618         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4619
4620 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4621
4622         Optimizations for gnus-sync.el.
4623
4624         * gnus-sync.el: Add docs about gnus-sync-backend
4625         possibilities.
4626         (gnus-sync-save): Remove unnecessary message.
4627         (gnus-sync-read): Optimize and show what groups were skipped.
4628
4629 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4630
4631         Minor bug fixes for gnus-sync.el.
4632
4633         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4634         Don't read the sync on get-new-news.
4635
4636         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4637         quiet.
4638
4639         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4640         (fix typo).
4641
4642 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4643
4644         Make saving and restoring of hidden threads work with overlays.
4645         Patch applied by Ted Zlatanov.
4646
4647         * gnus-sum.el (gnus-hidden-threads-configuration)
4648         (gnus-restore-hidden-threads-configuration): Update to deal with text
4649         properties, rather than searching for a magic character.
4650
4651 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4652
4653         New gnus-sync.el library for synchronization of marks.
4654
4655         * gnus-sync.el: New library for synchronization of marks.
4656
4657         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4658         renamed from `gnus-registry-grep-in-list'.
4659
4660         * gnus-registry.el (gnus-registry-follow-group-p):
4661         Use `gnus-grep-in-list'.
4662
4663         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4664
4665 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4666
4667         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4668         determining charset of text fails.
4669
4670 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4671
4672         * nnmail.el (nnmail-get-new-mail-1): Revert.
4673
4674         * nnml.el (nnml-active-number): Make sure names of newly created groups
4675         in nnml-group-alist are encoded.
4676
4677 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4678
4679         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4680         containing non-ASCII characters in active file for nnml back end.
4681
4682 2010-07-24  David Engster  <dengste@eml.cc>
4683
4684         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4685         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4686
4687 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4688
4689         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4690         tag (Bug#6654).
4691
4692 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4693
4694         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4695         the article buffer, not the summary buffer.
4696
4697 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4698
4699         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4700         Emacs 23 as well.
4701
4702 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4703
4704         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4705         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4706
4707 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4708
4709         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4710         Patch applied by Karl Fogel.
4711
4712         * gnus-sum.el (gnus-summary-bookmark-make-record):
4713         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4714
4715 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4716
4717         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4718         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4719         C-w still not working correctly from Article buffers; Thierry's
4720         patch to fix that will be applied after this.
4721
4722         * gnus-art.el (bookmark-make-record-function): New local variable.
4723
4724         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4725         article buffer.
4726         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4727
4728 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4729
4730         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4731         on changes in bookmark.el.
4732
4733 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4734
4735         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4736         `no-log' instead of message not to log prompt string.
4737
4738 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4739
4740         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4741         the *other* type of HTML form submission.
4742
4743 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4744
4745         * auth-source.el (auth-source-pick): If choice does not contain a
4746         questioned keyword, set the check to t.
4747
4748 2010-06-12  Romain Francoise  <romain@orebokech.com>
4749
4750         * gnus-util.el (gnus-date-get-time): Move up before first use.
4751
4752 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4753
4754         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4755         (gnus-article-edit-part): Bind it to make last part that is substituted
4756         or deleted visible.
4757         (gnus-mime-display-single): Buttonize part of which id equals to
4758         gnus-mime-buttonized-part-id.
4759
4760 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4761
4762         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4763         (gnus-dd-mmm): Use gnus-date-get-time.
4764         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4765         simplify logic.
4766         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4767         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4768
4769 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4770
4771         * auth-source.el (top): Autoload `secrets-list-collections',
4772         `secrets-create-item', `secrets-delete-item'.
4773         (auth-sources): Fix tag string.
4774         (auth-get-source, auth-source-retrieve, auth-source-create)
4775         (auth-source-delete): New defuns.
4776         (auth-source-pick): Rewrite in order to avoid 2 passes.
4777         (auth-source-forget-user-or-password): New parameter USERNAME.
4778         (auth-source-user-or-password): New parameters CREATE-MISSING and
4779         DELETE-EXISTING.  Retrieve password interactively, if needed.
4780
4781 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4782
4783         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4784         deleting unused directories when gnus-expert-user is t.
4785
4786 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4787
4788         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4789         for each temp file when gnus-article-browse-delete-temp is ask.
4790
4791 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4792
4793         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4794         Lisp calls to delete-backward-char by calls to delete-char.
4795
4796 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4797
4798         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4799
4800 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4801
4802         * password-cache.el (password-cache-remove): Fix docstring.
4803
4804 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4805
4806         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4807         article unless decoding article to be saved.
4808
4809 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4810
4811         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4812         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4813         generated within the mm-with-unibyte-current-buffer macro.
4814
4815 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4816
4817         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4818         to nil when we're in a mml-preview buffer and no group is selected.
4819
4820 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4821
4822         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4823         when catching the `C-g'.  Reported by "Leo".
4824
4825 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4826
4827         * message.el (message-forward-make-body-plain)
4828         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4829         multibyte-string-p.
4830
4831         * lpath.el: Revert.
4832
4833 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * message.el (message-forward-make-body-mml): Assume original message
4836         is multibyte string; error on unibyte.
4837         (message-forward-make-body-plain): Ditto; don't add excessive newline
4838         in body end.
4839
4840         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4841
4842 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4843
4844         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4845         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4846
4847 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4848
4849         * mm-extern.el (mm-extern-url): Don't use
4850         mm-with-unibyte-current-buffer.
4851         (mm-extern-cache-contents): Use with-current-buffer instead of
4852         save-excursion + set-buffer.
4853
4854 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4855
4856         * mm-util.el (mm-emacs-mule): Remove.
4857
4858 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4859
4860         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4861         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4862         change.
4863
4864 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4865
4866         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4867         bind the default value of enable-multibyte-characters to nil.
4868
4869 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4870
4871         * message.el (message-forward-make-body-plain)
4872         (message-forward-make-body-mml):
4873         Don't use mm-with-unibyte-current-buffer.
4874
4875 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4876
4877         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4878
4879 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4880
4881         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4882         (Bug#5592).
4883
4884 2010-05-07  Julien Danjou  <julien@danjou.info>
4885
4886         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4887         it to mm-pipe-part.
4888
4889         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4890         it is given.
4891
4892 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4893
4894         * binhex.el (binhex-decode-region-internal)
4895         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4896         (dns-query)
4897         * nnweb.el (nnweb-gmane-search)
4898         * pgg-parse.el (pgg-parse-armor)
4899         * pgg.el (pgg-verify-region)
4900         * sha1.el (sha1-string-external)
4901         * uudecode.el (uudecode-decode-region-internal)
4902         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4903         XEmacs.
4904
4905         * gnus-art.el (gnus-article-browse-html-parts)
4906         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4907         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4908         make-temp-file.
4909
4910         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4911         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4912         compiling.
4913
4914         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4915         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4916         XEmacs when compiling.
4917
4918         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4919         gnus-pick-mode-off-hook for XEmacs when compiling.
4920         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4921         gnus-binary-mode-off-hook for XEmacs when compiling.
4922
4923         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4924         Return nil if char-charset is not available.
4925
4926         * imap.el (imap-disable-multibyte)
4927         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4928         macros.
4929
4930         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4931         instead of encode-coding-string.
4932
4933         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4934         'xemacs) instead of mm-emacs-mule to switch function definitions.
4935         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4936
4937         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4938         bind temporary-file-directory for XEmacs;
4939         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4940         timer-set-function for XEmacs 21.4 and SXEmacs;
4941         bind timer-list for XEmacs 21.4 and SXEmacs;
4942         fbind char-charset and find-charset-region for non-Mule XEmacs;
4943         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4944         encode-coding-region and encode-coding-string for XEmacs having no
4945         file-coding feature.
4946
4947 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4948
4949         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4950
4951 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4952
4953         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4954         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4955
4956 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4957
4958         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4959         alias `jka-compr-delete-temp-file' no longer exists.
4960
4961 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4962
4963         Use define-minor-mode in Gnus where applicable.
4964         * mml.el (mml-mode): Use define-minor-mode.
4965         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4966         (gnus-undo-mode): Use define-minor-mode.
4967         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4968         (gnus-dead-summary-mode): Use define-minor-mode.
4969         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4970         Initialize in declaration.
4971         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4972         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4973         (gnus-mailing-list-mode): Use define-minor-mode.
4974         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4975         (gnus-draft-mode): Use define-minor-mode.
4976         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4977         (gnus-dired-mode): Use define-minor-mode.
4978
4979 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4980
4981         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4982         handles on recursive mml-to-mime translation and check them for
4983         boundary delimiter collisions.  Reported by Greg Troxel.
4984
4985 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4988
4989 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4990
4991         * mm-util.el (mm-find-buffer-file-coding-system):
4992         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4993
4994 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4995
4996         * message.el (message-generate-headers): Record insertion of optional
4997         headers as well.  Otherwise the check to prevent repeated insertion of
4998         optional headers is a no-op.
4999
5000 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5001
5002         * smime.el: Don't mention CVS.
5003
5004         * nnrss.el (nnrss-fetch): Don't mention CVS.
5005
5006         * nnir.el: Don't mention CVS.
5007
5008 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5009
5010         * gnus-sum.el (gnus-summary-bookmark-make-record):
5011         Add `location' field.
5012
5013 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5014
5015         * lpath.el: Fbind bookmark-default-handler,
5016         bookmark-get-bookmark-record, bookmark-make-record-default,
5017         bookmark-prop-get for Emacs <23 and XEmacs.
5018
5019 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5020
5021         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5022         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5023         Use with-current-buffer to silence the byte-compiler.
5024         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5025         bother to require `gnus'.
5026         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5027
5028 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5029
5030         * gnus-sum.el (gnus-summary-bookmark-make-record)
5031         (gnus-summary-bookmark-jump): New functions.
5032         (gnus-summary-mode): Setup bookmark support.
5033
5034 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5035
5036         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5037         if set.
5038
5039 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5040
5041         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5042         gnus-article-browse-html-save-cid-image; make it work recursively for
5043         forwarded messages as well.
5044         (gnus-article-browse-html-parts): Work when prefix arg is given.
5045         (gnus-article-browse-html-article): Doc fix.
5046
5047 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5048
5049         * message.el (message-default-mail-headers):
5050         (message-default-headers): Carry the value mail-default-headers over
5051         into message-default-mail-headers, rather than message-default-headers.
5052
5053 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5054
5055         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5056         charset.
5057
5058         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5059         charset into the <meta> tag when the article is encoded to utf-8.
5060
5061 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5062
5063         * gnus-art.el (gnus-article-browse-delete-temp-files):
5064         Delete directories as well.
5065         (gnus-article-browse-html-parts): Work for images that do not specify
5066         file names; delete temp directory when quitting; insert header at the
5067         right place; use file: scheme for image files.
5068
5069 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5070
5071         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5072         (gnus-article-browse-html-parts): Use it to make temporary cid image
5073         files in addition to html file so that browser may display them.
5074
5075 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5076
5077         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5078
5079 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5080
5081         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5082
5083 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5084
5085         * auth-source.el (auth-sources): Change default to be simpler.
5086         Explain about Secret Service API sources.  Improve Customize options.
5087         (auth-source-pick): Change to accept any number of search parameters.
5088         Implement fallbacks iteratively, not recursively.  Add scoring on the
5089         second pass and sort by score.  Call Secret Service API when needed.
5090         (auth-source-user-or-password): Use it.  Call Secret Service API
5091         directly when needed to get the user name and the password.
5092
5093 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5094
5095         * message.el (message-interactive): Doc fix.
5096         (message-qmail-inject-args): Reflow.
5097         (message-kill-to-signature): Fix typo in docstring.
5098
5099         * smiley.el (smiley-buffer): Fix typo in docstring.
5100
5101 2010-03-24  Glenn Morris  <rgm@gnu.org>
5102
5103         * mail-source.el (gnus-message): Declare.
5104         (mail-source-delete-old-incoming): Require gnus-util.
5105
5106 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5107
5108         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5109
5110         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5111
5112         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5113         password-cache's default if it is not bound.
5114         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5115         password-cache-expiry's default if it is not bound.
5116
5117         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5118         available in Emacs 21.
5119
5120         * lpath.el: Suppress compiler warnings for:
5121         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5122         XEmacs;
5123         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5124         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5125         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5126
5127 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5128
5129         * auth-source.el (auth-sources): Fix up definition so extra parameters
5130         are always inline.
5131
5132 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5133
5134         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5135         wasn't updated after mismatch.  Clear cached mailbox info correctly
5136         when uidvalidity changes.
5137         (nnimap-group-prefixed-name): New function to avoid some code
5138         duplication.
5139         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5140         (nnimap-request-group): Use it.
5141         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5142         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5143         with many imap folders.  This is done by caching the group status from
5144         the imap server persistently in a group parameter `imap-status'.  (This
5145         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5146         but not persistently, so every Gnus startup was still very slow.)
5147
5148 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5149
5150         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5151         delete the extra newline.  Otherwise editing of :string and :number
5152         types don't work.
5153
5154 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5155
5156         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5157         secrets.el dependency.
5158         (auth-sources): Add optional user name.  Add secrets.el configuration
5159         choice (unused right now).
5160
5161 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5162
5163         * gnus-sum.el (gnus-summary-make-menu-bar):
5164         Let `gnus-registry-install-shortcuts' fill in the functions.
5165
5166         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5167         warnings.
5168         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5169         (gnus-registry-install-shortcuts): Populate and use it in a
5170         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5171
5172 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5173
5174         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5175         In-place substitutions for the group name encoding/decoding.
5176         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5177         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5178         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5179         (nnimap-update-unseen, nnimap-request-list)
5180         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5181         (nnimap-request-set-mark, nnimap-split-to-groups)
5182         (nnimap-split-articles, nnimap-request-newgroups)
5183         (nnimap-request-create-group, nnimap-request-accept-article)
5184         (nnimap-request-delete-group, nnimap-request-rename-group)
5185         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5186         `encoded-mbx' for consistency.
5187         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5188         variable `imap-current-mailbox'.
5189
5190         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5191         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5192
5193 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5194
5195         * pop3.el (pop3-display-message-size-flag): Display message size byte
5196         counts during POP3 download.
5197         (pop3-movemail): Use it.
5198         (pop3-list): Implement listing of available messages.
5199
5200 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5201
5202         * nnir.el (nnir-get-article-nov-override-function): New function to
5203         override the normal NOV retrieval.
5204         (nnir-retrieve-headers): Use it.
5205
5206 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5207
5208         * auth-source.el (netrc-machine-user-or-password): Autoload.
5209
5210 2010-03-19  Glenn Morris  <rgm@gnu.org>
5211
5212         Stop message.el from loading about 40 libraries it doesn't always need.
5213         The general approach is to autoload rather than require, and to
5214         require in the specific functions rather than the file.  (Bug#5642)
5215
5216         * gmm-utils.el: Don't require wid-edit.
5217         (widget-create-child-value, widget-convert, widget-default-get):
5218         Autoload.
5219
5220         * gnus-util.el: Don't require time-date, netrc.
5221         (message-fetch-field, gnus-group-name-decode): Declare rather than
5222         autoloading.
5223         (gnus-fetch-field): Require message.
5224         (gnus-decode-newsgroups): Require gnus-group.
5225
5226         * ietf-drums.el: Don't require time-date.
5227
5228         * message.el: Don't require hashcash, canlock, ecomplete.
5229         Do require mail-utils.  Require nnheader only when compiling.
5230         (smtpmail-default-smtp-server): Remove declaration.
5231         (message-send-mail-function): Check smtpmail-default-smtp-server
5232         is bound rather than requiring smtpmail.
5233         (message-auto-save-directory, message-insert-signature):
5234         Use expand-file-name rather than nnheader-concat.
5235         (nnheader-insert-file-contents): Autoload.
5236         (hashcash-wait-async): Declare.
5237         (message-send-mail): Only call gnus-setup-posting-charset if
5238         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5239         (message-send-mail-with-sendmail): Require sendmail.
5240         (canlock-password, canlock-password-for-verify): Declare.
5241         (message-canlock-password): Require canlock.
5242         (nnheader-get-report): Autoload.
5243         (gnus-setup-posting-charset): Declare.
5244         (message-send-news): Require gnus-msg.
5245         (message-make-references, message-make-in-reply-to): Use mail-header-id
5246         rather than the alias mail-header-message-id.
5247         (ecomplete-add-item, ecomplete-save): Declare.
5248         (message-put-addresses-in-ecomplete): Require ecomplete.
5249         (ecomplete-display-matches): Autoload.
5250
5251         * mm-decode.el: Don't require mailcap, gnus-util.
5252         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5253         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5254         Autoload.
5255         (mailcap-mime-extensions): Declare.
5256
5257         * mm-encode.el: Don't require mailcap.
5258         (mailcap-extension-to-mime): Autoload.
5259
5260         * mml-sec.el: Don't require password-cache.
5261
5262         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5263         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5264         (mml-minibuffer-read-type): Require mailcap.
5265         (mml-preview): Require gnus-msg.
5266
5267         * mml1991.el: Require password-cache.
5268         (password-cache-expiry): Remove declaration.
5269
5270         * mml2015.el: Require password-cache.
5271         (password-cache-expiry): Remove declaration.
5272
5273         * nneething.el (mailcap): Require mailcap.
5274
5275         * nnheader.el (declare-function): Add compatibility stub.
5276         (message-remove-header): Declare rather than autoload.
5277         (nnheader-replace-header): Require message.
5278
5279         * nnimap.el (declare-function): Add compatibility stub.
5280         (netrc-parse, netrc-machine-user-or-password): Declare.
5281         (nnimap-open-connection): Require netrc.
5282
5283         * nntp.el (declare-function): Add compatibility stub.
5284         (netrc-parse, netrc-machine, netrc-get): Declare.
5285         (nntp-send-authinfo): Require netrc.
5286
5287         * rfc2047.el: Don't require qp.
5288         (quoted-printable-encode-region, quoted-printable-decode-string):
5289         Autoload.
5290
5291         * sieve-mode.el: Don't require easymenu.
5292         (easy-menu-add-item): Autoload it.
5293
5294         * spam-stat.el (time-to-number-of-days): Autoload it.
5295
5296 2010-03-19  Glenn Morris  <rgm@gnu.org>
5297
5298         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5299
5300 2010-03-18  Glenn Morris  <rgm@gnu.org>
5301
5302         * hashcash.el (declare-function): Remove duplicate definition.
5303
5304 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5305
5306         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5307         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5308         value if any backslash escapes).
5309
5310 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5311
5312         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5313         if it is available.  (bug#5647)
5314
5315         * lpath.el: Suppress compiler warning for coding-system-from-name for
5316         Emacs 21 and XEmacs.
5317
5318 2010-03-14  Juri Linkov  <juri@jurta.org>
5319
5320         * hmac-def.el:
5321         * hmac-md5.el:
5322         * netrc.el: Fix keywords.
5323
5324 2010-02-26  Glenn Morris  <rgm@gnu.org>
5325
5326         * message.el (message-send-mail-function): Change the default, so that
5327         it inherits from a customized send-mail-function.  (Bug#5643)
5328
5329 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5330
5331         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5332         shell-command-to-string signals an error (bug#5299).
5333
5334 2010-02-24  Glenn Morris  <rgm@gnu.org>
5335
5336         * message.el (message-smtpmail-send-it)
5337         (message-send-mail-with-mailclient): Doc fixes.
5338
5339 2010-02-16  Glenn Morris  <rgm@gnu.org>
5340
5341         * message.el (message-default-mail-headers): Change the default value
5342         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5343
5344 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5347         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5348
5349 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5350
5351         * time-date.el (date-to-time): Doc fix (Bug#5408).
5352
5353 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5354
5355         * message.el (message-mail): Just pass yank-action on to message-setup.
5356         (message-setup): Handle (FUN . ARGS) form of yank-action.
5357         (message-with-reply-buffer, message-widen-reply)
5358         (message-yank-original): Handle non-buffer values of
5359         message-reply-buffer (Bug#4080).
5360         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5361
5362 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5363
5364         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5365         Fix typo in docstring.
5366
5367 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5368
5369         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5370         response.
5371
5372 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5375
5376         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5377
5378         * message.el (message-check-news-header-syntax): Protect against a
5379         string that `rfc822-addresses' returns when parsing fails.
5380
5381 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5384         (gnus-previous-char-property-change): New functions.
5385
5386         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5387
5388 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5389
5390         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5391         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5392
5393 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5394
5395         * message.el (message-exchange-point-and-mark): Rework last change to
5396         avoid using optional arg of exchange-point-and-mark, for backward
5397         compatibility.
5398
5399 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5400
5401         * message.el (message-exchange-point-and-mark):
5402         Call exchange-point-and-mark with an argument rather than setting
5403         mark-active by hand (Bug#5175).
5404
5405 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5406
5407         * nntp.el (nntp-service-to-port): Work for service expressed with
5408         numeric string; replace [:digit:] with [0-9] for XEmacs.
5409
5410 2009-12-17  Glenn Morris  <rgm@gnu.org>
5411
5412         * gnus-group.el (gnus-bug-group-download-format-alist):
5413         Change emacs entry to debbugs.gnu.org.  Bump :version.
5414
5415 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5416
5417         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5418
5419 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5420
5421         * message.el (message-info): Explain why we use `Info-goto-node'.
5422
5423 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5424
5425         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5426
5427 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5428
5429         * message.el (message-completion-in-region): New compatibility function.
5430         (message-expand-group): Use it.
5431
5432 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5433
5434         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5435         with no unread article should be listed if the 2nd arg `predicate' is
5436         given.
5437
5438 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5439
5440         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5441
5442 2009-11-29  Juri Linkov  <juri@jurta.org>
5443
5444         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5445         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5446         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5447
5448 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5449
5450         * sha1.el (sha1-string-external): default-directory "/" in case
5451         otherwise non-existent.  process-connection-type pipe for touch of
5452         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5453
5454 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5455
5456         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5457         it's comms related and sgml-mode.el has "comm" on that basis too.
5458
5459 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5460
5461         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5462         containing tspecial characters if they have been already quoted.
5463
5464 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5465
5466         * dns-mode.el (auto-mode-alist): Purecopy string.
5467
5468 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5469
5470         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5471
5472 2009-10-24  Glenn Morris  <rgm@gnu.org>
5473
5474         * gnus-art.el (help-xref-stack-item): Define for compiler.
5475
5476 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5477
5478         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5479
5480 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5481
5482         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5483
5484 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5485
5486         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5487         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5488
5489 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5492         (gnus-overlays-in): New alias to overlays-in.
5493
5494         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5495         gnus-overlay-get, and gnus-delete-overlay.
5496         (gnus-summary-show-thread): Make it work as well for systems in which
5497         next-single-char-property-change is not available.
5498         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5499
5500         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5501         (gnus-overlay-get): New alias to extent-property.
5502         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5503
5504         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5505         SXEmacs.
5506
5507         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5508         SXEmacs.
5509
5510 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5511
5512         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5513
5514 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5515
5516         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5517         and XEmacs that don't have `remove-overlays'.
5518
5519 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5520
5521         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5522         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5523         selective display.  Use overlays instead.
5524
5525 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5526
5527         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5528
5529 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5530
5531         * spam-stat.el (spam-stat-load): Fix typo in message.
5532
5533 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5534
5535         * dig.el (dig-invoke): Fix typo in docstring.
5536         (query-dig): Reflow docstring.
5537
5538 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5539
5540         * gnus-art.el (gnus-article-encrypt-body):
5541         * message.el (message-check-recipients):
5542         * mm-util.el (mm-codepage-setup):
5543         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5544         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5545
5546 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5547
5548         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5549         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5550         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5551         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5552         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5553
5554 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5555
5556         * dig.el: Add "Keywords: comm", as per net-utils.el.
5557
5558 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5559
5560         * dig.el (dig-mode): Use define-derived-mode.
5561
5562 2009-09-19  Glenn Morris  <rgm@gnu.org>
5563
5564         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5565
5566 2009-09-18  Glenn Morris  <rgm@gnu.org>
5567
5568         * gnus-diary.el (gnus-diary-check-message):
5569         * message.el (message-insert-formatted-citation-line):
5570         * nnbabyl.el (top-level):
5571         * nndiary.el (nndiary-schedule):
5572         Fix typos in condition-case handlers.
5573
5574 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5577         configuration that provides the sole article window in a frame;
5578         position point correctly after deleting a part.
5579
5580 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5581
5582         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5583         (spam-resolve-registrations-routine): Use it to unregister articles
5584         that change status.
5585
5586 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5587
5588         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5589         with XEmacs.
5590         (parse-time-string-chars): Use it.
5591
5592 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5593
5594         * imap.el (imap-interactive-login): Better messages.
5595         (imap-open): Fix bug with renamed buffer on reconnect.
5596         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5597         for easier debugging and cleaner code.  On successful (guessed based on
5598         server capabilities) secondary authentication, set imap-state
5599         correctly.
5600         (imap-last-authenticator): Define imap-last-authenticator as a variable
5601         to avoid warnings.
5602
5603 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5604
5605         * nnrss.el (nnrss-request-article): Remove binding of
5606         default-enable-multibyte-characters that has gotten needless by
5607         the 2007-07-13 change in rfc2047-encode-message-header.
5608
5609         * mml.el (mml-insert-multipart): Error on the message header.
5610         (mml-insert-part): Error on the message header; position point at
5611         the end of a MIME tag.
5612
5613 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * time-date.el (autoload): Expand define-obsolete-function-alias into
5616         defalias and make-obsolete for old Emacsen that Gnus supports.
5617         (with-no-warnings): Define it for old Emacsen.
5618         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5619         is available.
5620         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5621         float-time is available; suppress compile warning for time-to-seconds.
5622
5623         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5624         (gnus-float-time): Alias to float-time if it exists.
5625
5626         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5627         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5628         float-time is available; suppress compile warning for time-to-seconds.
5629
5630         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5631         XEmacs.
5632
5633 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5634
5635         * imap.el (imap-message-map): Docstring fix.
5636
5637 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5638
5639         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5640         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5641         Add the optional argument `encoding' that overrides the default.
5642
5643         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5644         mm-encode-buffer.
5645
5646 2009-09-04  Glenn Morris  <rgm@gnu.org>
5647
5648         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5649         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5650         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5651         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5652         * mm-util.el (mm-with-unibyte-current-buffer)
5653         (mm-find-buffer-file-coding-system):
5654         * yenc.el (yenc-decode-region): Use default-value rather than
5655         default-enable-multibyte-characters.
5656
5657 2009-09-03  Glenn Morris  <rgm@gnu.org>
5658
5659         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5660         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5661         than default-enable-multibyte-characters.
5662
5663 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5664
5665         * gnus-art.el (gnus-article-read-summary-keys):
5666         Fix gnus-buffer-configuration's value temporarily used.
5667
5668 2009-09-02  Glenn Morris  <rgm@gnu.org>
5669
5670         * gnus-util.el (gnus-float-time): New function.
5671         * gnus-delay.el (gnus-delay-article):
5672         * gnus-sum.el (gnus-thread-latest-date):
5673         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5674         * nnspool.el (nnspool-request-newgroups):
5675         Use gnus-float-time rather than time-to-seconds.
5676         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5677
5678         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5679         (gnus-header-subject-face, gnus-header-newsgroups-face)
5680         (gnus-header-name-face, gnus-header-content-face):
5681         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5682         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5683         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5684         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5685         (gnus-cite-face-11):
5686         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5687         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5688         (gnus-server-closed-face, gnus-server-denied-face)
5689         (gnus-server-offline-face):
5690         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5691         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5692         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5693         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5694         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5695         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5696         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5697         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5698         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5699         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5700         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5701         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5702         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5703         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5704         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5705         (gnus-summary-high-undownloaded-face)
5706         (gnus-summary-low-undownloaded-face)
5707         (gnus-summary-normal-undownloaded-face)
5708         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5709         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5710         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5711         (gnus-splash-face):
5712         * message.el (message-header-to-face, message-header-cc-face)
5713         (message-header-subject-face, message-header-newsgroups-face)
5714         (message-header-other-face, message-header-name-face)
5715         (message-header-xheader-face, message-separator-face)
5716         (message-cited-text-face, message-mml-face):
5717         * sieve-mode.el (sieve-control-commands-face)
5718         (sieve-action-commands-face, sieve-test-commands-face)
5719         (sieve-tagged-arguments-face):
5720         * spam.el (spam-face):
5721         Mark face aliases with "-face" in the name as obsolete.
5722
5723 2009-09-01  Glenn Morris  <rgm@gnu.org>
5724
5725         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5726         than goto-line.
5727
5728 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5729
5730         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5731         Don't move point if the command is invoked inside the message header.
5732
5733 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5734
5735         * imap.el (imap-send-command): Simplify.
5736         (imap-wait-for-tag): point-max -> buffer-size.
5737
5738 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5739
5740         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5741         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5742         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5743         * nnir.el (nnir-swish-e-index-file):
5744         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5745         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5746         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5747         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5748         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5749         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5750
5751 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5752
5753         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5754         Don't save excursion.
5755
5756 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5757
5758         * nnheader.el (nnheader-find-file-noselect):
5759         * mm-util.el (mm-insert-file-contents):
5760         Use (default-value 'major-mode) instead of default-major-mode.
5761
5762 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5763
5764         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5765
5766 2009-08-26  Glenn Morris  <rgm@gnu.org>
5767
5768         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5769         than placing in files.el.
5770
5771 2009-08-25  Glenn Morris  <rgm@gnu.org>
5772
5773         * nnir.el (top-level): Don't require cl at run-time.
5774         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5775         Replace cl-function substitute with gnus-replace-in-string.
5776         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5777         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5778         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5779         simplified expansions.
5780
5781 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5782
5783         * dig.el (dig): Add autoload cookie.
5784
5785 2009-08-22  Glenn Morris  <rgm@gnu.org>
5786
5787         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5788         goto-line.
5789
5790 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5791
5792         * parse-time.el (parse-time-string-chars): Save match data.
5793
5794 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5795
5796         * parse-time.el (parse-time-string-chars): Compute using character
5797         classes, to handle non-ascii characters (Bug#3190).
5798
5799 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5802
5803         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5804         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5805         (gnus-mm-display-part, gnus-mime-display-single)
5806         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5807         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5808
5809         * gnus-sum.el
5810         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5811         (gnus-summary-move-article): Add expirable mark to articles copied or
5812         moved to group that has auto-expire turned on if the option is non-nil.
5813
5814 2009-07-24  Glenn Morris  <rgm@gnu.org>
5815
5816         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5817         Fix typo.  (Bug#3903)
5818
5819 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5820
5821         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5822         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5823         that should not be used for draft articles.
5824         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5825         that has no concern in minor mode keys.
5826         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5827         Abolish.
5828
5829 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5832         article without making inquiry to a user for unknown encoding.
5833
5834         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5835         (nnmaildir--scan): Assume i-node and device number that file-attributes
5836         returns might be cons-cell.
5837
5838         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5839
5840         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5841
5842 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5843
5844         * auth-source.el: Remove docs now in auth.texi.  Don't use
5845         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5846         `auth-source-hide-passwords' and use them.
5847
5848 2009-07-15  Glenn Morris  <rgm@gnu.org>
5849
5850         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5851
5852 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5853
5854         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5855         excessive whitespace from the default values of title and description.
5856
5857 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5858
5859         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5860         mail-fetch-field to fetch Content-Description header in order to
5861         exclude newlines.
5862
5863 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5864
5865         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5866         format used by GnuPG 2.0.11.
5867
5868 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5869
5870         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5871         to deleted part.
5872
5873 2009-05-30  David Engster  <dengste@eml.cc>
5874
5875         * nnmairix.el: Remove old documentation in the commentary block.
5876         (nnmairix-request-group): Do not update active file for nnml back ends.
5877         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5878         end so that overview files are ignored.
5879         (nnmairix-update-groups): Make updating the groups more robust by using
5880         marks.
5881         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5882         with dollar characters in message-id.
5883
5884 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5885
5886         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5887         2008-12-25 in dns.el.
5888
5889 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5890
5891         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5892         could happen if the text is only composed of spaces and/or tabs.
5893
5894 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5895
5896         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5897         when sending a queued message to avoid extra mml tags.
5898
5899 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5902
5903 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5904
5905         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5906         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5907         rmail-toggle-header for XEmacs;
5908         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5909
5910 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * gnus-dired.el: Remove autoload for gnus-setup-message.
5913         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5914         displaying Gnus logo; always use compose-mail.
5915
5916 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5919
5920 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5921
5922         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5923         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5924         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5925         available.
5926         (gnus-nocem-epg-verify): New function.
5927
5928 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5929
5930         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5931
5932 2009-02-15  Glenn Morris  <rgm@gnu.org>
5933
5934         * gnus-util.el (rmail-insert-rmail-file-header)
5935         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5936         autoloads.
5937         (rmail-default-rmail-file): Remove unnecessary declaration.
5938         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5939
5940 2009-02-14  Glenn Morris  <rgm@gnu.org>
5941
5942         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5943         variable (only used in gnus-util, which declares it anyway).
5944         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5945         which was only needed by gnus-art (changed to not use it any more).
5946         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5947         only used in gnus-util, which autoloads it itself.
5948         (rmail-update-summary): Fix autoload.
5949
5950         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5951         rather than rmail-output-to-rmail-file.
5952
5953 2009-02-07  Glenn Morris  <rgm@gnu.org>
5954
5955         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5956         autoload of function that no longer exists.
5957         (rmail-toggle-header): Declare.
5958         (message-forward-rmail-make-body): Handle mbox Rmail.
5959
5960 2009-01-31  Glenn Morris  <rgm@gnu.org>
5961
5962         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5963         2009-01-09 change.
5964
5965 2009-01-31  Dave Love  <fx@gnu.org>
5966
5967         * imap.el (imap-fetch-safe): Bind debug-on-error.
5968         (imap-debug): Add imap-fetch-safe.
5969
5970 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5971
5972         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5973         (auth-source-forget-all-cached): New convenience function.
5974         (auth-source-user-or-password): Accept list of modes or a single mode.
5975
5976         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5977         auth-source modes.
5978
5979         * netrc.el (netrc-machine-user-or-password): Use list of
5980         auth-source modes.
5981
5982         * nnimap.el (nnimap-open-connection): Use list of
5983         auth-source modes.
5984
5985         * nntp.el (nntp-send-authinfo): Use list of
5986         auth-source modes.
5987
5988 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5989
5990         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5991         now.
5992
5993 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5996         coding system in XEmacs; add a workaround for XEmacs.
5997
5998         * lpath.el: Fbind coding-system-aliasee.
5999
6000 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6001
6002         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6003         of current-language-environment.
6004
6005 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6006
6007         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6008         available at runtime.
6009
6010 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6013
6014 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6015
6016         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6017         the greatest positive fixnum value doesn't work under an XEmacs with
6018         bignum support; use the most-positive-fixnum constant instead,
6019         available since Emacs 21.1 with cl and XEmacs 21.1.
6020
6021 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6022
6023         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6024         XEmacs gets not to work.
6025
6026 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6027
6028         * mm-util.el (mm-coding-system-priorities): Allow the value like
6029         "Japanese (UTF-8)" of current-language-environment.
6030
6031 2009-01-09  Glenn Morris  <rgm@gnu.org>
6032
6033         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6034         with last-command-event.
6035
6036 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6037
6038         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6039         in the doc string.
6040
6041         * message.el (message-fix-before-sending): Amend comment.
6042
6043 2009-01-08  Dave Love  <fx@gnu.org>
6044
6045         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6046
6047 2009-01-07  David Engster  <dengste@eml.cc>
6048
6049         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6050         simplified server definitions by converting it via
6051         gnus-server-to-method.
6052
6053 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6054
6055         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6056         parameter's operands.
6057
6058 2009-01-06  David Engster  <dengste@eml.cc>
6059
6060         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6061         primary select method (for gnus-group-mark-article-as-read).
6062
6063 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6064
6065         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6066         `(gnus)Face', not `(gnus)X-Face'.
6067
6068 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6069
6070         * mm-util.el (mm-ucs-to-char): New function.
6071
6072         * mm-url.el (mm-url-decode-entities): Use it.
6073
6074         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6075         unicode-to-char.
6076
6077 2009-01-05  Dave Love  <fx@gnu.org>
6078
6079         * time-date.el: Require cl for `declare'.
6080
6081 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6082
6083         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6084         Dave Love.
6085
6086 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6087
6088         * message.el (message-fix-before-sending): Add `eight-bit' to
6089         illegible-text check.
6090
6091 2009-01-03  Michael Olson  <mwolson@gnu.org>
6092
6093         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6094         `headers' is nil.  This can occur if the IMAP server does not have
6095         permissions to read messages from a folder, but can write new messages
6096         to the folder.
6097         (nnimap-request-article-part): Do not insert `data' if it is nil.
6098
6099         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6100         characters which will confuse `read', so skip past them.
6101
6102 2009-01-01  Dave Love  <fx@gnu.org>
6103
6104         * imap.el (imap-string-to-integer): Fix typo.
6105         (imap-fetch-safe): New function.
6106         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6107
6108         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6109
6110         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6111         (imap-parse-greeting): Fix doc strings.
6112         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6113         (imap-parse-flag-list): Make messages unique.
6114         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6115
6116         * nnimap.el: Fix author email.
6117         (nnimap-split-rule): Add FIXME comment.
6118         (nnimap-debug): Fix doc string.
6119
6120 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6121
6122         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6123
6124 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6125
6126         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6127         nslookup if resolv.conf isn't available.
6128         (dns-query): Rename from query-dns.
6129         (dns-query-cached): Rename from query-dns-cached.
6130
6131 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6132
6133         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6134         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6135         to check if those variables exist (first appeared in Emacs 18.50).
6136
6137 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * mm-util.el (mm-line-number-at-pos): New function.
6140
6141         * spam-report.el (spam-report-process-queue): Use it.
6142
6143 2008-12-24  David Engster  <dengste@eml.cc>
6144
6145         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6146         parameters that haven't existed as variables as buffer-local variables.
6147
6148 2008-12-23  Dave Love  <fx@gnu.org>
6149
6150         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6151         cadar.
6152
6153         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6154         imap-starttls-p.
6155         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6156
6157 2008-12-22  Dave Love  <fx@gnu.org>
6158
6159         * imap.el: Fix author email.  Doc fixes.
6160         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6161         reply.
6162
6163 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6164
6165         * spam-report.el (spam-report-gmane-max-requests): New constant.
6166         (spam-report-gmane-wait): New variable.
6167         (spam-report-gmane-ham, spam-report-gmane-spam)
6168         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6169         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6170         the server.
6171
6172         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6173         Add explanations.
6174
6175         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6176         nnheader-accept-process-output and nnheader-read-timeout if available.
6177         (pop3-movemail): Use it.
6178
6179         * message.el (message-check-news-body-syntax): Fix signature check if
6180         there's an attachment.
6181
6182 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * mm-util.el: Add comments to the mm- emulating functions.
6185
6186 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6187
6188         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6189         Reported by Stephen Berman <stephen.berman@gmx.net>.
6190
6191 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * mm-util.el (mm-substring-no-properties): New function.
6194         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6195         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6196         (mm-string-to-multibyte): Doc fix.
6197
6198         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6199
6200 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6201
6202         * mml.el (mml-attach-file): Strip text properties from file name.
6203         (Bug#1574)
6204
6205 2008-12-16  Glenn Morris  <rgm@gnu.org>
6206
6207         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6208
6209 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6210
6211         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6212         knows since the charset specified might be a bogus alias that
6213         mm-charset-synonym-alist provides.
6214
6215 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6216
6217         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6218         "ISO_8859-1".
6219
6220         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6221
6222 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * mm-util.el (mm-charset-eval-alist):
6225         Define it before mm-charset-to-coding-system.
6226         (mm-charset-to-coding-system): Add optional argument `silent';
6227         define it before mm-charset-override-alist.
6228         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6229         default value if it can be used in Emacs currently running;
6230         silence mm-charset-to-coding-system.
6231
6232 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6233
6234         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6235         `allow-override' which says whether to use `mm-charset-override-alist'.
6236         (rfc2047-decode-encoded-words): Use it.
6237
6238         * mm-util.el (mm-charset-override-alist): Fix custom type;
6239         add `(gb2312 . gbk)' to choices.
6240
6241 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6244         fast.
6245
6246         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6247
6248         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6249
6250 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6251
6252         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6253         on links.
6254
6255         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6256
6257 2008-12-03  Lute Kamstra  <lute@gnu.org>
6258
6259         * sha1.el: Remove leading * from docstrings of defcustoms,
6260         deffaces, defconsts and defuns.
6261
6262 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6263
6264         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6265         users' addresses that don't have domain parts.
6266         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6267         rather than message-narrow-to-head since there will be the message
6268         header separator.
6269
6270 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6271
6272         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6273         since the result is inserted in a unibyte buffer anyway.
6274         (nnimap-demule-use-string-to-multibyte): Remove.
6275         (nnimap-demule): Alias it to mm-string-to-multibyte.
6276
6277 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6278
6279         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6280         variable for debugging bug#464 and bug#1174.
6281         (nnimap-demule): Use it.
6282
6283 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6284
6285         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6286         score calculation correctly.
6287
6288 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6289
6290         * message.el (message-send-mail): Just set the buffer to unibyte
6291         rather than use mm-with-unibyte-current-buffer which does a lot more.
6292         (message-send-mail-partially): Don't bother with
6293         mm-with-unibyte-current-buffer since it's already been made unibyte by
6294         message-send-mail.
6295
6296 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6297
6298         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6299
6300 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6301
6302         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6303
6304 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6305
6306         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6307         require itself and to remove `with-no-warnings'.
6308
6309 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6310
6311         * starttls.el (starttls-any-program-available): Get the name of the
6312         available TLS layer program.
6313         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6314         well as the host name in the "opening" message.
6315
6316         * auth-source.el (auth-source-cache, auth-source-do-cache)
6317         (auth-source-user-or-password): Cache passwords and logins by default,
6318         allow override with `auth-source-do-cache'.
6319         (auth-source-forget-user-or-password): Allow users to remove cache
6320         entries if needed.
6321
6322 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6323
6324         * md4.el (md4-buffer): Fix typo in docstring.
6325         (md4, md4-64): Doc fixes.
6326         (md4-pack-int32): Reflow docstring.
6327
6328 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6329
6330         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6331         condition-case to only the forward-sexp call.
6332
6333 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6334
6335         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6336         quotes contained.  Make it more robust regardless by an extra
6337         condition-case wrapper.
6338
6339 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6342
6343 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6344
6345         * nnml.el (nnml-request-expire-articles): Check if the function set to
6346         `nnmail-expiry-target' returns the symbol `delete'.
6347
6348         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6349
6350         * nnmail.el (nnmail-expiry-target): Fix custom type.
6351
6352 2008-10-02  Glenn Morris  <rgm@gnu.org>
6353
6354         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6355         Silence compiler warning.
6356
6357 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6358
6359         * tls.el (open-tls-stream): Show the actual command being
6360         executed, instead of the format string.
6361
6362 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6363
6364         * lpath.el: Fbind codepage-setup for Emacs 23.
6365
6366 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6367
6368         * mml.el (mml-menu): Don't assume mml2015 is bound.
6369
6370 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6373         exists.
6374
6375 2008-09-27  Glenn Morris  <rgm@gnu.org>
6376
6377         * gnus-util.el (mail-header-remove-comments): Autoload it.
6378
6379 2008-09-27  Andreas Schwab  <schwab@suse.de>
6380
6381         * gnus-util.el (gnus-split-references): Strip comments.
6382         (gnus-parent-id): Likewise.
6383
6384 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6385
6386         * message.el (message-confirm-send): Fix version.
6387
6388 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6389
6390         * message.el (message-idna-to-ascii-rhs-1): Use
6391         mail-extract-address-components rather than mail-header-parse-addresses
6392         that is an alias by default to ietf-drums-parse-addresses that does not
6393         support non-ASCII names in headers' contents.
6394
6395 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6396
6397         * message.el (message-confirm-send): Fix variable documentation to
6398         avoid the "y/n" wording.
6399
6400 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6401
6402         * message.el (message-set-auto-save-file-name): Save to a different
6403         filename so multiple messages (especially drafts) can be recovered.
6404
6405 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6406
6407         * message.el (message-confirm-send): Add appropriate version.
6408
6409 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6410
6411         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6412         defvar.
6413
6414 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6415
6416         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6417         (mm-pkcs7-enveloped-magic): Ditto.
6418
6419 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6420
6421         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6422         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6423
6424 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6425
6426         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6427         default, it's better.
6428
6429 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6430
6431         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6432         summary line gnus-number property and ignore them (with a warning
6433         message).
6434
6435 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6436
6437         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6438         macro caddr in the interactive form since it won't be expanded.
6439
6440 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6441
6442         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6443         `charset'; fix name of function called recursively.
6444         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6445
6446 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6447
6448         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6449         (gnus-mime-set-charset-parameters): New function.
6450         (gnus-mime-view-part-as-charset): Use it to correctly display part
6451         specifying wrong charset.
6452
6453 2008-09-08  David Engster  <dengste@eml.cc>
6454
6455         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6456         in completing-read for back end server.
6457
6458 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6459
6460         * message.el (message-confirm-send): New variable to confirm sending a
6461         message.
6462         (message-send): Use it.
6463
6464 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6465
6466         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6467
6468 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6469
6470         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6471
6472 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6473
6474         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6475         prevent tracking too many groups.
6476         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6477         Use it.
6478
6479 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6480
6481         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6482         moving point to the bottom of the window in order to avoid recentering.
6483
6484 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6485
6486         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6487
6488         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6489         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6490         (gnus-article-beginning-of-window): Fix calculation.
6491
6492 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6493
6494         * gnus-msg.el (gnus-summary-supersede-article)
6495         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6496         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6497         message header.
6498
6499 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6500
6501         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6502         pending output coming after the status change.
6503
6504 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6505
6506         * message.el:
6507         * gnus-start.el:
6508         * gnus-registry.el: Remove VMS support.
6509
6510 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6513         macro.
6514         (rfc2104-hash): Use it.
6515
6516 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6517
6518         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6519         (gnus-summary-sort-by-most-recent-date): New commands.
6520         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6521         and menu entries.
6522
6523 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6524
6525         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6526         don't redisplay article for raw contents; remove plural articles stuff.
6527
6528         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6529         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6530         on gnus-summary-save-article; display results properly.
6531
6532 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * lpath.el: No need to fbind ns-focus-frame.
6535
6536 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6537
6538         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6539
6540 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * gnus-art.el (gnus-summary-save-in-pipe):
6543         Consider gnus-save-all-headers.
6544
6545 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6546
6547         * gnus-util.el (ns-focus-frame): Remove declaration.
6548         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6549         like x.
6550
6551 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6552
6553         * rfc2104.el (rfc2104-zero): Delete defconst.
6554         (rfc2104-hex-alist): Likewise.
6555         (rfc2104-hex-to-int): Delete func.
6556         (rfc2104-hexstring-to-bitstring): Likewise.
6557         (rfc2104-nybbles): New defconst.
6558         (rfc2104-hash): Rewrite for speed.
6559
6560 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6561
6562         * tls.el (open-tls-stream): Make it work with the 2nd argument
6563         BUFFER that is a string but does not exist as a buffer object, as
6564         mentioned in the doc-string.
6565
6566 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6569         SXEmacs.
6570
6571 2008-07-16  Glenn Morris  <rgm@gnu.org>
6572
6573         * gnus-util.el (ns-focus-frame): Declare for compiler.
6574
6575 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6578         set as a group parameter.
6579         (gnus-summary-save-in-pipe): Work when it is called independently.
6580         (gnus-summary-pipe-to-muttprint): Don't modify
6581         gnus-summary-pipe-output-default-command.
6582
6583 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6584
6585         * message.el (message-send-mail-with-sendmail):
6586         Display the error message.
6587
6588 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * gnus-art.el (gnus-default-article-saver):
6591         Add gnus-summary-save-in-pipe to choices.
6592         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6593         gnus-summary-pipe-output-default-command as the default command.
6594         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6595         instead of gnus-last-shell-command.
6596
6597         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6598         New user option.
6599         (gnus-summary-muttprint-program): Mention the value will be changed.
6600         (gnus-summary-save-article): Force showing of all headers.
6601         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6602
6603 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6604
6605         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6606
6607 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6608
6609         * nnimap.el (nnimap-id):
6610         * sieve-manage.el (sieve-manage-open): Doc fixes.
6611
6612 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6613
6614         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6615         if available.
6616
6617 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6618
6619         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6620
6621         * nnkiboze.el (nnkiboze-generate-group):
6622         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6623
6624         * nnmairix.el: Require CL.
6625
6626 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6627
6628         * dgnushack.el: Autoload get-display-table and put-display-table for
6629         XEmacs 21.5.
6630
6631         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6632         21.4 and SXEmacs.
6633
6634 2008-06-15  David Engster  <dengste@eml.cc>
6635
6636         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6637
6638 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6639
6640         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6641         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6642         runtime choice under XEmacs.
6643
6644         * gnus-sum.el (gnus-summary-set-display-table):
6645         Use `gnus-put-display-table', `gnus-get-display-table',
6646         `gnus-set-display-table' for the display table, instead of `aset'.
6647
6648         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6649         Use `gnus-put-display-table', `gnus-get-display-table',
6650         `gnus-set-display-table' for the display table.
6651
6652 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6653
6654         * nnmairix.el: Add autoloads.
6655
6656 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6657
6658         * nnmairix.el (nnmairix-delete-recreate-group)
6659         (nnmairix-update-and-clear-marks): Fix error messages.
6660
6661 2008-06-14  David Engster  <dengste@eml.cc>
6662
6663         * nnmairix.el: Upgrade to version 0.6.
6664         (nnmairix-group-toggle-propmarks-this-group)
6665         (nnmairix-group-toggle-readmarks-this-group)
6666         (nnmairix-group-delete-recreate-this-group)
6667         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6668         (nnmairix-remove-tick-mark-original-article): New commands.
6669         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6670         (nnmairix-propagate-marks-to-nnmairix-groups)
6671         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6672         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6673         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6674         functions needed for marks propagation and manipulation of read marks.
6675         (nnmairix-update-groups): New function.
6676         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6677         (nnmairix-determine-original-group-from-registry)
6678         (nnmairix-determine-original-group-from-path)
6679         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6680         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6681         New helper functions.
6682         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6683         keystrokes for new commands.
6684         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6685         (nnmairix-request-group): Check allow-fast group parameter.
6686         (nnmairix-request-create-group): Set allow-fast group parameter if
6687         nnmairix-allowfast-default is set.
6688         (nnmairix-close-group): Propagate marks upon closing if needed.
6689         (nnmairix-group-toggle-threads-this-group): Use new.
6690         nnmairix-group-toggle-parameter helper function.
6691         (nnmairix-search): Better check for empty search result.
6692         (nnmairix-goto-original-article): Use new helper functions for
6693         determining original article.
6694         (nnmairix-show-original-article): Make sure message-id is in brackets.
6695         (nnmairix-call-mairix-binary): Change variable name.
6696         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6697         helper function.
6698         (nnmairix-widget-toggle-activate): Fix doc string.
6699
6700 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * nnir.el: Require edmacro when compiling with XEmacs.
6703         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6704         available in Emacs 21.
6705
6706 2008-06-11  Glenn Morris  <rgm@gnu.org>
6707
6708         * gnus-util.el (x-focus-frame):
6709         * gnus.el (image-size):
6710         * mm-decode.el (image-size): Declare.
6711
6712         * gnus-picon.el (declare-function): Add compat definition.
6713         (image-size): Declare.
6714
6715         * gnus-group.el (tool-bar-map):
6716         * gnus-sum.el (tool-bar-map): Define for compiler.
6717
6718         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6719
6720         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6721
6722         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6723         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6724         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6725         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6726         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6727         * sieve-manage.el, spam-report.el, spam.el:
6728         Remove unnecessary eval-and-compile of autoloads.
6729
6730 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6731
6732         * auth-source.el: Precise Tramp doc.
6733
6734 2008-06-07  Glenn Morris  <rgm@gnu.org>
6735
6736         * nnmairix.el: Remove unnecessary eval-when-compile.
6737
6738 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6739
6740         * lpath.el: Fbind propertize for XEmacs 21.4.
6741
6742 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6743
6744         * nnir.el: Move here from ../contrib.
6745
6746 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6747
6748         * gnus-util.el (gnus-read-shell-command): New function.
6749         * mm-decode.el (mm-pipe-part):
6750         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6751
6752 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6755
6756 2008-06-03  Glenn Morris  <rgm@gnu.org>
6757
6758         * pop3.el (nnheader-accept-process-output): Autoload it.
6759
6760 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6763         are not 2-digit hexadecimal characters that follow `%'s.
6764
6765 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6766
6767         * message.el (message-bogus-recipient-p): Fix type in doc string.
6768         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6769         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6770         Improve custom options.
6771         (message-bogus-recipient-p): Adjust accordingly.
6772
6773 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6774
6775         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6776         long-form month and day names.
6777
6778 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * dgnushack.el: Autoload debug, eudc-expand-inline and
6781         pgg-snarf-keys-region for XEmacs.
6782
6783         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6784
6785         * nnmairix.el: Require edmacro when compiling with XEmacs.
6786
6787 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6788
6789         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6790         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6791
6792 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6793
6794         * auth-source.el: Add more docs.
6795
6796         * netrc.el (netrc-machine): Always match if the port is not given.
6797
6798 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6799
6800         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6801         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6802         retrieval faster in some cases, but might make CPU usage larger.
6803         If this has any bad side effects, we might revert this change.
6804
6805         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6806         seems to make mail retrieval much, much faster.
6807         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6808         unconditionally.
6809
6810         * gnus-draft.el (gnus-group-send-queue):
6811         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6812
6813 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6814
6815         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6816
6817         * message.el (message-bogus-address-regexp): Fix and improve custom
6818         type.
6819         (message-setup-hook): Add message-check-recipients as custom option.
6820
6821 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6822
6823         * message.el (message-cite-function): Remove bogus autoload which crept
6824         in during merge from v5-10.
6825
6826 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6827
6828         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6829
6830         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6831
6832         * auth-source.el: Preliminary Tramp docs.
6833         (auth-sources): Change the default auth-sources to use
6834         EPA .gpg files.
6835
6836 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6837
6838         * nntp.el: Autoload `auth-source-user-or-password'.
6839         (nntp-send-authinfo): Use it.
6840
6841         * nnimap.el: Autoload `auth-source-user-or-password'.
6842         (nnimap-open-connection): Use it.
6843
6844         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6845         for the gnus-message function.
6846         (auth-source-user-or-password): Use it.
6847
6848 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6849
6850         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6851         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6852         (rfc2104-hash): Use it.
6853
6854 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6855
6856         * gnus-art.el (gnus-article-toggle-truncate-lines):
6857         Don't use `iff' in docstring.
6858
6859 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6860
6861         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6862
6863         * gnus-util.el (gnus-extract-address-component-name)
6864         (gnus-extract-address-component-email): Convenience functions around
6865         `gnus-extract-address-components'.
6866
6867         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6868         Use `gnus-extract-address-component-email' to fix bug of comparing full
6869         sender name to `user-mail-address'.
6870
6871 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6872
6873         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6874         catch/throw to optimize.
6875         (gnus-registry-find-keywords): Just use member to find a keyword.
6876
6877 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6878
6879         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6880         is current before calling gnus-server-prepare.
6881         (gnus-server-setup-buffer, gnus-server-update-server)
6882         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6883
6884 2008-05-04  Juri Linkov  <juri@jurta.org>
6885
6886         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6887         (mailcap-file-default-commands): Use mailcap-replace-in-string
6888         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6889         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6890
6891 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6892
6893         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6894
6895 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6896
6897         * gnus.el: Bump version to 0.11.
6898
6899 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6900
6901         * gnus.el: No Gnus v0.10 is released.
6902
6903 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6904
6905         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6906         hooks.
6907         (gnus-update-read-articles): Speed up non-marks-using users.
6908         (gnus-use-marks): Define gnus-use-marks.
6909         (gnus-propagate-marks): Rename variable to something more sensible.
6910
6911 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6912
6913         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6914         (gmm-image-load-path-for-library): Fix typos in docstrings.
6915         (gmm-message): Reflow docstring.
6916
6917 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6918
6919         * mail-source.el (mail-source-set-1, mail-source-bind):
6920         Move auth-source code out of the macro to clean it up and fix bugs.
6921
6922 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6923
6924         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6925         by sender if it's equal to user-mail-address, it's likely to be
6926         useless.
6927
6928         * mail-source.el (mail-source-bind): Don't use user or password if they
6929         are not bound.  Unintern them if they are nil.  Don't use server unless
6930         it's bound, and default it to empty string otherwise.
6931
6932 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6933
6934         * mail-source.el: Load auth-source.el.
6935         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6936         get user name or password, if auth-sources is set up.
6937
6938         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6939         strategy of splitting with parent.
6940         (gnus-registry-split-fancy-with-parent)
6941         (gnus-registry-post-process-groups): Use it and fix prior
6942         bug (returning a list as the split result).
6943
6944         * auth-source.el (auth-sources): Remove server parameter.
6945         (auth-source-pick, auth-source-user-or-password)
6946         (auth-source-user-or-password-imap)
6947         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6948         (auth-source-user-or-password-sftp)
6949         (auth-source-user-or-password-smtp): Remove server parameter.
6950
6951 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6952
6953         * smime.el (smime-sign-region, smime-encrypt-region)
6954         (smime-decrypt-region):
6955         Remove redundant calls to `generate-new-buffer-name'.
6956
6957 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6958
6959         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6960         Don't use QP for message/rfc822.
6961         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6962
6963 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6964
6965         * sieve-manage.el (sieve-string-bytes): Remove.
6966         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6967         correct byte-length only if the process's coding-system is the same as
6968         the one used internally by Emacs to represent strings.
6969
6970 2008-04-22  Juri Linkov  <juri@jurta.org>
6971
6972         * mailcap.el (mailcap-file-default-commands): New function.
6973
6974 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6975
6976         * message.el (message-signature-separator, message-cite-function):
6977         Change custom version.
6978
6979 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6980
6981         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6982         commands.
6983         (tls-checktrust): Ditto.
6984
6985 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6986
6987         * mm-decode.el (mm-display-external): Make temp file read-only.
6988
6989 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6990
6991         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6992         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6993         `C-c C-f d'.
6994
6995 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6996
6997         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6998
6999 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7000
7001         * gnus.el: Bump version to 0.9.
7002
7003 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7004
7005         * gnus.el: No Gnus v0.8 is released.
7006
7007 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7008
7009         * mail-source.el (mail-source-value):
7010         Prefer fboundp to functionp so it works with macros as well.
7011
7012 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7013
7014         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7015         Fix last change in case the element is not even a symbol.
7016
7017 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7018
7019         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7020         Prefer fboundp to functionp so it works with macros as well.
7021
7022 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7023
7024         * auth-source.el: Add docs.
7025         (auth-sources): Modify format to support server.
7026         (auth-source-pick, auth-source-user-or-password)
7027         (auth-source-user-or-password-imap)
7028         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7029         (auth-source-user-or-password-sftp)
7030         (auth-source-user-or-password-smtp): Add server parameter.
7031
7032 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7033
7034         * gnus-registry.el: Initialize the registry when gnus-registry-install
7035         is t.
7036
7037 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7038
7039         * compface.el (uncompface): Make buffer unibyte.
7040
7041 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7042
7043         * mail-source.el (mail-source-value):
7044         Prefer fboundp to functionp so it works with macros as well.
7045
7046 2008-04-05  Glenn Morris  <rgm@gnu.org>
7047
7048         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7049
7050 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7051
7052         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7053         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7054
7055         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7056         multibyteness after rather than before erasing it.
7057
7058         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7059         mm-with-multibyte.
7060         (gnus-request-article-this-buffer): Make sure the proper decoding is
7061         used if gnus-original-article-buffer happens to be unibyte.
7062
7063         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7064         default-enable-multibyte-characters.
7065
7066         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7067         default-enable-multibyte-characters.
7068
7069         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7070
7071         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7072
7073 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7074
7075         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7076         Fix last change in case the element is not even a symbol.
7077
7078 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7079
7080         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7081         (imap-message-copyuid-1): Use it.
7082         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7083         J. Williams in
7084         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7085
7086         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7087         imap-enable-exchange-bug-workaround.
7088         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7089
7090 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7091
7092         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7093         a 100 byte status-checks into a 2-3MB transfer for each group.
7094         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7095         to enable bug workaround or not.
7096         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7097
7098 2008-03-31  Glenn Morris  <rgm@gnu.org>
7099
7100         * message.el (mml2015-use): Declare for compiler.
7101         (message-info): Require mml2015 when appropriate.
7102
7103 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7106         whitespace.
7107
7108 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7109
7110         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7111         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7112         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7113         (nntp-service-to-port): New function.
7114         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7115         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7116         (nntp-open-netcat-stream): New function.
7117         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7118
7119 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7120
7121         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7122
7123 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7124
7125         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7126
7127 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7128
7129         * dns.el (dns-write): Use set-buffer-multibyte.
7130
7131 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7132
7133         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7134
7135 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7136
7137         * message.el (message-signature-separator): Change default.
7138         Improve custom type.
7139         (message-cite-function): Change default to
7140         message-cite-original-without-signature.
7141
7142         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7143         toggle.
7144
7145         * message.el (message-check-news-body-syntax): Fix signature check.
7146         (message-setup-1): Mark buffer as unmodified _after_ running
7147         message-setup-hook and handling message-alternative-emails.
7148         (message-shorten-references): Be more strict when building list of
7149         valid references to comply with GNKSA.
7150
7151         * gnus-group.el (gnus-read-ephemeral-bug-group)
7152         (gnus-read-ephemeral-debian-bug-group)
7153         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7154
7155         * message.el (message-info): Don't use booleanp which isn't supported
7156         in Emacs 21 and XEmacs.
7157
7158 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7159
7160         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7161         gnus-group-gmane-group-download-format.
7162         (gnus-group-read-ephemeral-gmane-group): Rename from
7163         gnus-group-read-ephemeral-gmane-group.
7164         (gnus-read-ephemeral-gmane-group-url): Rename from
7165         gnus-group-read-ephemeral-gmane-group-url.
7166         (gnus-bug-group-download-format-alist): New variable.
7167         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7168         (gnus-read-ephemeral-emacs-bug-group): New commands.
7169
7170 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7171
7172         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7173         (gnus-visible-headers): Improve custom type.
7174
7175 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7176
7177         * mml.el (mml-menu): Add workarounds for XEmacs.
7178
7179         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7180         X-Boundary header.
7181
7182         * message.el (message-simplify-recipients): Fix previous commit.
7183
7184 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7185
7186         * mm-util.el (mm-set-buffer-multibyte): New function.
7187         * mm-decode.el (mm-copy-to-buffer): Use it.
7188
7189         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7190         Prefer fboundp to functionp so it works with macros as well.
7191
7192 2008-03-19  Glenn Morris  <rgm@gnu.org>
7193
7194         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7195         Accidentally removed in the sync process with Emacs.
7196
7197 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7198
7199         * message.el (message-alter-recipients-discard-bogus-full-name):
7200         New function.
7201         (message-alter-recipients-function): New variable.
7202         (message-get-reply-headers): Use it.
7203         (message-replace-header): New helper function.
7204         (message-recipients-without-full-name): New variable.
7205         (message-simplify-recipients): New command.
7206
7207         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7208
7209         * message.el (message-info): Handle EasyPG manual.
7210
7211         * mml.el (mml-menu): Add entry for EasyPG.
7212
7213 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7214
7215         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7216         parameter.
7217
7218         * message.el (message-disassociate-draft): Specify drafts group name
7219         fully.
7220
7221 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7222
7223         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7224         Eliminate unnecessary duplicates from the match list.
7225
7226 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7227
7228         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7229
7230         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7231
7232         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7233         args of `how-many' of which the XEmacs version doesn't take; declare
7234         Info-index-next as function.
7235
7236 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7237
7238         * gnus-score.el (gnus-score-headers): Fix handling of
7239         gnus-inhibit-slow-scoring.
7240
7241         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7242         string.
7243         (gnus-button-url-regexp): Improve handling of parenthesis.
7244         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7245         (gnus-button-handle-info-keystrokes): Handle index entries.
7246
7247 2008-03-15  Glenn Morris  <rgm@gnu.org>
7248
7249         * parse-time.el (parse-time-string): Simplify.
7250
7251 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7254         Incoming* files.
7255
7256 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7257
7258         * auth-source.el (auth-sources): Rename from auth-source-choices.
7259         (auth-source-pick): Use it.
7260
7261 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7262
7263         * binhex.el (binhex-decode-region-internal):
7264         * uudecode.el (uudecode-decode-region-internal):
7265         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7266         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7267         setting default-enable-multibyte-characters.
7268
7269 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7270
7271         * auth-source.el (auth-source-protocols)
7272         (auth-source-protocols-customize, auth-source-choices): Add and
7273         modified variable customizations and defaults.
7274         (auth-source-pick, auth-source-user-or-password)
7275         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7276         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7277         (auth-source-user-or-password-sftp)
7278         (auth-source-user-or-password-smtp): Use new variables and provide an
7279         interface to netrc.el.
7280
7281 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7282
7283         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7284         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7285         Make sure the nntp port to specify is a string.
7286
7287 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7288
7289         * nntp.el: Use with-current-buffer.
7290         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7291         dubious mm-with-unibyte-current-buffer.
7292         (nntp-with-open-group-function): New function extracted from
7293         nntp-with-open-group macro.
7294         (nntp-with-open-group): Use the function, so it's easier to debug.
7295         Add indentation and debugging info.
7296         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7297         Recommend the use of the netcat alternatives.
7298
7299         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7300         Avoid mm-string-as-multibyte as well.
7301
7302         * nnweb.el (nnweb-insert-html):
7303         Remove use of nnheader-string-as-multibyte.
7304
7305         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7306         (nnheader-string-as-multibyte): Remove.
7307
7308         * mm-view.el: Use inhibit-read-only.
7309         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7310         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7311         or unibyte-string.
7312
7313         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7314         (mm-uu-yenc-extract): Use with-current-buffer.
7315
7316         * gnus-soup.el (gnus-soup-send-packet): Don't use
7317         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7318
7319         * nnmh.el: Use with-current-buffer.
7320         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7321         mm-string-as-multibyte on the output of mm-encode-coding-string.
7322
7323         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7324         (nnimap-request-move-article): Use with-current-buffer.
7325
7326         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7327         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7328         conversion uses string-make-unibyte rather than string-as-unibyte.
7329
7330         * gnus-msg.el: Use with-current-buffer.
7331
7332         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7333
7334 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7335
7336         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7337         string for caching if it is 'PIN.
7338
7339 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7340
7341         * lpath.el: Consider the case without Emacs/W3.
7342
7343 2008-03-08  Glenn Morris  <rgm@gnu.org>
7344
7345         * time-date.el (date-to-time, time-subtract, time-add)
7346         (safe-date-to-time): Doc fixes.
7347
7348 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7349
7350         * mail-source.el (mail-source-delete-old-incoming-confirm):
7351         Change default to nil.
7352         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7353
7354 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * lpath.el: Rearrange.
7357
7358         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7359         (gnus-article-goto-prev-page): Work for articles having ^L's.
7360
7361         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7362
7363         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7364
7365 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7366
7367         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7368         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7369         (gnus-bookmark-jump): Adjust some variable names.
7370
7371 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7372
7373         * auth-source.el: New package.
7374         (auth-source-choices): Add customization entry point variable.
7375
7376         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7377         bug.
7378
7379 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7380
7381         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7382         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7383         (gnus-registry-install-shortcuts): Rename from
7384         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7385         the `gnus-registry-mark-map' keymap dynamically from
7386         `gnus-registry-marks'.  The generated functions update the summary line
7387         when a registry mark is added or deleted, and will call
7388         `gnus-registry-install-p' (see the comments in the code).
7389         (gnus-registry-user-format-function-M): Use concat intelligently.
7390
7391         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7392         the registry mark functions.
7393
7394 2008-03-05  Glenn Morris  <rgm@gnu.org>
7395
7396         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7397         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7398         gnus-art.
7399         (top-level): No need to load own source when compiling.
7400
7401 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7402
7403         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7404         Suggested by <chris.anderton@zetnet.co.uk>.
7405
7406 2008-03-04  Glenn Morris  <rgm@gnu.org>
7407
7408         * gnus-sum.el (top-level): No need to require gnus when compiling,
7409         since unconditionally required near start of file.
7410         (gnus-summary-display-while-building): Move definition before use.
7411
7412 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7413
7414         * gnus-registry.el (gnus-registry-user-format-function-M):
7415         Add formatting function.
7416
7417 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7418
7419         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7420         with plists.
7421         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7422         Use new format.
7423
7424 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7425
7426         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7427         `where-is-internal' that returns a range of key sequences.
7428
7429 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7430
7431         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7432
7433         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7434         (gnus-summary-jump-to-group): Consider windows on other displayed
7435         frames as well.  Similar changes might be needed elsewhere, but that's
7436         the one I've bumped into during my use.
7437
7438         * nndoc.el (nndoc-oe-dbx-type-p):
7439         * gnus-msg.el (gnus-debug):
7440         * gnus-group.el (gnus-update-group-mark-positions):
7441         Use mm-string-to-multibyte.
7442
7443 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7444
7445         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7446         doesn't handle NotDashEscaped.
7447
7448         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7449         (mml-dnd-attach-options): Fix typo in custom choice.
7450
7451         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7452         Change nndoc-article-type to mbox.
7453         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7454
7455         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7456         to nil, instead of html2text.
7457
7458         * imap.el (imap-debug): Add `imap-ping-server'.
7459
7460         * gnus-bookmark.el: Add FIXMEs.
7461
7462         * message.el (message-form-letter-separator)
7463         (message-send-form-letter-delay): New variables.
7464         (message-send-form-letter): Use them.  New command to send form
7465         letters.  Requested by Uwe Siart.
7466         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7467
7468 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7469
7470         * Update copyright years.
7471
7472 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7473
7474         Sync from EMACS_22_BASE.
7475
7476         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7477
7478 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7479
7480         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7481         empty author.
7482
7483 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7484
7485         * gnus-registry.el (gnus-registry-marks): Add variable for
7486         customization of marks and their appearance.
7487         (gnus-registry-read-mark): Use it.
7488         (gnus-registry-do-marks): Add utility function to loop through
7489         `gnus-registry-marks'.
7490         (gnus-registry-install-shortcuts-and-menus): Add function to install
7491         shortcuts and menus.
7492         (gnus-registry-initialize): Use it.
7493         (gnus-registry-default-mark): Clarify documentation.
7494
7495 2008-02-29  Glenn Morris  <rgm@gnu.org>
7496
7497         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7498         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7499         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7500         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7501         Change defcustom :version from 23.0 to 23.1.
7502
7503 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7504
7505         * gnus-registry.el (gnus-registry-follow-group-p)
7506         (gnus-registry-post-process-groups): Add functions to aid registry
7507         splitting and improve logging.  Clarify behavior in function
7508         documentation.
7509         (gnus-registry-split-fancy-with-parent): Use them.
7510
7511 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7512
7513         * gnus-art.el: Use with-current-buffer.
7514
7515 2008-02-27  David Engster  <dengste@eml.cc>
7516
7517         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7518         Express real group name in the response.
7519
7520 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7521
7522         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7523         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7524         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7525         autoload gnus-registry-fetch-group when compiling.
7526         (nnmairix-request-group-with-article-number-correction):
7527         Remove unreferenced argument passed to nnmairix-call-backend.
7528
7529 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7530
7531         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7532         (mm-uu-extract): Improve face for low color ttys.
7533         Reported by Sascha Wilde.
7534
7535 2008-02-27  Glenn Morris  <rgm@gnu.org>
7536
7537         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7538         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7539         variables to defconsts.  Convert comments to doc-strings.
7540         (nnmairix-last-server, nnmairix-current-server): Convert from free
7541         variables to defvars.  Convert comments to doc-strings.
7542         (gnus-registry-fetch-group): Autoload.
7543         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7544         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7545         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7546         caddr.
7547         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7548         nnmairix-request-group-with-article-number-correction call.
7549         (nnmairix-fast, nnmairix-group): New, less general names, for free
7550         variables passed from nnmairix-request-group to
7551         nnmairix-request-group-with-article-number-correction.  Declare.
7552         (nnmairix-request-group-with-article-number-correction):
7553         Use nnmairix-fast, nnmairix-group rather than fast, group.
7554
7555 2008-02-26  David Engster  <dengste@eml.cc>
7556
7557         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7558         version 0.5.
7559
7560 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7561
7562         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7563         instead of making an extra function call.  Don't add the current group
7564         to articles only when they have the group.  Use
7565         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7566         Reported by David <de_bb@arcor.de>.
7567
7568 2008-02-24  Miles Bader  <miles@gnu.org>
7569
7570         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7571         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7572         (mm-find-mime-charset-region):
7573         * mm-bodies.el (mm-encode-body):
7574         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7575
7576 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7577
7578         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7579         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7580
7581 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7582
7583         * mail-source.el (mail-source-delete-incoming): Change default.
7584         Supplement doc string.
7585
7586         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7587
7588 2008-02-14  Glenn Morris  <rgm@gnu.org>
7589
7590         * time-date.el (format-seconds): New function.
7591
7592 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7593
7594         * nnmail.el (nnmail-message-id-cache-file): Derive from
7595         `gnus-home-directory'.
7596
7597 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7598
7599         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7600         Document negative prefix.
7601
7602         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7603
7604 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7605
7606         * message.el (message-unsent-separator): Add the Exim bounce
7607         separator.
7608
7609 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7610
7611         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7612         list.
7613         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7614         recipient/signer list.
7615
7616 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7617
7618         * Makefile.in (datarootdir): Define.
7619         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7620         name that might contain whitespace.
7621
7622 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7623
7624         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7625         fbound (Emacs 23 unicode), signal an error.
7626
7627 2008-02-08  Glenn Morris  <rgm@gnu.org>
7628
7629         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7630
7631 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7632
7633         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7634         ports to the calls to `netrc-machine-user-or-password' in addition to
7635         "imap" and "imaps".
7636
7637 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7638
7639         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7640
7641         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7642
7643 2008-02-01  Kenichi Handa  <handa@m17n.org>
7644
7645         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7646         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7647         (rfc2104-hash): Convert the result of concat to unibyte string.
7648
7649 2008-02-01  Dave Love  <fx@gnu.org>
7650
7651         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7652         coding-system-for-read.
7653         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7654
7655 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7656
7657         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7658         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7659         <hanche@math.ntnu.no>.
7660
7661 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7662
7663         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7664
7665         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7666
7667 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7668
7669         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7670         * message.el (message-beginning-of-line): Use featurep instead of bound
7671         tests in order to resolve conditionals at compile time.
7672
7673 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7674
7675         * mail-source.el (mail-sources): Add `group' choice.
7676
7677         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7678         parameter `in-group' to control into which group the articles go.
7679         Add treatment of `group' mail-source.
7680
7681 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7684
7685         * mm-decode.el (mm-dissect-buffer): Decode description.
7686
7687         * mml.el (mml-to-mime): Encode message header first.
7688
7689 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7690
7691         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7692         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7693
7694         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7695         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7696
7697 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7698
7699         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7700
7701 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7704         prefix keys.
7705         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7706         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7707         gnus-xmas.el.
7708
7709         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7710         (gnus-xmas-article-describe-bindings): New function.
7711         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7712         gnus-xmas-article-describe-bindings.
7713
7714         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7715
7716 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7717
7718         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7719         Add new variables for article mark management.
7720         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7721         list of extra data entries which, when present, will indicate that the
7722         article ID should not be trimmed from the registry.
7723         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7724         functions.
7725         (gnus-registry-read-mark): New function to read a mark name from the
7726         user.
7727         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7728         (gnus-registry-set-article-mark-internal): New functions to add and
7729         remove marks.
7730         (gnus-registry-get-article-marks): New function to show the marks for
7731         an article, or retrieve them for further use.
7732
7733 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7734
7735         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7736         keys when no argument is given.
7737
7738 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7739
7740         * imap.el (imap-ping-server): New variable.
7741         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7742         (imap-ping-server): Minor doc string fixes.
7743
7744 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7745
7746         * imap.el (imap-ping-server): New function.
7747         (imap-opened): Call imap-ping-server.
7748
7749 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7750
7751         * gnus-sum.el (gnus-article-sort-by-random)
7752         (gnus-thread-sort-by-random): Fix doc strings.
7753         Reported by jidanni@jidanni.org.
7754
7755 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7756
7757         * gnus-art.el (gnus-article-describe-bindings): New function.
7758         (gnus-article-read-summary-keys): Use it.
7759         (gnus-article-mode-map): Bind `C-h b' to it.
7760
7761 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7762
7763         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7764         XEmacs.
7765         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7766         Protect against non-character events.
7767
7768         * lpath.el: Fbind map-keymap for Emacs 21.
7769
7770 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7771
7772         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7773         New command.
7774         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7775         instead of END.  Change name of the temp file.
7776         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7777         customizable.
7778
7779 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7780
7781         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7782         bind `S W' to gnus-article-wide-reply-with-original; set default
7783         binding to gnus-article-read-summary-send-keys.
7784         (gnus-article-read-summary-keys): Fix the order of keys; display
7785         continuation keys correctly in the echo area; describe bindings
7786         correctly when keys end with `C-h'.
7787         (gnus-article-read-summary-send-keys): New function.
7788         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7789         Work for gnus-article-read-summary-send-keys; display continuation keys
7790         correctly in the echo area.
7791         (gnus-article-reply-with-original): Ignore prefix argument.
7792         (gnus-article-wide-reply-with-original): New function.
7793
7794         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7795         Emacs 21.
7796
7797 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7800         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7801
7802 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7803
7804         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7805         (gnus-group-read-ephemeral-gmane-group): New command.
7806
7807 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7808
7809         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7810
7811 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7812
7813         * message.el (message-send-mail-function): Increase custom version.
7814
7815         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7816         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7817
7818 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7819
7820         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7821         for the cases where imap-authenticate is called with a nil buffer
7822         parameter.
7823
7824 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7825
7826         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7827         html parts correctly; support forwarded messages.
7828         (gnus-article-browse-html-article): Remove work buffers.
7829
7830         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7831         compiling.
7832         (netrc-bound-and-true-p): New macro.
7833         (netrc-parse): Use it instead of bound-and-true-p that is not available
7834         in XEmacs 21.4.
7835
7836 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7837
7838         * gnus-registry.el (gnus-registry-mark-article)
7839         (gnus-registry-article-marks): Add functionality to mark articles
7840         through the Gnus registry.
7841
7842         * encrypt.el: Clarify documentation for the new pgg method.
7843         (encrypt-file-alist): Add PGG option.
7844         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7845         functionality.  Abstract password key and messaging to external
7846         functions.
7847         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7848         (encrypt-message-method-and-cipher): Add new convenience external
7849         functions.
7850         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7851         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7852
7853         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7854         (netrc-parse): Use encrypt-file-alist to determine if
7855         encrypt-find-model or encrypt-insert-file-contents should be used.
7856
7857         * encrypt.el: Clarify documentation.  Load password-cache or
7858         password, whichever one is found first, instead of autoloading.
7859
7860 2007-12-19  Glenn Morris  <rgm@gnu.org>
7861
7862         * mml.el (message-options-set, message-narrow-to-head)
7863         (message-in-body-p, message-mail-p, message-encode-message-body):
7864         Autoload.
7865         (message-remove-header, message-narrow-to-headers-or-head)
7866         (message-subscribed-p, message-make-mail-followup-to)
7867         (message-position-on-field, message-news-p)
7868         (message-options-set-recipient, message-generate-headers)
7869         (message-sort-headers): Declare as functions.
7870
7871 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7872
7873         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7874         convention in doc string.
7875
7876 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7879         title to html parts.
7880         (gnus-article-browse-html-article): Pass message header to it.
7881
7882         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7883
7884 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7885
7886         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7887         or password compatible with XEmacs.
7888
7889 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7890
7891         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7892         format document.
7893         (gnus-mime-delete-part): Don't write description line if empty.
7894         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7895
7896 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7897
7898         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7899         (gnus-summary-mark-read-and-unread-as-read)
7900         (gnus-summary-mark-current-read-and-unread-as-read)
7901         (gnus-summary-mark-unread-as-ticked): Doc fix.
7902         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7903
7904 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7905
7906         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7907         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7908
7909 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7910
7911         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7912         yes-or-no-p.
7913
7914 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7915
7916         * mm-decode.el (mm-add-meta-html-tag): New function.
7917         (mm-save-part-to-file, mm-pipe-part): Use it.
7918
7919         * gnus-art.el (gnus-article-browse-delete-temp-files):
7920         Use gnus-y-or-n-p instead of y-or-n-p.
7921         (gnus-article-browse-html-parts): Work with message/external-body; use
7922         mm-add-meta-html-tag.
7923
7924 2007-12-11  Glenn Morris  <rgm@gnu.org>
7925
7926         * gnus-cache.el: Require gnus-sum not just when compiling.
7927
7928         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7929
7930         * gnus-int.el (gnus-server-opened, gnus-status-message):
7931         Move definitions before use.
7932
7933         * mm-decode.el: Require gnus-util.
7934         (mm-remove-part): Only call delete-annotation on XEmacs.
7935
7936         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7937
7938         * nnmail.el: Require gnus-int.
7939
7940         * spam.el: Move `require's before `eval-when-compile's.
7941
7942         * gnus-ems.el (gnus-alive-p):
7943         * gnus-fun.el (message-goto-eoh):
7944         * gnus-util.el (gnus-group-name-decode):
7945         * mail-source.el (gnus-compress-sequence):
7946         * message.el (Info-goto-node, format-spec):
7947         * mm-bodies.el (message-options-get):
7948         * mm-decode.el (mm-view-pkcs7):
7949         * mm-util.el (gmm-write-region):
7950         * mml-smime.el (mml-compute-boundary)
7951         (gnus-completing-read-with-default):
7952         * mml.el (widget-button-press, gnus-make-hashtable):
7953         * mml1991.el (mm-decode-content-transfer-encoding)
7954         (mm-encode-content-transfer-encoding)
7955         (message-options-get, message-options-set):
7956         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7957         * nnfolder.el (gnus-request-group):
7958         * nnheader.el (ietf-drums-unfold-fws):
7959         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7960         * smime.el (gnus-run-mode-hooks):
7961         * spam-stat.el (gnus-message): Autoload.
7962
7963         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7964         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7965         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7966         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7967         Add declare-function compatibility definition.
7968
7969         * gnus-cache.el (nnvirtual-find-group-art):
7970         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7971         (gnus-add-image, gnus-add-wash-type):
7972         * gnus-group.el (nnkiboze-score-file):
7973         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7974         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7975         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7976         (message-tokenize-header, gnus-get-buffer-create)
7977         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7978         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7979         * gnus.el (gnus-group-decoded-name):
7980         * mail-source.el (imap-capability):
7981         * mm-bodies.el (message-options-set):
7982         * mm-decode.el (gnus-configure-windows):
7983         * mm-extern.el (message-goto-body):
7984         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7985         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7986         (epg-sub-key-validity, message-options-set):
7987         * mml.el (widget-event-point, gnus-configure-windows):
7988         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7989         * mml2015.el (epg-check-configuration, epg-configuration)
7990         (message-options-set):
7991         * nndb.el (nndb-request-article):
7992         * nnfolder.el (gnus-request-create-group):
7993         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7994         * nnmaildir.el (gnus-group-mark-article-read):
7995         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7996         * rfc1843.el (message-fetch-field):
7997         * spam.el (gnus-extract-address-components):
7998         Declare as functions.
7999
8000 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8001
8002         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8003
8004         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8005
8006         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8007         bind show-trailing-whitespace for XEmacs.
8008
8009 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8010
8011         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8012         new no-op macro for backward compatibility.
8013
8014         * imap.el (imap-string-to-integer): New function.
8015
8016 2007-12-09  Glenn Morris  <rgm@gnu.org>
8017
8018         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8019
8020         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8021         * message.el, mm-view.el, sieve-manage.el, smime.el:
8022         Add declare-function compatibility definition.
8023
8024         * gnus-art.el (w3-region, w3m-region, Info-menu):
8025         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8026         * gnus-sum.el (gnus-get-predicate):
8027         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8028         * message.el (mail-abbrev-in-expansion-header-p):
8029         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8030         (w3m-detect-meta-charset, w3m-region):
8031         * sieve-manage.el (password-read, password-cache-add)
8032         (password-cache-remove):
8033         * smime.el (password-read-and-add): Declare as functions.
8034
8035 2007-12-08  David Kastrup  <dak@gnu.org>
8036
8037         * gnus-sum.el (gnus-summary-simplify-subject-query):
8038         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8039         `message'.
8040
8041 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8042
8043         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8044         it to bind idna-program, installation-directory, defined-colors, and
8045         face-attribute for XEmacs of the version that compiles defcustom forms.
8046
8047 2007-12-07  Glenn Morris  <rgm@gnu.org>
8048
8049         * gnus-art.el (article-make-date-line): Revert previous change.
8050
8051 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8052
8053         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8054
8055 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8056
8057         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8058         Call gnus-add-to-range ranges only once with a prepared article-list.
8059
8060 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8061
8062         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8063         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8064         group names with backslashes.
8065         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8066
8067 2007-12-06  Deepak Goel  <deego3@gmail.com>
8068
8069         * gnus-art.el (article-make-date-line):
8070         * gnus-start.el (gnus-load):
8071         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8072
8073 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8074
8075         * gnus-art.el (gnus-use-idna)
8076         * gnus-start.el (gnus-site-init-file)
8077         * message.el (message-use-idna)
8078         * mm-uu.el (mm-uu-hide-markers)
8079         * smiley.el (smiley-style): Revert changes that suppress warnings.
8080
8081 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8084         specify charset to html source.
8085         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8086
8087 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8088
8089         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8090         idna-program in order to suppress byte compile warning issued by XEmacs
8091         that came to byte compile the default value section of defcustom forms
8092         recently.
8093
8094         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8095         value of installation-directory.
8096
8097         * message.el (message-use-idna): Don't directly refer to the value of
8098         idna-program.
8099
8100         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8101
8102         * smiley.el (smiley-style): Don't directly call face-attribute.
8103
8104 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8105
8106         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8107
8108         * gnus-dired.el: Reduce Gnus dependencies.
8109         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8110         Don't require.  Use autoloads instead.
8111         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8112         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8113         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8114         (gnus-dired-mode): Adjust doc string.
8115         (gnus-dired-mail-mode): New variable.
8116         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8117         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8118         (gnus-dired-mail-buffers): New function.  Return mail or message
8119         composition buffers.
8120         (gnus-dired-attach): Use it.
8121         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8122         NO-DECODE.
8123         (gnus-dired-print): Use `gnus-print-buffer' depending on
8124         `gnus-dired-mail-mode'.
8125
8126 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8127
8128         * rfc2047.el (rfc2047-encoded-word-regexp)
8129         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8130         explaining what regexp patterns are for.
8131
8132 2007-12-04  Glenn Morris  <rgm@gnu.org>
8133
8134         * password.el: Move to password-cache.el.
8135
8136         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8137         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8138         * mml-smime.el (password-read, password-cache-add)
8139         (password-cache-remove):
8140         No need to autoload, since mml-sec requires password.
8141
8142         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8143         * message.el (gnus-extract-address-components):
8144         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8145
8146         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8147         password.
8148
8149 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8150
8151         * mailcap.el: Reduce dependencies.
8152         (mail-header-parse-content-type): Autoload.
8153         (mailcap-delete-duplicates): New alias.
8154         (mailcap-mime-info): Add optional argument NO-DECODE.
8155         (mailcap-mime-types): Use mailcap-delete-duplicates.
8156
8157         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8158
8159 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8160
8161         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8162         (imap-parse-status): Upcase status-att for servers that sends them
8163         lower-case (e.g., MS Exchange 2007).
8164
8165 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8166
8167         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8168         function.
8169
8170         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8171         (gnus-uu-yenc-article): New function.
8172
8173         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8174
8175         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8176
8177 2007-12-02  Glenn Morris  <rgm@gnu.org>
8178
8179         * binhex.el (binhex): New custom group.
8180         (binhex-decoder-program, binhex-decoder-switches)
8181         (binhex-use-external): Move to the binhex custom group.
8182
8183         * uudecode.el (uudecode): New custom group.
8184         (uudecode-decoder-program, uudecode-decoder-switches)
8185         (uudecode-use-external): Move to the uudecode custom group.
8186
8187         * netrc.el (top-level): Don't load `encrypt' features.
8188         (netrc-parse): Don't use encrypt.
8189         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8190
8191         * encrypt.el: Remove file.
8192
8193 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8194
8195         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8196         matches on patches.
8197
8198         * gnus-art.el (gnus-article-browse-html-article):
8199         Mention `mm-text-html-renderer' in the doc string.
8200
8201         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8202         string.  Add comments.
8203
8204         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8205         if rhs is ASCII.
8206
8207 2007-12-01  Glenn Morris  <rgm@gnu.org>
8208
8209         * mail-source.el (top-level): Require format-spec before
8210         eval-when-compile.
8211
8212 2007-11-30  Glenn Morris  <rgm@gnu.org>
8213
8214         * encrypt.el: Require password, rather than autoloading password-read.
8215
8216 2007-11-29  Glenn Morris  <rgm@gnu.org>
8217
8218         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8219         (sasl-make-client, sasl-next-step, sasl-step-data)
8220         (sasl-step-set-data): Declare as functions.
8221
8222 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8223
8224         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8225
8226 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8227
8228         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8229         certs should be verified and what is to be done in the event of a
8230         verification failure.
8231
8232         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8233         caller can indicate whether the cache should be disregarded for this
8234         call.  This way the result of the call is reproducible at all times and
8235         can be considered a canonical server name for the supplied method.
8236         (gnus-agent-method-p): Canonicalize server names by pushing their
8237         method through `gnus-method-to-server' using the no-cache argument.
8238
8239         * gnus-srvr.el (gnus-server-insert-server-line):
8240         Call `gnus-method-to-server' with `no-cache' argument.
8241
8242         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8243         gnus-agent-possibly-synchronize-flags as this should be called when the
8244         server is actually being opened.
8245         (gnus-agent-possibly-synchronize-flags)
8246         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8247         flags file of an agentized server to the latter function.
8248
8249         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8250         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8251         after a connection has been established successfully.
8252
8253 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8254
8255         * gnus-art.el (article-display-face): Force to display face if called
8256         interactively; check if gnus-article-x-face-too-ugly matches author.
8257         (article-display-x-face): Display face even if From header is missing
8258         as article-display-face does.
8259
8260 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8261
8262         * hashcash.el (message-narrow-to-headers-or-head)
8263         (message-fetch-field, message-goto-eoh)
8264         (message-narrow-to-headers): Declare as functions.
8265
8266 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8267
8268         * mail-source.el (mail-sources): Default to fetch from file for
8269         compatibility with default of nnmail-spool-file.
8270
8271 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8274         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8275         to look for encoded word that should be encoded again.
8276         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8277         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8278         encoding pattern.
8279         (rfc2047-decode-region): Switch strict regexp and loose one according
8280         to rfc2047-allow-irregular-q-encoded-words.
8281
8282 2007-11-25  Romain Francoise  <romain@orebokech.com>
8283
8284         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8285
8286 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8287
8288         * tls.el (tls-program): Provide more custom choices from
8289         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8290         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8291
8292 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8293
8294         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8295         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8296
8297         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8298         `nnmail-spool-file'.
8299
8300         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8301         `nnmail-spool-file'.
8302
8303         * gnus-move.el (gnus-change-server): Ditto.
8304
8305         * gnus-kill.el (gnus-batch-score): Ditto.
8306
8307         * gnus-cache.el (gnus-jog-cache): Ditto.
8308
8309         * gnus-msg.el (gnus-summary-reply):
8310         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8311
8312 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8313
8314         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8315         version.  Minor improvement to doc strings.
8316         (tls-program): Add comment.
8317
8318 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8319
8320         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8321         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8322         mismatch between the hostname provided in the certificate and the name
8323         of the host connnecting to.
8324         (open-tls-stream): Use them.  Check certificates against trusted root
8325         certificates.
8326
8327 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8328
8329         * gnus-cache.el (gnus-cache-generate-nov-databases):
8330         Use nnml-generate-nov-databases-directory instead of
8331         nnml-generate-nov-databases-1.
8332
8333 2007-11-24  Glenn Morris  <rgm@gnu.org>
8334
8335         * message.el (message-tool-bar-retro): Update for rename
8336         mail_send.xpm->mail-send.xpm.
8337
8338 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8339
8340         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8341         `smime-ldap-search' for Emacs 22 and up.
8342
8343 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8344
8345         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8346
8347         * message.el (message-send-mail-function): Fix error convention.
8348         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8349         (message-widen-reply, message-send-mail, message-talkative-question)
8350         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8351         (message-clone-locals, message-send-news): Use with-current-buffer.
8352         (message-insert-or-toggle-importance): Remove unused var `valid'.
8353         (message-make-references): Remove unused var `new-references'.
8354         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8355
8356 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8357
8358         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8359         (spam-split-symbolic-return-positive): Reflow docstring.
8360         (spam-backends, spam-summary-exit-behavior)
8361         (spam-mark-ham-unread-before-move-from-spam-group)
8362         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8363         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8364         (spam-clear-cache, spam-backend-check, spam-install-backend)
8365         (spam-install-statistical-backend, spam-list-of-processors)
8366         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8367         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8368         (spam-check-crm114, spam-initialize, spam-unload-hook):
8369         Fix typos in docstrings.
8370
8371 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8372
8373         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8374         been checked if they have never been read and those group levels are
8375         higher than the one that a user specified.
8376
8377 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8380         foreign groups unless a group level is specified by a user.
8381         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8382
8383 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8384
8385         * message.el (message-send-mail-function): Require sendmail.
8386
8387 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8388
8389         * message.el (message-send-mail-function): Check for smtpmail too.
8390
8391         * utf7.el (utf7-encode, utf7-decode): Use coding system
8392         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8393
8394         * message.el (message-send-mail-function): New function.
8395         (message-send-mail-function): Set default using
8396         message-send-mail-function.  Adjust doc string.
8397         (message-send-mail-with-mailclient): New function.
8398
8399 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8400
8401         * smime.el (from):
8402         * rfc2047.el (message-posting-charset):
8403         * qp.el (mm-use-ultra-safe-encoding):
8404         * pop3.el (parse-time-months):
8405         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8406         * nnml.el (files):
8407         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8408         (jka-compr-compression-info-list, ange-ftp-path-format)
8409         (efs-path-regexp):
8410         * nndiary.el (files):
8411         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8412         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8413         (epg-digest-algorithm-alist, inhibit-redisplay)
8414         (password-cache-expiry):
8415         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8416         (pgg-output-buffer, password-cache-expiry):
8417         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8418         (efs-path-regexp):
8419         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8420         (inhibit-redisplay):
8421         * mm-uu.el (file-name, start-point, end-point, entry)
8422         (gnus-newsgroup-name, gnus-newsgroup-charset):
8423         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8424         (latin-unity-ucs-list):
8425         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8426         (mm-uu-binhex-decode-function):
8427         * message.el (gnus-message-group-art, gnus-list-identifiers)
8428         (rmail-enable-mime-composing, gnus-local-organization)
8429         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8430         (gnus-read-active-file, facemenu-add-face-function)
8431         (facemenu-remove-face-function, gnus-article-decoded-p)
8432         (tool-bar-mode):
8433         * mail-source.el (display-time-mail-function):
8434         * gnus-util.el (nnmail-pathname-coding-system)
8435         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8436         (gnus-original-article-buffer, gnus-user-agent)
8437         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8438         (xemacs-codename, sxemacs-codename, emacs-program-version):
8439         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8440         * gnus-start.el (gnus-agent-covered-methods)
8441         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8442         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8443         (gnus-newsgroup-headers, gnus-group-list-mode)
8444         (gnus-group-mark-positions, gnus-newsgroup-data)
8445         (gnus-newsgroup-unreads, nnoo-state-alist)
8446         (gnus-current-select-method, mail-sources)
8447         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8448         (nnmail-spool-file, gnus-cache-active-hashtb):
8449         * gnus-mh.el (mh-lib-progs):
8450         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8451         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8452         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8453         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8454         (gnus-group-buffer):
8455         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8456         (font-lock-set-defaults):
8457         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8458         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8459         (gnus-summary-post-menu, total-parts, type, condition, length):
8460         * gnus-agent.el (gnus-agent-read-agentview):
8461         * flow-fill.el (show-trailing-whitespace):
8462         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8463         eval-and-compile wrappers for byte compiler pacifiers.
8464
8465         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8466         (mm-display-inline-fontify): Check for featurep 'xemacs not
8467         extent-list.
8468
8469         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8470         itimer-list.
8471         (mm-create-image-xemacs): Only do something for XEmacs.
8472         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8473
8474         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8475
8476         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8477         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8478
8479 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8480
8481         * nnimap.el (nnimap-split-download-body):
8482         * gnus-demon.el (gnus-demon):
8483         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8484
8485 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8488         New macros.
8489         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8490         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8491         copy data from unibyte buffer to multibyte current buffer.
8492         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8493         to copy data from unibyte current buffer to multibyte buffer.
8494         (nntp-make-process-buffer): Make process buffer unibyte.
8495
8496         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8497
8498 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8499
8500         * pop3.el (pop3-open-server): Accept and process data more robustly at
8501         connexion start to avoid spurious "POP SSL connexion failed" errors.
8502
8503 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8504
8505         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8506         read group names.
8507
8508 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8509
8510         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8511
8512 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8515         (nnmail-save-active): Use a unibyte buffer when saving active file,
8516         which may contain non-ASCII group names.
8517
8518         * nnml.el (nnml-request-group): Decode group names in messages.
8519
8520 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8521
8522         * message.el (message-citation-line-function)
8523         (message-insert-formatted-citation-line): Fix spelling of
8524         `message-insert-formated-citation-line'.
8525
8526 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8527
8528         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8529
8530 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8531
8532         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8533         nnmail-pathname-coding-system.
8534
8535         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8536         that a user enters; decode group names in messages.
8537
8538         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8539
8540 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8541
8542         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8543
8544         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8545
8546         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8547         risky local variable.
8548
8549         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8550
8551 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8552
8553         * encrypt.el: Improve documentation to fix function name typo.
8554         Reported by Daiki Ueno <ueno@unixuser.org>.
8555
8556 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8557
8558         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8559         even if the point is not in the last page of an article.
8560         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8561         back to the previous page.
8562
8563 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8564
8565         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8566
8567 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8568
8569         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8570
8571 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8572
8573         * message.el (message-check-news-body-syntax):
8574         Avoid mm-string-as-multibyte.
8575         (message-hide-headers): Don't assume (point-min)==1.
8576
8577 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8578
8579         * message.el (message-remove-blank-cited-lines): Fix if remove is
8580         given.
8581         (message-bogus-address-regexp): New variable.
8582         (message-bogus-recipient-p): New function.
8583         (message-check-recipients): New command.
8584         (message-syntax-checks): Add `bogus-recipient'.
8585         (message-fix-before-sending): Add `bogus-recipient'.
8586
8587         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8588         (gnus-treat-body-boundary): Don't test window-system.
8589
8590 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8591
8592         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8593
8594 2007-10-28  Miles Bader  <miles@gnu.org>
8595
8596         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8597         at compile-time too.
8598
8599 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8600
8601         * gnus-msg.el (gnus-message-setup-hook):
8602         Add `message-remove-blank-cited-lines' to options.
8603
8604 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8605
8606         * message.el (message-remove-blank-cited-lines): New function.
8607         Suggested by Karl Plästerer.
8608
8609 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8610
8611         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8612         mapc.
8613
8614         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8615         (top-level): Use mapc to set functions to be traced for debugging.
8616
8617         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8618         called for effect with while loop.
8619
8620         * message.el (message-talkative-question): Replace mapcar called for
8621         effect with mapc.
8622
8623         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8624         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8625         called for effect with dolist.
8626
8627         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8628
8629         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8630         gnus-extra-headers and nnmail-extra-headers.
8631
8632         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8633         called for effect with dolist.
8634         (top-level): Use mapc to set functions to be traced for debugging.
8635
8636         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8637         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8638         dolist.
8639
8640         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8641         Replace mapcar called for effect with mapc.
8642         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8643         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8644         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8645         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8646
8647         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8648         remove-if that's a cl function.
8649
8650         * webmail.el (webmail-debug): Replace mapcar called for effect with
8651         dolist.
8652
8653         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8654         with mapc.
8655
8656 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8657
8658         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8659         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8660         with while loop.
8661
8662         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8663         functions from article-* functions.
8664         (gnus-multi-decode-header): Replace mapcar called for effect with
8665         dolist.
8666
8667         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8668         (gnus-bookmark-show-details): Replace mapcar called for effect with
8669         while loop.
8670
8671         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8672         called for effect with while loop.
8673
8674         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8675         with dolist.
8676
8677         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8678         Replace mapcar called for effect with dolist.
8679
8680         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8681
8682         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8683         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8684         Replace mapcar called for effect with dolist.
8685         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8686         mapc.
8687
8688         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8689         Replace mapcar called for effect with dolist.
8690         (gnus-topic-list): Replace mapcar called for effect with mapc.
8691
8692         * gnus.el: Use mapc instead of mapcar to add autoloads.
8693
8694 2007-10-23  Richard Stallman  <rms@gnu.org>
8695
8696         * gnus-group.el (gnus-group-highlight): Mark as risky.
8697
8698 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * gnus.el (gnus-server-to-method): Return method found first in
8701         gnus-newsrc-alist.
8702
8703         * gnus-art.el (gnus-article-highlight-signature)
8704         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8705         button overlay without the front stickiness.
8706
8707 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8708
8709         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8710         overview buffer needed a catch to receive its throw.
8711         (gnus-agent-flush-cache): Declare as interactive to make this function
8712         easier to use.
8713
8714 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8715
8716         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8717         `next-line'.
8718
8719 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8722         exclude address matching message-dont-reply-to-names.
8723
8724 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8725
8726         * gnus-util.el (gnus-string<): New function.
8727
8728         * gnus-sum.el (gnus-article-sort-by-author)
8729         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8730
8731 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8732
8733         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8734         the frame-focus tag is set in gnus-buffer-configuration.
8735
8736 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8737
8738         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8739         the front stickiness.
8740
8741 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8742
8743         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8744         url pattern; remove duplicate one.
8745         (gnus-article-extend-url-button): New function.
8746         (gnus-article-add-buttons): Use it.
8747         (gnus-button-push): Use concatenated url that it makes.
8748
8749 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8750
8751         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8752
8753 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8754
8755         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8756         Don't hardcode point-min==1.
8757
8758 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8759
8760         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8761         Fix comment about "iso8859-1".
8762
8763 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8764
8765         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8766         ones returned from the verify-function.
8767
8768         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8769         Call mml2015-extract-cleartext-signature if extraction failed.
8770
8771 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8772
8773         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8774         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8775         failed.
8776
8777 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8778
8779         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8780
8781 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8782
8783         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8784         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8785         recommends to use EasyPG instead of PGG.
8786
8787         * pgg.el: Revert to revision 6.23.2.16.
8788
8789         * pgg-def.el: Revert to revision 6.6.2.14.
8790
8791         * pgg-gpg.el: Revert to revision 6.23.2.34.
8792
8793 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8794
8795         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8796         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8797         thread for both the null and zero (kill/expire thread) universal prefix
8798         cases.
8799         (gnus-summary-expire-thread): Add new function to expire a thread,
8800         using gnus-summary-kill-thread.
8801         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8802         shortcuts for gnus-summary-expire-thread.
8803         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8804         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8805
8806 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8807
8808         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8809         extras value, so an extras entry can be deleted.
8810         (gnus-registry-delete-extra-entry): Use it.
8811         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8812         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8813         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8814         storage through the gnus-registry, and provide an appropriate API for
8815         it.
8816
8817 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8818
8819         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8820         Suggested by Leo <sdl.web@gmail.com>.
8821
8822         * gnus.el: Do.
8823
8824 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8827         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8828
8829         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8830
8831         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8832         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8833
8834 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8835
8836         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8837         newline.
8838         (nnmbox-request-accept-article): Don't change article in source buffer;
8839         narrow to header to use message-fetch-field rather than
8840         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8841         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8842         as delimiters; make sure article ends with newline.
8843         (nnmbox-delete-mail): Correct last position of article to be deleted;
8844         ignore X-Gnus-Newsgroup header in article body.
8845         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8846         positions; make sure article ends with newline.
8847
8848         * message.el (message-display-abbrev): Don't infloop when a user
8849         inserts SPC in the beginning of header.
8850
8851         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8852         coding-system-for-read and coding-system-for-write for XEmacs having no
8853         file-coding feature.
8854
8855         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8856
8857 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8858
8859         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8860         list of groups not followed by default.  Fix type to be regexp.
8861         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8862
8863 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8864
8865         * hmac-def.el (define-hmac-function): Switch from old-style to
8866         new-style backquotes.
8867
8868         * md4.el (md4-make-step): Likewise.
8869
8870 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8871
8872         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8873         raw-text coding system when saving .newsrc file, which may contain
8874         non-ASCII group names.
8875
8876 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * gnus-cus.el (gnus-score-extra): New widget.
8879         (gnus-score-extra-convert): New function.
8880         (gnus-score-customize): Use it for Extra.
8881
8882 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8883
8884         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8885         (mml2015-mailcrypt-clear-verify): Use it.
8886         (mml2015-gpg-clear-verify): Use it.
8887         (mml2015-pgg-clear-verify): Use it.
8888         (mml2015-epg-clear-verify): Replace the current part with the output
8889         from GnuPG; don't extract the plaintext by itself.
8890
8891         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8892         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8893         mml2015-clear-verify-function; don't touch the armor headers or
8894         dash-escaped text here.
8895
8896 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8899         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8900         parts, or application/octet-stream as a last resort.
8901         (gnus-mime-view-part-as-type): Don't toggle display.
8902         (gnus-mime-view-part-as-charset): Don't turn off display before
8903         querying charset.
8904
8905         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8906         stuff to undisplayer function in Emacs.
8907         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8908
8909         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8910         text/calendar parts.
8911
8912 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8913
8914         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8915         decoding text/calendar parts.
8916
8917         * message.el (message-forward-make-body-mime): Always mark body as
8918         having no illegible text; remove signed-or-encrypted argument.
8919         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8920
8921         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8922         (mml-generate-mime-1): Don't encode body if it is specified to be in
8923         raw form; don't make buffer be unibyte when inserting multibyte string.
8924
8925 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8926
8927         * sha1.el: Fix up comment style.
8928         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8929         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8930
8931         * hex-util.el: Fix up comment style.
8932         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8933
8934         * gnus-salt.el: Use with-current-buffer.
8935         (gnus-pick-setup-message): Fix long-standing typo.
8936
8937 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * imap.el (imap-logout-timeout): New variable.
8940         (imap-logout, imap-logout-wait): New functions.
8941         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8942
8943         * nnimap.el (nnimap-logout-timeout): New server variable.
8944         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8945         nnimap-logout-timeout.
8946
8947         * gnus-art.el (gnus-article-summary-command-nosave)
8948         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8949
8950 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8951
8952         * gnus.el (gnus-maximum-newsgroup): New variable.
8953
8954         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8955         according to gnus-maximum-newsgroup.
8956
8957         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8958         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8959         Limit the range of articles according to gnus-maximum-newsgroup.
8960
8961 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8962
8963         * gnus-art.el (gnus-sticky-article): Fix problems described in
8964         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8965         Don't perform gnus-configure-windows here; reuse existing sticky
8966         article buffer.
8967
8968         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8969         it doesn't exist in gnus-article-mode.
8970
8971 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8972
8973         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8974         (gnus-agent-decoded-group-name): New function.
8975         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8976         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8977
8978 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8979
8980         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8981         Add binding for gnus-sticky-article.
8982         (gnus-summary-exit): Don't kill sticky article buffers.
8983
8984         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8985         article buffer.
8986         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8987         (gnus-kill-sticky-article-buffers): New commands.
8988
8989 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8990
8991         * nntp.el (nntp-xref-number-is-evil): New server variable.
8992         (nntp-find-group-and-number): If it is non-nil, don't trust article
8993         numbers in the Xref header.
8994
8995 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8996
8997         * gnus-agent.el (gnus-agent-read-group): New function.
8998         (gnus-agent-flush-group, gnus-agent-expire-group)
8999         (gnus-agent-regenerate-group): Use it.
9000         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9001         nnmail-pathname-coding-system.
9002
9003 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9004
9005         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9006
9007         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9008         that are unread as unread, and also as selected so that information of
9009         marks having been changed by a user may be updated when exiting group.
9010
9011 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9012
9013         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9014
9015 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9018         calculated ignoring signature parts to gnus-treat-article.
9019
9020 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9021
9022         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9023         a point here in order to keep the window start.
9024         (gnus-insert-mime-security-button): Make a button overlay without the
9025         front stickiness.
9026         (gnus-mime-display-security): Goto the end of a button.
9027
9028         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9029
9030 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9031
9032         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9033         group-name-at-point.
9034         (gnus-group-completing-read): New function that offers decoded
9035         non-ASCII group names for completion.
9036         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9037         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9038         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9039         (gnus-group-fetch-control): Use it.
9040         (gnus-fetch-group): Use group-name-at-point for the initial value
9041         rather than the default value; use gnus-alive-p.
9042
9043         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9044         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9045         (gnus-summary-post-news): Use gnus-group-completing-read.
9046
9047         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9048         (gnus-read-move-group-name): Decode group name for completion.
9049
9050 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9051
9052         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9053         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9054         Yamaoka slightly modified the code).
9055
9056 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9057
9058         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9059         (nnmail-split-incoming): Bind it.
9060
9061         * nnml.el (nnml-group-name-charset): New function.
9062         (nnml-decoded-group-name): Use it; don't decode group name if
9063         nnmail-group-names-not-encoded-p is non-nil.
9064         (nnml-encoded-group-name): New function.
9065         (nnml-group-pathname): Inline nnml-decoded-group-name.
9066         (nnml-request-expire-articles): Decode group name in message.
9067         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9068         nnmail-pathname-coding-system.
9069         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9070         not decoded ones according to nnmail-group-names-not-encoded-p.
9071         (nnml-generate-active-info): Use nnml-encoded-group-name.
9072
9073 2007-08-08  Glenn Morris  <rgm@gnu.org>
9074
9075         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9076         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9077         doc-strings and comments.
9078
9079 2007-07-25  Glenn Morris  <rgm@gnu.org>
9080
9081         * Relicense all FSF files to GPLv3 or later.
9082
9083 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9084
9085         * gnus-sum.el (gnus-summary-move-article):
9086         Make gnus-summary-respool-article work.
9087
9088 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9089
9090         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9091         string.
9092
9093 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9094
9095         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9096         that should be ignored when comparing distant RSS articles with local
9097         ones.
9098         (nnrss-make-hash-index): New function.  Create a hash index according
9099         to the ignored fields.
9100         (nnrss-check-group): Use it.
9101
9102 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9103
9104         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9105
9106         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9107
9108         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9109         the new optional argument ENCODED is non-nil.
9110         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9111         coding system for encoding group name.
9112         (gnus-group-make-rss-group): Pass un-encoded group name to
9113         gnus-group-make-group.
9114         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9115         encoded.
9116
9117         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9118         Encode group name to which articles are moved or copied.
9119         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9120         coding system for encoding Newsgroup, Followup-To and Xref headers.
9121
9122         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9123         marks; use nnheader-file-coding-system to write a file.
9124         (nnagent-retrieve-headers): Bind file-name-coding-system to
9125         nnmail-pathname-coding-system.
9126
9127         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9128
9129         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9130         (nnml-request-article, nnml-request-create-group)
9131         (nnml-request-rename-group, nnml-find-id)
9132         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9133         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9134         (nnml-save-marks): Use nnml-group-pathname instead of
9135         nnmail-group-pathname.
9136
9137         (nnml-request-create-group, nnml-request-expire-articles)
9138         (nnml-request-move-article, nnml-request-delete-group)
9139         (nnml-deletable-article-p, nnml-possibly-create-directory)
9140         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9141         (nnml-open-marks): Bind file-name-coding-system to
9142         nnmail-pathname-coding-system.
9143
9144         (nnml-request-article): Pass server argument to nnml-find-group-number.
9145         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9146         Pass server argument to nnml-possibly-create-directory.
9147         (nnml-request-accept-article): Pass server argument to
9148         nnml-active-number and nnml-save-mail.
9149         (nnml-find-group-number): Pass server argument to nnml-find-id.
9150         (nnml-request-update-info): Pass server argument to
9151         nnml-marks-changed-p.
9152
9153         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9154         (nnml-save-mail, nnml-active-number): Add server argument.
9155
9156         (nnml-request-delete-group): Warn if group is missing.
9157         (nnml-get-nov-buffer): Decode group name.
9158         (nnml-generate-active-info): Encode group name.
9159         (nnml-open-marks): Decode group name in messages.
9160
9161 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9162
9163         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9164         if it is not specified.
9165         (gnus-article-pipe-part, gnus-article-save-part)
9166         (gnus-article-interactively-view-part, gnus-article-copy-part)
9167         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9168         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9169         (gnus-article-replace-part, gnus-article-delete-part)
9170         (gnus-article-view-part-as-type): Pass raw prefix argument to
9171         gnus-article-part-wrapper.
9172
9173 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9174
9175         * gnus-agent.el (gnus-agent-save-active):
9176         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9177
9178         * gnus-cache.el (gnus-cache-save-buffers)
9179         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9180         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9181         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9182         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9183         (gnus-cache-generate-active, gnus-cache-rename-group)
9184         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9185         (gnus-cache-update-overview-total-fetched-for):
9186         Bind file-name-coding-system to nnmail-pathname-coding-system.
9187         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9188         New variables.
9189         (gnus-cache-decoded-group-name): New function.
9190         (gnus-cache-file-name): Use it.
9191         (gnus-cache-generate-active): Use non-decoded group name for active.
9192
9193         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9194         right place.
9195         (gnus-write-active-file): Don't break non-ASCII group names.
9196
9197         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9198         nnmail-pathname-coding-system.
9199
9200         * lpath.el: Bind default-file-name-coding-system,
9201         file-name-coding-system and language-info-alist for XEmacs.
9202
9203         * gnus-uu.el (gnus-uu-decode-save): Typo.
9204
9205 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9206
9207         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9208
9209 2007-07-14  David Kastrup  <dak@gnu.org>
9210
9211         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9212         finishing actions if we did not edit the article.
9213
9214 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9217         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9218         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9219         (gnus-agent-flush-group, gnus-agent-flush-cache)
9220         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9221         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9222         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9223         (gnus-agent-regenerate-group)
9224         (gnus-agent-update-files-total-fetched-for)
9225         (gnus-agent-update-view-total-fetched-for):
9226         Bind file-name-coding-system to nnmail-pathname-coding-system.
9227         (gnus-agent-group-pathname): Don't encode file names by
9228         nnmail-pathname-coding-system.
9229         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9230         coding-system-for-write instead of buffer-file-coding-system to
9231         gnus-agent-file-coding-system.
9232
9233         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9234         Decode group name.
9235
9236         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9237
9238         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9239         (gnus-read-newsrc-el-file): Make group names unibyte.
9240
9241         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9242         nnmail-pathname-coding-system.
9243
9244         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9245         (nnrss-request-delete-group): Bind file-name-coding-system to
9246         nnmail-pathname-coding-system.
9247         (nnrss-read-server-data, nnrss-read-group-data):
9248         Bind file-name-coding-system correctly.
9249         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9250
9251         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9252         (nntp-server-to-method-cache): New variable.
9253         (nntp-group-pathname): New function that decodes non-ASCII group names.
9254         (nntp-possibly-create-directory, nntp-marks-changed-p)
9255         (nntp-save-marks, nntp-open-marks): Use it.
9256         (nntp-possibly-create-directory, nntp-open-marks):
9257         Bind file-name-coding-system to nnmail-pathname-coding-system.
9258         (nntp-open-marks): Decode group names when bootstrapping marks.
9259
9260         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9261         Newsgroups and Folowup-To headers.
9262
9263 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9264
9265         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9266         (gnus-server-closed-face, gnus-server-denied-face)
9267         (gnus-server-offline-face): Remove variable.
9268         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9269
9270         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9271         of modifying message-stack directly for XEmacs.
9272
9273         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9274         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9275         if the coding-system argument is nil for XEmacs.
9276
9277         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9278         mm-charset-override-alist.
9279
9280         * rfc2047.el: Don't require base64; require rfc2045 for the function
9281         rfc2045-encode-string.
9282         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9283         to quote the parameter value.
9284
9285 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9288         form in gnus-group-name-charset-method-alist.
9289
9290         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9291         overrides the default layout edit-form.
9292
9293         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9294
9295         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9296
9297 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9298
9299         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9300         as unfetched articles.
9301
9302 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9303
9304         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9305
9306 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9309         original back end that keeps marks in the local system.
9310
9311 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9312
9313         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9314         arg of pop-to-buffer for XEmacs.
9315         (gnus-article-read-summary-keys): Ditto; don't restore window
9316         configuration if summary command ends up with neither article buffer
9317         nor summary buffer; describe bindings if summary keys end with C-h.
9318
9319 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9320
9321         * message.el (message-fix-before-sending): Skip raw message part to be
9322         forwarded while checking illegible text.
9323         (message-forward-make-body-mime, message-forward-make-body):
9324         Mark signed or encrypted raw message as having no illegible text.
9325
9326 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9327
9328         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9329         (gnus-message-with-timestamp-1): New macro.
9330         (gnus-message-with-timestamp): New function.
9331         (gnus-message): Use them.
9332
9333         * nnheader.el (nnheader-message): Use them.
9334
9335 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9336
9337         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9338         .newsrc.eld file.
9339
9340 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9341
9342         * gnus-agent.el (gnus-agent-fetch-headers)
9343         (gnus-agent-retrieve-headers):
9344         Bind gnus-decode-encoded-address-function to identity.
9345
9346         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9347         available also when the server returns simply a dot.
9348
9349         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9350
9351 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9354
9355 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9356
9357         * gnus-ems.el (gnus-x-splash): Make it work.
9358
9359         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9360         from being used.
9361
9362         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9363
9364 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9365
9366         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9367         4th and the 5th arguments.
9368
9369         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9370         the front stickiness.
9371         (gnus-article-summary-command-nosave): Correct the order of the
9372         arguments passed to pop-to-buffer.
9373         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9374         summary command ends up with the article buffer.
9375
9376         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9377         the same faces.
9378
9379 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9380
9381         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9382
9383 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9384
9385         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9386         * gnus-sum.el (gnus-summary-highlight):
9387         * pgg.el (pgg-sign-region, pgg-sign):
9388         * mail-source.el (mail-source-delete-old-incoming-confirm):
9389         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9390
9391 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9392
9393         * gnus-art.el (gnus-mime-view-part-externally)
9394         (gnus-mime-view-part-internally): Fix predicate function passed to
9395         completing-read.
9396
9397         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9398
9399         * gnus.el (gnus-update-message-archive-method): Add :version.
9400
9401 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9402
9403         * gnus.el (gnus-update-message-archive-method): New variable.
9404
9405         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9406         according to gnus-message-archive-method if
9407         gnus-update-message-archive-method is non-nil.
9408
9409 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9410
9411         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9412         Suggested by Loic Dachary <loic@dachary.org>.
9413         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9414
9415 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9416
9417         * message.el (message-pop-to-buffer): Add switch-function argument.
9418         (message-mail): Pass switch-function argument to it.
9419
9420 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9421
9422         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9423         Improve doc string.
9424
9425 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9426
9427         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9428         (gnus-header-content)
9429         * gnus-cite.el (gnus-cite-10)
9430         * gnus-srvr.el (gnus-server-closed)
9431         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9432         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9433         (gnus-group-mail-3-empty, gnus-group-mail-low)
9434         (gnus-group-mail-low-empty, gnus-splash)
9435         * message.el (message-header-to, message-header-cc)
9436         (message-header-subject, message-header-other, message-header-name)
9437         (message-header-xheader, message-separator, message-cited-text)
9438         (message-mml): Lighten colors of faces used for dark background.
9439
9440 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9441
9442         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9443         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9444
9445 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9446
9447         * message.el (message-narrow-to-headers-or-head):
9448         Ignore mail-header-separator in the body.
9449
9450 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9453         same as window size.
9454
9455 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9456
9457         * message.el (message-font-lock-keywords): Use message-header-xheader
9458         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9459         ahead of the anything pattern, to get it recognised.
9460
9461 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9462
9463         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9464         spam.el loads uses it in the compiled defadvice form.
9465
9466 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9467
9468         * gnus-sum.el (gnus-articles-to-read)
9469         (gnus-summary-insert-old-articles): Don't truncate group name for
9470         `read-string'.
9471
9472         * gnus-util.el (gnus-limit-string): Delete this function.
9473
9474         * gnus-sum.el (gnus-simplify-subject-fully):
9475         Use `truncate-string-to-width' instead.
9476
9477 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9478
9479         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9480         Tell if, on summary exit, the next group has to be selected.
9481         (gnus-summary-exit): Use it.
9482
9483 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9484
9485         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9486         non-break space.
9487
9488 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9489
9490         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9491         Check if group is not a directory.
9492         (nnfolder-request-expire-articles): Don't delete articles if the target
9493         group is not available.
9494
9495         * nnml.el (nnml-request-create-group): Properly check if group is not a
9496         file.
9497         (nnml-request-expire-articles): Don't delete articles if the target
9498         group is not available.
9499
9500         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9501         Don't quote characters that are within parentheses.
9502
9503 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9504
9505         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9506         (gnus-handle-ephemeral-exit): Select article according to it.
9507
9508 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9509
9510         * message.el (message-insert-formated-citation-line): Remove newline.
9511         (message-citation-line-format): Add final \n here so that the user can
9512         avoid a blank line.
9513
9514 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9515
9516         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9517         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9518         Update lanl/arXiv support.
9519
9520 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9521
9522         * gnus.el: Bump version number.
9523
9524 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9525
9526         * gnus.el (gnus-version-number): Bump version.
9527
9528 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9529
9530         * gnus.el: No Gnus v0.6 is released.
9531
9532 2007-04-27  Didier Verna  <didier@xemacs.org>
9533
9534         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9535         * gmm-utils.el (gmm-regexp-concat): ... here.
9536         * message.el: Don't require 'gnus-util.
9537         (message-dont-reply-to-names): Handle name change above.
9538         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9539
9540 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9541
9542         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9543         since the initial value varies according to the system.
9544
9545 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9546
9547         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9548
9549 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9550
9551         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9552
9553 2007-04-24  Didier Verna  <didier@xemacs.org>
9554
9555         Improve the type of gnus-ignored-from-addresses.
9556         * gnus-util.el (gnus-orify-regexp): New function.
9557         * message.el (gnus-util): Require it.
9558         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9559         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9560         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9561
9562 2007-04-24  Didier Verna  <didier@xemacs.org>
9563
9564         * gnus-sum.el:
9565         * gnus-utils.el: Fix some trailing whitespaces.
9566
9567 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9568
9569         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9570         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9571         article's Message-ID; refer parent article in summary buffer.
9572
9573         * message.el (message-bounce): Call mime-to-mml.
9574
9575         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9576         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9577         optimize and/or forms properly.
9578
9579 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9580
9581         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9582         URL.
9583
9584 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9585
9586         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9587
9588 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9589
9590         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9591         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9592         displayed of multipart/alternative part if it is invoked from summary
9593         buffer.
9594
9595         * mm-view.el (mm-inline-text-html-render-with-w3m)
9596         (mm-inline-text-html-render-with-w3m-standalone)
9597         (mm-inline-render-with-function): Use mail-parse-charset by default.
9598
9599 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9600
9601         * parse-time.el (parse-time-string-chars): Check if CHAR
9602         is less than the length of parse-time-syntax.
9603
9604 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9605
9606         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9607         from gnus-newsgroup-processable.
9608
9609 2007-04-16  Didier Verna  <didier@xemacs.org>
9610
9611         * gnus-msg.el (gnus-configure-posting-styles):
9612         Handle message-signature-directory properly with :file syntax.
9613         Reported by "Leo".
9614
9615 2007-04-11  Didier Verna  <didier@xemacs.org>
9616
9617         New user option: message-signature-directory.
9618         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9619         * message.el (message-insert-signature): Ditto.
9620         * message.el (message-signature-file): Doc update.
9621         * message.el (message-signature-directory): New.
9622
9623 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9624
9625         * gnus-msg.el (gnus-inews-yank-articles):
9626         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9627
9628 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9629
9630         * message.el (message-yank-original): Make sure cited text ends with
9631         newline; don't exchange point and mark.
9632
9633 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9634
9635         * tls.el (open-tls-stream): Properly handle case where there
9636         is no associated buffer.
9637
9638 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9639
9640         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9641         message-yank-original, make sure (< mark TEXT point).
9642
9643 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9644
9645         * message.el (message-fill-column): New variable.
9646         (message-mode): Use it.  Add comment on a possible new hook.
9647
9648         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9649         (nnmail-get-new-mail): Reformat.
9650
9651         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9652
9653         * gmm-utils.el: Fix Commentary.
9654         (gmm-tool-bar-from-list): Fix typo in doc string.
9655
9656 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9657
9658         * message.el (message-yank-original): Don't switch point and mark
9659         unnecessarily to put point and mark as documented.
9660
9661 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9662
9663         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9664         from the message heads.
9665
9666 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9667
9668         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9669         article buffer does not have a window.  This may not be the best
9670         solution but is certainly better than setting the start of the null,
9671         that is the current, window.
9672
9673 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9674
9675         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9676         (gnus-draft-setup): Run it.
9677
9678         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9679         gnus-score-fast-scoring.  Allow regexp.
9680         (gnus-score-headers): Use it.
9681
9682         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9683         XEmacs.
9684
9685         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9686         string.
9687         (gnus-button-alist): Also catch `<f1> k ...'.
9688         (gnus-treat-display-x-face): Fix doc string.
9689
9690 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9691
9692         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9693         evaluation of gnus-extended-version to ensure correct generation of the
9694         User-Agent header when message-generate-headers-first is used.
9695
9696 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9697
9698         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9699         hashcash-path is nil.  Don't call callback with incorrect number of
9700         parameters if val is 0.
9701
9702 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9703
9704         * message.el (message-required-news-headers):
9705         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9706
9707 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9708
9709         * tls.el (open-tls-stream): In handshake-waiting loop,
9710         don't wait more if there is output available to process.
9711
9712 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9713
9714         * tls.el (tls-program): Doc fix.
9715
9716 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9717
9718         * message.el (message-generate-new-buffers): Change the meaning of the
9719         nil value; add `standard' to the choices; treat t as `unique'; improve
9720         doc string.
9721         (gnus-select-frame-set-input-focus): Autoload.
9722         (message-buffer-name): Search for the existing message buffer if
9723         message-generate-new-buffers is nil or `standard'; treat the value t of
9724         message-generate-new-buffers as `unique'.
9725         (message-pop-to-buffer): Raise the frame already displaying the message
9726         buffer; clear the echo area after querying.
9727         (message-setup): Pass the `continue' argument to compose-mail.
9728         (message-mail): Prefer `switch-function' if it is given; search for the
9729         existing message buffer if the `continue' argument is non-nil; pass
9730         continue and switch-function arguments to compose-mail by way of
9731         message-setup.
9732         (message-mail-other-window): Adjust argument of message-setup.
9733         (message-mail-other-frame): Ditto.
9734
9735 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9736
9737         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9738         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9739         to turn font-lock on when turning gnus-message-citation-mode on.
9740
9741 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9742
9743         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9744         (mml-smime-function-alist): New variable; add epg as the backend.
9745         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9746         mml-smime- functions instead.
9747         * mm-view.el: Require smime.
9748
9749 2007-03-05  Didier Verna  <didier@xemacs.org>
9750
9751         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9752         instead of just inheritance for posting styles.
9753         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9754
9755 2007-02-24  Chris Moore  <dooglus@gmail.com>
9756
9757         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9758         * pgg-pgp.el (pgg-pgp-encrypt-region):
9759         * pgg-gpg.el (pgg-gpg-encrypt-region):
9760         Check pgg-encrypt-for-me if no other recipients.
9761
9762 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9763
9764         * tls.el (tls-certtool-program): Fix custom type.
9765
9766 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9767
9768         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9769         and point-at-eol instead of line-(beginning|end)-position.
9770
9771         * assistant.el (assistant-parse-buffer): Ditto.
9772
9773         * netrc.el (netrc-parse-services): Ditto.
9774
9775 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9776
9777         * mml2015.el (mml2015-epg-find-usable-key): New function.
9778         (mml2015-epg-sign): Use it.
9779         (mml2015-epg-encrypt): Use it.
9780
9781 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * message.el (message-make-in-reply-to): Quote name containing
9784         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9785         if there are special characters.  Reported by NAKAJI Hiroyuki
9786         <nakaji@jp.freebsd.org>.
9787
9788 2007-02-27  Didier Verna  <didier@xemacs.org>
9789
9790         Include the group parameters as well as the topic ones in the
9791         inheritance filter process.
9792         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9793         argument GROUP-PARAMS-LIST.
9794         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9795
9796 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9797
9798         * nntp.el (nntp-never-echoes-commands)
9799         (nntp-open-connection-functions-never-echo-commands): New variables.
9800         (nntp-send-command): Use them.
9801
9802 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9803
9804         * mml2015.el (mml2015-epg-verify): Simplify.
9805
9806 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9807
9808         * mml.el (mml-content-disposition-alist): New user option.
9809         (mml-content-disposition): New function.
9810         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9811         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9812
9813 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9814
9815         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9816         verification.
9817
9818 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9819
9820         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9821         articles posted in the last 24 hours.
9822
9823 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9824
9825         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9826
9827 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9828
9829         * nntp.el (nntp-send-command): Don't wait for echoes when
9830         nntp-open-ssl-stream is used.
9831
9832 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9835         (gnus-message-add-citation-keywords)
9836         (gnus-message-remove-citation-keywords): Remove.
9837         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9838         directly, make the variables in font-lock-defaults buffer-local, add
9839         gnus-message-citation-keywords to them and then update the value of
9840         font-lock-keywords.
9841
9842 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9843
9844         * message.el (message-cite-original-1): Don't call
9845         gnus-article-highlight-citation.
9846
9847         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9848         citations; fix line count.
9849
9850 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9851
9852         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9853         (gnus-message-add-citation-keywords)
9854         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9855         versions of font-lock-add-keywords and font-lock-remove-keywords to
9856         work with XEmacs correctly.
9857
9858 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9859
9860         * gnus-cite.el (gnus-cite-face-list): Set the values of
9861         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9862         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9863         (gnus-message-cite-prefix-regexp): New variable.
9864         (gnus-message-search-citation-line): Use it; protect against long
9865         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9866         the 0th match data for Emacs.
9867         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9868         (gnus-message-add-citation-keywords): Append keywords rather than
9869         prepending; emulate font-lock-add-keywords if it is not available.
9870         (gnus-message-remove-citation-keywords):
9871         Emulate font-lock-remove-keywords if it is not available.
9872
9873         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9874
9875         * message.el (message-cite-prefix-regexp): Set the value of
9876         gnus-message-cite-prefix-regexp.
9877
9878 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9879
9880         * nnweb.el (nnweb-google-parse-1): Update parser.
9881
9882 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9883
9884         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9885
9886 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9887
9888         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9889         regexp.
9890
9891 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9892
9893         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9894         string-to-multibyte.
9895         (uudecode-decode-region-internal): Use it.
9896
9897         * lpath.el: Fbind string-as-multibyte for XEmacs.
9898
9899 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9900
9901         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9902         Fix custom choice.
9903
9904         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9905
9906 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9907
9908         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9909
9910         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9911         `write-region' to respect `mm-inhibit-file-name-handlers'.
9912
9913 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9914
9915         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9916         Use gnus-home-directory instead of "~/" or "$HOME".
9917
9918 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9919
9920         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9921         to mention filename.
9922         Add comments at beginning regarding usage.
9923         (encrypt-write-file-contents): Change interactive so a string is
9924         acceptable.  If the file has no associated model, show an error instead
9925         of a nonsense prompt.
9926
9927 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9928
9929         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9930         Thanks to Yoshihiko Yamada for kind notification of this typo.
9931
9932 2007-01-12  Kenichi Handa  <handa@m17n.org>
9933
9934         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9935         multibyte buffer.
9936
9937 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9938
9939         * gnus-score.el (gnus-score-fast-scoring): New variable.
9940         (gnus-score-headers): Use it.
9941
9942         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9943
9944         * message.el (message-cite-original-1):
9945         Call gnus-article-highlight-citation if requested.
9946         (message-make-from): Allow name and address as optional arguments.
9947
9948         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9949
9950         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9951         bugs to doc string.
9952         (gnus-button-alist): Add mid\\|message-id.
9953         (gnus-button-fetch-group): Extend for use in
9954         `browse-url-browser-function'.
9955         (gnus-button-url-regexp): Try to catch paired parentheses like in
9956         Wikipedia URLs.
9957
9958         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9959         Suggested by Simon Krahnke <overlord@gmx.li>.
9960
9961 2007-01-13  Romain Francoise  <romain@orebokech.com>
9962
9963         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9964         Update copyright.
9965
9966 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9967
9968         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9969
9970 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9971
9972         * gnus-registry.el (gnus-registry-unfollowed-groups)
9973         (gnus-registry-split-fancy-with-parent): Fix documentation.
9974
9975 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9976
9977         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9978         from nnweb groups.
9979
9980 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9981
9982         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9983         Xref urls.  Erase buffer before requesting head.
9984
9985         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9986
9987 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9988
9989         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9990         customizable.
9991
9992 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9993
9994         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9995         no signing key is found.
9996         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9997         no encrypting and/or signing key is found.
9998
9999 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10000
10001         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10002
10003 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10004
10005         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10006         headers read from disk with the ones newly found in the current search.
10007         This should no longer cause problems, because the article numbers in
10008         Gmane's `nov.php' output are ignored since the previous change.
10009
10010 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10011
10012         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10013
10014 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10015
10016         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10017         replace-regexp-in-string; bind url-version; fbind display-images-p and
10018         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10019         find-face and set-itimer-function for Emacs; bind itimer-list for
10020         Emacs.
10021
10022         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10023
10024 2007-01-01  Romain Francoise  <romain@orebokech.com>
10025
10026         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10027
10028 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10029
10030         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10031         `define-minor-mode' macro definition expanded properly.
10032         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10033         exclude it there.
10034
10035         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10036         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10037         `fboundp' test.
10038         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10039         This is OK to autoload in (S)XEmacs now.
10040
10041 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10042
10043         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10044         keystroke.
10045         (gnus-summary-limit-to-singletons): Fix typo.
10046
10047         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10048         else fails.
10049
10050 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10051
10052         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10053         docstring.
10054
10055         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10056         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10057         (gnus-summary-insert-dormant-articles): Fix typo in message.
10058
10059 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10060
10061         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10062         nil for XEmacs.
10063         (gnus-message-citation-mode): Don't autoload in XEmacs.
10064
10065         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10066
10067 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10068
10069         * nnimap.el (nnimap-expunge-search-string):
10070         Mention nnimap-search-uids-not-since-is-evil in docstring.
10071
10072 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10073
10074         * spam.el: Revert to make-obsolete-variable because
10075         define-obsolete-variable-alias is not supported in Emacs 21.
10076
10077         * spam.el (spam-ifile-path, spam-ifile-database-path)
10078         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10079         make-obsolete-variable.
10080         (spam-bsfilter-path, spam-bsfilter-program)
10081         (spam-spamassassin-path, spam-spamassassin-program)
10082         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10083         Don't use "path" inappropriately.
10084         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10085         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10086         variable names.
10087
10088 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10089
10090         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10091         summary buffer.
10092
10093         * password.el (password-cache-remove): Use clear-string to burn
10094         password, if available.
10095
10096 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10097
10098         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10099
10100         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10101
10102         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10103         (gnus-message-highlight-citation): Move defcustom here from
10104         gnus-cite.el.
10105         (gnus-message-citation-mode): Autoload.
10106
10107         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10108         checks to make it compile with XEmacs.
10109         (gnus-message-citation-mode): New minor mode.
10110         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10111         (gnus-message-highlight-citation): New variables.
10112         (gnus-message-search-citation-line)
10113         (gnus-message-add-citation-keywords)
10114         (gnus-message-remove-citation-keywords)
10115         (turn-on-gnus-message-citation-mode)
10116         (turn-off-gnus-message-citation-mode): New functions.
10117
10118 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10119
10120         * gnus-cite.el: Enable highlighting of different citation levels in
10121         message-mode.
10122
10123 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10124
10125         * message.el (message-make-fqdn): Fix comment.
10126         (message-bogus-system-names): Add ".local".
10127
10128         * spam.el (spam-ifile-path, spam-ifile-program)
10129         (spam-ifile-database-path, spam-ifile-database)
10130         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10131         Don't use "path" inappropriately.
10132         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10133         strings.
10134         (spam-check-ifile, spam-ifile-register-with-ifile)
10135         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10136         Use new variable names.
10137
10138         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10139         (gnus-treat-display-smileys): Simplify using
10140         gnus-image-type-available-p.
10141
10142         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10143         available.
10144
10145         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10146         Use `display-images-p' if available.
10147
10148 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10149
10150         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10151         one after turning on the buffer's multibyteness instead of decoding
10152         them directly in the unibyte buffer that causes unexpected conversion
10153         in Emacs 23 (unicode).
10154
10155 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10156
10157         * message.el (message-generate-hashcash): Fix custom type.
10158
10159 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10160
10161         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10162
10163 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10164
10165         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10166         disconnect icons.  Add help text.
10167
10168 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10169
10170         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10171         negated to be consistent with the others we handle.
10172
10173 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10174
10175         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10176         version of gnus-summary-buffer to something, so that we can use two
10177         article buffers at the same time.
10178
10179 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10180
10181         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10182         trigger all the extra headers.
10183         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10184         sorting.
10185
10186 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10187
10188         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10189         solid groups.
10190
10191 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10192
10193         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10194
10195 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10196
10197         * legacy-gnus-agent.el: Add Copyright notice.
10198
10199 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10200
10201         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10202
10203 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10204
10205         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10206
10207         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10208         to make it work reliably in CVS Emacs.
10209         (gnus-summary-limit-strange-charsets-predicate)
10210         (gnus-summary-limit-to-predicate): New functions.
10211
10212 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10213
10214         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10215         specifying array size.
10216         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10217         array if it is too small.
10218         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10219         (gnus-sort-threads-loop): New function.
10220
10221 2006-12-06  Chris Moore  <dooglus@gmail.com>
10222
10223         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10224         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10225
10226 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10227
10228         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10229         options.
10230
10231 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10232
10233         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10234         DOS-ing the recipient.
10235
10236         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10237         the headers when creating the mapping to avoid mismappings.
10238         (nnweb-gmane-create-mapping): Always nix out old mapping.
10239
10240 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10243         and mm-verify-option to never.
10244
10245 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10246
10247         * message.el (message-signed-or-encrypted-p): New function.
10248         (message-forward-make-body): Use it.
10249
10250         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10251         Replace encode-coding-string with mm-encode-coding-string.
10252
10253 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10254
10255         * nneething.el (nneething-decode-file-name):
10256         Replace decode-coding-string with mm-decode-coding-string.
10257
10258         * gnus-int.el (gnus-open-server): Say failed server's name.
10259
10260 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10261
10262         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10263         strings to a single string.  Quote `errors-file-name'.
10264         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10265         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10266         Adjust calls.  Use `shell-quote-argument'.
10267
10268 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10269
10270         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10271         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10272
10273         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10274         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10275         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10276         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10277         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10278         (gnus-subscribe-newsgroup, gnus-1):
10279         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10280         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10281         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10282         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10283
10284 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10285
10286         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10287         keystroke.
10288         (gnus-summary-limit-to-bodies): Implement headersp.
10289
10290 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10291
10292         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10293
10294 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10295
10296         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10297
10298 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10299
10300         * message.el (message-generate-hashcash): Expand range of values to
10301         include `opportunistic'.
10302         (message-send-mail): Use it.
10303
10304 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10305
10306         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10307         and comment it.
10308
10309         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10310
10311 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10312
10313         * gnus-util.el (gnus-extract-address-components): Improve comment.
10314
10315 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10316
10317         * gnus-util.el (gnus-extract-address-components): Work with address in
10318         which the name portion contains @.
10319
10320         * lpath.el: Fbind custom-autoload.
10321
10322 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10323
10324         * gnus.el (gnus-start): Move custom group up.
10325         (gnus-select-method): Don't autoload, but make it available for
10326         `customize-variable'.
10327         (gnus-getenv-nntpserver): Don't autoload.
10328
10329 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10330
10331         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10332
10333 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10334
10335         * message.el (message-sendmail-extra-arguments): New variable.
10336         (message-send-mail-with-sendmail): Use it.
10337
10338 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10341         mm-with-unibyte-current-buffer to make string unibyte.
10342
10343         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10344         mm-string-as-multibyte.
10345
10346 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10347
10348         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10349         Reported by Werner Koch <wk@gnupg.org>.
10350
10351 2006-11-14  Daiki Ueno  <ueno@p360>
10352
10353         * mml2015.el: Autoload epa-select-keys when compiling.
10354
10355 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10356
10357         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10358         message-options.
10359         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10360
10361 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10362
10363         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10364         EasyPG (< 0.0.6).
10365         (mml2015-always-trust): New user option.
10366         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10367         prompt.
10368
10369 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10370
10371         * nntp.el (nntp-authinfo-force): New variable.
10372         (nntp-send-authinfo): Use it.
10373
10374 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10375
10376         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10377         decode encoded words.  Improve prompt.  Add comment about forwarding.
10378         (message-replacement-char): Move up.
10379
10380 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10381
10382         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10383         instead of gnus-intersection because arguments of gnus-sorted-nunion
10384         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10385
10386 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10387
10388         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10389         (message-simplify-subject-functions):
10390         Enable message-strip-subject-encoded-words by default.
10391
10392 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10393
10394         * message.el (message-strip-subject-encoded-words): New function.
10395         (message-simplify-subject-functions): New variable.
10396         (message-simplify-subject): Use it.  Fix typo in doc string.
10397         Support message-strip-subject-encoded-words.
10398
10399 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10400
10401         * gnus-diary.el (gnus-diary-delay-format-function):
10402         * nndiary.el (nndiary-reminders):
10403         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10404
10405 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10406
10407         * gnus-art.el (article-hide-boring-headers): Fetch date from
10408         gnus-original-article-buffer to avoid problems with localized date
10409         strings.
10410
10411 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10412
10413         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10414
10415 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10416
10417         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10418         New variables.
10419         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10420         (mm-charset-synonym-alist): Move some entries to
10421         mm-codepage-iso-8859-list.
10422         (mm-charset-synonym-alist, mm-charset-override-alist):
10423         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10424
10425 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10426
10427         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10428
10429 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10430
10431         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10432         with Emacs 21 and XEmacs.
10433
10434 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10435
10436         * spam.el (spam-parse-address): New function for better parsing,
10437         catching errors, etc.
10438         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10439
10440 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10441
10442         * mm-view.el: Add interactive arg to html2text autoload.
10443
10444 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10445
10446         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10447
10448 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10449
10450         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10451         New variables.
10452         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10453         (mm-charset-synonym-alist): Move some entries to
10454         mm-codepage-iso-8859-list.
10455
10456         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10457
10458 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10459
10460         * message.el (message-citation-line-format)
10461         (message-insert-formated-citation-line): Fix implementation of %E, %N
10462         and %n according to the doc string.
10463
10464 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10465
10466         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10467         Use car-safe to avoid bad parses.
10468
10469 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10470
10471         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10472         names.
10473
10474         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10475
10476 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10477
10478         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10479         header.
10480
10481         * message.el (message-draft-headers): Add Date.
10482         (message-headers-to-generate): Fix typo in docstring.
10483
10484         * nndraft.el (nndraft-required-headers): New variable.
10485         (nndraft-generate-headers): Use it.
10486
10487         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10488
10489 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10490
10491         * gnus-registry.el (gnus-registry-wash-for-keywords)
10492         (gnus-registry-find-keywords): New functions to allow easy searching of
10493         articles that are in the registry.
10494
10495 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10496
10497         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10498         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10499         Reported by Damien Elmes <damien@repose.cx>.
10500
10501 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10502
10503         * gnus.el (gnus-mime): Remove unused custom group.
10504
10505 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10506
10507         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10508         "blank line" when searching for end of armor headers.
10509
10510 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10511
10512         * gmm-utils.el (gmm-write-region): Fix variable name.
10513
10514 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10515
10516         * gmm-utils.el (gmm-write-region): New function based on compatibility
10517         code from `mm-make-temp-file'.
10518
10519         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10520
10521         * nnmaildir.el (nnmaildir--update-nov)
10522         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10523         Use `gmm-write-region'.
10524
10525 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10526
10527         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10528         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10529
10530         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10531
10532         * message.el (message-replacement-char): New variable.
10533         (message-fix-before-sending): Use it.
10534         (message-simplify-subject): New function to remove duplicate code.
10535         (message-reply, message-followup): Use it.
10536
10537         * gnus-sum.el (gnus-summary-make-menu-bar):
10538         Clarify gnus-summary-limit-to-articles.
10539
10540 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * gnus-util.el (gnus-with-local-quit): New macro.
10543
10544         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10545
10546 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10547
10548         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10549         ignore non-string data.
10550
10551 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10552
10553         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10554         non-string data (needs to be done in the registry too).
10555
10556 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10557
10558         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10559         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10560         (gnus-registry-split-fancy-with-parent)
10561         (gnus-registry-fetch-simplified-message-subject-fast)
10562         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10563         Remove text properties on ingress into the registry and when it's saved.
10564         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10565         registry from entries with no groups.
10566
10567 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10568
10569         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10570         function to remove string properties.
10571
10572 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10573
10574         * gmm-utils.el (gmm): Adjust custom version.
10575
10576         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10577         Adjust custom version.
10578
10579         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10580
10581 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10582
10583         * gnus-art.el (gnus-insert-prev-page-button)
10584         (gnus-insert-next-page-button): Simplify.  Reformat.
10585
10586 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10587
10588         * gnus-art.el (gnus-insert-prev-page-button)
10589         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10590
10591 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10592
10593         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10594
10595 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10596
10597         * gnus-art.el (gnus-insert-mime-button)
10598         (gnus-insert-mime-security-button):
10599         Apply gnus-article-button-face to MIME and security buttons.
10600
10601 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10602
10603         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10604         readable.
10605
10606 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10607
10608         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10609
10610 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10611
10612         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10613         `browse-url-of-file' instead of `browse-url'.
10614
10615 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10616
10617         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10618         regexp.  Articles containing quotation were cut prematurely.
10619
10620 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10621
10622         * message.el (message-cite-original-1): Use nobody by default for the
10623         value of From header.
10624         (message-reply): Ditto.
10625
10626 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10627
10628         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10629         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10630         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10631
10632 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10633
10634         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10635         mails in the doc string.  Add some URLs in comment.
10636         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10637
10638 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10639
10640         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10641         backslashes handling and the way to find boundaries of quoted strings.
10642
10643 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10644
10645         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10646         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10647         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10648         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10649
10650 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10651
10652         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10653         doc string.
10654         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10655
10656 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10657
10658         * lpath.el: Fbind epg-check-configuration.
10659
10660 2006-09-06  Simon Josefsson  <jas@extundo.com>
10661
10662         * mml2015.el (mml2015-use): Doc fix, mention epg.
10663
10664 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10665
10666         * mml2015.el (mml2015-use): Default to epg, if available.
10667
10668 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10669
10670         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10671         message-sender.
10672         (mml1991-epg-encrypt): Ditto.
10673         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10674         message-sender.
10675         (mml2015-epg-encrypt): Ditto.
10676
10677 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10678
10679         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10680         several common directories.
10681
10682 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10683
10684         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10685         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10686
10687 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10688
10689         * gnus-art.el (article-decode-encoded-words): Make it fast.
10690
10691 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10692
10693         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10694
10695         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10696         in quoted string into `\'.
10697
10698 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10699
10700         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10701         Use standard-syntax-table.
10702
10703 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10704
10705         * gnus-art.el (gnus-decode-address-function): New variable.
10706         (article-decode-encoded-words): Use it to decode headers which are
10707         assumed to contain addresses.
10708         (gnus-mime-delete-part): Remove useless `or'.
10709
10710         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10711         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10712         (gnus-nov-parse-line): Use it to decode From header.
10713         (gnus-get-newsgroup-headers): Ditto.
10714         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10715
10716         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10717         (mail-decode-encoded-address-string): New alias.
10718
10719         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10720         New function.
10721         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10722         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10723         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10724         (rfc2047-decode-string): Ditto.
10725         (rfc2047-decode-address-region): New function.
10726         (rfc2047-decode-address-string): New function.
10727
10728 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10729
10730         * message.el (message-caesar-buffer-body): Allow rotating headers.
10731
10732         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10733
10734         * message.el (message-insert-formated-citation-line): Fix %f.
10735         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10736
10737 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10738
10739         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10740         (gnus-bookmark-mouse-available-p): New macro.
10741         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10742         (gnus-bookmark-bmenu-show-infos): Use it.
10743         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10744         (gnus-bookmark-bmenu-hide-infos): Ditto.
10745         (gnus-bookmark-remove-properties): New function.
10746         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10747         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10748         (gnus-bookmark-write-file): Bind coding-system-for-write.
10749         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10750         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10751         group before selecting it.
10752         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10753         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10754         quit-window if it is not available; use gnus-mouse-2 and bind it to
10755         gnus-bookmark-bmenu-select-by-mouse.
10756         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10757         (gnus-bookmark-bmenu-select-by-mouse): New function.
10758
10759 2006-08-13  Romain Francoise  <romain@orebokech.com>
10760
10761         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10762         space.
10763
10764 2006-08-10  Romain Francoise  <romain@orebokech.com>
10765
10766         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10767         (dns-mode-soa-auto-increment-serial): New user option.
10768         (dns-mode-soa-maybe-increment-serial): New function.
10769         (dns-mode): Add the latter to `write-contents-functions'.
10770
10771 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10772
10773         * compface.el (uncompface): Use binary rather than raw-text-unix.
10774
10775 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10776
10777         * compface.el (uncompface): Make sure the eol conversion doesn't take
10778         place when communicating with the external programs.
10779         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10780
10781 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10782
10783         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10784
10785 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10786
10787         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10788         Make it more robust by parsing author and date independently.
10789
10790 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10791
10792         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10793
10794 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10795
10796         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10797         first matching secret key.
10798         (mml2015-epg-encrypt): Ditto.
10799
10800         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10801         first matching secret key.
10802         (mml1991-epg-encrypt): Ditto.
10803
10804         * mml2015.el (mml2015-encrypt-to-self): New user option.
10805         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10806         mml2015-epg-encrypt-to-self is set.
10807
10808         * mml1991.el (mml1991-encrypt-to-self): New variable.
10809         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10810         mml1991-epg-encrypt-to-self is set.
10811
10812         * mml2015.el (mml2015-signers): New user option.
10813         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10814         (mml2015-epg-encrypt): Allow to select signing keys.
10815
10816         * mml1991.el (mml1991-signers): New variable.
10817         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10818         (mml1991-epg-encrypt): Allow to select signing keys.
10819
10820 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * nnheader.el (nnheader-insert-head): Make it work even if the file
10823         uses CRLF for the line-break code.
10824
10825 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10826
10827         * mml2015.el: Require mml-sec instead of password.
10828         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10829         (mml2015-cache-passphrase): Inherit the default value from
10830         mml-secure-cache-passphrase.
10831         (mml2015-passphrase-cache-expiry): Inherit the default value from
10832         mml-secure-passphrase-cache-expiry.
10833
10834         * mml1991.el: Require mml-sec instead of password.
10835         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10836         (mml1991-cache-passphrase): Inherit the default value from
10837         mml-secure-cache-passphrase.
10838         (mml1991-passphrase-cache-expiry): Inherit the default value from
10839         mml-secure-passphrase-cache-expiry.
10840
10841         * mml-sec.el: Require password.
10842         (mml-secure-verbose): New user option.
10843         (mml-secure-cache-passphrase): New user option.
10844         (mml-secure-passphrase-cache-expiry): New user option.
10845
10846 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10847
10848         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10849         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10850         andreas@altroot.de (Andreas Vögele).
10851
10852         FIXME: Use `tiny change'?
10853
10854 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10855
10856         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10857         workaround for the url package included with Emacs.
10858
10859         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10860
10861 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10862
10863         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10864         correctly.  This fixes a bug caused by the 2006-05-12 change.
10865
10866 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10867
10868         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10869         some information about the error when saying that the `bogus' mail
10870         group will be used.
10871
10872 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10873
10874         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10875         string.
10876
10877 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10878
10879         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10880
10881 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10882
10883         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10884
10885 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10886
10887         * mml1991.el (mml1991-function-alist): Add epg.
10888         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10889         (mml1991-epg-encrypt): New functions.
10890
10891 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10892
10893         * mml2015.el (mml2015-verbose): New variable.
10894         (mml2015-cache-passphrase): Ditto.
10895         (mml2015-passphrase-cache-expiry): Ditto.
10896         (mml2015-function-alist): Add epg.
10897         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10898         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10899         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10900         New functions.
10901
10902 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10903
10904         * message.el (message-cite-original-1): Preserve region when removing
10905         quoted text due to X-No-Archive in order to avoid bogus attribution
10906         when citing multiple messages.
10907
10908 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10909
10910         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10911         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10912
10913 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10914
10915         * gnus-diary.el (gnus-user-format-function-d)
10916         (gnus-user-format-function-D): Autoload.
10917
10918         * imap.el (Commentary): Fix typo.
10919
10920         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10921         2006-04-22 contribution.
10922
10923 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10924
10925         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10926         It didn't really fix the bogosity I'm seeing with solid web groups.
10927
10928 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10929
10930         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10931         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10932         created using server names.  If we use the feature without declaring
10933         it, Gnus does not properly manage server and group state.
10934
10935         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10936         bound.
10937
10938 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10939
10940         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10941         looking up the method using GROUP's prefix before inventing a new one.
10942         It is used on killed/unknown groups in various places where returning
10943         an all-new method isn't expected by the caller.
10944
10945         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10946         and match semantics of gnus-group-real-prefix.
10947
10948 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10949
10950         * nnmail.el (nnmail-broken-references-mailers): New variable.
10951         (nnmail-ignore-broken-references): New function generalizing
10952         nnmail-fix-eudora-headers.
10953         (nnmail-fix-eudora-headers): Now obsolete.
10954
10955         * gnus-art.el (gnus-button-handle-custom):
10956         Support `customize-apropos*'.
10957
10958 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10959
10960         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10961
10962         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10963         articles.
10964
10965 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10966
10967         * message.el (message-cite-reply-above): New variable.
10968         (message-yank-original): Use it.
10969
10970 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10971
10972         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10973
10974 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10975
10976         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10977         as read.
10978
10979         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10980
10981 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10982
10983         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10984         (gnus-bookmark-default-file): Use gnus-directory.
10985         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10986         Remove "*" in doc string.
10987         (gnus-bookmark-write-file): Simplify.
10988         (gnus-bookmark-maybe-sort-alist): Use `when'.
10989         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10990         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10991         Add FIXME about Emacs 21 and XEmacs compatibility.
10992         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10993         compatibility.
10994         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10995         compatibility.
10996         (gnus-bookmark-menu-heading): Fix version.
10997
10998 2006-06-19  Bastien Guerry  <bzg@altern.org>
10999
11000         * gnus-bookmark.el: New file.
11001
11002 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11003
11004         * message.el (message-syntax-checks): Doc fix.
11005
11006 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11007
11008         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11009         unsubscribed groups as if they were killed ones.  It causes duplicate
11010         entries in gnus-newsrc-alist.
11011
11012 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11013
11014         * message.el (message-syntax-checks): Doc fix.
11015         (message-send-mail): Add check for continuation headers.
11016         (message-check-news-header-syntax): Fix regexp used to check for
11017         continuation headers.
11018
11019 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11020
11021         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11022
11023 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11024
11025         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11026
11027 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11030         default-truncate-lines.
11031
11032 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11033
11034         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11035         to fill the utf-8 entry.
11036
11037         * lpath.el: Fbind unicode-precedence-list.
11038
11039 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11040
11041         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11042
11043 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11044
11045         * gnus-agent.el (directory-files-and-attributes): Move all the way
11046         forward (the third and final move).
11047         (gnus-agent-read-agentview): Trap reconstruction errors due to
11048         nonexistent directory.  Handle by returning nil.
11049
11050 2006-05-30  Didier Verna  <didier@xemacs.org>
11051
11052         * message.el (message-dont-reply-to-names): Update the custom type.
11053         * message.el (message-dont-reply-to-names): New defsubst: potentially
11054         convert a list of regexps into a single one.
11055         * message.el (message-get-reply-headers): Use it.
11056         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11057
11058 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * gnus-agent.el (directory-files-and-attributes): Move forward.
11061
11062 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11063
11064         * gnus-ml.el (gnus-mailing-list-subscribe)
11065         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11066         (gnus-mailing-list-message): Fix doc strings.
11067
11068 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11069
11070         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11071         of doing it manually.
11072
11073 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11074
11075         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11076         comment.
11077
11078 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11079
11080         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11081         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11082         (gnus-agent-read-local): All symbols allocated in my-obarray.
11083         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11084         (gnus-agent-regenerate-group): Check numeric names to see if they are
11085         messages or groups.
11086         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11087         better way of do this...)
11088
11089         * gnus-cache.el (gnus-agent-total-fetched-for):
11090         Ignore 'dummy.group' (there should be a better way of do this...)
11091
11092 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11093
11094         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11095         (gnus-saved-headers): Ditto.
11096         (gnus-default-article-saver): Mention functions may have properties.
11097         (gnus-article-save): Override gnus-save-all-headers and
11098         gnus-saved-headers by :headers property which saver function may have.
11099         (gnus-summary-save-in-file): Add :headers property.
11100         (gnus-summary-write-to-file): Ditto.
11101
11102         * gnus-sum.el (gnus-summary-save-article): Bind
11103         gnus-prompt-before-saving to t when saving many articles in a file;
11104         always show all headers.
11105
11106         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11107
11108 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11109
11110         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11111         marks.
11112
11113         * message.el (message-indent-citation): Add optional arguments to allow
11114         using it outside of message buffers.
11115
11116         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11117         (gnus-article-treat-unfold-headers): Use it.
11118         (gnus-article-truncate-lines): New variable.
11119         (gnus-article-mode): Use it.
11120         (gnus-article-toggle-truncate-lines): New function.
11121
11122         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11123         Add gnus-article-toggle-truncate-lines.
11124
11125         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11126         coding system in XEmacs, use binary.
11127
11128 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11129
11130         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11131         after-load-alist.
11132
11133         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11134         this function should save decoded articles.
11135         (gnus-summary-write-to-file): Use property to specify this function
11136         should save decoded articles and specify gnus-summary-save-in-file
11137         should be used to save articles other than the first one when saving
11138         many articles.
11139         (gnus-summary-save-body-in-file): Use property to specify this
11140         function should save decoded articles.
11141         (gnus-summary-write-body-to-file): Use property to specify this
11142         function should save decoded articles and specify
11143         gnus-summary-save-body-in-file should be used to save articles other
11144         than the first one when saving many articles.
11145
11146         * gnus-sum.el (gnus-summary-save-article): Simplify.
11147
11148 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11149
11150         * gnus-art.el (gnus-default-article-saver):
11151         Add gnus-summary-write-body-to-file.
11152         (gnus-article-save-coding-system): Don't use coding system object
11153         in XEmacs.
11154         (gnus-read-save-file-name): Add optional `dir-var' argument which
11155         specifies directory in which files are saved; work even if optional
11156         `variable' argument is not specified.
11157         (gnus-summary-write-to-file): Read file name.
11158         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11159         (gnus-summary-write-body-to-file): New function.
11160
11161         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11162         (gnus-summary-local-variables): Add it.
11163         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11164         (gnus-summary-save-article): Remove optional `decode' argument;
11165         determine whether to decode articles by the value of
11166         gnus-default-article-saver; when saving many files using
11167         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11168         it first and use gnus-summary-save-in-file or
11169         gnus-summary-save-body-in-file thereafter unless
11170         gnus-prompt-before-saving is always; move point to article which
11171         will be saved.
11172         (gnus-summary-save-article-file): Revert.
11173         (gnus-summary-write-article-file): Revert.
11174         (gnus-summary-save-article-body-file): Revert.
11175         (gnus-summary-write-article-body-file): New function.
11176
11177 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11178
11179         * gnus-art.el (gnus-default-article-saver): Doc fix.
11180         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11181         from gnus-summary-save-article-coding-system, and default to a
11182         certain coding system.
11183         (gnus-output-to-file): Add coding cookie and encode text according
11184         to gnus-article-save-coding-system; don't use mm-append-to-file.
11185
11186         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11187         gnus-art.el and rename to gnus-article-save-coding-system.
11188         (gnus-summary-save-article): Require gnus-art; don't show all
11189         headers if it decodes articles; don't add coding cookie here;
11190         don't bind mm-text-coding-system-for-write.
11191         (gnus-summary-save-article-file): Save decoded articles.
11192         (gnus-summary-write-article-file): When saving many files, use
11193         gnus-summary-write-to-file first and gnus-summary-save-in-file
11194         thereafter unless gnus-prompt-before-saving is always.
11195         (gnus-summary-save-article-body-file): Save decoded articles.
11196
11197         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11198
11199 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11200
11201         * nnrss.el (nnrss-check-group): Bind hash-index.
11202
11203 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11204
11205         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11206         its hash index.  Store this hash in `nnrss-group-data'.
11207         (nnrss-read-group-data): Update accordingly.
11208
11209 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11210
11211         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11212         entry.
11213
11214         * gnus-sum.el (gnus-summary-make-menu-bar):
11215         Add gnus-article-browse-html-article.
11216
11217 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11218
11219         * gnus-sum.el (gnus-summary-mime-map):
11220         Add gnus-article-browse-html-article.
11221
11222         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11223
11224 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11225
11226         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11227         suitable coding systems in customize.
11228
11229 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11230
11231         * mail-source.el (mail-sources): Fix custom type.
11232
11233 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11234
11235         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11236         (gnus-summary-expire-articles-now): Shorten prompt.
11237
11238         * gmm-utils.el (wid-edit): Require.
11239         (defun-gmm): Rename from `gmm-defun-compat'.
11240         (gmm-image-search-load-path): Use it.
11241         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11242
11243 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11244
11245         * gnus-sum.el (gnus-summary-save-article-coding-system):
11246         New variable.
11247         (gnus-summary-save-article): Add optional `decode' argument.
11248         If it is set and gnus-summary-save-article-coding-system is non-nil,
11249         save decoded article.
11250         (gnus-summary-write-article-file): Save decoded article if
11251         gnus-summary-save-article-coding-system is non-nil.
11252
11253         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11254         type.
11255
11256 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11257
11258         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11259
11260 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11261
11262         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11263         first to test gnus-single-article-buffer which may be buffer-local.
11264
11265         * gnus-sum.el (gnus-summary-setup-buffer):
11266         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11267         group; make gnus-article-buffer, gnus-article-current, and
11268         gnus-original-article-buffer always buffer-local.
11269         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11270         group.
11271         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11272
11273 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11274
11275         * nnml.el (nnml-request-compact-group): Compressed files might not
11276         have .gz extension.
11277
11278 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11279
11280         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11281         (mm-copy-to-buffer): Use with-current-buffer.
11282         (mm-display-part): Simplify.
11283         (mm-inlinable-p): Add optional arg `type'.
11284
11285 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11286
11287         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11288         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11289         Try harder to show the attachment internally or externally using
11290         gnus-mime-view-part-as-type.
11291
11292 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11293
11294         * message.el (message-from-style, message-signature-separator)
11295         (message-user-organization-file, message-send-mail-function)
11296         (message-citation-line-function, message-yank-prefix)
11297         (message-indent-citation-function, message-signature)
11298         (message-signature-file, message-signature-insert-empty-line):
11299         Remove autoloads.
11300
11301         * gnus-art.el (gnus-buttonized-mime-types):
11302         Remove "multipart/signed".  Revert 2006-04-26 change.
11303
11304 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11305
11306         * gnus.el (gnus-version-number): Bump version.
11307
11308 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11309
11310         * gnus.el: No Gnus v0.5 is released.
11311
11312 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11313
11314         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11315         fetching articles by message-id.
11316
11317 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11318
11319         * message.el (hashcash): Require hashcash as normal.
11320
11321         * ecomplete.el (ecomplete-highlight-match-line):
11322         Use point-at-eol.
11323         (ecomplete-highlight-match-line): Use `highlight', because that
11324         face exists in both Emacs and XEmacs.
11325
11326         * message.el (message-display-abbrev): Use point-at-bol.
11327
11328         * mail-source.el: Don't require timer/timer-funcs.
11329
11330         * gnus-async.el: Ditto.
11331
11332         * password.el: Ditto.
11333
11334         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11335
11336         * mm-url.el: Ditto.
11337
11338         * gnus-xmas.el: Don't require timer-funcs.
11339
11340         * mm-util.el: Require timer/timer-funcs.
11341
11342 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11343
11344         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11345         Close.
11346
11347 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11348
11349         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11350         unibyte after clear-decrypt function runs.
11351
11352         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11353         returns as a unibyte string.
11354
11355 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11356
11357         * lpath.el: Revert.
11358
11359         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11360         (pgg-gpg-process-sentinel): Revert.
11361
11362         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11363         (pgg-pgp-lookup-key): Revert.
11364
11365         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11366         (pgg-pgp5-lookup-key): Revert.
11367
11368         * pgg.el (pgg-fetch-key): Revert.
11369
11370 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * lpath.el: Fbind string-as-multibyte for XEmacs.
11373
11374         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11375         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11376         (mml1991-pgg-encrypt): Ditto.
11377
11378         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11379         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11380         a multibyte buffer.
11381
11382         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11383         (pgg-pgp-lookup-key): Ditto.
11384
11385         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11386         (pgg-pgp5-lookup-key): Ditto.
11387
11388         * pgg.el (pgg-fetch-key): Ditto.
11389
11390 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11391
11392         * message.el (message-user-organization-file): Check several
11393         locations of the organization file.
11394
11395         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11396         Add gnus-article-view-part-as-type.
11397
11398         * gnus-art.el (gnus-article-view-part-as-type): New function.
11399
11400         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11401         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11402
11403         * mml.el: Simplify autoload.
11404         (mml-mode): defvar dnd-protocol-alist instead of using
11405         symbol-value.
11406         (mml-default-directory): New variable.
11407         (mml-minibuffer-read-file): Use it.
11408         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11409
11410         * message.el (message-citation-line-format): New variable.
11411         (message-insert-formated-citation-line): New function.
11412         (message-citation-line-function):
11413         Add `message-insert-formated-citation-line' to custom type.
11414
11415         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11416         to doc string.
11417
11418         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11419         depending on mm-verify-option.
11420
11421 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11424         binding pgg-* variables; reimplement the section which prevents
11425         MIME header from being signed.
11426         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11427         pgg-text-mode; remove a blank line at the top of body.
11428
11429         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11430         lines at the top of body; use gnus-newsgroup-charset if there's no
11431         Charset header.
11432
11433 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11434
11435         * message.el (message-self-insert-commands): Doc fix.
11436
11437         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11438         (mm-uu-pgp-encrypted-test): Ditto.
11439         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11440         between header and body; return application/pgp-encrypted handle
11441         if decryption failed; decode decrypted body by charset.
11442
11443         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11444         element match to application/pgp-*.
11445
11446 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11447
11448         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11449         HTML.
11450
11451 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11452
11453         * mail-source.el (mail-source-call-script): Message the error
11454         string.
11455
11456 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11457
11458         * gnus-util.el (gnus-byte-compile): Use it.
11459
11460 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11461
11462         * gnus-util.el (kill-empty-logs): New function.
11463
11464 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11465
11466         * message.el (message-mail-alias-type): Doc fix.
11467         (message-mail-alias-type-p): New function.
11468         (message-send): Use it.
11469         (message-mode): Ditto.
11470         (message-strip-forbidden-properties): Ditto.
11471
11472         * ecomplete.el (ecomplete-database-file-coding-system):
11473         New variable.
11474         (ecomplete-save): Use it.
11475         (ecomplete-setup): Use it.
11476
11477 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11478
11479         * message.el (message-self-insert-commands): New variable.
11480         (message-strip-forbidden-properties): Use it.
11481
11482 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11483
11484         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11485         that doesn't make XEmacs choke.
11486
11487 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11488
11489         * gnus-util.el (gnus-replace-in-string):
11490         Prefer replace-regexp-in-string over of replace-in-string.
11491
11492 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11493
11494         * gnus-util.el (gnus-select-frame-set-input-focus):
11495         Use select-frame-set-input-focus if it is available in XEmacs; use
11496         definition defined in Emacs 22 for old Emacsen.
11497
11498         * dgnushack.el: Autoload unmorse-region for XEmacs.
11499
11500         * lpath.el: Bind cursor-in-non-selected-windows and
11501         select-frame-set-input-focus for XEmacs.
11502
11503 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11504
11505         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11506
11507 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11508
11509         * gnus-registry.el (gnus-registry-cache-save): Remove text
11510         properties when saving via the temp buffer.
11511
11512 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11513
11514         * message.el (message-generate-hashcash): Honor custom type.
11515
11516 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11517
11518         * message.el (message-generate-hashcash): Default to non-nil when
11519         hashcash is found.
11520
11521         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11522         (gnus-refer-thread-limit): Increase default to 500.
11523
11524         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11525
11526         * flow-fill.el (fill-flowed): Allow delete-space.
11527
11528 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11529
11530         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11531         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11532         Remove autoloads.
11533
11534 2006-04-18  Simon Josefsson  <jas@extundo.com>
11535
11536         * message.el (message-generate-hashcash): Default to.
11537
11538 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11541         concatenating segments rather than before concatenating them.
11542
11543 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11544
11545         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11546
11547 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11548
11549         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11550
11551         * message.el (message-forward-make-body-plain):
11552         Allow message-forward-ignored-headers to be a list.
11553         (message-remove-ignored-headers): Factor out into function.
11554         (message-forward-make-body-mml): Use it.
11555
11556         * imap.el (imap-quote-specials): New function.
11557         (imap-login-auth): Quote specials.
11558
11559         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11560         (rfc2231-parse-string): Allow concatanation of parameters that
11561         aren't contiguous.  The test case is
11562           (mail-header-parse-content-type "message/external-body;
11563             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11564             access-type=LOCAL-FILE;
11565             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11566
11567 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11568
11569         * nntp.el (nntp-accept-process-output): Return the value of
11570         `nnheader-accept-process-output'.
11571
11572 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11573
11574         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11575         (gnus-button-alist): Recognize more diff formats.
11576         (gnus-button-patch): Strip directory.
11577
11578 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11579
11580         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11581         Emacs 22 when setting focus.
11582
11583 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11584
11585         * gnus-art.el (gnus-article-treat-types): Do treatment of
11586         text/x-verbatim parts.
11587         (gnus-button-patch): New command.
11588
11589         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11590         addresses that contain invalid characters.
11591
11592 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11593
11594         * message.el (message-put-addresses-in-ecomplete):
11595         Use gnus-replace-in-string.
11596         (message-is-yours-p): Use the more correct
11597         mail-header-parse-address instead of
11598         mail-extract-address-components.
11599         (message-put-addresses-in-ecomplete): Fix typo.
11600
11601         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11602         keystroke.
11603
11604         * gnus-art.el (gnus-treatment-function-alist): Change order of
11605         newsgroups/generic header folding to avoid double-folding.
11606
11607         * message.el (message-hidden-headers): Add X-Draft-From.
11608
11609         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11610         New command.
11611         (gnus-summary-repeat-search-article-backward): New command.
11612
11613         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11614         groups in the parent topic.
11615
11616 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11617
11618         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11619         (spam-extra-header-to-number): Return the CRM114 number as a
11620         number instead of a string.
11621
11622 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11623
11624         * gnus-art.el (gnus-face-properties-alist): Move here from
11625         gnus-fun.
11626
11627         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11628
11629 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11630
11631         * message.el (message-strip-forbidden-properties): Only display on
11632         self-insert-command.
11633
11634         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11635         reindent.
11636         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11637
11638 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11639
11640         * smiley.el (smiley-style): Fix typo.
11641
11642 2006-03-23  Kenichi Handa  <handa@m17n.org>
11643
11644         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11645         instead of set-buffer-multibyte.
11646
11647 2006-03-23  Kenichi Handa  <handa@m17n.org>
11648
11649         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11650         buffer and then decode the buffer text if necessary.
11651         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11652         first, and after mm-encode-body, change the buffer to unibyte.
11653
11654 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11655
11656         * hashcash.el (hashcash-insert-payment-async-2):
11657         Use message-goto-eoh instead of doing it manually.
11658         (mail-add-payment): Use message-narrow-to-header instead of trying
11659         to do the same itself.
11660
11661         * message.el (message-hidden-headers): Add Face.
11662
11663         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11664         reparenting code.
11665         (gnus-summary-reparent-children): Refactored out code.
11666         (gnus-summary-thread-map): New keystroke.
11667         (gnus-summary-reparent-children): Make into command.
11668
11669         * smiley.el (smiley-style): Default to `medium' if using a large
11670         font.
11671
11672         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11673         does it itself.
11674
11675         * message.el (message-point-in-header-p): Simplify definition.
11676
11677 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11678
11679         * nnagent.el (nnagent-request-set-mark): Silence log file
11680         writing.
11681         (nnagent-request-set-mark): Use write-region instead of
11682         append-to-file.
11683
11684         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11685         strange select method.
11686
11687         * ecomplete.el (ecomplete-display-matches): Get highlightling
11688         right.
11689         (ecomplete-display-matches): Use literals.
11690         (ecomplete-display-matches): Disable message logging.
11691
11692         * message.el (message-display-abbrev): Small optimization.
11693
11694         * ecomplete.el (ecomplete-display-matches): Allow automatic
11695         display.
11696
11697         * message.el (message-strip-forbidden-properties):
11698         Display abbrevs.
11699         (message-display-abbrev): Get automatic display right.
11700
11701         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11702         keystrokes.
11703
11704 2006-04-13  Romain Francoise  <romain@orebokech.com>
11705
11706         TODO: Backport to v5-10!
11707
11708         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11709         Move here (and rename) from gnus-registry.el.
11710
11711         * gnus-registry.el: Require gnus-util.
11712         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11713
11714 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11715
11716         * gnus-group.el (gnus-group-catchup-current):
11717         Change if-then-else-if-then-else into cond.
11718         (gnus-group-catchup): Indent.
11719         (group-name-at-point): New function.
11720         (gnus-fetch-group): Provide default from thing at point.
11721
11722 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11723
11724         * message.el (message-display-abbrev): Fix regexp.
11725
11726         * ecomplete.el (ecomplete-highlight-match-line):
11727         Reimplement choosing.
11728         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11729         dead variables.
11730
11731         * message.el (message-newline-and-indent): Remove debugging.
11732         (message-display-abbrev): Use new implementation.
11733
11734 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11735
11736         * gnus-art.el (gnus-article-mode):
11737         Set cursor-in-non-selected-windows to nil.
11738
11739         * smiley.el: Revert previous change.
11740         (smiley-data-directory): defvar it before using it in the
11741         defcustom of `smiley-style'.
11742
11743 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11744
11745         * message.el (message-newline-and-indent): New function.
11746
11747         * ecomplete.el: Implement more bits.
11748
11749         * message.el (message-put-addresses-in-ecomplete): Clean up the
11750         string.
11751
11752         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11753
11754         * gnus-sum.el (gnus-summary-save-parts):
11755         Bind gnus-summary-save-parts-counter and use it to make unique file
11756         names.
11757
11758         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11759
11760         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11761         parameter to say whether to actually parse the individual
11762         addresses.
11763
11764         * message.el (message-put-addresses-in-ecomplete): New function.
11765         (ecomplete): Require.
11766         (message-mail-alias-type): Add ecomplete as an option.
11767
11768 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11769
11770         * flow-fill.el (fill-flowed): Remove trailing space from blank
11771         quoted lines.
11772
11773 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11774
11775         * smiley.el (smiley-style): Move definition later to avoid a
11776         compilation warning.
11777
11778 2006-04-12  Kenichi Handa  <handa@m17n.org>
11779
11780         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11781         buffer and then decode the buffer text if necessary.
11782         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11783         first, and after mm-encode-body, change the buffer to unibyte.
11784         Use mm-disable-multibyte instead of set-buffer-multibyte.
11785
11786 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11787
11788         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11789         Content-Type header instead of Content-Disposition header.
11790         (gnus-mime-inline-part): Ditto.
11791         (gnus-mime-view-part-as-charset): Ignore charset that the part
11792         specifies.
11793
11794         * mm-decode.el (mm-display-part): Work with external parts and
11795         usual parts similarly.
11796
11797         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11798         instead of gnus-display-mime.
11799
11800         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11801         instead of with-temp-buffer.
11802
11803         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11804         tag to summarized topics part in order to encode non-ASCII text.
11805
11806 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11807
11808         * smiley.el (smiley-style): New variable.
11809         (smiley-directory): New function.
11810         (smiley-data-directory): Derive from `smiley-style' using
11811         `smiley-directory'.
11812         (smiley-regexp-alist): Add new entries.
11813
11814         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11815         (gnus-article-browse-delete-temp): Add :version.
11816
11817 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11818
11819         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11820         the sieve region.
11821
11822 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11823
11824         * gnus.el (gnus-version-number): Bump version.
11825
11826 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11827
11828         * gnus.el: No Gnus v0.4 is released.
11829
11830 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11831
11832         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11833         layout.
11834
11835         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11836         unknown charset.
11837
11838         * message.el (message-header-synonyms): Add Original-To to the
11839         default.
11840
11841         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11842         optional parameter.
11843
11844 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11845
11846         * gnus-fun.el (gnus): Require it for gnus-directory.
11847
11848 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11849
11850         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11851
11852 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11853
11854         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11855
11856 2006-04-05  Simon Josefsson  <jas@extundo.com>
11857
11858         * password.el (password-reset): New function.
11859
11860 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11861
11862         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11863         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11864
11865 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11866
11867         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11868         Some whitespace was matched into the url, which broke browsing hits
11869         > 100 when mm-url-use-external was nil.
11870
11871 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11872
11873         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11874         Check gnus-extra-headers for 'Newsgroups.
11875
11876         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11877         bound.
11878
11879 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11880
11881         * pgg-gpg.el: Clean up process buffers every time gpg processes
11882         complete.
11883
11884 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11885
11886         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11887         doc string.
11888
11889 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11890
11891         * pgg-gpg.el (pgg-gpg-process-filter)
11892         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11893
11894         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11895         lines, temporary fix.
11896
11897 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11898
11899         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11900
11901 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11902
11903         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11904         default-enable-multibyte-characters.  This reverts the change from
11905         revision 6.17 which is no longer necessary because the passphrase
11906         is sent separately now.  GnuPG messages are unreadable under
11907         multibyte locales with default-enable-multibyte-characters set to
11908         nil.
11909
11910 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11911
11912         * message.el (message-tool-bar-gnome): Move "spell".
11913
11914 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11915
11916         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11917         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11918         instead.
11919
11920 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11921
11922         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11923         Improve newsgroups handling for NNTP overviews which don't include
11924         Newsgroups.
11925
11926 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11927
11928         * message.el (message-resend): Bind message-generate-hashcash to nil.
11929
11930 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11931
11932         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11933         when searching for already-paid recipients.
11934
11935 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11936
11937         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11938         passphrases when it is not needed.
11939         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11940         passphrase stuff from gpg, should only be necessary when you use
11941         gpg with a smartcard.
11942
11943 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11944
11945         * mml.el (mml-insert-mime): Ignore cached contents of
11946         message/external-body part.
11947
11948         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11949         (mm-insert-part): Ditto.
11950
11951 2006-03-23  Simon Josefsson  <jas@extundo.com>
11952
11953         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11954         Reiner.
11955         (pgg-gpg-use-agent-p): Use it again.
11956
11957 2006-03-23  Simon Josefsson  <jas@extundo.com>
11958
11959         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11960         older emacsen.
11961         (pgg-gpg-use-agent-p): Don't use it.
11962
11963 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11964
11965         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11966         if we can.
11967
11968 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11969
11970         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11971         (pgg-gpg-update-agent): New function.
11972         (pgg-gpg-use-agent-p): New function.
11973         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11974         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11975         (pgg-gpg-sign-region): Use it.
11976
11977 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11978
11979         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11980         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11981
11982 2006-03-21  Simon Josefsson  <jas@extundo.com>
11983
11984         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11985         <wilde@sha-bang.de>.
11986         (pgg-gpg-use-agent): New variable.
11987         (pgg-gpg-process-region): Use it.
11988         (pgg-gpg-encrypt-region): Likewise.
11989         (pgg-gpg-encrypt-symmetric-region): Likewise.
11990         (pgg-gpg-decrypt-region): Likewise.
11991         (pgg-gpg-sign-region): Likewise.
11992         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11993
11994 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11995
11996         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11997
11998         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11999         Add comment on version.
12000
12001 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12002
12003         * smiley.el: Add missing test smiley.
12004
12005 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12006
12007         * mm-decode.el (mm-with-part): New macro.
12008         (mm-get-part): Use it; work with message/external-body as well.
12009         (mm-save-part): Treat name and filename equally.
12010
12011         * mm-extern.el (mm-extern-cache-contents): New function.
12012         (mm-inline-external-body): Use it; force the part to be displayed;
12013         move undisplayer added to the cached handle to the parent.
12014
12015         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12016         (gnus-mime-view-part-as-type): Work with message/external-body.
12017
12018         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12019
12020 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12021
12022         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12023         images in image-load-path.  [Sync with image.el, revision 1.60, in
12024         Emacs.]
12025
12026 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12027
12028         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12029         path rather than symbol.  Always return list of directories.
12030         Guarantee that image directory comes first.  [Sync with image.el,
12031         revision 1.59, in Emacs.]
12032
12033         * message.el (message-make-tool-bar): Adjust to new API of
12034         `gmm-image-load-path-for-library'.
12035
12036         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12037
12038         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12039
12040 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12041
12042         * gnus-art.el (gnus-article-only-boring-p):
12043         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12044         intangible text.
12045         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12046
12047 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12048
12049         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12050         Use `defun' instead of `gmm-defun-compat'.
12051
12052 2006-03-14  Simon Josefsson  <jas@extundo.com>
12053
12054         * message.el (message-unique-id): Don't use message-number-base36
12055         if (user-uid) is a float.
12056         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12057
12058 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12059
12060         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12061
12062         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12063         empty line between a part and a message part.
12064
12065 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12066
12067         * smiley.el: Add more test smileys.
12068         (smiley-data-directory, smiley-regexp-alist)
12069         (gnus-smiley-file-types): Fix doc strings.
12070         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12071         adding new elements.
12072         (smiley-mouse-map): Unused code.  Make it a comment.
12073
12074 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12075
12076         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12077         scan latest NoCeM messages instead of old ones.
12078         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12079         delimiters that are recently used.
12080         (gnus-nocem-load-cache): Add autoload cookie.
12081
12082         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12083
12084         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12085         level which is larger than gnus-use-nocem is specified.
12086
12087         * gnus-group.el (gnus-group-get-new-news): Ditto.
12088
12089 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12090
12091         * gnus-util.el (gnus-tool-bar-update): New function.
12092
12093         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12094         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12095
12096         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12097
12098         * gnus-group.el (gnus-group-redraw-when-idle)
12099         (gnus-group-redraw-check): Remove.
12100         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12101
12102 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12103
12104         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12105         if optional last element is specified in splits (FIELD VALUE...).
12106
12107 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12108
12109         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12110         to gmm-image-load-path-for-library.  Call with no-error argument.
12111         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12112
12113         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12114
12115         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12116
12117         * gmm-utils.el (gmm-image-load-path): Remove alias.
12118
12119 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12120
12121         * gmm-utils.el (gmm-image-load-path): Add alias.
12122
12123         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12124         nnml-generate-nov-databases-1.
12125         (nnml-generate-nov-databases): Use it.
12126         (nnml-generate-nov-databases-directory): Document no-active
12127         argument.
12128
12129         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12130         directory if path is t.  Add no-error.
12131
12132         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12133         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12134
12135         * gnus-art.el (gnus-article-browse-delete-temp-files):
12136         Simplify resetting gnus-article-browse-html-temp-list.
12137
12138         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12139         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12140         Add example to docstring.  Rename local variables.  Move error
12141         checks to default case in cond and simplify.
12142
12143 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12144
12145         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12146         handle is multipart when calling it recursively.
12147         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12148
12149 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12150
12151         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12152         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12153
12154 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12155
12156         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12157         is loaded.
12158
12159         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12160         loaded.
12161
12162 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12163
12164         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12165         to "Emacs 23 (unicode)" in doc string.
12166
12167         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12168         "Emacs 23 (unicode)" in comment.
12169
12170 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12171
12172         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12173
12174         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12175         characters 160 through 255 in Emacs 23.
12176
12177 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12178
12179         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12180         gnus-article-browse-html-temp.
12181         (gnus-article-browse-delete-temp): Make it customizable.
12182         Add `file'.  Adjust doc string.
12183         (gnus-article-browse-delete-temp-files): Add argument.
12184         Allow query for each file.  Adjust doc string.
12185         (gnus-article-browse-html-parts):
12186         Add `gnus-article-browse-delete-temp-files' to
12187         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12188
12189 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12190
12191         * gnus-art.el (gnus-article-browse-html-temp)
12192         (gnus-article-browse-delete-temp): New variables.
12193         (gnus-article-browse-delete-temp-files): New function.
12194         (gnus-article-browse-html-parts): Use it.
12195
12196 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12197
12198         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12199
12200         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12201         string.
12202
12203         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12204         gnus-summary-insert-new-articles when unplugged.
12205         Remove gnus-summary-search-article-forward.
12206
12207         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12208         display-visual-class instead of display-color-cells.
12209
12210 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12211
12212         * dgnushack.el: Autoload customize-group for XEmacs.
12213
12214         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12215         message/* containing non-ASCII text properly.
12216
12217 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12218
12219         * message.el: Require gmm-utils, remove autoloads.
12220         (message-tool-bar): Set default based on
12221         gmm-tool-bar-style.
12222         (message-tool-bar-gnome): Add gmm-customize-mode.
12223
12224         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12225         gmm-tool-bar-style.
12226         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12227
12228         * gnus-group.el (gnus-group-tool-bar): Set default based on
12229         gmm-tool-bar-style.
12230         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12231
12232         * gmm-utils.el (gmm-image-directory): Rename variable from
12233         gmm-image-load-path.
12234         (gmm-image-load-path): Use gmm-image-directory.
12235         (gmm-customize-mode): New function.
12236         (gmm-tool-bar-style): New variable.
12237
12238         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12239         gnus-group-redraw-line-number.
12240         (gnus-group-redraw-check): Simplify.
12241         (gnus-group-tool-bar-update): Remove redraw check.
12242         (gnus-group-make-tool-bar): Add redraw check.
12243
12244 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12245
12246         * gnus-art.el (gnus-button): Add missing parentheses.
12247
12248 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12249
12250         * lpath.el: Fbind line-number-at-pos.
12251
12252 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12253
12254         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12255
12256 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12257
12258         * gnus-art.el (gnus-button): New face.
12259         (gnus-article-button-face): Use it.
12260
12261         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12262         Add gnus-summary-next-page.  Re-order.
12263
12264         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12265         next-node are now included.
12266         (gnus-group-redraw-line-number): New internal variable.
12267         (gnus-group-redraw-check): Helper function for updating the tool
12268         bar.
12269         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12270
12271         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12272
12273         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12274         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12275         Use it to match format of Spamassassin 3.0 and later.
12276         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12277         (spam-check-bogofilter)
12278         (spam-bogofilter-register-with-bogofilter): Fix args of
12279         `gnus-error' calls.
12280
12281 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12282
12283         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12284         unnecessary interaction when sending queued mails.
12285         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12286
12287 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12288
12289         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12290         first or last are nil.
12291
12292 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12293
12294         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12295
12296 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12297
12298         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12299
12300 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12301
12302         * dns.el (query-dns): Protect more against buggy tcp output.
12303
12304 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12305
12306         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12307         nov.php.
12308
12309 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12310
12311         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12312         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12313         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12314         output on the server side.
12315         (nnweb-google-create-mapping): Update regexps and add some
12316         progress indication.
12317
12318 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12319
12320         * gnus-group.el (gnus-group-tool-bar-gnome):
12321         Fix gnus-agent-toggle-plugged.  Re-order icons.
12322         (gnus-group-tool-bar-gnome):
12323         Add gnus-group-{prev,next}-unread-group.
12324         (gnus-group-tool-bar-gnome): Re-order icons.
12325
12326         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12327         Move gnus-summary-insert-new-articles.
12328
12329         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12330         Fix comments.
12331
12332         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12333         also available in Emacs 21.3.
12334
12335         * message.el (message-fix-before-sending): Change "Emacs 22" to
12336         "Emacs 23 (unicode)" in comment.
12337
12338         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12339         "Emacs 23 (unicode)" in comment.
12340
12341         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12342         comment.
12343         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12344
12345         * mm-view.el (mm-fill-flowed): Add :version.
12346
12347 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12348
12349         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12350         and load-path.
12351
12352 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12353
12354         * message.el: Autoload gmm-image-load-path.
12355         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12356         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12357         consitency.
12358
12359         * gmm-utils.el (gmm-image-load-path): Also search in
12360         "../etc/images".  Don't set gmm-image-load-path if we don't find
12361         the image.
12362
12363 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12364
12365         * gmm-utils.el (gmm-image-load-path): Don't make
12366         `gmm-image-load-path' include subdirectories which the second arg
12367         `image' might specify.
12368
12369         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12370         subdirectory to icon file names.
12371
12372         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12373
12374 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12375
12376         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12377         gmm-image-load-path calls.
12378
12379         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12380
12381         * message.el (message-make-tool-bar): Ditto.
12382
12383         * mml.el (mml-preview): Add comment concerning tool bar icons.
12384
12385         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12386         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12387
12388         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12389         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12390
12391         * message.el (message-tool-bar-gnome): Use new icon names.
12392         (message-make-tool-bar): Use `gmm-image-load-path'.
12393
12394         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12395         New functions from MH-E.
12396         (gmm-image-load-path): New variable from MH-E.
12397         (gmm-image-load-path): New function from MH-E.  Add arguments
12398         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12399         *-image-load-path-called-flag.
12400
12401 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12402
12403         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12404
12405 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12406
12407         * nnimap.el (nnimap-request-move-article): Change folder back to
12408         source group before deleting.
12409
12410 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12411
12412         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12413
12414         * gnus-art.el (mm-url-insert-file-contents-external):
12415         Autoload mm-url.
12416
12417         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12418
12419 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12420
12421         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12422         coding system which mm-charset-to-coding-system returns for a
12423         given charset is valid.
12424
12425 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12426
12427         * html2text.el (html2text-remove-tag-list):
12428         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12429
12430 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12431
12432         * gnus-cus.el: Revert 2005-10-17 change.
12433
12434 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * gnus-art.el (article-strip-banner):
12437         Call article-really-strip-banner only when the regexp match is made.
12438
12439 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * gnus-art.el (article-strip-banner):
12442         Use gnus-extract-address-components instead of
12443         mail-header-parse-addresses to make it work with non-ASCII text;
12444         remove mail-encode-encoded-word-string.
12445
12446         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12447         values which are surrounded with \"...\"; make it never cause a
12448         Lisp error; give up parsing of parameters if it failed in
12449         extracting type.
12450
12451 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12452
12453         * smime.el (smime-cert-by-ldap-1): Fix bug where
12454         `smime-ldap-search' returns results without userCertificates.
12455
12456 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12457
12458         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12459
12460 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12461
12462         * spam.el (spam-check-spamassassin-headers): Adapt format for
12463         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12464         <ari@mbf.ocn.ne.jp>.
12465         (spam-list-of-processors): Add spam-use-gmane.
12466
12467 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12470         make-temp-file; make it work with XEmacs as well.
12471
12472         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12473         mm-make-temp-file.
12474
12475         * mm-decode.el (mm-display-external): Use the 3rd arg of
12476         mm-make-temp-file.
12477         (mm-create-image-xemacs): Ditto.
12478
12479 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12482         with message-narrow-to-headers.
12483         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12484         (gnus-draft-check-draft-articles): New function.
12485         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12486
12487 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12488
12489         * gnus-art.el (gnus-article-browse-html-parts):
12490         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12491         Don't use suffix argument for mm-make-temp-file for Emacs 21
12492         compatibility.  Remove useless `format'.
12493
12494 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12495
12496         * nnweb.el (nnweb-google-wash-article): Update regexps.
12497         (nnweb-group-alist): Use defvoo instead of defvar.
12498
12499 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12500
12501         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12502         re-loading nn* modules.
12503
12504 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12505
12506         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12507         for `tool-bar-mode' and don't check it's default-value.
12508
12509         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12510
12511         * message.el (message-make-tool-bar): Ditto.
12512
12513         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12514         `substring'.  Shorten tmp-file name.
12515
12516         * gnus.el: Remove bogus comment.
12517
12518 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12519
12520         * gnus-art.el (gnus-article-browse-html-parts): New function.
12521         (gnus-article-browse-html-article): New function for viewing html
12522         articles with a browser.
12523
12524 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12525
12526         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12527         in elisp.
12528         (pgg-gpg-encrypt-symmetric-region): Ditto.
12529         (pgg-gpg-sign-region): Ditto.
12530
12531         * pgg-def.el (pgg-text-mode): New variable.
12532
12533         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12534         (mml2015-pgg-encrypt): Ditto.
12535
12536         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12537         (mml1991-pgg-encrypt): Ditto.
12538
12539 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12540
12541         * nnfolder.el (nnfolder-insert-newsgroup-line):
12542         Use message-make-date instead of current-time-string.
12543
12544         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12545         to gnus-decoded which mm-uu might set.
12546
12547 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12548
12549         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12550         don't decode quoted parameters; remove misimported Emacs code.
12551         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12552         (rfc2231-decode-encoded-string): Don't use split-string which
12553         behaves differently according to Emacs version; use
12554         mm-decode-coding-region to convert charset to coding-system.
12555         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12556         (rfc2231-encode-string): Remove misimported Emacs code.
12557
12558 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12559
12560         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12561         when calling mail-header-parse-content-type.
12562         (article-de-quoted-unreadable): Ditto.
12563         (article-de-base64-unreadable): Ditto.
12564         (article-wash-html): Ditto.
12565
12566         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12567         calling mail-header-parse-content-type and
12568         mail-header-parse-content-disposition.
12569         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12570         mail-header-parse-content-type.
12571
12572         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12573         insert charset and format parameters; encode description after
12574         inserting it to buffer.
12575         (mml-insert-parameter): Fold lines properly even if a parameter is
12576         segmented into two or more lines; change the max column to 76.
12577
12578         * rfc1843.el (rfc1843-decode-article-body): Don't use
12579         ignore-errors when calling mail-header-parse-content-type.
12580
12581         * rfc2231.el (rfc2231-parse-string): Return at least type if
12582         possible; don't cause an error even if it fails in parsing of
12583         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12584         (rfc2231-encode-string): Don't break lines at the beginning, leave
12585         it to mml-insert-parameter.
12586
12587         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12588         calling mail-header-parse-content-type.
12589
12590 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12591
12592         * spam-report.el (spam-report-gmane-use-article-number):
12593         Improve doc string.
12594         (spam-report-gmane-internal): Check if a suitable header was found
12595         in the article.
12596
12597 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12598
12599         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12600         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12601
12602 2006-02-05  Romain Francoise  <romain@orebokech.com>
12603
12604         Update copyright notices of all files in the gnus directory.
12605
12606 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12607
12608         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12609
12610 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12611
12612         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12613         segmented lines of parameter value to cope with Thunderbird 1.5
12614         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12615         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12616         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12617
12618 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12619
12620         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12621         parts.
12622
12623 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12624
12625         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12626         there's only one active file for all servers.
12627         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12628         solid groups.  Gnus might have used a FAST request to select the group.
12629         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12630         and nnweb-search redundantly in the active file.
12631         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12632         (nnweb-request-create-group): Don't use ARGS.
12633         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12634         initialisations.  Let nnoo do the work.
12635
12636 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12637
12638         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12639         Say the part has been decoded.
12640
12641         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12642
12643 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12644
12645         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12646         mailcap-viewer-test-cache when there's no 'test clause, since that
12647         will invert the meaning of a "nil" test previously determined by
12648         mailcap-mailcap-entry-passes-test.
12649
12650 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12651
12652         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12653         compiling.
12654
12655         * gnus-sum.el: Ditto.
12656
12657         * message.el: Don't bind tool-bar-map when compiling.
12658
12659 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12660
12661         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12662
12663 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12664
12665         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12666         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12667         current Google Groups.
12668
12669 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12670
12671         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12672         and tool-bar-mode.
12673
12674         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12675         and tool-bar-mode.
12676
12677         * message.el (message-tool-bar-update): Simplify.
12678         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12679
12680         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12681         gnus-summary-buffer.
12682         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12683         gnus-summary-reply.
12684
12685         * gmm-utils.el (gmm): Add :version.
12686
12687 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12688
12689         * Makefile.in (clean): New rule.
12690         (distclean): Use it.
12691
12692 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12693
12694         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12695         Don't autoload.
12696
12697 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12698
12699         * gmm-utils.el (gmm-verbose): Add :group.
12700
12701 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12702
12703         * message.el: Change some comments WRT tool-bars.
12704
12705         * gnus-sum.el (gnus-summary-tool-bar)
12706         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12707         (gnus-summary-tool-bar-zap-list): New variables.
12708         (gnus-summary-make-tool-bar): Complete rewrite using
12709         `gmm-tool-bar-from-list'.
12710
12711         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12712         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12713         New variables.
12714         (gnus-group-make-tool-bar): Complete rewrite using
12715         `gmm-tool-bar-from-list'.
12716         (gnus-group-tool-bar-update): New function.
12717
12718         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12719
12720 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12721
12722         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12723         is dissected into a single part of which the type is the same as
12724         the given one; decode charset.
12725
12726 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12727
12728         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12729         into alists as symbol not string, since that's what
12730         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12731         look for.
12732
12733 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12734
12735         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12736         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12737
12738         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12739
12740 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12741
12742         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12743         (gnus-xmas-mime-security-button-menu): New function.
12744
12745         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12746         (gnus-mime-security-button-menu): New definition.
12747         (gnus-mime-security-button-map): Use them.
12748         (gnus-mime-security-button-menu): New function.
12749         (gnus-insert-mime-security-button): Addition to help echo.
12750         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12751         (gnus-mime-security-pipe-part): New functions.
12752
12753         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12754         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12755
12756         * mm-decode.el (mm-handle-set-disposition): Remove.
12757         (mm-handle-set-description): Remove.
12758
12759 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12762         (mm-w3m-standalone-supports-m17n-p): New function.
12763         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12764         w3m usage.
12765
12766         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12767         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12768
12769 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12770
12771         * message.el (message-tool-bar-zap-list):
12772         Use gmm-tool-bar-zap-list as custom type.
12773         (message-tool-bar-update): New function.
12774         (message-tool-bar, message-tool-bar-gnome)
12775         (message-tool-bar-retro): Add message-tool-bar-update.
12776         (message-tool-bar-gnome): Add flyspell-buffer.
12777
12778         * gnus-util.el (gnus-error): Describe `args'.
12779
12780         * gmm-utils.el (gmm-error): Describe `args'.
12781         (gmm-tool-bar-zap-list): New widget.
12782         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12783
12784 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12785
12786         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12787         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12788         the number of recursive calls.
12789
12790         * mm-decode.el (mm-handle-set-disposition): New macro.
12791         (mm-handle-set-description): New macro.
12792
12793 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12796         encoding.
12797
12798 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12799
12800         * message.el (message-tool-bar-zap-list, message-tool-bar)
12801         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12802         (message-tool-bar-local-item-from-menu): Remove.
12803         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12804         (message-make-tool-bar): New function.
12805         (message-mode): Use `message-make-tool-bar'.
12806
12807         * gmm-utils.el: New file.
12808         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12809         (gmm-lazy): New widget copied from `nnmail.el'.
12810         (gmm-tool-bar-from-list): New function for creating customizable
12811         tool bars.
12812         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12813         output.
12814         (gmm): Add :prefix to defgroup.
12815
12816 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12817
12818         * gmm-utils.el (gmm-widget-p): New function.
12819
12820 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12821
12822         * mml.el (mml-attach-file): Describe `description' in doc string.
12823         (mml-menu): Add Emacs MIME manual and PGG manual.
12824
12825 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12826
12827         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12828
12829 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12830
12831         * nntp.el (nntp-end-of-line): Doc fix.
12832
12833 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12834
12835         * imap.el (imap-open): Handle case where buffer is a buffer
12836         object.
12837
12838 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12839
12840         * gnus-delay.el (gnus-delay): Don't autoload.
12841         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12842         to be re-loaded when customizing the `gnus-delay' group.
12843
12844 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12845
12846         * message.el (message-insert-citation-line): Use newlines.
12847
12848 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12849
12850         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12851         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12852         these routines, so the passphrase can be managed externally and
12853         passed in to the system.
12854         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12855         pgg-add-passphrase-to-cache function.
12856
12857         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12858         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12859         these routines, so the passphrase can be managed externally and
12860         passed in to the system.
12861         (pgg-pgp5-sign-region): Use new name of
12862         pgg-add-passphrase-to-cache function.
12863
12864 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12865
12866         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12867         part of the decoded armor to find the key-identifier.
12868         (pgg-gpg-lookup-key-owner): New function to return the
12869         human-readable identifier of a key owner.
12870         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12871         itself.
12872         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12873         the key value) if we have a key and can match it against a secret
12874         key.  Also, added a note pointing out fact that the prompt only
12875         indicates the first matching key.
12876
12877         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12878         pgg-decrypt-region.
12879         (pgg-add-passphrase-to-cache): Rename from
12880         `pgg-add-passphrase-cache' to reduce confusion (all callers
12881         changed).
12882         (pgg-remove-passphrase-from-cache): Rename from
12883         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12884         changed).
12885         (pgg-read-passphrase, pgg-add-passphrase-cache)
12886         (pgg-remove-passphrase-cache): Add informative docstrings.
12887         (pgg-decrypt): Convey provided passphrase in subordinate call to
12888         pgg-decrypt-region.
12889
12890 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12891
12892         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12893         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12894         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12895         'passphrase' argument, so the passphrase can be managed externally
12896         and then passed in to the system.
12897
12898         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12899         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12900         so the passphrase cache can be used reliably with identifiers
12901         besides a pgp packet's key id.
12902
12903         * pgg-gpg.el (pgg-gpg-encrypt-region)
12904         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12905         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12906         these routines, so the passphrase can be managed externally and
12907         passed in to the system.
12908
12909         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12910         'notruncate' argument, so the passphrase cache can be used
12911         reliably with identifiers besides a pgp packet's key id.
12912
12913 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12914
12915         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12916         symmetric encryption.
12917         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12918         encrypted session key.
12919         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12920         message ask for the passphrase in a proper way.
12921
12922         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12923         New user commands for symmetric encryption.
12924
12925 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12928
12929         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12930
12931 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12932
12933         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12934
12935 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12936
12937         * mm-decode.el (mm-inlined-types): Add application/pgp.
12938         (mm-automatic-display): Ditto.
12939
12940         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12941         part as text.
12942
12943 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12944
12945         * nnrss.el: Update copyright.
12946         (nnrss-opml-import): Query whether to subscribe to each entry.
12947
12948         * gnus-art.el:
12949         * gnus-sum.el:
12950         * gnus-xmas.el:
12951         * messagexmas.el:
12952         * mm-uu.el:
12953         * mm-view.el: Update copyright.
12954
12955 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12956
12957         * message.el (message-info): New function.
12958         (message-mode-menu): Add it.
12959         Update copyright.
12960
12961         * ChangeLog: Fix and update copyright.
12962
12963 2006-01-13  Romain Francoise  <romain@orebokech.com>
12964
12965         * message.el (message-forward-subject-name-subject): Prefer the
12966         address to 'nowhere' if the sender has no name.
12967         Fix typo.  Update copyright year.
12968
12969 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12970
12971         * gnus-art.el (article-wash-html):
12972         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12973         (gnus-article-wash-html-with-w3m-standalone): New function.
12974
12975         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12976         mm-inline-text-html-render-with-w3m-standalone.
12977         (mm-text-html-washer-alist): Map w3m-standalone to
12978         gnus-article-wash-html-with-w3m-standalone.
12979         (mm-inline-text-html-render-with-w3m-standalone): New function.
12980
12981 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12982
12983         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12984         Improve LaTeX.
12985
12986 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12989         (nnrss-request-article): Render text/plain parts as HTML.
12990
12991         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12992         the buffer.
12993
12994 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12995
12996         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12997         custom definition of `gnus-posting-styles'.
12998
12999         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13000         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13001
13002 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13003
13004         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13005         Use nntp for bug archive.
13006
13007 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13008
13009         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13010         parts.
13011         (nnrss-normalize-date): New function converts ISO 8601 date into
13012         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13013         (nnrss-check-group): Use it.
13014
13015 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13016
13017         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13018
13019         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13020         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13021         (nnrss-insert-w3): Ditto.
13022
13023 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13024
13025         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13026         the articles to be forwarded including the case where neither a
13027         number of articles nor a region is specified.
13028
13029 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13030
13031         * nnrss.el (nnrss-request-article): Fix last change; fill
13032         text/plain parts.
13033
13034 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13035
13036         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13037         in text/plain part.
13038         (nnrss-check-group): Don't add excessive newline to dc:subject.
13039
13040 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13041
13042         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13043         article.
13044
13045 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13046
13047         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13048         (nnml-use-compressed-files, nnml-save-mail): Support other
13049         comression programs such as bzip2.
13050
13051 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13052
13053         * dns.el (query-dns): Make sure we check the buffer size before
13054         removing tcp headers.
13055
13056 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13057
13058         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13059         remove MIME buttons associated with multipart/alternative parts.
13060         (gnus-mime-display-alternative): Tag buttons using `article-type'
13061         text property.
13062
13063         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13064         associated with multipart/alternative parts.
13065
13066         * gnus-art.el (gnus-signature-separator): Fix custom type.
13067
13068         * mm-decode.el (mm-inlined-types): Fix custom type.
13069         (mm-keep-viewer-alive-types): Ditto.
13070         (mm-automatic-display): Ditto.
13071         (mm-attachment-override-types): Ditto.
13072         (mm-inline-override-types): Ditto.
13073         (mm-automatic-external-display): Ditto.
13074
13075 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13076
13077         * spam-report.el (spam-report-user-mail-address)
13078         (spam-report-user-agent): New variables.
13079         (spam-report-url-ping-plain): Use spam-report-user-agent.
13080
13081 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13082
13083         * gnus-art.el (gnus-button-handle-custom): Do not just use
13084         `customize-apropos' for any "M-x customize-*" button but the
13085         function called for.  Accept both the function name and its
13086         argument in order to achieve this.
13087         (gnus-button-alist): Remove support for "custom:" URL's.
13088         Pass function name to `gnus-button-handle-custom' in case of "M-x
13089         customize-*" buttons.
13090
13091 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13092
13093         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13094         multipart/alternative and add xref to mm-discouraged-alternatives
13095         in doc string.
13096
13097         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13098         gnus-buttonized-mime-types in doc string.
13099
13100 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13101
13102         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13103         Suggest image/.* in the doc string.
13104
13105 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13106
13107         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13108         message-marks (Debian bug #342521).
13109
13110 2005-12-12  Simon Josefsson  <jas@extundo.com>
13111
13112         * password.el (password-read-from-cache): Add.
13113         (password-read): Use it.
13114
13115 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13116
13117         * rfc2047.el (rfc2047-charset-to-coding-system):
13118         Recognize us-ascii as a MIME charset.
13119
13120         * mm-bodies.el (mm-decode-content-transfer-encoding):
13121         Protect against the case where the 2nd arg TYPE is nil.
13122
13123 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13124
13125         * pop3.el (pop3-stream-type): Fix custom version.
13126
13127         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13128
13129 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13130
13131         * mm-decode.el (mm-display-external): Add missing cdr.
13132
13133 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13134
13135         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13136         RFC1524) if it is in mailcap or add a suffix according to
13137         mailcap-mime-extensions when generating a temp filename; postpone
13138         deleting a temp file for 2 seconds for some wrappers, shell
13139         scripts, and so on, which might exit right after having started a
13140         viewer command as a background job.
13141
13142 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13143
13144         * nntp.el (nntp-marks-directory): Fix custom group.
13145
13146         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13147         steps when < 10.
13148
13149         * gnus-start.el (gnus-no-server-1):
13150         Mention `gnus-level-default-subscribed' in doc string.
13151
13152 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13153
13154         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13155         parens.
13156
13157 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13158
13159         * gnus-xmas.el (gnus-use-toolbar): Revert.
13160         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13161         gnus-use-toolbar is default.
13162
13163         * messagexmas.el (message-use-toolbar): Revert.
13164         (message-setup-toolbar): Use global default-toolbar if
13165         message-use-toolbar is default.
13166
13167 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13168
13169         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13170         according to default-toolbar-visible-p.
13171
13172         * messagexmas.el (message-use-toolbar): Ditto.
13173
13174 2005-11-26  Dave Love  <fx@gnu.org>
13175
13176         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13177         (tls-program, tls-success): Provide openssl alternative.
13178
13179         * starttls.el: Doc fixes.
13180         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13181         SERVICE to PORT.
13182
13183         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13184         port null or service name.
13185         (starttls-negotiate): Autoload.
13186
13187 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * message.el (message-kill-to-signature): Fix interactive spec.
13190
13191 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13192
13193         * pop3.el (pop3-open-server): Recognize a string as a service name.
13194
13195 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13196
13197         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13198
13199 2005-11-23  Dave Love  <fx@gnu.org>
13200
13201         Add pop3s, pop3/starttls.
13202
13203         * pop3.el (pop3-authentication-scheme): Clarify doc.
13204         (open-tls-stream, starttls-open-stream): Autoload.
13205         (pop3-stream-type): New.
13206         (pop3-open-server): Use it.
13207
13208         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13209         for POP.
13210         (mail-source-keyword-map): Add :stream for POP.
13211         (mail-source-fetch-pop): Use pop3-stream-type.
13212
13213 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13214
13215         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13216         of current-time-string.
13217
13218 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13219
13220         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13221         date header.
13222
13223 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13224
13225         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13226         it can seriously impact performance as it bypasses the agent's
13227         local caches.
13228
13229 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13230
13231         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13232         must be explicitly online rather than "not explicitly offline" for
13233         its flags to be synchronized.
13234
13235         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13236         that gnus-uu-unmark-thread will function correctly.
13237
13238         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13239         1024K is instead displayed as 1M.
13240
13241 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13242
13243         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13244
13245 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13246
13247         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13248
13249 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13250
13251         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13252         error message to display actual error condition.
13253         (gnus-agent-save-local): Avoid saving symbols that are bound to
13254         nil as they simply result in a warning message in
13255         gnus-agent-read-local.
13256
13257 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13258
13259         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13260         rather than make-variable-buffer-local for file-precious-flag.
13261
13262 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13263
13264         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13265         for duplicates which are removed.  The invalid sort check then
13266         triggers a rescan after the sort as sorting may have moved
13267         duplicate entries such that they can be cheaply detected.
13268
13269 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13270
13271         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13272
13273 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13274
13275         * gnus-agent.el (gnus-agent-article-alist-save-format):
13276         Change internal variable to a custom variable.  Change default value
13277         from compressed(2) to uncompressed(1).
13278         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13279         support for uncompressed agentview files.  Taken together, reading
13280         the agentview file should now be 6-7 times faster.
13281
13282 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13283
13284         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13285         as a buffer-local variable.  This avoids creating truncated
13286         dribble files as a result of a hang up, eg.
13287
13288 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13289
13290         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13291         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13292         XEmacs.
13293
13294 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13295
13296         * gnus-start.el (gnus-start-draft-setup):
13297         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13298
13299         * gnus.el (gnus-splash): Change custom group.
13300         (gnus-group-get-parameter, gnus-group-parameter-value):
13301         Describe allow-list argument.
13302
13303         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13304         string.
13305
13306 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13307
13308         * gnus-art.el (gnus-default-article-saver): Add user-defined
13309         `function' to custom type.
13310
13311 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13312
13313         * imap.el (imap-open): Handle case where buffer is a buffer
13314         object.
13315
13316 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13317
13318         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13319         long lines.
13320         (gnus-cache-delete-group): Wrap doc strings.
13321
13322         * gnus-agent.el (gnus-agent-rename-group)
13323         (gnus-agent-delete-group): Wrap doc strings.
13324
13325 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13326
13327         * messagexmas.el (message-use-toolbar): Change the valid values
13328         into default, top, bottom, left, and right.
13329         (message-toolbar-thickness): New variable.
13330         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13331         well.
13332         (message-setup-toolbar): Make it work.
13333
13334         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13335         (gnus-use-toolbar): Change the valid values into default, top,
13336         bottom, left, and right.
13337         (gnus-toolbar-thickness): New variable.
13338         (gnus-xmas-setup-toolbar): New function.
13339         (gnus-xmas-setup-group-toolbar): Use it.
13340         (gnus-xmas-setup-summary-toolbar): Use it.
13341
13342 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13343
13344         * gnus-start.el (gnus-1): Add "native" to
13345         gnus-predefined-server-alist.
13346
13347         * gnus.el (gnus-method-to-server): Don't add "native" to the
13348         lists here, because that leads to problems when
13349         gnus-select-method is bound.
13350
13351 2005-11-09  Simon Josefsson  <jas@extundo.com>
13352
13353         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13354         use (not sort-by-date) instead.
13355
13356 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13357
13358         * gnus-delay.el (gnus-delay-group): Don't autoload.
13359         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13360         to be re-loaded when customizing the `gnus-delay' group.
13361
13362 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13363
13364         * message.el: Revert last changes.
13365         (message-insert-citation-line): Use newlines.
13366
13367 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13368
13369         * message.el (message-courtesy-message)
13370         (message-mark-insert-begin, message-mark-insert-end)
13371         (message-elide-ellipsis, message-cancel-message)
13372         (message-add-header, message-change-subject)
13373         (message-cross-post-followup-to-header)
13374         (message-cross-post-insert-note, message-reduce-to-to-cc)
13375         (message-widen-reply, message-delete-not-region)
13376         (message-kill-to-signature, message-insert-signature)
13377         (message-insert-importance-high, message-insert-importance-low)
13378         (message-insert-or-toggle-importance)
13379         (message-insert-disposition-notification-to)
13380         (message-indent-citation, message-yank-original)
13381         (message-cite-original-without-signature, message-cite-original)
13382         (message-insert-citation-line, message-position-on-field)
13383         (message-fix-before-sending, message-send-mail-partially)
13384         (message-send-mail, message-send-mail-with-sendmail)
13385         (message-send-mail-with-qmail, message-send-news)
13386         (message-check-news-header-syntax, message-generate-headers)
13387         (message-insert-courtesy-copy, message-fill-address)
13388         (message-fill-header, message-shorten-references)
13389         (message-setup-1, message-cancel-news)
13390         (message-forward-make-body-plain, message-forward-make-body-mime)
13391         (message-forward-make-body-mml, message-encode-message-body)
13392         (message-forward-make-body-digest-plain)
13393         (message-forward-make-body-digest-mime)
13394         (message-use-alternative-email-as-from): Insert `hard-newline'
13395         instead of ordinary newlines.
13396
13397 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13398
13399         * message.el (message-generate-headers): Downcase the argument
13400         given to message-check-element.
13401
13402 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13403
13404         * nntp.el (nntp-authinfo-rejected): New error condition.
13405         (nntp-wait-for): Use new error condition to signal authentication
13406         error.
13407         (nntp-retrieve-data): Rethrow new error condition to break out of
13408         recursive call to nntp-send-authinfo.
13409
13410 2005-11-08  Romain Francoise  <romain@orebokech.com>
13411
13412         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13413         (gnus-summary-exit-map): Bind to `Z p'.
13414         (gnus-summary-make-menu-bar): Add menu item.
13415
13416 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13417
13418         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13419         (gnus-treat-*): Add `first' in all doc strings.
13420
13421         * gnus-group.el (gnus-group-compact-group): Fix typo.
13422
13423 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13424
13425         * gnus.el (gnus-parameters-case-fold-search): New variable.
13426         (gnus-parameters-get-parameter): Use it.
13427
13428         * gnus-score.el (gnus-home-score-file): Doc fix.
13429
13430 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13431
13432         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13433
13434 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13435
13436         * mm-util.el (mm-special-display-p): New function.
13437
13438         * mml.el (mml-preview): Use it; doc fix.
13439
13440 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13441
13442         * imap.el (imap-open): Handle case where buffer is a buffer object.
13443
13444 2005-10-29  Romain Francoise  <romain@orebokech.com>
13445
13446         * message.el (message-fix-before-sending): Fix comment.
13447
13448 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13449
13450         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13451
13452 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13453
13454         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13455         Used in gnus-score.el.
13456
13457 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13458
13459         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13460
13461 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13462
13463         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13464         whitespace removed in revision 7.8.  Use concatenated string to
13465         protect trailing whitespace.
13466
13467 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13468
13469         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13470         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13471         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13472         Courier IMAP ("some version from 2004").  Mostly based on similar
13473         code in the same function.
13474
13475 2005-10-26  Didier Verna  <didier@xemacs.org>
13476
13477         * gnus-group.el (gnus-group-compact-group): Invalidate original
13478         article buffer.
13479         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13480         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13481         NOV database and in article itself.
13482         Invalidate article backlog.
13483
13484 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13485
13486         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13487
13488 2005-10-26  Simon Josefsson  <jas@extundo.com>
13489
13490         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13491         part of 2004-07-25 change.
13492
13493 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13494
13495         * message.el (message-display-completion-list): New function.
13496         (message-expand-group): Use it; make sure the Completions buffer
13497         is modifiable.
13498 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13499
13500         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13501         user-mail-name is an empty string.
13502
13503 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13504
13505         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13506         depending on gnus-score-decay-constant.
13507
13508         * encrypt.el (encrypt-insert-file-contents)
13509         (encrypt-write-file-contents): Don't use `gnus-message'.
13510
13511         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13512         arguments.
13513         (mm-uu-type-alist): Add message-marks and insert-marks.
13514         Pass arguments to mm-uu-verbatim-marks-extract.
13515         (mm-uu-hide-markers): New variable.
13516         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13517
13518         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13519         (gnus-convert-image-to-face-command): Use "convert" by default to
13520         allow other input image formats.
13521         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13522         accordingly.
13523
13524 2005-10-23  Simon Josefsson  <jas@extundo.com>
13525
13526         * imap.el (imap-gssapi-program): Align command line parameters
13527         with latest GNU SASL.
13528         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13529
13530 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13531
13532         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13533         HTML.
13534         (nnslashdot-request-article): Ditto.
13535
13536         * lpath.el (featurep): Add nobreak-char-display.
13537
13538 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13539
13540         * mail-source.el (mail-source-fetch-pop): Require pop3.
13541         (mail-source-check-pop): Ditto.
13542
13543 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13544
13545         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13546         errors.
13547
13548 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13549
13550         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13551         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13552
13553         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13554
13555         * mm-bodies.el (mm-decode-string):
13556         Call `mm-charset-to-coding-system' with allow-override argument.
13557
13558 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13559
13560         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13561         (rfc2047-charset-to-coding-system): New function.
13562         (rfc2047-decode-encoded-words): New function.
13563         (rfc2047-decode-region): Use them.
13564         (rfc2047-decode-cte): Remove.
13565         (rfc2047-parse-and-decode): Remove.
13566         (rfc2047-decode): Remove.
13567
13568 2005-10-15  Kenichi Handa  <handa@m17n.org>
13569
13570         * rfc2047.el (rfc2047-decode-cte): New function.
13571         (rfc2047-decode-region): Change the way to decode successive
13572         encoded-words: decode B- or Q-encoding in each encoded-word,
13573         concatenate them, and decode it as charset.
13574
13575 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13576
13577         * lpath.el: Fbind codepage-setup for XEmacs.
13578
13579 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13580
13581         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13582         widget-move-and-invoke.
13583         (gnus-custom-mode): Use gnus-custom-map.
13584
13585 2005-10-15  Bill Wohler  <wohler@newt.com>
13586
13587         * message.el (message-tool-bar-map): Rename image file from
13588         mail_send to mail/send.
13589
13590 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13591
13592         * message.el (message-expand-group): Pass the common
13593         prefix substring of completion to `display-completion-list'.
13594
13595 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13596
13597         * mml-sec.el (mml-secure-method): New internal variable.
13598         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13599         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13600         New functions using mml-secure-method.
13601
13602         * mml.el (mml-mode-map): Add key bindings for those functions.
13603         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13604         Harder <harder@myrealbox.com>.
13605         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13606         Goto end of message if point is the headers of the message.
13607
13608         * message.el (message-in-body-p): New function.
13609
13610         * assistant.el: Autoload gnus-util and netrc.
13611
13612         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13613         Use `mm-charset-override-alist' only when decoding.
13614
13615         * mm-bodies.el (mm-decode-body):
13616         Call `mm-charset-to-coding-system' with allow-override argument.
13617
13618         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13619         `filename' from Content-Disposition if Content-Type doesn't
13620         provide `name'.
13621         (gnus-mime-view-part-as-type): Set default instead of
13622         initial-input.
13623
13624 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13625
13626         * format-spec.el (format-spec): Propagate text properties of % spec.
13627
13628 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13629
13630         * gnus-art.el (gnus-treat-predicate): Add `first'.
13631
13632 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13633
13634         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13635         (mm-charset-override-alist): New variable.
13636         (mm-charset-to-coding-system): Use it.
13637         (mm-codepage-setup): New helper function.
13638         (mm-charset-eval-alist): New variable.
13639         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13640         Warn about unknown charsets.
13641
13642         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13643
13644 2005-10-04  David Hansen  <david.hansen@gmx.net>
13645
13646         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13647         (nnrss-check-group): Ditto.
13648
13649 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13650
13651         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13652         Rename x-gnus-verbatim to x-verbatim.
13653         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13654
13655         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13656         x-verbatim.
13657
13658         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13659
13660         * gnus-util.el (gnus-remove-duplicates): Remove.
13661
13662         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13663         instead of gnus-remove-duplicates.
13664
13665         * message.el (message-remove-duplicates): Remove.
13666         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13667         message-remove-duplicates.
13668
13669         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13670         available, else use implementation from `delete-dups'.
13671
13672         * message.el (message-insert-expires): New function.
13673         (message-mode-map): Add key binding.
13674         (message-mode-field-menu): Add menu entry.
13675         (message-mode): Document it.
13676         (message-make-expires-date): Use `message-make-date'.
13677
13678 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13679
13680         * message.el (message-make-expires-date): New function.
13681
13682 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13683
13684         * Makefile.in (list-installed-shadows): New entry.
13685         (install): Use it.
13686         (remove-installed-shadows): New entry.
13687
13688         * dgnushack.el (dgnushack-default-load-path): New variable.
13689         (dgnushack-find-lisp-shadows): New function.
13690         (dgnushack-remove-lisp-shadows): New function.
13691
13692 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13693
13694         * Makefile.in (install-el-elc): New entry.
13695         (install): Use it so that .el files are necessarily installed.
13696
13697 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13698
13699         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13700
13701 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13702
13703         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13704         function rather than the diff-mode.el package.
13705         (mm-display-external): Use with-current-buffer.
13706         (mm-viewer-completion-map, mm-viewer-completion-map):
13707         Move initialization inside declaration.
13708
13709 2005-09-29  Simon Josefsson  <jas@extundo.com>
13710
13711         * spam.el: Load hashcash when compiling, to avoid warnings.
13712         Don't autoload mail-check-payment.
13713         (spam-check-hashcash): Define unconditionally, since hashcash.el
13714         is part of Gnus now.  Ignore errors from payment checking.
13715
13716 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13717
13718         * message.el (message-bold-region, message-unbold-region):
13719         Rename from `bold-region' and `unbold-region'.
13720
13721         * message.el: Remove useless autoloads.
13722
13723 2005-09-28  Simon Josefsson  <jas@extundo.com>
13724
13725         * message.el (message-use-idna): Default to t.
13726         (message-use-idna): Test whether encoding works too.  Doc fix.
13727
13728 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13729
13730         * nntp.el (nntp-warn-about-losing-connection): Remove.
13731
13732 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13733
13734         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13735         customizable.  Change default value.
13736         (mm-uu-diff-groups-regexp): Change default value.
13737         (mm-uu-type-alist): Add doc string.
13738         (mm-uu-configure): Add doc string.  Make it interactive.
13739         (mm-uu-tex-groups-regexp): New variable.
13740         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13741         (mm-uu-type-alist): Add LaTeX documents.
13742         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13743         of "text/verbatim".
13744         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13745
13746         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13747         instead of "text/verbatim".
13748
13749         * message.el (message-mark-inserted-region)
13750         (message-mark-insert-file): Use slrn style marks when called with
13751         prefix argument.
13752
13753 2005-09-27  Simon Josefsson  <jas@extundo.com>
13754
13755         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13756
13757 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13758
13759         * message.el (message-remove-duplicates): New function.
13760         Implementation borrowed from `gnus-remove-duplicates'.
13761         (message-idna-to-ascii-rhs): Also encode idna addresses in
13762         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13763         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13764         only ask about the same idna domain once per header and also tell
13765         in what header to replace the idna domain.
13766
13767         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13768         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13769         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13770         a header is decoded and not just the last one.
13771
13772 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13773
13774         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13775         has been decoded.
13776
13777         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13778         (mm-insert-part): Don't modify text if it has been decoded.
13779
13780         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13781         decoded.
13782
13783         * mm-view.el (mm-inline-text): Don't strip text props unless
13784         decoding enriched or richtext parts.
13785
13786 2005-09-25  Romain Francoise  <romain@orebokech.com>
13787
13788         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13789         * gnus-start.el (gnus-subscribe-interactively):
13790         * gnus-uu.el (gnus-uu-grab-articles):
13791         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13792         space.
13793
13794 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13795
13796         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13797         * mm-view.el (mm-view-pkcs7-decrypt):
13798         * gnus-sum.el (gnus-summary-limit-to-extra)
13799         (gnus-summary-respool-article, gnus-read-move-group-name):
13800         * gnus-score.el (gnus-summary-increase-score):
13801         * gnus-util.el (gnus-completing-read-with-default):
13802         * gnus-art.el (gnus-read-save-file-name)
13803         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13804         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13805         * message.el (message-check-news-header-syntax):
13806         Follow convention for reading with the minibuffer.
13807
13808 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13809
13810         * spam-report.el (spam-report-url-ping-plain):
13811         Use gnus-extended-version as User-Agent.
13812
13813         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13814         default value is nil.
13815
13816         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13817         (mm-uu-verbatim-marks-extract): New function.
13818         (mm-uu-extract): New face.
13819         (mm-uu-copy-to-buffer): Use it.
13820
13821         * spam-report.el (spam-report-gmane-ham): Rename from
13822         `spam-report-gmane-unspam'.
13823         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13824         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13825
13826         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13827         Autoload.
13828         (spam-report-gmane-unregister-routine):
13829         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13830
13831 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13832
13833         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13834         (spam-report-gmane-unregister-routine): Add support for gmane
13835         unregistration.
13836
13837         * spam-report.el (spam-report-gmane-unspam)
13838         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13839         (spam-report-gmane): Change to take a single article and do unspam
13840         registration.
13841
13842 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13843
13844         * mm-url.el (mm-url-decode-entities): Fix regexp.
13845
13846 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13847
13848         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13849         default to nil, to be able to use Gnus at all.  If the default
13850         switches to something else, then the function should be fixed not
13851         be exceedingly slow.
13852
13853 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13854
13855         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13856         fail hard.
13857
13858         * spam-report.el: Add better Keywords line.
13859
13860         * spam.el: Add Maintainer and better Keywords line.
13861
13862 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13863
13864         * gnus-art.el (gnus-article-replace-part)
13865         (gnus-mime-replace-part): New functions.
13866         (gnus-mime-action-alist, gnus-mime-button-commands)
13867         (gnus-mime-save-part-and-strip): Add file argument.
13868         (gnus-article-part-wrapper): Add interactive argument.
13869
13870         * gnus-sum.el (gnus-summary-mime-map):
13871         Add `gnus-article-replace-part'.
13872
13873 2005-09-19  Didier Verna  <didier@xemacs.org>
13874
13875         The nnml compaction feature:
13876         * nnml.el (nnml-request-compact-group): New function.
13877         * nnml.el (nnml-request-compact): New function.
13878         * gnus-int.el (gnus-request-compact-group): New function.
13879         * gnus-int.el (gnus-request-compact): New function.
13880         * gnus-group.el (gnus-group-compact-group): New function.
13881         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13882         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13883         * gnus-srvr.el (gnus-server-compact-server): New function.
13884         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13885         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13886
13887 2005-09-18  Deepak Goel  <deego@gnufans.org>
13888
13889         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13890         format spec.
13891
13892 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13893
13894         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13895
13896 2005-09-15  Romain Francoise  <romain@orebokech.com>
13897
13898         * message.el (message-fill-paragraph): Clarify docstring.
13899
13900 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13901
13902         * gnus-art.el (gnus-mime-display-part): Protect against broken
13903         MIME messages.
13904
13905 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13906
13907         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13908         before parsing header.
13909
13910 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13911
13912         * html2text.el (html2text-replace-list): Add new entities.
13913
13914 2005-09-11  Romain Francoise  <romain@orebokech.com>
13915
13916         * message.el (message-alternative-emails): Improve docstring.
13917         (message-setup-1): Call `message-use-alternative-email-as-from'
13918         after `message-setup-hook' to give it precedence over posting
13919         styles, etc.
13920         (message-use-alternative-email-as-from): Add docstring.
13921         Remove the original From header if present.
13922
13923         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13924         (nnml-save-mail): Use it.
13925
13926         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13927         articles.  Add new argument `silent'.
13928         (gnus-uu-mark-all): Report the total number of marked articles.
13929
13930 2005-09-10  Romain Francoise  <romain@orebokech.com>
13931
13932         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13933         (gnus-uu-mark-series): Likewise.
13934
13935 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13936
13937         * spam-report.el (spam-report-gmane): Fix generation of spam
13938         report URL.
13939
13940 2005-09-10  Simon Josefsson  <jas@extundo.com>
13941
13942         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13943         t, based on discussion on the ding list with Robert Epprecht
13944         <epprecht@solnet.ch>.
13945
13946 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13947
13948         * spam-report.el (spam-report-gmane): Make it work without
13949         X-Report-Spam header.  Gmane now only provides Archived-At.
13950         This is only used if `spam-report-gmane-use-article-number' is nil.
13951         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13952
13953         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13954         make `gnus-summary-sort-by-recipient' work with threading.
13955
13956         * nnweb.el (nnweb-google-wash-article): Print a message if article
13957         is not available.
13958
13959 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13960
13961         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13962         change.  Decode text/* parts content before displaying.
13963
13964 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13965
13966         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13967
13968 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13969
13970         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13971
13972         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13973         url-package-name, url-package-version,
13974         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13975         w3m-display-inline-images, and w3m-minor-mode-map.
13976
13977 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13978
13979         * message.el (message-tab-body-function): Fix mismatched custom type.
13980
13981         * gnus.el (gnus-group-change-level-function): Ditto.
13982
13983         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13984
13985         * gnus-art.el (gnus-signature-limit)
13986         (gnus-article-mime-part-function): Ditto.
13987
13988 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13989
13990         * mml.el (mml-mode): Silence the byte compiler.
13991
13992         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13993         using `(sit-for 0)' before moving the point to the specified part;
13994         skip unbuttonized parts.
13995         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13996         return to the summary window if gnus-auto-select-part is non-nil.
13997
13998 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13999
14000         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14001         New variables.
14002         (mml-dnd-attach-file, mml-mode): Use them.
14003
14004         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14005         Make fetching article by MID work again for Google Groups.
14006         Add FIXME concerning gnus-group-make-web-group.
14007
14008         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14009         Don't depend on Gnus by using mail-extract-address-components if
14010         gnus-extract-address-components is not bound.
14011
14012 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14013
14014         * gnus-art.el (gnus-mime-display-security): Don't display the
14015         signature, but only the signed part.
14016
14017 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14020
14021         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14022         list, not listp.
14023
14024 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14025
14026         * mm-encode.el (mm-encode-content-transfer-encoding):
14027         Likewise when encoding.
14028
14029         * mm-bodies.el (mm-decode-content-transfer-encoding):
14030         De-canonicalize CRLF for all text content types, not just
14031         text/plain.
14032
14033 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14036         valid article; point arrow and cursor at the MIME button.
14037
14038 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14039
14040         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14041         Suggested by Dan Christensen <jdc@uwo.ca>.
14042
14043         * mm-decode.el (mm-save-part): Enable change of prompt.
14044
14045 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14046
14047         * gnus-msg.el (gnus-inews-add-send-actions):
14048         Make `message-post-method' lambda parameter ARG `&optional'.
14049
14050 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14051
14052         * gnus-sum.el (gnus-summary-mime-map):
14053         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14054         gnus-article-jump-to-part.
14055
14056         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14057         (gnus-article-edit-part): Use it.
14058         (gnus-article-part-wrapper): Add no-handle argument.
14059         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14060         New functions.
14061
14062 2005-08-29  Romain Francoise  <romain@orebokech.com>
14063
14064         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14065         docstring.
14066         (gnus-face-from-file): Likewise.
14067
14068 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14069
14070         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14071         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14072         non-nil.
14073         (gnus-auto-select-part): New variable.
14074         (gnus-article-jump-to-part): New function.
14075         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14076         (gnus-mime-delete-part): Allow selecting specified part after
14077         deleting or stripping parts.
14078         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14079         part if argument is bogus.
14080
14081 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14082
14083         * gnus-art.el (w3m-minor-mode-map):
14084         * gnus-spec.el (gnus-newsrc-file-version):
14085         * gnus-util.el (nnmail-active-file-coding-system)
14086         (gnus-original-article-buffer, gnus-user-agent):
14087         * gnus.el (gnus-ham-process-destinations)
14088         (gnus-parameter-ham-marks-alist)
14089         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14090         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14091         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14092         * mm-decode.el (gnus-current-window-configuration):
14093         * mm-extern.el (gnus-article-mime-handles):
14094         * mm-url.el (url-current-object, url-package-name)
14095         (url-package-version):
14096         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14097         (smime-keys, w3m-cid-retrieve-function-alist)
14098         (w3m-current-buffer, w3m-display-inline-images)
14099         (w3m-minor-mode-map):
14100         * mml-smime.el (gnus-extract-address-components):
14101         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14102         (gnus-newsrc-hashtb, message-default-charset)
14103         (message-deletable-headers, message-options)
14104         (message-posting-charset, message-required-mail-headers)
14105         (message-required-news-headers):
14106         * mml1991.el (mc-pgp-always-sign):
14107         * mml2015.el (mc-pgp-always-sign):
14108         * nnheader.el (nnmail-extra-headers):
14109         * rfc1843.el (gnus-decode-encoded-word-function)
14110         (gnus-decode-header-function, gnus-newsgroup-name):
14111         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14112
14113 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14114
14115         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14116         the end of the date treatments.
14117
14118 2005-08-15  Simon Josefsson  <jas@extundo.com>
14119
14120         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14121         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14122         Capello and Romain Francoise.
14123         (pgg-fetch-key-function): Remove, not used?
14124         (pgg-insert-url-with-w3): Require url, to get
14125         url-insert-file-contents regardless of where it is defined.
14126
14127 2005-08-13  Romain Francoise  <romain@orebokech.com>
14128
14129         * message.el (message-cite-original-1): New function.
14130         (message-cite-original): Use it.
14131         (message-cite-original-without-signature): Ditto.
14132
14133 2005-08-08  Romain Francoise  <romain@orebokech.com>
14134
14135         * message.el (message-yank-empty-prefix): New variable.
14136         (message-indent-citation): Use it.
14137         (message-cite-original-without-signature): Respect X-No-Archive.
14138
14139 2005-08-08  Simon Josefsson  <jas@extundo.com>
14140
14141         * pgg.el: Autoload url-insert-file-contents instead of loading
14142         w3/url.
14143         (pgg-insert-url-with-w3): Don't load url here.
14144
14145 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14146
14147         * message.el (message-kill-to-signature): Don't insert newline at
14148         bol.
14149         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14150
14151 2005-08-06  Romain Francoise  <romain@orebokech.com>
14152
14153         * message.el (message-user-fqdn): Fix typo in docstring.
14154
14155 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14156
14157         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14158
14159         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14160
14161 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14162
14163         * mm-bodies.el (mm-encode-body): Use coding system rather than
14164         charset to encode text.
14165
14166         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14167         number of charsets if utf-8 is available (XEmacs).
14168
14169 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14170
14171         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14172         taken from `gnus-button-mid-or-mail-regexp'.
14173         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14174         (gnus-button-alist): Improve regexp for domain part of the MIDs
14175         for news:localpart@domain buttons.
14176         (gnus-button-ctan-directory-regexp): Update.
14177
14178 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14179
14180         * sieve-manage.el (sieve-manage-interactive-login):
14181         Use make-local-variable rather than make-variable-buffer-local.
14182         (sieve-manage-open): Ditto.
14183         (sieve-manage-authenticate): Ditto.
14184
14185         * mml.el (mml-generate-mime-1): Make the content type default to
14186         text/plain if the filename is not specified.
14187
14188 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14189
14190         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14191         instead of insert-buffer.
14192
14193         * message.el (message-yank-original): Ditto; set the mark at the
14194         end of the yanked message.
14195
14196 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14197
14198         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14199         lines to scroll rather than to stop it.
14200
14201         * mml.el (mml-generate-default-type): Add doc string.
14202         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14203         default to application/octet-stream when determining the content
14204         type if it is not specified for the part or the mml contents; add
14205         a comment about mml-generate-default-type.
14206
14207 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14208
14209         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14210         make it default to application/octet-stream when determining the
14211         content type if it is not specified for the external contents.
14212
14213 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14214
14215         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14216         segmented parameter but also other parameters might be there.
14217
14218 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14219
14220         * mm-decode.el (mm-display-external): Delete temp file, directory
14221         and buffer immediately if the external process is exited.
14222
14223 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14224
14225         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14226         fewer lines than that of scroll-margin.
14227         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14228
14229 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14230
14231         * gnus-art.el (gnus-article-next-page): Revert.
14232         (gnus-article-beginning-of-window): New macro.
14233         (gnus-article-next-page-1): Use it.
14234         (gnus-article-prev-page): Ditto.
14235         (gnus-article-edit-part): Use insert-buffer-substring instead of
14236         insert-buffer.
14237         (gnus-article-edit-exit): Ditto.
14238
14239         * gnus-util.el (gnus-beginning-of-window): Remove.
14240         (gnus-end-of-window): Remove.
14241
14242         * lpath.el: Don't bind header-line-format and scroll-margin.
14243
14244 2005-07-25  Simon Josefsson  <jas@extundo.com>
14245
14246         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14247         to have the url package without w3.  Reported by Daiki Ueno
14248         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14249
14250 2005-07-20  Didier Verna  <didier@xemacs.org>
14251
14252         * gnus-diary.el: Remove the description comment (nndiary is now
14253         properly documented in the Gnus manual).
14254         Fix the spelling of "Back End".
14255         * nndiary.el: Ditto.
14256         Fix the copyright notice.
14257
14258 2005-07-18  Romain Francoise  <romain@orebokech.com>
14259
14260         * gnus-sum.el (gnus-summary-to-prefix)
14261         (gnus-summary-newsgroup-prefix): New variables.
14262         (gnus-summary-from-or-to-or-newsgroups): Use them.
14263
14264 2005-07-17  Romain Francoise  <romain@orebokech.com>
14265
14266         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14267         space as it's generally not especially interesting to the user.
14268
14269 2005-07-16  Romain Francoise  <romain@orebokech.com>
14270
14271         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14272         nil to avoid prompting and file modification if one of the
14273         messages at the top of the nnfolder file contains a copyright
14274         notice.
14275         Update copyright notice.
14276
14277         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14278         instead of `current-time-string' as the latter creates a time
14279         string that is not RFC 2822 compliant (it lacks the zone).
14280         Update copyright notice.
14281
14282 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14283
14284         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14285         for text/rtf.  Display default in prompt.  Pass default for M-n.
14286
14287         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14288
14289 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14290
14291         * gnus-msg.el (gnus-button-mailto):
14292         Remove save-selected-window-window hackery because it relies on
14293         save-selected-window internals.
14294
14295 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14298         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14299         (gnus-article-prev-page): Ditto.
14300
14301         * gnus-util.el (gnus-beginning-of-window): New function.
14302         (gnus-end-of-window): New function.
14303
14304         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14305
14306 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14307
14308         * gnus-score.el (gnus-score-edit-all-score):
14309         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14310         gnus-message.
14311
14312 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14313
14314         * gnus-msg.el (gnus-button-mailto):
14315         Remove save-selected-window-window hackery because it relies on
14316         save-selected-window internals.
14317
14318 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14319
14320         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14321         add-minor-mode.
14322         (gnus-binary-mode): Ditto.
14323
14324         * gnus-topic.el (gnus-topic-mode): Ditto.
14325
14326 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14327
14328         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14329         (gnus-article-prev-page): Take scroll-margin into consideration.
14330
14331 2005-07-04  Lute Kamstra  <lute@gnu.org>
14332
14333         Update FSF's address in GPL notices.
14334
14335 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14336
14337         * gnus.el (gnus-exit):
14338         * gnus-group.el (gnus-group-icons):
14339         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14340
14341         * gnus-nocem.el (gnus-nocem):
14342         * message.el (message-various, message-buffers, message-sending)
14343         (message-interface, message-forwarding, message-insertion)
14344         (message-headers, message-news, message-mail):
14345         * pgg-gpg.el (pgg-gpg):
14346         * pgg-parse.el (pgg-parse):
14347         * pgg-pgp.el (pgg-pgp):
14348         * pgg-pgp5.el (pgg-pgp5):
14349         * pop3.el (pop3): Finish `defgroup' description with period.
14350
14351 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * gnus-art.el (article-display-face): Improve the efficiency.
14354         (article-display-x-face): Ditto; remove grey x-face stuff.
14355
14356 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14357
14358         * gnus-art.el (article-display-face): Correct the position in
14359         which Faces are inserted.
14360
14361 2005-06-29  Didier Verna  <didier@xemacs.org>
14362
14363         * gnus-art.el (article-display-face): Display faces in correct
14364         order.
14365
14366 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14367
14368         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14369         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14370         (gnus-nocem-check-article): Fetch the Type header.
14371         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14372         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14373         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14374         make sure gnus-nocem-hashtb is initialized.
14375         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14376         (gnus-nocem-unwanted-article-p): Ditto.
14377
14378         * pgg.el (pgg-verify): Return the verification result.
14379
14380 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14381
14382         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14383         is ascii.
14384
14385 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14386
14387         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14388         `show-nonbreak-escape'.
14389
14390 2005-06-23  Lute Kamstra  <lute@gnu.org>
14391
14392         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14393
14394         * dig.el (dig-mode):
14395         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14396
14397 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14398
14399         * nnimap.el (nnimap-split-download-body): Fix spellings.
14400
14401 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14402
14403         * gnus-art.el (gnus-article-encrypt-body):
14404         * gnus-cus.el (gnus-score-customize):
14405         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14406         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14407
14408 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14409
14410         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14411         header by looking for magic "MII" at the beginnig.
14412
14413 2005-06-16  Miles Bader  <miles@gnu.org>
14414
14415         * gnus-xmas.el (gnus-xmas-group-startup-message):
14416         Use renamed gnus-splash face.
14417
14418         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14419         (assistant-field-face): New backward-compatibility alias for renamed
14420         face.
14421         (assistant-render-text): Use renamed assistant-field face.
14422
14423         * spam.el (spam): Remove "-face" suffix from face name.
14424         (spam-face): New backward-compatibility alias for renamed face.
14425         (spam-face, spam-initialize): Use renamed spam face.
14426
14427         * message.el (message-header-to, message-header-cc)
14428         (message-header-subject, message-header-newsgroups)
14429         (message-header-other, message-header-name)
14430         (message-header-xheader, message-separator, message-cited-text)
14431         (message-mml): Remove "-face" suffix from face names.
14432         (message-header-to-face, message-header-cc-face)
14433         (message-header-subject-face, message-header-newsgroups-face)
14434         (message-header-other-face, message-header-name-face)
14435         (message-header-xheader-face, message-separator-face)
14436         (message-cited-text-face, message-mml-face):
14437         New backward-compatibility aliases for renamed faces.
14438         (message-font-lock-keywords): Use renamed message faces.
14439
14440         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14441         (sieve-test-commands, sieve-tagged-arguments):
14442         Remove "-face" suffix from face names.
14443         (sieve-control-commands-face, sieve-action-commands-face)
14444         (sieve-test-commands-face, sieve-tagged-arguments-face):
14445         New backward-compatibility aliases for renamed faces.
14446         (sieve-control-commands-face, sieve-action-commands-face)
14447         (sieve-test-commands-face, sieve-tagged-arguments-face):
14448         Use renamed sieve faces.
14449
14450         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14451         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14452         (gnus-group-news-3-empty, gnus-group-news-4)
14453         (gnus-group-news-4-empty, gnus-group-news-5)
14454         (gnus-group-news-5-empty, gnus-group-news-6)
14455         (gnus-group-news-6-empty, gnus-group-news-low)
14456         (gnus-group-news-low-empty, gnus-group-mail-1)
14457         (gnus-group-mail-1-empty, gnus-group-mail-2)
14458         (gnus-group-mail-2-empty, gnus-group-mail-3)
14459         (gnus-group-mail-3-empty, gnus-group-mail-low)
14460         (gnus-group-mail-low-empty, gnus-summary-selected)
14461         (gnus-summary-cancelled, gnus-summary-high-ticked)
14462         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14463         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14464         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14465         (gnus-summary-low-undownloaded)
14466         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14467         (gnus-summary-low-unread, gnus-summary-normal-unread)
14468         (gnus-summary-high-read, gnus-summary-low-read)
14469         (gnus-summary-normal-read, gnus-splash):
14470         Remove "-face" suffix from face names.
14471         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14472         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14473         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14474         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14475         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14476         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14477         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14478         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14479         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14480         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14481         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14482         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14483         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14484         (gnus-summary-normal-ticked-face)
14485         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14486         (gnus-summary-normal-ancient-face)
14487         (gnus-summary-high-undownloaded-face)
14488         (gnus-summary-low-undownloaded-face)
14489         (gnus-summary-normal-undownloaded-face)
14490         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14491         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14492         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14493         (gnus-splash-face):
14494         New backward-compatibility aliases for renamed faces.
14495         (gnus-group-startup-message): Use renamed gnus faces.
14496
14497         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14498         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14499         (gnus-server-agent): Remove "-face" suffix from face names.
14500         (gnus-server-agent-face, gnus-server-opened-face)
14501         (gnus-server-closed-face, gnus-server-denied-face)
14502         (gnus-server-offline-face):
14503         New backward-compatibility aliases for renamed faces.
14504         (gnus-server-agent-face, gnus-server-opened-face)
14505         (gnus-server-closed-face, gnus-server-denied-face)
14506         (gnus-server-offline-face): Use renamed gnus faces.
14507
14508         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14509         Remove "-face" suffix from face names.
14510         (gnus-picon-xbm-face, gnus-picon-face):
14511         New backward-compatibility aliases for renamed faces.
14512
14513         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14514         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14515         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14516         (gnus-cite-11): Remove "-face" suffix from face names.
14517         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14518         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14519         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14520         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14521         New backward-compatibility aliases for renamed faces.
14522         (gnus-cite-attribution-face, gnus-cite-face-list)
14523         (gnus-article-boring-faces): Use renamed gnus faces.
14524
14525         * gnus-art.el (gnus-signature, gnus-header-from)
14526         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14527         (gnus-header-content): Remove "-face" suffix from face names.
14528         (gnus-signature-face, gnus-header-from-face)
14529         (gnus-header-subject-face, gnus-header-newsgroups-face)
14530         (gnus-header-name-face, gnus-header-content-face):
14531         New backward-compatibility aliases for renamed faces.
14532         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14533
14534         * gnus-sum.el (gnus-summary-selected-face)
14535         (gnus-summary-highlight): Use renamed gnus faces.
14536         * gnus-group.el (gnus-group-highlight): Likewise.
14537
14538 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14539
14540         * gnus-sieve.el (gnus-sieve-article-add-rule):
14541         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14542         * spam-stat.el (spam-stat-buffer-change-to-spam)
14543         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14544
14545         * message.el (message-is-yours-p):
14546         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14547
14548 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14549
14550         * mm-view.el (mm-inline-text): Withdraw the last change.
14551
14552 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14553
14554         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14555         executing enriched-decode.
14556
14557 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14558
14559         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14560         charset of tar files.
14561
14562 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14563
14564         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14565
14566 2005-06-04  Lute Kamstra  <lute@gnu.org>
14567
14568         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14569         information is never recorded.
14570
14571 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14572
14573         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14574
14575 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14576
14577         * pop3.el (pop3-apop): Run md5 in the binary mode.
14578
14579         * starttls.el (starttls-set-process-query-on-exit-flag):
14580         Use eval-and-compile.
14581
14582 2005-05-31  Simon Josefsson  <jas@extundo.com>
14583
14584         * smime.el (smime-replace-in-string): Define.
14585         (smime-cert-by-ldap-1): Use it.
14586
14587 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14588
14589         * gnus-art.el (article-display-x-face): Replace
14590         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14591
14592         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14593         set-process-query-on-exit-flag or process-kill-without-query.
14594
14595         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14596         loop instead of replace-regexp.
14597
14598         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14599         instead of process-kill-without-query if it is available.
14600
14601         * lpath.el: Fbind ldap-search-entries.
14602
14603         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14604         instead of find-file-hooks if it is available.
14605
14606         * mml1991.el: Bind pgg-default-user-id when compiling.
14607
14608         * mml2015.el: Bind pgg-default-user-id when compiling.
14609
14610         * nndraft.el (nndraft-request-associate-buffer):
14611         Use write-contents-functions instead of write-contents-hooks if it is
14612         available.
14613
14614         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14615         instead of find-file-hooks if it is available.
14616
14617         * nntp.el (nntp-open-connection): Replace
14618         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14619         (nntp-open-ssl-stream): Ditto.
14620         (nntp-open-tls-stream): Ditto.
14621
14622         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14623         set-process-query-on-exit-flag or process-kill-without-query.
14624         (starttls-open-stream-gnutls): Use it instead of
14625         process-kill-without-query.
14626         (starttls-open-stream): Ditto.
14627
14628 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14629
14630         * smime.el (smime-cert-by-ldap-1): Don't use
14631         replace-regexp-in-string.
14632
14633 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14634
14635         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14636
14637         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14638         in PEM format.  Adjust to the XEmacs compability.
14639
14640 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14641
14642         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14643         by `string-to-number'.
14644         * gnus-agent.el (gnus-agent-regenerate-group)
14645         (gnus-agent-fetch-articles): Ditto.
14646         * gnus-art.el (gnus-button-fetch-group): Ditto.
14647         * gnus-cache.el (gnus-cache-generate-active)
14648         (gnus-cache-articles-in-group): Ditto.
14649         * gnus-group.el (gnus-group-set-current-level)
14650         (gnus-group-insert-group-line): Ditto.
14651         * gnus-score.el (gnus-score-set-expunge-below)
14652         (gnus-score-set-mark-below, gnus-summary-score-effect)
14653         (gnus-summary-score-entry): Ditto.
14654         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14655         (gnus-soup-pack): Ditto.
14656         * gnus-spec.el (gnus-xmas-format): Ditto.
14657         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14658         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14659         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14660         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14661         * nndb.el (nndb-get-remote-expire-response): Ditto.
14662         * nndiary.el (nndiary-parse-schedule-value)
14663         (nndiary-string-to-number, nndiary-request-replace-article)
14664         (nndiary-request-article): Ditto.
14665         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14666         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14667         * nneething.el (nneething-make-head): Ditto.
14668         * nnfolder.el (nnfolder-request-article)
14669         (nnfolder-retrieve-headers): Ditto.
14670         * nnheader.el (nnheader-file-to-number): Ditto.
14671         * nnkiboze.el (nnkiboze-request-article): Ditto.
14672         * nnmail.el (nnmail-process-unix-mail-format)
14673         (nnmail-process-babyl-mail-format): Ditto.
14674         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14675         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14676         (nnmh-request-create-group, nnmh-request-list-1)
14677         (nnmh-request-group, nnmh-request-article): Ditto.
14678         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14679         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14680         * nnsoup.el (nnsoup-make-active): Ditto.
14681         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14682         * nntp.el (nntp-find-group-and-number)
14683         (nntp-retrieve-headers-with-xover): Ditto.
14684         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14685         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14686         (pgg-format-key-identifier): Ditto.
14687         * pop3.el (pop3-last, pop3-stat): Ditto.
14688         * qp.el (quoted-printable-decode-region): Ditto.
14689
14690         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14691         of concat.
14692
14693 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14694
14695         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14696
14697         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14698
14699         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14700
14701         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14702
14703         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14704
14705         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14706
14707         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14708         (gnus-carpal-mode): Ditto.
14709
14710         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14711         (gnus-browse-mode): Ditto.
14712
14713         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14714
14715         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14716
14717 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14718
14719         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14720
14721 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14722
14723         * gnus-util.el (gnus-run-mode-hooks): New function.
14724
14725         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14726
14727         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14728         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14729
14730 2005-05-27  Lute Kamstra  <lute@gnu.org>
14731
14732         * dns-mode.el (dns-mode): Specify customization group.
14733
14734 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14735
14736         * gnus-agent.el (gnus-agent-make-mode-line-string):
14737         Use mode-line-highlight as mouse-face.
14738
14739 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14740
14741         * canlock.el (canlock): Change the parent group to news.
14742
14743         * deuglify.el (gnus-outlook-deuglify): Add :group.
14744
14745         * dig.el (dig): Add :group.
14746
14747         * dns-mode.el (dns-mode): Add :group.
14748
14749         * encrypt.el (encrypt): Add :group.
14750
14751         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14752         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14753         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14754         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14755         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14756
14757         * gnus-diary.el (gnus-diary): Add :group.
14758
14759         * gnus.el (gnus-group-news-1-face): Add :group.
14760         (gnus-group-news-1-empty-face): Ditto.
14761         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14762         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14763         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14764         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14765         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14766         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14767         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14768         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14769         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14770         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14771         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14772         (gnus-summary-high-ticked-face): Ditto.
14773         (gnus-summary-low-ticked-face): Ditto.
14774         (gnus-summary-normal-ticked-face): Ditto.
14775         (gnus-summary-high-ancient-face): Ditto.
14776         (gnus-summary-low-ancient-face): Ditto.
14777         (gnus-summary-normal-ancient-face): Ditto.
14778         (gnus-summary-high-undownloaded-face): Ditto.
14779         (gnus-summary-low-undownloaded-face): Ditto.
14780         (gnus-summary-normal-undownloaded-face): Ditto.
14781         (gnus-summary-high-unread-face): Ditto.
14782         (gnus-summary-low-unread-face): Ditto.
14783         (gnus-summary-normal-unread-face): Ditto.
14784         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14785         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14786
14787         * hashcash.el (hashcash): New custom group.
14788         (hashcash-default-payment): Add :group.
14789         (hashcash-payment-alist): Ditto.
14790         (hashcash-default-accept-payment): Ditto.
14791         (hashcash-accept-resources): Ditto.
14792         (hashcash-path): Ditto.
14793         (hashcash-extra-generate-parameters): Ditto.
14794         (hashcash-double-spend-database): Ditto.
14795         (hashcash-in-news): Ditto.
14796
14797         * message.el (message-minibuffer-local-map): Add :group.
14798
14799         * netrc.el (netrc): Add :group.
14800
14801         * sieve-manage.el (sieve-manage-log): Add :group.
14802         (sieve-manage-default-user): Diito.
14803         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14804         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14805         (sieve-manage-authenticators): Ditto.
14806         (sieve-manage-authenticator-alist): Ditto.
14807         (sieve-manage-default-port): Ditto.
14808
14809         * sieve-mode.el (sieve-control-commands-face): Add :group.
14810         (sieve-action-commands-face): Ditto.
14811         (sieve-test-commands-face): Ditto.
14812         (sieve-tagged-arguments-face): Ditto.
14813
14814         * smime.el (smime): Add :group.
14815
14816         * spam-report.el (spam-report): Add :group.
14817
14818         * spam.el (spam, spam-face): Add :group.
14819
14820 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14821
14822         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14823         return \n.\n.\n at the end of articles.  Protect against that.
14824         (nntp-with-open-group): Allow debugging.
14825
14826         * nnheader.el (mail-header-set-extra): Make into a function
14827         because I just could't understand how to quote the list properly.
14828
14829         * dns.el (query-dns-cached): New function.
14830
14831 2005-05-26  Lute Kamstra  <lute@gnu.org>
14832
14833         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14834
14835 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14836
14837         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14838
14839         * gnus-art.el: Don't autoload mail-extract-address-components.
14840
14841         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14842         eval-and-compile to evaluate it.
14843
14844         * hashcash.el: Don't autoload executable-find.
14845
14846         * nndb.el: Don't declare the nndb back end two or more times; don't
14847         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14848
14849         * nntp.el: Autoload format-spec instead of format; use
14850         eval-and-compile to evaluate autoload forms.
14851
14852 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14853
14854         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14855
14856 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14857
14858         * gnus.el (gnus-version-number): Bump version.
14859
14860 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14861
14862         * gnus.el: No Gnus v0.3 is released.
14863
14864 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14865
14866         * lpath.el (featurep): Bind show-nonbreak-escape.
14867
14868 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14869
14870         * gnus-art.el (gnus-article-edit-part): Disable undo.
14871
14872 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14873
14874         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14875         gnus-article-date-lapsed-new-header is t if date timer is active;
14876         skip headers in which the original date value is empty.
14877         (gnus-article-save-original-date): Redefine it as a macro.
14878         (gnus-display-mime): Use it.
14879
14880 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14881
14882         * gnus-art.el (article-date-ut): Support converting date in
14883         forwarded parts as well.
14884         (gnus-article-save-original-date): New function.
14885         (gnus-display-mime): Use it.
14886
14887 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14888
14889         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14890         enclosure element of <item>.
14891
14892 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14893
14894         * message.el (message-kill-buffer-query): Rename from
14895         `message-kill-buffer-query-if-modified'.  Add :version.
14896
14897 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14898
14899         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14900         window layout.
14901
14902 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14903
14904         * mml.el: Autoload dnd when compiling.
14905
14906 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14907
14908         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14909         x-dnd-*.
14910
14911 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14912
14913         * qp.el (quoted-printable-encode-region): Save excursion.
14914
14915 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14916
14917         * message.el (message-kill-buffer-query-if-modified): Add new variable
14918         so the user can kill a modified message buffer quickly.
14919         (message-kill-buffer): Use it.
14920
14921 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14922
14923         * lpath.el: Fbind display-time-event-handler; don't fbind
14924         string-to-multibyte.
14925
14926         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14927
14928 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14929
14930         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14931         contained in text because xml.el decodes entities) with LFs.
14932
14933 2005-04-11  Lute Kamstra  <lute@gnu.org>
14934
14935         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14936         differently.
14937
14938 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14939
14940         * mm-util.el (mm-detect-coding-region): Typo.
14941
14942 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14943
14944         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14945
14946 2005-04-06  Deepak Goel  <deego@gnufans.org>
14947
14948         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14949         user-function allow user modifications of the scores.
14950         (spam-stat-score-buffer-user): New function, to allow
14951         user-computed modifications to the score.
14952         (spam-stat-score-buffer-user-functions): List of additional
14953         scoring functions.
14954         (spam-stat-error-holder): Global temporary error holder.
14955         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14956         variable.
14957
14958 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14959
14960         * gnus-registry.el (gnus-registry-clean-empty-function)
14961         (gnus-registry-trim, gnus-registry-fetch-groups)
14962         (gnus-registry-delete-group): Groups that match
14963         `gnus-registry-ignored-groups' are removed from the registry
14964         entries, not just ignored for splitting.  This helps clean up the
14965         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14966         to get all the groups a message ID is in.
14967
14968         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14969         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14970         (spam-stat-score-buffer-user-functions): Add :number custom type.
14971
14972 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14973
14974         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14975         argument in XEmacs.
14976
14977         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14978         (nnrss-request-group): Decode group name first.
14979         (nnrss-request-article): Make a text/plain article if mml-to-mime
14980         failed.
14981         (nnrss-get-encoding): Return a compatible encoding according to
14982         nnrss-compatible-encoding-alist.
14983         (nnrss-find-el): Use consp instead of listp.
14984         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14985
14986 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14989         which Emacs 20 doesn't support.
14990         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14991
14992 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14993
14994         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14995         silence the byte compiler inside the defun.
14996
14997         * gnus-demon.el (parse-time-string): Add autoload.
14998
14999         * gnus-delay.el (parse-time-string): Add autoload.
15000
15001         * gnus-art.el (parse-time-string): Add autoload.
15002
15003         * nnultimate.el (parse-time): Require for `parse-time-string'.
15004
15005 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15006
15007         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15008
15009         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15010
15011         * smime.el (smime-ldap-host-list): Add :version.
15012
15013 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15014
15015         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15016         pass it to `gnus-browse-read-group'.
15017         (gnus-browse-read-group): Add NUMBER argument and pass it to
15018         `gnus-group-read-ephemeral-group'.
15019
15020         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15021         argument and pass it to `gnus-group-read-group'.
15022
15023 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15024
15025         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15026         mm-xemacs-find-mime-charset-1 if we have the mule feature
15027         available at runtime.
15028
15029 2005-03-25  Werner Lemberg  <wl@gnu.org>
15030
15031         * nnmaildir.el: Replace `illegal' with `invalid'.
15032
15033 2005-03-23  Lute Kamstra  <lute@gnu.org>
15034
15035         * time-date.el: Add comment on time value formats.
15036         Don't require parse-time.
15037         (with-decoded-time-value): New macro.
15038         (encode-time-value): New function.
15039         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15040         (days-to-time): Return a valid time value when arg is huge.
15041         (time-since): Use time-subtract.
15042         (time-to-number-of-days): Use time-to-seconds.
15043
15044 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15045
15046         * gnus-start.el (gnus-display-time-event-handler):
15047         Check display-time-timer at runtime rather than only at load time
15048         in case display-time-mode is turned off in the mean time.
15049
15050 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15051
15052         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15053         used.
15054
15055         * nneething.el (nneething-map-file-directory): Derive from
15056         `gnus-directory'.
15057
15058         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15059         the To/Cc button.
15060
15061 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15062
15063         * nnmaildir.el (nnmaildir-request-accept-article):
15064         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15065
15066 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15067
15068         * gnus-async.el: Require timer-funcs at compile time when in
15069         XEmacs for `run-with-idle-timer'.
15070
15071 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15072
15073         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15074         autoloaded function.
15075
15076 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15077
15078         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15079
15080 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15081
15082         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15083
15084 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15085
15086         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15087         Add gnus-expert-user to default.
15088
15089 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15090
15091         * nnimap.el (nnimap-open-server): Ditto.
15092
15093         * imap.el (imap-authenticate): Fix typo.
15094
15095 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15096
15097         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15098         buffer (since IMAP server might return FETCH response out of
15099         order, and the nntp buffer must be sorted).
15100
15101 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15102
15103         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15104         comparison on string.
15105
15106         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15107         (gnus-agent-score): Rename category keywords to match gnus-cus.
15108         (gnus-agent-summary-fetch-series): Modify to protect against
15109         gnus-agent-summary-fetch-group clearing processable flags.
15110         (gnus-agent-synchronize-group-flags): Update live group buffer as
15111         synchronization may occur due to the user toggle the plugged
15112         status.
15113         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15114         successfully downloaded.
15115         (gnus-agent-expire-group-1): Avoid using markers when the overview
15116         is in ascending order; greatly improves performance.
15117         (gnus-agent-regenerate-group):
15118         Use gnus-agent-synchronize-group-flags to reset read status in both
15119         gnus and server.
15120         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15121
15122 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15123
15124         * message.el: Don't autoload former message-utils variables.
15125         (message-strip-subject-trailing-was): Change doc string.
15126
15127         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15128         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15129         (nnweb-google-search): Add "hl=en" here.
15130         (nnweb-google-parse-1, nnweb-google-create-mapping):
15131         Don't hardcode URL.
15132
15133 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15134
15135         * message.el (message-get-reply-headers, message-followup):
15136         Mention related variables `message-use-followup-to' and
15137         `message-use-mail-followup-to', in the information buffer.
15138
15139         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15140         of broken groups(-beta).google.com.
15141
15142 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15143
15144         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15145         parameter to invoked gnus-request-move-article; remove the
15146         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15147         all at once instead of once per article.
15148         (gnus-summary-remove-process-mark): Accept a list of articles as
15149         well as a single article for processing.
15150
15151         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15152         parameter.
15153
15154         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15155
15156         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15157
15158         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15159         parameter.
15160
15161         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15162         parameter.
15163
15164         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15165         parameter and remove the gnus-sum-hint-move-is-internal variable.
15166
15167         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15168         parameter.
15169
15170         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15171         parameter.
15172
15173         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15174         parameter.
15175
15176         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15177
15178         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15179         parameter.
15180
15181         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15182         parameter.
15183
15184 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15185
15186         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15187         a more conservative way.
15188
15189 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15190
15191         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15192         buffer, so it moves the window's cursor.
15193
15194 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15195
15196         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15197         `mm-dissect-multipart' and receive the from field as an (optional)
15198         argument from `mm-dissect-multipart'.
15199         (mm-dissect-multipart): Receive the from field as an argument and
15200         pass it on when we call `mm-dissect-buffer' on MIME parts.
15201         Fixes verification/decryption of signed/encrypted MIME parts.
15202
15203 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15204
15205         * gnus-sum.el (gnus-summary-move-article):
15206         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15207         whatever it calls (right now, only nnimap-request-move article
15208         respects it).
15209
15210         * nnimap.el (nnimap-request-move-article):
15211         When gnus-sum-hint-move-is-internal is set, don't do the extra
15212         nnimap-request-article.
15213
15214 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15215
15216         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15217
15218         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15219         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15220
15221         * gnus-sum.el (gnus-summary-caesar-message):
15222         Apply `gnus-treat-article' after rotation.
15223
15224         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15225         doc string.
15226
15227 2005-02-22  Simon Josefsson  <jas@extundo.com>
15228
15229         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15230         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15231         <arne@arnested.dk>.
15232         (encrypt): Add password-cache and password-cache-expiry as group
15233         members.
15234
15235 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15236
15237         * smime.el (smime-ldap-host-list): Doc fix.
15238         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15239         cache) password.
15240         (smime-sign-region): Use it.
15241         (smime-decrypt-region): Use it.
15242         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15243         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15244         fails.
15245         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15246         certificate from DER to PEM format rather than calling openssl.
15247
15248         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15249
15250         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15251         for signing/encryption.
15252
15253         * mml.el (mml-parse-1): Use them.
15254
15255 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15256
15257         * nnrss.el (nnrss-verbose): Remove.
15258         (nnrss-request-group): Use `nnheader-message' instead.
15259
15260 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15261
15262         * nnrss.el (nnrss-verbose): New variable.
15263         (nnrss-request-group): Make it say nnrss is requesting a group.
15264
15265 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15266
15267         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15268         Handle news URL with given port correctly.
15269
15270 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15271
15272         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15273         containing special characters.
15274
15275         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15276
15277         * mml.el (mime-to-mml): Ditto.
15278
15279         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15280         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15281         (rfc2047-decode-region): Quote decoded words containing special
15282         characters when rfc2047-quote-decoded-words-containing-tspecials
15283         is non-nil.
15284
15285 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15286
15287         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15288
15289         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15290
15291 2005-02-15  Simon Josefsson  <jas@extundo.com>
15292
15293         * nnimap.el (nnimap-debug): Doc fix.
15294
15295         * imap.el (imap-debug): Doc fix.
15296
15297 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15298
15299         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15300
15301 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15302
15303         * gnus.el (spam-contents): Improve docs for spam-contents
15304         parameter in its variable incarnation.
15305
15306 2005-02-14  Simon Josefsson  <jas@extundo.com>
15307
15308         * smime-ldap.el: Use require instead of load-library for ldap.
15309         (smime-ldap-search): Indent.
15310         (smime-ldap-search-internal): Shorten line.
15311
15312         * smime.el (smime-cert-by-dns): Add doc-string.
15313         (smime-cert-by-ldap-1): Indent.
15314
15315         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15316         mml-smime-get-dns-ldap.
15317         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15318
15319 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15320
15321         * smime.el: Require smime-ldap.
15322         (smime-ldap-host-list): New variable.
15323         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15324
15325         * mml-smime.el (mml-smime-encrypt-query): New function.
15326         (mml-smime-encrypt-query): Use it.
15327
15328         * smime-ldap.el: New file.
15329
15330 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15331
15332         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15333
15334 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15335
15336         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15337         argument in doc string.  Make query for type more clear.
15338
15339 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15340
15341         * gnus.el (gnus-group-startup-message): Search for gnus images in
15342         etc/images/gnus.
15343         * mm-util.el (mm-image-load-path): Likewise.
15344         * smiley.el (smiley-data-directory): Search for smilies in
15345         etc/images/smilies.
15346
15347 2005-02-09  Kim F. Storm  <storm@cua.dk>
15348
15349         Change Emacs release version from 21.4 to 22.1 throughout.
15350         Change Emacs development version from 21.3.50 to 22.0.50.
15351
15352 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15353
15354         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15355
15356         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15357         non-Mule XEmacs as well.
15358         (mm-decompress-buffer): Signal an error intentionally if it does
15359         not decompress compressed data because auto-compression-mode is
15360         disabled.
15361
15362 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15363
15364         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15365         an ID in the registry even if it has no groups.
15366
15367 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15368
15369         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15370         merge it into mm-decompress-buffer.
15371         (gnus-mime-copy-part): Use the MIME part charset, the value which
15372         a user specified or gnus-newsgroup-charset for decoding, like
15373         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15374         save-buffer what was used.  Suggested by Kevin Ryde
15375         <user42@zip.com.au>.
15376         (gnus-mime-inline-part): Allow the name parameter as well as the
15377         filename parameter; force decompressing of compressed data; always
15378         display contents being not decoded as unibyte.
15379
15380         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15381         as well as the filename parameter.
15382
15383         * mm-util.el (mm-decompress-buffer):
15384         Merge gnus-mime-jka-compr-maybe-uncompress.
15385         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15386         of compressed data.
15387
15388 2005-02-08  Simon Josefsson  <jas@extundo.com>
15389
15390         * imap.el (imap-log): Doc fix.
15391
15392 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15393
15394         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15395         the coding cookies; decompress compressed parts.
15396
15397         * mml.el (mml-generate-mime-1): Add the charset parameter according
15398         to the value which a user specified manually or the coding cookie.
15399
15400         * mm-util.el (mm-string-to-multibyte): New function.
15401         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15402         (mm-coding-system-to-mime-charset): New function.
15403         (mm-decompress-buffer): New function.
15404         (mm-find-buffer-file-coding-system): New function.
15405
15406         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15407         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15408         parts.
15409
15410 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15411
15412         * mm-view.el (mm-display-inline-fontify): Decode a part according
15413         to the charset parameter.
15414
15415 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15416
15417         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15418         prefix arg is neither nil nor a number, as info specifies.
15419
15420 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15421
15422         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15423         timestamps.
15424
15425 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15426
15427         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15428         groups error checking and notify user.
15429
15430 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15431
15432         * message.el (message-send-mail-function): Check existence of
15433         sendmail-program first before using default value
15434         `message-send-mail-with-sendmail'.  Otherwise use more generic
15435         `smtpmail-send-it'.
15436
15437 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15438
15439         * nntp.el (nntp-request-update-info): Always return nil.
15440
15441 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15442
15443         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15444
15445 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15446
15447         * message.el (message-beginning-of-line): Change the behavior when
15448         invoked between BOL and : so that it first moves backward.
15449
15450 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15451
15452         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15453         article buffer when editing of the article is discarded.
15454         (gnus-article-prepare): Revert.
15455
15456 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15457
15458         * gnus-art.el (gnus-article-prepare):
15459         Remove message-strip-forbidden-properties from the local hook.
15460
15461 2005-01-27  Simon Josefsson  <jas@extundo.com>
15462
15463         * password.el (password-cache-add): Only start one timer per key.
15464         Reported by Derek Atkins <warlord@MIT.EDU>.
15465
15466 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15467
15468         * run-at-time.el: Remove.  It is no longer needed as
15469         timer-funcs.el in the xemacs-base package has a working version of
15470         `run-at-time'.
15471
15472         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15473
15474         * password.el: Require timer-funcs instead of run-at-time in
15475         XEmacs.
15476         Remove `password-run-at-time' macro.
15477         (password-cache-add): Use `run-at-time' instead of
15478         `password-run-at-time'.
15479
15480         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15481         Remove `nnheader-cancel-function-timers' alias,
15482         `cancel-function-timers' exists in XEmacs in timer-funcs.
15483
15484         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15485         for `run-with-idle-timer'.
15486
15487         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15488         for `run-at-time'.
15489
15490         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15491         for `with-timeout'.
15492
15493         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15494         the same as for XEmacs 21.4.
15495         No need to ignore `run-with-idle-timer', this function exists in
15496         XEmacs now in timer-funcs.el in the xemacs-base package.
15497         (dgnushack-compile): No need to delete
15498         run-at-time.el from the list of files to compile because it
15499         doesn't exist anymore.
15500
15501 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15502
15503         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15504         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15505
15506 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15507
15508         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15509         sensitively.
15510
15511 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15512
15513         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15514
15515 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15518         which will be inserted according to the multibyteness of a buffer
15519         rather than the type of contents.  Suggested by ARISAWA Akihiro
15520         <ari@mbf.ocn.ne.jp>.
15521
15522         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15523         of string which old xml.el may return rather than a string.
15524
15525 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15526
15527         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15528
15529 2005-01-16  Simon Josefsson  <jas@extundo.com>
15530
15531         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15532         idn/idna.el isn't available.
15533         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15534         <michael@waxrat.com>.
15535
15536         * hashcash.el: Remove non-FSF copyright header.
15537
15538         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15539         (hashcash-generate-payment): Use it.
15540         (hashcash-generate-payment-async): Use it.
15541
15542 2005-01-15  Simon Josefsson  <jas@extundo.com>
15543
15544         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15545         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15546
15547         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15548         gnus-summary-idna-message.
15549         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15550         (gnus-summary-idna-message): New function.
15551
15552 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15553
15554         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15555         gnus-novice-user.
15556
15557 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15558
15559         * nnrss.el (nnrss-request-delete-group): Delete entries in
15560         nnrss-group-alist as well.
15561         (nnrss-save-server-data): Insert newline.
15562
15563 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15564
15565         * gnus.el (gnus-user-agent): Use list of symbols instead of
15566         symbols.  Display full version number for (S)XEmacs.
15567         Optionally display (S)XEmacs codename.
15568
15569         * gnus-util.el (gnus-emacs-version): Update for new
15570         `gnus-user-agent'.
15571
15572         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15573         Gnus version.
15574
15575 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15576
15577         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15578         which is unreadable in some setups.
15579
15580 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15581
15582         * gnus-spec.el (gnus-update-format-specifications): Flush the
15583         group format spec cache if it doesn't support decoded group names.
15584
15585 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15586
15587         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15588         Allow to apply decay on score files matching a regexp.
15589
15590 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15591
15592         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15593         compatibility in %g and %c.
15594
15595 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15596
15597         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15598         name for only %g and %c.
15599         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15600         of gnus-tmp-group to decoded group name.
15601         (gnus-group-make-rss-group): Exclude `/'s from group names.
15602
15603 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15604
15605         * nnrss.el (nnrss-get-encoding): Fix regexp.
15606
15607 2004-12-27  Simon Josefsson  <jas@extundo.com>
15608
15609         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15610         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15611         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15612
15613 2004-12-17  Kim F. Storm  <storm@cua.dk>
15614
15615         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15616
15617         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15618
15619 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15620
15621         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15622
15623 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15624
15625         * nnrss.el: Require rfc2047 and mml.
15626         (nnrss-file-coding-system): New variable.
15627         (nnrss-format-string): Redefine it as an inline function.
15628         (nnrss-decode-group-name): New function.
15629         (nnrss-string-as-multibyte): Remove.
15630         (nnrss-retrieve-headers): Decode group name; don't use
15631         nnrss-format-string.
15632         (nnrss-request-group): Decode group name.
15633         (nnrss-request-article): Decode group name; allow a Message-ID as
15634         well as an article number; don't use nnrss-format-string; encode a
15635         Message-ID string which may contain non-ASCII characters; use
15636         mml-to-mime to compose a MIME article.
15637         (nnrss-request-expire-articles): Decode group name.
15638         (nnrss-request-delete-group): Decode group name.
15639         (nnrss-fetch): Clarify error message.
15640         (nnrss-read-server-data): Use insert-file-contents instead of load;
15641         bind file-name-coding-system; use multibyte buffer.
15642         (nnrss-save-server-data): Bind coding-system-for-write to the
15643         value of nnrss-file-coding-system; bind file-name-coding-system;
15644         add coding cookie.
15645         (nnrss-read-group-data): Use insert-file-contents instead of load;
15646         bind file-name-coding-system; use multibyte buffer.
15647         (nnrss-save-group-data): Bind coding-system-for-write to the
15648         value of nnrss-file-coding-system; bind file-name-coding-system.
15649         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15650         make it work with non-ASCII text.
15651         (nnrss-find-el): Make it work with old xml.el as well.
15652
15653 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15654
15655         * nnrss.el (nnrss-get-encoding): New function.
15656         (nnrss-fetch): Use unibyte buffer initially; bind
15657         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15658         decode contents according to the encoding attribute.
15659         (nnrss-save-group-data): Add coding cookie.
15660         (nnrss-mime-encode-string): New function.
15661         (nnrss-check-group): Use it to encode subject and author.
15662
15663 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15664
15665         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15666         imaginary variable.
15667
15668 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15669
15670         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15671         correctly even if there are wide characters.
15672
15673 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15674
15675         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15676         downcased symbol names; make a new cache instead of reusing
15677         bbdb-hashtable.
15678
15679 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15682         concatenating segments rather than before concatenating them.
15683         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15684
15685         * message.el (message-get-reply-headers): Bind `extra'.
15686
15687 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15688
15689         * message.el (message-extra-wide-headers): New variable.
15690         (message-get-reply-headers): Use it.
15691
15692 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15693
15694         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15695         (gnus-agent-group-pathname): Ditto.
15696
15697         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15698
15699         * gnus-group.el (gnus-group-make-group): Decode group name.
15700         (gnus-group-make-rss-group): Register the group data after opening
15701         the nnrss group.
15702
15703 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15704
15705         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15706         by expiry now get marked as read.
15707
15708 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15709
15710         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15711
15712 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15713
15714         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15715         unify Latin characters in XEmacs.
15716         (mm-find-mime-charset-region): Use it.
15717
15718 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15719
15720         * gnus-util.el (gnus-delete-directory): New function.
15721
15722         * gnus-agent.el (gnus-agent-delete-group): Use it.
15723
15724         * gnus-cache.el (gnus-cache-delete-group): Use it.
15725
15726 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15727
15728         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15729         names.
15730
15731 2004-12-16  Simon Josefsson  <jas@extundo.com>
15732
15733         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15734
15735 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15736
15737         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15738
15739         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15740         (gnus-group-set-current-level): Decode group name.
15741
15742 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15743
15744         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15745         failed.
15746
15747 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15748
15749         * gnus-group.el (gnus-group-delete-group): Decode group name.
15750         (gnus-group-make-rss-group): Encode group name.
15751         (gnus-group-catchup-current): Decode group name.
15752         (gnus-group-kill-group): Decode group name.
15753
15754 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15755
15756         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15757
15758 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15759
15760         * gnus-group.el (gnus-group-make-rss-group):
15761         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15762
15763         * gnus-start.el (gnus-setup-news): Honor user's setting to
15764         gnus-message-archive-method.  Suggested by Lute Kamstra
15765         <lute@gnu.org>.
15766
15767 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15768
15769         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15770         global counterparts of the buffer-local variables.
15771
15772 2004-11-16  Romain Francoise  <romain@orebokech.com>
15773
15774         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15775         counterparts of the buffer-local variables.
15776
15777 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15778
15779         * message.el (message-forbidden-properties): Fix typo in doc
15780         string.
15781
15782 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15783
15784         * gnus-util.el (gnus-replace-in-string): Add doc string.
15785
15786         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15787         to avoid problems when splitting mails with many recipients.
15788
15789 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15790
15791         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15792         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15793
15794 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15795
15796         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15797         if there is no hashtable in memory or file modification time is
15798         newer than cached timestamp.
15799
15800 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15801
15802         * gnus-sum.el (gnus-summary-limit-to-recipient):
15803         Implement not-matching option.
15804
15805 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15806
15807         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15808         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15809         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15810         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15811         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15812         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15813
15814 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15815
15816         * message.el (message-forward-make-body-mml): Remove headers
15817         according to message-forward-ignored-headers if a message is decoded.
15818
15819 2004-12-02  Romain Francoise  <romain@orebokech.com>
15820
15821         * message.el (message-forward-make-body-plain): Always remove
15822         headers according to message-forward-ignored-headers.
15823
15824 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15825
15826         * spam.el (spam-summary-prepare-exit): Remove the
15827         gnus-summary-limit pop for now, it has problems with ham marks for
15828         me.
15829
15830 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15831
15832         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15833         correctly.
15834
15835 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15836
15837         * format-spec.el (format-spec): Message the char.
15838
15839 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15840
15841         * gnus-art.el (gnus-split-methods): Reformat comments.
15842
15843         * spam.el (spam-summary-prepare-exit): Remove article limits
15844         before exiting the summary buffer.
15845
15846 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15847
15848         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15849         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15850
15851         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15852         order to silence the byte compiler.
15853
15854         * spam.el: Fix the way to silence the byte compiler, which
15855         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15856         bbdb-search-simple, spam-BBDB-register-routine,
15857         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15858         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15859         spam-stat-buffer-is-spam, spam-stat-load,
15860         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15861         spam-stat-save and spam-stat-split-fancy.
15862
15863 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15864
15865         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15866         which may confuse users.
15867         (canlock-password-for-verify): Ditto.
15868
15869         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15870
15871         * gnus-art.el (gnus-emphasis-alist): Ditto.
15872
15873         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15874
15875         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15876
15877         * gnus-start.el (gnus-save-killed-list): Ditto.
15878
15879         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15880         (gnus-sum-thread-tree-root): Ditto.
15881         (gnus-sum-thread-tree-false-root): Ditto.
15882         (gnus-sum-thread-tree-single-indent): Ditto.
15883
15884         * message.el (message-courtesy-message): Ditto.
15885         (message-archive-note): Ditto.
15886         (message-subscribed-address-file): Ditto.
15887         (message-user-fqdn): Ditto.
15888
15889         * spam-report.el (spam-report-gmane-regex): Ditto.
15890
15891         * spam.el (spam-blackhole-good-server-regex): Ditto.
15892
15893 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15894
15895         * mml.el (mml-preview): Widen the message buffer before copying
15896         the contents to the preview buffer; sort headers before previewing.
15897
15898         * message.el (message-hidden-headers): Fix the way to avoid a bug
15899         in the `repeat' widget in Emacs 21.3 or earlier.
15900
15901 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15902
15903         * message.el (message-hidden-headers): Default to "^References:".
15904         Improve customization type.  Suggested by Reiner Steib
15905         <Reiner.Steib@gmx.de>.
15906
15907 2004-11-25  Romain Francoise  <romain@orebokech.com>
15908
15909         * message.el (message-strip-forbidden-properties): Remove check for
15910         obsolete `message-hidden' text property, hidden headers are not
15911         accessible in the buffer anymore.
15912
15913 2004-11-22  Romain Francoise  <romain@orebokech.com>
15914
15915         * message.el (message-header-format-alist): Add `From' in list
15916         so that it can be sorted.
15917         (message-fix-before-sending): Widen and sort headers before
15918         sending.
15919         (message-hide-headers): Use narrowing to hide headers by moving
15920         them to the top of the buffer and narrowing to the region
15921         underneath.
15922
15923 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15924
15925         * message.el (message-strip-forbidden-properties):
15926         Bind buffer-read-only (etc) to nil.
15927
15928 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15929
15930         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15931         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15932
15933 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15934
15935         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15936
15937 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15938
15939         * dns.el (query-dns): Use sit-for to time instead of
15940         accept-process-output, since that doesn't seem to work on udp
15941         sockets.
15942
15943 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15944
15945         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15946
15947 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15948
15949         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15950         doc string.  Improve doc string.
15951
15952 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15953
15954         * nntp.el (nntp-request-update-info): Return nil if
15955         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15956         may not call gnus-activate-group which uselessly issues the GROUP
15957         commands for all nntp groups and wastes time.  Reported by Romain
15958         Francoise <romain@orebokech.com>.
15959
15960         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15961
15962 2004-11-15  Simon Josefsson  <jas@extundo.com>
15963
15964         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15965         headers separately.
15966         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15967         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15968
15969 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15970
15971         * gnus-start.el (gnus-convert-old-newsrc):
15972         Assign legacy-gnus-agent to 5.10.7.
15973
15974 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15975
15976         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15977         start of the lines.
15978
15979 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15980
15981         * hashcash.el (hashcash-default-payment): Change default to 20.
15982         (hashcash-default-accept-payment): Change default to 20.
15983         (hashcash-process-alist): New variable.
15984         (hashcash-generate-payment-async): Add.
15985         (hashcash-already-paid-p): Add.
15986         (hashcash-insert-payment): Don't generate payments twice.
15987         (hashcash-insert-payment-async): Add.
15988         (hashcash-insert-payment-async-2): Add.
15989         (hashcash-cancel-async): Add.
15990         (hashcash-wait-async): Add.
15991         (hashcash-processes-running-p): Add.
15992         (hashcash-wait-or-cancel): Add.
15993         (mail-add-payment): New optional argument.  Conditionally start
15994         asynchronous calculation.
15995         (mail-add-payment-async): Add.
15996
15997         * message.el (message-send-mail): Wait for asynchronous hashcash
15998         results.  Don't clobber existing X-Hashcash headers.
15999         (message-setup-1): Call mail-add-payment-async when
16000         message-generate-hashcash is non-nil.
16001
16002 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16003
16004         * message.el (message-use-alternative-email-as-from): Examine the
16005         From header as well; use message-make-from in order to include a
16006         user's full name.
16007
16008 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16009
16010         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16011         default; improve customization type.
16012         (gnus-emphasis-custom-with-format): New macro.
16013         (gnus-emphasis-custom-value-to-external): New function.
16014         (gnus-emphasis-custom-value-to-internal): New function.
16015
16016 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16017
16018         * dns.el (query-dns): Resolve reverse addresses.
16019
16020 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16021
16022         * gnus-group.el (gnus-group-get-new-news): Use it.
16023
16024         * gnus-start.el (gnus-check-reasonable-setup): New function.
16025
16026 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16027
16028         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16029         "Args out of range" error.  Reported by Arnaud Giersch
16030         <arnaud.giersch@free.fr>.
16031
16032 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16033
16034         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16035
16036 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16037
16038         * spam.el (spam group): Add :version.
16039
16040         * pgg-def.el (pgg group): Add :version.
16041
16042 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16043
16044         * gnus-art.el (gnus-article-edit-article): Don't associate the
16045         article buffer with a draft file.  This is a temporary measure
16046         against the 2004-08-22 change to gnus-article-edit-mode.
16047
16048 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16049
16050         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16051         (html2text-format-tags): Remove unused variable `attr'.
16052
16053 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16054
16055         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16056
16057         * tls.el (tls-process-connection-type, tls-success)
16058         (tls-certtool-program): Add :version.
16059
16060         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16061         (starttls-extra-arguments, starttls-process-connection-type)
16062         (starttls-connect, starttls-failure, starttls-success): Add :version.
16063
16064         * spam-stat.el (spam-stat): Add :version.
16065
16066         * sieve.el (sieve): Add :version.
16067
16068         * sha1.el (sha1): Add :version.
16069         (sha1-use-external): Remove redundant version.
16070
16071         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16072         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16073         (nnmail-split-fancy-match-partial-words)
16074         (nnmail-split-lowercase-expanded): Add :version.
16075
16076         * nndiary.el (nndiary): Add :version.
16077
16078         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16079
16080         * mml-sec.el (mml-default-sign-method)
16081         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16082         Add :version.
16083
16084         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16085
16086         * mm-url.el (mm-url-use-external, mm-url-program)
16087         (mm-url-arguments): Add :version.
16088
16089         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16090         (mm-attachment-file-modes, mm-decrypt-option)
16091         (mm-w3m-safe-url-regexp): Add :version.
16092
16093         * message.el (message-cite-prefix-regexp)
16094         (message-sendmail-envelope-from, message-minibuffer-local-map)
16095         (message-user-fqdn, message-completion-alist): Add :version.
16096
16097         * gnus-win.el (gnus-configure-windows-hook)
16098         (gnus-use-frames-on-any-display): Add :version.
16099
16100         * gnus-art.el (gnus-article-address-banner-alist)
16101         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16102         (gnus-treat-from-picon, gnus-treat-mail-picon)
16103         (gnus-treat-x-pgp-sig): Add :version.
16104
16105         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16106         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16107         (gnus-summary-article-delete-hook)
16108         (gnus-summary-display-while-building): Add :version.
16109
16110         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16111         (gnus-get-top-new-news-hook): Add :version.
16112
16113         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16114         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16115
16116         * gnus-registry.el (gnus-registry): Add :version.
16117
16118         * gnus-spec.el (gnus-use-correct-string-widths)
16119         (gnus-make-format-preserve-properties): Add :version.
16120
16121         * gnus.el (gnus-group-charter-alist)
16122         (gnus-group-fetch-control-use-browse-url)
16123         (gnus-install-group-spam-parameters): Add :version.
16124
16125         * gnus-diary.el (gnus-diary): Add :version.
16126
16127         * gnus-delay.el (gnus-delay): Add :version.
16128
16129         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16130         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16131         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16132         Add :version.
16133
16134         * gnus-agent.el (gnus-agent-max-fetch-size)
16135         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16136         (gnus-agent-prompt-send-queue): Add :version.
16137
16138         * deuglify.el (gnus-outlook-deuglify): Add :version.
16139
16140         * html2text.el: Beautify code.  Improve doc strings.
16141         Some checkdoc cleanup.
16142         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16143
16144 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16145
16146         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16147
16148 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16149
16150         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16151         when package is loaded.
16152
16153         * spam.el (spam-summary-score-preferred-header): Add global preference
16154         for people who want to override the default SpamAssassin over
16155         Bogofilter preference (when both are set).
16156         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16157         (spam-user-format-function-S):
16158         Check spam-summary-score-preferred-header.
16159         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16160         (spam-user-format-function-S): Format the score correctly.
16161
16162 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16163
16164         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16165         signature file.  Suggested by Manoj Srivastava
16166         <srivasta@golden-gryphon.com>.
16167
16168         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16169         iso-2022-jp even in the Japanese language environment.
16170         Suggested by Jason Rumney <jasonr@gnu.org>.
16171
16172 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16175         use the same characters as the dummy marks; make it free from
16176         getting affected by the language environment.
16177         (gnus-summary-read-group-1): Update mark positions only when the
16178         format spec is updated.
16179
16180         * gnus-spec.el (gnus-update-format-specifications): Return a list
16181         of updated types.
16182
16183 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16184
16185         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16186         of boundp to check if display-warning is available.
16187
16188 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16189
16190         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16191
16192 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16193
16194         * nnspool.el (nnspool-spool-directory): Use news-path if the
16195         news-directory variable is not bound.
16196
16197         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16198         function instead of display-warning if it is not available.
16199
16200 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16201
16202         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16203         v5-10: Use `point-at-bol'.
16204
16205 2004-10-26  Simon Josefsson  <jas@extundo.com>
16206
16207         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16208         <chenggao@gmail.com>.
16209
16210 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16211
16212         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16213         instead.
16214
16215 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16216
16217         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16218         to remove a server from the nnimap-server-buffer-alist.
16219         (nnimap-open-connection, nnimap-close-server): Use it.
16220
16221         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16222
16223 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16224
16225         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16226         running the major-mode function.
16227
16228 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16229
16230         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16231         dummy marks in the right way.
16232
16233 2004-10-18  David Edmondson  <dme@dme.org>
16234
16235         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16236         excessively.
16237
16238 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16239
16240         * gnus-util.el (gnus-split-references): Accept a nil references
16241         string and go on blissfully.
16242
16243         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16244         cases where the references string is non-nil but has no references.
16245
16246         * encrypt.el: Add autoload tags.
16247
16248         * spam.el (spam-resolve-registrations-routine): Remove article
16249         from unregistration list too.  Reported by David Hanak
16250         <dhanak@isis.vanderbilt.edu>
16251
16252 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16253
16254         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16255         nil.  Change custom type.
16256
16257 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16258
16259         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16260
16261         * gnus-sum.el (gnus-summary-move-article): Use it.
16262
16263 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16264
16265         * encrypt.el: Add autoload cookies.
16266
16267         * spam.el (spam-backend-article-list-property)
16268         (spam-backend-get-article-todo-list)
16269         (spam-backend-put-article-todo-list)
16270         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16271         Resolve registrations separately.
16272         (spam-register-routine): Format comments.
16273         (spam-unregister-routine, spam-register-routine): Always call with
16274         specific-articles, no default list.
16275         (spam-summary-prepare-exit): Use the spam-classifications function.
16276
16277         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16278         gnus-encrypt.el.
16279
16280         * encrypt.el: Copied from gnus-encrypt.el.
16281
16282         * gnus-encrypt.el: Commented that it's obsolete.
16283
16284 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16285
16286         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16287         (gnus-score-save): Use it.
16288
16289         * message.el (message-bury): Use `window-dedicated-p'.
16290
16291 2004-10-15  Simon Josefsson  <jas@extundo.com>
16292
16293         * pop3.el (top-level): Don't require nnheader.
16294         (pop3-read-timeout): Add.
16295         (pop3-accept-process-output): Add.
16296         (pop3-read-response, pop3-retr): Use it.
16297
16298 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16299
16300         * spam.el (spam-register-routine): Move comment.
16301         (spam-verify-bogofilter): Use 'unknown for the initial
16302         spam-bogofilter-valid state, not 'never.
16303
16304         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16305         for netrc-machine.
16306
16307         * nnimap.el (nnimap-open-connection):
16308         Use netrc-machine-user-or-password.
16309
16310 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16311
16312         * gnus-registry.el (gnus-registry-unload-hook):
16313         Set as a variable with add-hook.
16314
16315         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16316         of news-path.
16317
16318         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16319
16320         * spam.el: Delete duplicate `provide'.
16321         (spam-unload-hook): Set as a variable with add-hook.
16322
16323 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16324
16325         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16326         in the doc string.
16327
16328         * message.el (message-ignored-news-headers)
16329         (message-ignored-supersedes-headers)
16330         (message-ignored-resent-headers)
16331         (message-forward-ignored-headers): Improve custom type.
16332
16333 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16334
16335         * message.el (message-tokenize-header): Fix 2004-09-06 change
16336         which used point-min in the wrong place.
16337
16338 2004-10-12  Simon Josefsson  <jas@extundo.com>
16339
16340         * tls.el (tls-certtool-program): New variable.
16341         (tls-certificate-information): New function, based on
16342         ssl-certificate-information.
16343
16344 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16345
16346         * compface.el: Move the version of ELisp-based uncompface program
16347         to the contrib directory because of the copyright problem.
16348
16349 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16350
16351         * message.el (message-kill-buffer): Raise the current frame.
16352
16353 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16354
16355         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16356
16357         * gnus.el (message-y-or-n-p): Autoload.
16358
16359         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16360         (pop3-password-required, pop3-authentication-scheme)
16361         (pop3-leave-mail-on-server): Make customizable.
16362         (pop3): New custom group.
16363         (pop3-retr): Remove `sleep-for' statements.
16364         Suggested by Dave Love <fx@gnu.org>.
16365
16366         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16367         Windows/DOS.
16368
16369         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16370         (imap-parse-body): Fix incorrect use of `assert'.
16371         Suggested by Dave Love <fx@gnu.org>.
16372
16373         * mml.el (mml-minibuffer-read-disposition): Require match.
16374         Suggested by Dave Love <fx@gnu.org>.
16375
16376 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16377
16378         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16379         doc string.
16380
16381 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16382
16383         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16384
16385 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16386
16387         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16388         instead of calling `mm-insert-inline', to decode text/* parts
16389         before displaying them.
16390
16391 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16392
16393         * mm-uu.el (mm-uu-text-plain-type): New variable.
16394         (mm-uu-pgp-signed-extract-1): Use it.
16395         (mm-uu-pgp-encrypted-extract-1): Use it.
16396         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16397         bind mm-uu-text-plain-type with that value.
16398         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16399         mm-uu-dissect.
16400
16401 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16402
16403         * gnus-group.el (gnus-update-group-mark-positions):
16404         * gnus-sum.el (gnus-update-summary-mark-positions):
16405         * message.el (message-check-news-body-syntax):
16406         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16407         of string-as-multibyte.
16408
16409 2004-10-05  Juri Linkov  <juri@jurta.org>
16410
16411         * gnus-group.el (gnus-update-group-mark-positions):
16412         * gnus-sum.el (gnus-update-summary-mark-positions):
16413         * message.el (message-check-news-body-syntax):
16414         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16415         8-bit unibyte values to a multibyte string for search functions.
16416
16417 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16418
16419         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16420         (mm-uu-dissect-text-parts): New function.
16421
16422         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16423         dissect text parts.
16424
16425         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16426         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16427
16428         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16429
16430         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16431         Use gnus-current-topics instead of gnus-current-topic.
16432
16433 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16434
16435         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16436
16437 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16438
16439         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16440         where approriate.
16441
16442         * nnml.el (nnml-generate-active-info): do.
16443
16444         * nndiary.el (nndiary-generate-active-info): do.
16445
16446         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16447         (gnus-topic-move): do.
16448
16449         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16450         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16451
16452         * gnus-srvr.el (gnus-server-prepare)
16453         (gnus-server-open-all-servers): do.
16454
16455         * gnus-msg.el (gnus-summary-cancel-article)
16456         (gnus-summary-resend-message)
16457         (gnus-summary-mail-crosspost-complaint): do.
16458
16459         * gnus-move.el (gnus-change-server): do.
16460
16461         * gnus-group.el (gnus-group-unmark-all-groups)
16462         (gnus-group-set-current-level): do.
16463
16464 2004-10-04  Simon Josefsson  <jas@extundo.com>
16465
16466         * message.el (message-generate-hashcash): Doc fix.
16467
16468 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16469
16470         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16471         avoid infinite recursion via gnus-get-function.
16472
16473 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16474
16475         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16476
16477         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16478
16479         * nnmail.el (nnmail-split-history): do.
16480
16481         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16482         (nnml-request-delete-group): do.
16483
16484         * nnslashdot.el (nnslashdot-read-groups): do.
16485
16486         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16487         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16488
16489         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16490         (nnspool-sift-nov-with-sed): Use last.
16491         (nnspool-retrieve-headers-with-nov): Use mapc.
16492         (nnspool-request-newgroups): Use dolist.
16493         (nnspool-request-group): Use last.
16494
16495         * nntp.el (nntp-read-server-type): Use dolist.
16496
16497         * nnvirtual.el (nnvirtual-create-mapping)
16498         (nnvirtual-update-read-and-marked): Use dolist.
16499         (nnvirtual-convert-headers): Simplify.
16500
16501 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16502
16503         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16504         Add support for sync'ing tick marks.
16505
16506 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16507
16508         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16509         there's no visible header.
16510
16511 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16512
16513         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16514         When necessary, pass full group name to gnus-request-set-marks.
16515
16516 2004-10-01  Simon Josefsson  <jas@extundo.com>
16517
16518         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16519         acroread.
16520
16521 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16522
16523         * spam-report.el (spam-report-gmane): Fix interactive.
16524
16525         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16526
16527         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16528         when writing file.
16529         (gnus-agent-synchronize-flags): Don't default to being
16530         interactive.
16531
16532 2004-09-30  Simon Josefsson  <jas@extundo.com>
16533
16534         * message.el (message-generate-hashcash): Add.
16535         (message-send-mail): Use it, call mail-add-payment.
16536
16537 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16538
16539         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16540
16541 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16542
16543         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16544         gnus-requst-update-info with explicit code to sync the in-memory
16545         info read flags with the marks being sync'd to the backend.
16546
16547         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16548
16549 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16550
16551         * spam.el (spam-verify-bogofilter): Add new function.
16552         (spam-check-bogofilter)
16553         (spam-bogofilter-register-with-bogofilter): Use it.
16554         (spam-verify-bogofilter): Add small fixes.
16555
16556 2004-09-28  Simon Josefsson  <jas@extundo.com>
16557
16558         * hashcash.el (hashcash-generate-payment): Revert.
16559
16560 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16561
16562         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16563         Use gnus-extract-references instead of gnus-split-references.
16564
16565         * gnus-util.el (gnus-extract-references): Add new function, analogous
16566         to gnus-split-references but extracts only the message-ID without
16567         anything extra.
16568
16569         * hashcash.el (hashcash-generate-payment)
16570         (hashcash-check-payment): Do the right thing if hashcash-path is
16571         nil (because the hashcash program could not be found).
16572
16573         * spam.el (spam-use-hashcash): Remove comment.
16574
16575 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16576
16577         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16578         (gnus-cache-enter-article, gnus-cache-remove-article)
16579         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16580
16581         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16582
16583         * gnus-art.el (article-hide-boring-headers)
16584         (article-translate-strings, article-display-face)
16585         (gnus-article-mime-match-handle-first)
16586         (gnus-article-highlight-headers)
16587         (gnus-article-add-buttons-to-head): do.
16588
16589 2004-09-27  Simon Josefsson  <jas@extundo.com>
16590
16591         * hashcash.el: New version, from
16592         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16593         ../contrib/.
16594
16595 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16596
16597         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16598
16599 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16600
16601         * gnus-dup.el (gnus-dup-open): Use mapc.
16602         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16603
16604         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16605         Reported by Stefan Wiens <s.wi@gmx.net>.
16606
16607         * gnus.el (gnus-shutdown): Use dolist.
16608
16609         * gnus-undo.el (gnus-undo): Use mapc.
16610
16611         * nnrss.el (nnrss-generate-active): do.
16612
16613         * message.el (message-cite-original-without-signature)
16614         (message-cite-original): Use mapc.
16615         (message-do-actions, message-make-forward-subject): Use dolist.
16616
16617 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16618
16619         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16620         deletion to remove entire duplicate line.  Fixes merged article
16621         number bug.
16622
16623 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16624
16625         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16626         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16627         first ask if you want to open a server and then, even when you
16628         responded with no, asking if you want to synchronize the server's
16629         flags.
16630         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16631         multi-line expressions.
16632         (gnus-agent-synchronize-group-flags): New internal function.
16633         Updates marks in memory (in the info structure) AND in the
16634         backend.
16635
16636         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16637
16638         * nnagent.el (nnagent-request-set-mark):
16639         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16640         method, to ensure that synchronization updates marks in the
16641         backend and in the info (in memory) structure.
16642
16643 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16644
16645         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16646         convention fully; don't miss the root article of a thread; make
16647         the X-Draft-From header with correct article numbers.
16648
16649 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16650
16651         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16652         unless plugged.  Disable the agent so that an open failure causes
16653         an error.
16654
16655         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16656         Revert 2004-09-21 change.  The backend must be opened while
16657         synchronizing flags even when the backend stores the flags
16658         locally.
16659
16660 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16661
16662         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16663         in `header' match.  Reported by Svend Tollak Munkejord.
16664
16665         * message.el (message-cite-original): Fix use of
16666         `message-cite-articles-with-x-no-archive'.
16667
16668 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16669
16670         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16671         (gnus-window-to-buffer): Ditto.
16672
16673         * mml.el (mml-preview-buffer): New variable.
16674         (mml-preview): Manage window layout with gnus-buffer-configuration.
16675
16676         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16677         X-Draft-From header even if those articles aren't quoted.
16678
16679 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16680
16681         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16682         (gnus-request-set-mark, gnus-request-update-mark): Use new
16683         g-s-t-u-l-m to decide to use backend even when unplugged.
16684
16685 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16686
16687         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16688         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16689
16690 2004-09-20  Simon Josefsson  <jas@extundo.com>
16691
16692         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16693         "utf-16-le".
16694
16695 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16696
16697         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16698
16699 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16700
16701         * uudecode.el (uudecode-use-external): Add :version.
16702
16703         * smime.el (smime-CA-file, smime-encrypt-cipher)
16704         (smime-dns-server): Add :version.
16705
16706         * smiley.el (gnus-smiley-file-types): Add :version.
16707
16708         * sha1.el (sha1-use-external): Add :version.
16709
16710         * pgg-def.el (pgg-query-keyserver): Add :version.
16711
16712         * nnmail.el (nnmail-fancy-expiry-targets)
16713         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16714         Add :version.
16715
16716         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16717         (nnimap-retrieve-groups-asynchronous): Add :version.
16718         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16719
16720         * mml.el (mml-content-disposition-parameters)
16721         (mml-insert-mime-headers-always): Add :version.
16722
16723         * mm-util.el (mm-coding-system-priorities): Add :version.
16724
16725         * mm-decode.el (mm-inline-text-html-with-images)
16726         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16727         (mm-verify-option): Add :version.
16728         (mm-text-html-renderer): Change :version.
16729
16730         * message.el (message-fcc-externalize-attachments)
16731         (message-required-headers, message-draft-headers)
16732         (message-subject-trailing-was-query)
16733         (message-subject-trailing-was-ask-regexp)
16734         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16735         (message-mark-insert-end, message-archive-header)
16736         (message-archive-note, message-cross-post-default)
16737         (message-cross-post-note, message-followup-to-note)
16738         (message-cross-post-note-function, message-use-mail-followup-to)
16739         (message-subscribed-address-functions)
16740         (message-subscribed-address-file, message-subscribed-addresses)
16741         (message-subscribed-regexps, message-allow-no-recipients)
16742         (message-yank-cited-prefix, message-signature-insert-empty-line)
16743         (message-hidden-headers, message-hierarchical-addresses)
16744         (message-mail-user-agent, message-use-idna)
16745         (message-valid-fqdn-regexp)
16746         (message-strip-special-text-properties, message-header-synonyms)
16747         (message-beginning-of-line, message-tab-body-function): Add :version.
16748         (message-insert-canlock, message-wide-reply-confirm-recipients):
16749         Change :version.
16750
16751         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16752         and :version.
16753         (mail-source-delete-old-incoming-confirm)
16754         (mail-source-movemail-program): Add :version.
16755
16756         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16757         (gnus-agent-cache, gnus-agent): Change :version.
16758
16759         * gnus-util.el (gnus-use-byte-compile): Change :version.
16760
16761         * gnus-sum.el (gnus-summary-make-false-root-always)
16762         (gnus-summary-default-high-score)
16763         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16764         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16765         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16766         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16767         (gnus-sum-thread-tree-single-indent)
16768         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16769         (gnus-sum-thread-tree-leaf-with-other)
16770         (gnus-sum-thread-tree-single-leaf): Add :version.
16771         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16772         (gnus-article-loose-mime): Change :version.
16773
16774         * gnus-start.el (gnus-backup-startup-file)
16775         (gnus-save-startup-file-via-temp-buffer): Add :version.
16776
16777         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16778         (gnus-server-offline-face): Add :version.
16779
16780         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16781
16782         * gnus-msg.el (gnus-gcc-externalize-attachments)
16783         (gnus-debug-files, gnus-debug-exclude-variables)
16784         (gnus-discouraged-post-methods): Change :version.
16785         (gnus-confirm-mail-reply-to-news)
16786         (gnus-confirm-treat-mail-like-news): Add :version.
16787
16788         * gnus-int.el (gnus-server-unopen-status): Add :version.
16789
16790         * gnus-group.el (gnus-group-jump-to-group-prompt)
16791         (gnus-large-ephemeral-newsgroup)
16792         (gnus-fetch-old-ephemeral-headers): Add :version.
16793
16794         * gnus-fun.el (gnus-x-face-directory)
16795         (gnus-convert-pbm-to-x-face-command)
16796         (gnus-convert-image-to-x-face-command)
16797         (gnus-convert-image-to-face-command): Add :version.
16798
16799         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16800
16801         * gnus-cite.el (gnus-cite-blank-line-after-header)
16802         (gnus-article-boring-faces): Add :version.
16803
16804         * gnus-art.el (gnus-buttonized-mime-types)
16805         (gnus-inhibit-mime-unbuttonizing)
16806         (gnus-treat-display-face)
16807         (gnus-treat-body-boundary): Change :version.
16808         (gnus-body-boundary-delimiter, gnus-picon-databases)
16809         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16810         (gnus-treat-date-english, gnus-treat-fold-headers)
16811         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16812         (gnus-treat-mail-picon, gnus-treat-wash-html)
16813         (gnus-article-encrypt-protocol)
16814         (gnus-use-idna, gnus-article-over-scroll)
16815         (gnus-mime-display-multipart-alternative-as-mixed)
16816         (gnus-mime-display-multipart-related-as-mixed)
16817         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16818         (gnus-ctan-url, gnus-button-ctan-handler)
16819         (gnus-button-handle-ctan-bogus-regexp)
16820         (gnus-button-ctan-directory-regexp)
16821         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16822         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16823         (gnus-button-man-level, gnus-button-emacs-level)
16824         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16825
16826         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16827         (gnus-agent-go-online): Change :version.
16828         (gnus-agent-expire-unagentized-dirs)
16829         (gnus-agent-auto-agentize-methods): Add :version.
16830
16831         * flow-fill.el (fill-flowed-display-column)
16832         (fill-flowed-encode-column): Add :version.
16833
16834         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16835         (gnus-outlook-deuglify-unwrap-max)
16836         (gnus-outlook-deuglify-cite-marks)
16837         (gnus-outlook-deuglify-unwrap-stop-chars)
16838         (gnus-outlook-deuglify-no-wrap-chars)
16839         (gnus-outlook-deuglify-attrib-cut-regexp)
16840         (gnus-outlook-deuglify-attrib-verb-regexp)
16841         (gnus-outlook-deuglify-attrib-end-regexp)
16842         (gnus-outlook-display-hook): Add :version.
16843
16844         * binhex.el (binhex-use-external): Add :version.
16845
16846 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16847
16848         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16849         and `invisible'.
16850
16851 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16852
16853         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16854         in gnus-registry-trim.
16855
16856 2004-09-13  Simon Josefsson  <jas@extundo.com>
16857
16858         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16859
16860         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16861
16862         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16863         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16864         <yamaoka@jpl.org>.
16865         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16866         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16867         <yamaoka@jpl.org>.
16868
16869         * sieve.el (sieve-manage-mode): Ditto.
16870
16871 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16872
16873         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16874
16875 2004-09-11  Simon Josefsson  <jas@extundo.com>
16876
16877         * dns-mode.el: Add.
16878
16879         * mm-view.el (mm-display-dns-inline): Add.
16880
16881         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16882         (mm-automatic-display): Ditto.
16883
16884         * mailcap.el (mailcap-mime-data): Add text/dns.
16885         (mailcap-mime-extensions): Map .soa to text/dns.
16886
16887 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16888
16889         * gnus-art.el (article-decode-mime-words, article-babel)
16890         (gnus-article-highlight-signature, gnus-article-add-buttons)
16891         (gnus-signature-toggle): Remove unnecessary bindings of
16892         `inhibit-read-only' inherited from v5.10 merge.
16893
16894 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16895
16896         * nntp.el (nntp): New customization group.
16897         (nntp-authinfo-file): Add customization group.
16898
16899         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16900
16901         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16902
16903         * gnus.el (to-address, to-list, subscribed)
16904         (large-newsgroup-initial): Ditto.
16905
16906         * flow-fill.el (fill-flowed-display-column)
16907         (fill-flowed-encode-column): Ditto.
16908
16909 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16910
16911         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16912         Use point-min rather than 1.
16913         (message-send-mail): Use buffer-size rather than point-max.
16914
16915         * gnus-sum.el (gnus-summary-search-article-forward):
16916         Signal a specific `search-failed' rather than a generic `error'.
16917
16918         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16919         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16920         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16921
16922 2004-09-10  Simon Josefsson  <jas@extundo.com>
16923
16924         * nndb.el (require): Remove tcp and duplicate cl.
16925
16926 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16927
16928         * gnus-agent.el (directory-files-and-attributes): Move forward.
16929
16930 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16931
16932         * gnus-agent.el (directory-files-and-attributes):
16933         Optionally defined to support XEmacs.
16934
16935 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16936
16937         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16938         to avoid run-time CL dependencies.
16939         (gnus-agent-unfetch-articles): New function.
16940         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16941         article numbers even when local .overview file is missing.
16942         (gnus-agent-read-article-number): New function.  Only accepts
16943         27-bit article numbers.
16944         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16945         Use gnus-agent-read-article-number.
16946         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16947         from backend while recognizing that article numbers in .overview
16948         must be valid.
16949         (gnus-agent-update-files-total-fetched-for):
16950         Use directory-files-and-attributes to improve performance.
16951         * gnus-int.el (gnus-request-move-article):
16952         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16953         improve performance.
16954
16955         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16956         some users confused by references to .newsrc when they only have a
16957         .newsrc.eld file.
16958         (gnus-convert-mark-converter-prompt)
16959         (gnus-convert-converter-needs-prompt): Fix use of property list.
16960         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16961         New function.  Used internally to only display 'gnus converting
16962         files' message when actually necessary.
16963
16964         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16965         methods now autoloaded.
16966
16967 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16968
16969         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16970         identifiers.
16971
16972 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16973
16974         * gnus-picon.el: Fix indentation and closing parenthesis.
16975
16976 2004-09-01  Simon Josefsson  <jas@extundo.com>
16977
16978         * message.el (message-canlock-generate): Require sha1, not
16979         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16980         to require within a function.  Sadly, if sha1.el isn't loaded, the
16981         let binding in m-c-g will hide the defcustom definition, which is
16982         bad.)
16983
16984         * canlock.el: Require sha1, not sha1-el.
16985
16986         * message.el: Don't autoload sha1 (there is a autoload cookie in
16987         sha1.el).
16988
16989         * sha1-el.el: Rename to sha1.el.
16990
16991 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16992
16993         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16994
16995 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16996
16997         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16998
16999 2004-08-30  Kim F. Storm  <storm@cua.dk>
17000
17001         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17002
17003         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17004         Add :group 'nnimap.
17005
17006 2004-08-30  Andreas Schwab  <schwab@suse.de>
17007
17008         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17009         ?* and ?\;.
17010
17011         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17012         and ?\' to symbol instead of whitespace.
17013
17014 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17015
17016         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17017
17018         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17019         instead of re-search-forward.
17020
17021         * gnus-uu.el (gnus-uu-save-article): Ditto.
17022         (gnus-uu-post-encode-uuencode): Ditto.
17023
17024         * html2text.el (html2text-clean-list-items): Ditto.
17025         (html2text-clean-dtdd): Ditto.
17026         (html2text-format-tags): Ditto.
17027
17028         * message.el (message-send-mail-with-sendmail): Fix regexp.
17029         (message-fill-field-general): Use search-forward instead of
17030         re-search-forward.
17031         (unbold-region): Ditto.
17032
17033         * nnrss.el (nnrss-request-article): Ditto.
17034
17035         * nnslashdot.el (nnslashdot-request-article): Ditto.
17036
17037         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17038
17039         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17040         "Unrecognized menu descriptor" error in XEmacs.
17041
17042 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17043
17044         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17045         parent article of a sparse article in the thread hashtb.
17046
17047 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17048
17049         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17050         (nnmail-expand-newtext): Lowercase expanded entries if
17051         nnmail-split-lowercase-expanded is non-nil.
17052
17053 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17054
17055         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17056
17057         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17058         of gnus-tmp-news-method into string under XEmacs.  It will be
17059         passed to gnus-correct-length which takes only a string argument.
17060
17061 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17062
17063         * gnus-util.el (gnus-bind-print-variables): New macro.
17064         (gnus-prin1): Use it.
17065         (gnus-prin1-to-string): Use it.
17066         (gnus-pp): New function.
17067         (gnus-pp-to-string): New function.
17068
17069         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17070         Replace pp-to-string with gnus-pp-to-string.
17071         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17072         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17073         * gnus-msg.el (gnus-debug): Ditto.
17074         * gnus-score.el (gnus-score-save): Ditto.
17075         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17076         gnus-pp-to-string.
17077         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17078         with gnus-pp.
17079         * score-mode.el (gnus-score-pretty-print): Ditto.
17080         * webmail.el (webmail-debug): Ditto.
17081
17082 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17083
17084         * gnus-art.el (article-display-face, article-display-x-face):
17085         Use buffer-read-only.
17086
17087 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17088
17089         * gnus-art.el (article-hide-list-identifiers):
17090         Bind inhibit-read-only as t.
17091
17092 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17093
17094         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17095
17096 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17097
17098         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17099         (gnus-narrow-to-page): Don't assume point-min == 1.
17100         (gnus-article-edit-mode): Derive from message-mode.
17101
17102         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17103         point-min == 1.
17104
17105         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17106         Disable incorrect use of `assert'.
17107
17108         * message.el (message-mode): Set comment-start-skip.
17109
17110
17111 2004-08-22  Sam Steingold  <sds@gnu.org>
17112
17113         * pop3.el (pop3-leave-mail-on-server): New user variable.
17114         (pop3-movemail): Delete mail only when it is nil.
17115
17116 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17117
17118         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17119
17120         * mml.el (mml-preview): Use `pop-to-buffer'.
17121
17122         * message.el (message-goto-mail-followup-to): Insert after "To".
17123         (message-carefully-insert-headers): Add comment.
17124
17125         * gnus.el: Remove unused variable `gnus-article-check-size'.
17126
17127         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17128
17129         * gnus-art.el (gnus-button-alist):
17130         Improve `gnus-button-handle-library' entry.
17131
17132 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17133
17134         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17135         Use downcase, since XEmacs capitalizes error messages differently.
17136
17137 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17138
17139         * nntp.el: Add (require 'gnus) due to reference to
17140         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17141
17142 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17143
17144         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17145         Bind `mm-fill-flowed'.
17146
17147         * mm-decode.el (mm-dissect-singlepart): Check it.
17148
17149 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17150
17151         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17152         'imap' for netrc parsing.
17153
17154 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17155
17156         * mailcap.el (mailcap-mime-data): Mark as risky.
17157
17158 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17159
17160         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17161         may be included in the encoded word.
17162         (rfc2047-encode): Don't append a space if the encoded word
17163         includes close parenthesis.
17164
17165 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17166
17167         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17168         of text within parentheses.
17169
17170 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17171
17172         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17173         (gnus-encrypt-write-file-contents): Make the password key the file
17174         name PLUS the cipher, not just the cipher.  Also remove failed
17175         passwords from the cache.
17176
17177 2004-08-06  Simon Josefsson  <jas@extundo.com>
17178
17179         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17180         Doc fix.
17181
17182 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17183
17184         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17185         LWSP.
17186
17187 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17188
17189         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17190         Try to append in-reply-to: data to the references: header.
17191
17192         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17193         (netrc-parse): Use gnus-encrypt.el functions.
17194
17195         * gnus-encrypt.el: Add new file for encryption support; currently
17196         does only a few GPG ciphers and an internal XOR cipher.
17197
17198         * password.el: Add comments on using password-read-and-add.
17199         (password-read-and-add): Add function to read and add the
17200         password to the cache at once.
17201
17202 2004-07-28  Simon Josefsson  <jas@extundo.com>
17203
17204         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17205         parameter (but don't use it, for now).
17206
17207         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17208         instead of hard coding to nil.
17209
17210 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17211
17212         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17213         as mm-inline-image-xemacs does.
17214
17215 2004-07-26  Simon Josefsson  <jas@extundo.com>
17216
17217         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17218         Revert part of 2004-07-17 change below.
17219
17220 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17221
17222         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17223         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17224
17225 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17226
17227         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17228         quotes that actually start with ">" at the beginning of the
17229         lines.
17230
17231 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17232
17233         * rfc2047.el (rfc2047-encode-region): Fix last change.
17234         (rfc2047-encode-parameter): Remove useless concat.
17235
17236 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17237
17238         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17239         encode special characters; fix some kind of misconfigured headers;
17240         signal a real error if debug-on-quit or debug-on-error is non-nil.
17241         (rfc2047-encode-max-chars): New variable.
17242         (rfc2047-encode-1): Use it.
17243         (rfc2047-encode-parameter): New function.
17244
17245         * mml.el (mml-insert-parameter): Remove an excessive space.
17246
17247 2004-07-17  Simon Josefsson  <jas@extundo.com>
17248
17249         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17250         Kai Grossjohann <kai@emptydomain.de>.
17251         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17252         (gnus-group-make-menu-bar): Ditto.
17253
17254         * gnus-util.el (gnus-group-server): Add.
17255
17256 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17257
17258         * message.el (message-clone-locals): Clone sendmail and smtp
17259         variables.
17260
17261 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17262
17263         * rfc2047.el (rfc2047-encode-region): Fix last change.
17264
17265 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17266
17267         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17268         characters as non-special.
17269
17270 2004-07-09  Simon Josefsson  <jas@extundo.com>
17271
17272         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17273         Users will lose all flag changes made while unplugged with
17274         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17275         good default.  See numerous reports on ding mailing list.
17276
17277 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17278
17279         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17280         add generate-head-function and generate-article-function to the
17281         rfc822-forward entry.
17282         (nndoc-rfc822-forward-generate-article): New function.
17283         (nndoc-rfc822-forward-generate-head): New function.
17284
17285         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17286
17287 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17288
17289         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17290         respect display group parameter and gnus-summary-expunge-below.
17291         (gnus-articles-to-read): Remove unused reference to display group
17292         parameter.
17293
17294 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17295
17296         * nnheader.el (nnheader-uniquify-message-id): New experimental
17297         variable.
17298         (nnheader-nov-read-message-id): Use it.
17299
17300         * spam-report.el (spam-report-gmane): Add interactive.
17301
17302 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17303
17304         * mm-encode.el (mm-content-transfer-encoding-defaults):
17305         Use qp-or-base64 for the application/* types.
17306
17307 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17308
17309         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17310
17311 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17312
17313         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17314         trim value.
17315
17316 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17317
17318         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17319         New macro and function.
17320         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17321
17322 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17323
17324         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17325         after-load-alist.
17326
17327 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17328
17329         * gnus-group.el (gnus-group-get-new-news-this-group):
17330         Don't update info that isn't there.
17331
17332 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17333
17334         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17335         entry.
17336
17337 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17338
17339         * mm-view.el (mm-inline-render-with-function): Use multibyte
17340         buffer; decode html source by charset.
17341
17342         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17343
17344         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17345         Mule-UCS is loaded under XEmacs.
17346         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17347
17348 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17349
17350         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17351
17352 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17353
17354         * mm-util.el (mm-coding-system-p): Return a coding-system.
17355         (mm-mime-mule-charset-alist): Use shift_jis instead of
17356         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17357         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17358         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17359         instead of japanese-shift-jis and iso-latin-1 respectively in
17360         order to share the default value with both Emacs and XEmacs-mule.
17361         (mm-mule-charset-to-mime-charset):
17362         Make mm-coding-system-priorities effective.
17363         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17364         while predicating of candidates upon the priorities.
17365
17366 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17367
17368         * gnus-sum.el (gnus-summary-make-menu-bar):
17369         Add gnus-uu-invert-processable.
17370
17371         * gnus.el: Autoload gnus-uu-invert-processable.
17372
17373 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17374
17375         * mm-util.el (mm-with-multibyte-buffer): New macro.
17376
17377         * rfc2047.el (rfc2047-encode-string): Use it.
17378         (rfc2047-encode-region): Move point to the end of the region after
17379         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17380
17381 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17382
17383         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17384         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17385
17386 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17387
17388         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17389         (gnus-cite-parse): Ignore quoted envelope From_.
17390         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17391
17392 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17393
17394         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17395         invalid addresses.
17396
17397 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17398
17399         * spam.el: Change section markers, revise TODO list.
17400         (spam-backends): Make new master list of all installed backends.
17401         (spam-summary-exit-behavior): Add new variable to determine how
17402         messages moves are done at summary exit.
17403         (spam-move-spam-nonspam-groups-only)
17404         (spam-process-ham-in-nonham-groups)
17405         (spam-process-ham-in-spam-groups): Remove variables, the
17406         spam-summary-exit-behavior variable should be used to manage this
17407         behavior.
17408         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17409         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17410         and spam-old-spam-articles.
17411         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17412         Add empty variables, placeholders for the backends they represent.
17413         (spam-set-difference): Move, unchanged.
17414         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17415         unless the user has a processor variable.
17416         (spam-classifications, spam-classification-valid-p)
17417         (spam-backend-properties, spam-backend-property-valid-p)
17418         (spam-backend-function-type-valid-p)
17419         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17420         (spam-report-articles-gmane, spam-report-articles-resend):
17421         Remove functions, they are not needed.
17422         (spam-install-backend-super, spam-backend-list)
17423         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17424         (spam-backend-function, spam-backend-ham-registration-function)
17425         (spam-backend-spam-registration-function)
17426         (spam-backend-ham-unregistration-function)
17427         (spam-backend-spam-unregistration-function)
17428         (spam-backend-statistical-p, spam-backend-mover-p)
17429         (spam-install-backend-alias, spam-install-checkonly-backend)
17430         (spam-install-mover-backend, spam-install-nocheck-backend)
17431         (spam-install-backend, spam-install-statistical-backend)
17432         (spam-install-statistical-checkonly-backend): Add backend installation
17433         support.
17434         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17435         (spam-group-processor-p): Use the new backend code and respect the
17436         summary exit behavior.
17437         (spam-mark-spam-as-expired-and-move-routine): Remove.
17438         (spam-summary-prepare): Change to use the new spam-old-articles
17439         variable.
17440         (spam-copy-or-move-routine, spam-copy-spam-routine)
17441         (spam-move-spam-routine, spam-copy-ham-routine)
17442         (spam-move-ham-routine): Add code to copy/move ham or spam.
17443         (spam-fetch-field-fast): Improve doc and code, plus allow the
17444         'number request.
17445         (spam-list-of-checks, spam-list-of-statistical-checks):
17446         Remove variables.
17447         (spam-split, spam-find-spam): Use the new backend code.
17448         (spam-registration-functions): Remove variable.
17449         (spam-unregister-routine): Add convenience wrapper.
17450         (spam-log-undo-registration, spam-register-routine)
17451         (spam-log-processing-to-registry)
17452         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17453         where possible.
17454         (spam-check-gmane-xref, spam-check-regex-headers)
17455         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17456         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17457         (spam-check-bogofilter-headers, spam-check-spamoracle)
17458         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17459         (spam-check-crm114-headers): Use the spam-split-group that
17460         spam-split prepares, no need to determine it every time.
17461
17462         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17463         to the nnheader-parse-naked-head call.
17464
17465         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17466
17467         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17468         the nnheader-nov-read-message-id call.
17469
17470 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17471
17472         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17473         gnus-activate-group twice.  Suggested by Markus Peter
17474         <warp@spin.de>.
17475
17476 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17477
17478         * gnus-art.el (gnus-article-time-format): Exchange the order of
17479         day and month in the default value; fix customization type.
17480         (article-date-ut): Use add-text-properties.
17481         (article-make-date-line): Use message-make-date instead of
17482         current-time-string.
17483
17484         * message.el (message-fetch-field): Don't use set-text-properties.
17485         (message-make-date): Simplify.
17486
17487         * messagexmas.el (message-xmas-make-date): New function.
17488         (message-xmas-redefine): Defalias message-make-date to it.
17489
17490 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17491
17492         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17493         (rfc2047-encode-region): Treat text within parentheses as special;
17494         show the original text when error has occurred.
17495
17496         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17497         already-computed method to gnus-activate-group.
17498
17499         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17500         same select-methods identical Lisp objects.
17501
17502         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17503         object when modifying the info.
17504
17505 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17506
17507         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17508         gnus-opened-servers since it has never been opened with the new
17509         configuration yet.
17510
17511 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17512
17513         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17514         arg to nnheader-generate-fake-message-id.
17515
17516 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17517
17518         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17519         number and build a fake message ID localized to a group and
17520         article number (so it's repeatable from that point on).
17521         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17522         ID format.
17523
17524         * gnus-sum.el (gnus-get-newsgroup-headers):
17525         Call nnheader-generate-fake-message-id with the article number.
17526
17527 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17528
17529         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17530         end-of-buffer.
17531
17532 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17533
17534         * message.el (message-ignored-supersedes-headers): Add Approved.
17535
17536 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17537
17538         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17539         goto-char.
17540         (rfc2047-encode): Fold the line before encoding.
17541
17542 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17543
17544         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17545         folding -- not all headers can be folded, and this should be done
17546         by the message composition mode.  Probably.  I think.
17547
17548 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17549
17550         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17551         fast.
17552
17553         * gnus-ems.el (gnus-remove-image): Don't use
17554         message-text-with-property; remove only the image found first.
17555
17556         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17557         found first.
17558
17559 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17560
17561         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17562
17563 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17564
17565         * message.el (message-text-with-property): Make it fast and accept
17566         optional arguments.
17567         (message-strip-forbidden-properties): Use it.
17568         (message-fix-before-sending): Follow the m-t-w-p change.
17569
17570         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17571
17572 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17573
17574         * gnus-art.el (article-hide-headers): Don't change the buffer
17575         mistakenly when performing mml-preview even if
17576         gnus-single-article-buffer is nil.
17577
17578 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17579
17580         * message.el (message-expand-name-databases): New user option.
17581         (message-expand-name): Use it.
17582
17583 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17584
17585         * spam.el (spam-report-articles-resend)
17586         (spam-report-resend-register-routine): Allow ham reporting.
17587         (spam-report-resend-register-ham-routine): Add wrapper.
17588         (spam-registration-functions): Add ham resending functions.
17589         (spam-list-of-processors): Add ham resend processor.
17590
17591         * gnus.el (ham-resend-to): Add new group parameter.
17592         (spam-process): Add ham resend option.
17593
17594         * spam-report.el (spam-report-resend): Allow reporting ham.
17595         (spam-report-resend-ham): Add wrapper.
17596
17597 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17598
17599         * message.el (message-cite-articles-with-x-no-archive):
17600         New variable.
17601         (message-cite-original): Use it.
17602
17603 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17604
17605         * message.el (message-cite-original): Respect X-No-Archive.
17606
17607 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17608
17609         * gnus-art.el (article-hide-headers): Refer to the values for
17610         gnus-ignored-headers and gnus-visible-headers in the summary
17611         buffer since a user may have set them as group parameters.
17612
17613 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17614
17615         * assistant.el (assistant-node-name): Add convenience function.
17616         (assistant-render-text, assistant-render-node): Add error handling,
17617         plus handle multiple next nodes.
17618         (assistant-find-next-node): Comment out for now.
17619         (assistant-find-next-nodes): Add function, returns list of next
17620         nodes.
17621
17622 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17623
17624         * mail-source.el (mail-source-directory): Fix doc-string.
17625
17626 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17627
17628         * assistant.el (assistant-render-text, assistant-eval): Add :set
17629         widget type, which is different because it takes and returns a
17630         list.  Much hilarity ensues.
17631
17632 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17633
17634         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17635
17636         * gnus-group.el (gnus-group-get-new-news-this-group):
17637         Add doc-string.
17638
17639         * gnus-start.el (gnus-activate-group): Add doc-string.
17640
17641 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17642
17643         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17644
17645 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17646
17647         * assistant.el (assistant-render-text): Try to add a :set
17648         widget, more to come.
17649
17650         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17651         strings.
17652         (spam-report-articles-resend)
17653         (spam-register-routine): Do registration iff any articles warrant
17654         it.
17655         (spam-summary-prepare-exit): Change log message for nil group
17656         destinations.
17657
17658 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17659
17660         * spam.el (spam-report-resend-register-routine):
17661         Allow spam-report-resend-to to be a group parameter or a global value.
17662
17663 2004-05-26  Simon Josefsson  <jas@extundo.com>
17664
17665         * starttls.el: Merge with my GNUTLS based starttls.el.
17666         (starttls-gnutls-program, starttls-use-gnutls)
17667         (starttls-extra-arguments, starttls-process-connection-type)
17668         (starttls-connect, starttls-failure, starttls-success):
17669         New variables.
17670         (starttls-program, starttls-extra-args): Doc fix.
17671         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17672         New functions.
17673         (starttls-negotiate, starttls-open-stream):
17674         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17675         function if it is set.
17676
17677 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17678
17679         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17680         structured fields.
17681
17682 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17683
17684         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17685
17686 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17687
17688         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17689         Add variable.
17690         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17691         assigning the spam-mark to new messages.
17692
17693 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17694
17695         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17696
17697 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17698
17699         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17700
17701         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17702         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17703         default.
17704
17705 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17706
17707         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17708         correct data.
17709
17710 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17711
17712         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17713         (spam-group-processor-p): Fix function.
17714         (spam-group-processor-multiple-p)
17715         (spam-group-spam-processor-report-gmane-p)
17716         (spam-group-spam-processor-report-resend-p)
17717         (spam-group-spam-processor-bogofilter-p)
17718         (spam-group-spam-processor-blacklist-p)
17719         (spam-group-spam-processor-ifile-p)
17720         (spam-group-ham-processor-ifile-p)
17721         (spam-group-spam-processor-spamoracle-p)
17722         (spam-group-spam-processor-crm114-p)
17723         (spam-group-ham-processor-bogofilter-p)
17724         (spam-group-spam-processor-stat-p)
17725         (spam-group-ham-processor-stat-p)
17726         (spam-group-ham-processor-whitelist-p)
17727         (spam-group-ham-processor-BBDB-p)
17728         (spam-group-ham-processor-spamoracle-p)
17729         (spam-group-ham-processor-copy-p): Remove functions with some
17730         prejudice against unneeded code.
17731         (spam-report-articles-resend)
17732         (spam-report-resend-register-routine): Allow the group/topic
17733         spam-resend-to value to override spam-report-resend-to.
17734         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17735         properly now.
17736
17737         * gnus.el (spam-resend-to): Add group/topic parameter.
17738         (spam-process): Move the OBSOLETE processors to the end of the
17739         choices.
17740
17741 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17742
17743         * spam-report.el (spam-report-resend-to, spam-report-resend):
17744         Start with resend-to set to nil, and then ask the user if necessary.
17745         (spam-report-resend): spam-report-resend takes a list of articles, not
17746         separate article numbers.
17747
17748 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17749
17750         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17751         addition to emacs-w3m.
17752
17753 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17754
17755         * assistant.el (assistant-authinfo-data): New function.
17756         (assistant-eval): Eval for entire assistant.
17757
17758         * netrc.el (netrc-services-file): New variable.
17759         (netrc-parse-services): New function.
17760         (netrc-find-service-name): New function.
17761         (netrc-find-service-number): New function.
17762         (netrc-port-equal): New function.
17763         (netrc-machine): Use it.
17764
17765         * nnimap.el (nnimap-open-connection): Use netrc.
17766
17767         * gnus-util.el (gnus-netrc-get): Remove aliases.
17768
17769         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17770
17771         * assistant.el (wid-edit): Fix compilation.
17772
17773         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17774
17775 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17776
17777         * gnus-util.el (gnus-set-file-modes): New function.  (small
17778         patch).
17779
17780 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17781
17782         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17783
17784         * assistant.el (assistant-render-node): Fix up rendering and
17785         read-only text.
17786         (assistant-render-node): Reset.
17787         (assistant-make-read-only): Not sticky.
17788
17789 2004-05-20  Danny Siu  <dsiu@adobe.com>
17790
17791         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17792         centered even when gnus-auto-center-summary is t.
17793
17794 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17795
17796         * dns.el (dns-get-txt-answer): New function.
17797         (dns-read-txt): Ditto.
17798         (query-dns): Use it.
17799
17800 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17801
17802         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17803         active for foreign groups even if the group level is higher than
17804         the specified value.
17805
17806 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17807
17808         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17809         non-active groups.
17810
17811         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17812
17813 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17814
17815         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17816
17817 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17818
17819         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17820         (spam-crm114-header, spam-crm114-spam-switch)
17821         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17822         (spam-crm114-positive-spam-header)
17823         (spam-crm114-database-directory, spam-list-of-processors)
17824         (spam-group-spam-processor-crm114-p)
17825         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17826         (spam-generic-score, spam-list-of-checks)
17827         (spam-list-of-statistical-checks, spam-registration-functions)
17828         (spam-check-crm114-headers, spam-crm114-score)
17829         (spam-check-crm114, spam-crm114-register-with-crm114)
17830         (spam-crm114-register-spam-routine)
17831         (spam-crm114-unregister-spam-routine)
17832         (spam-crm114-register-ham-routine)
17833         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17834         From asjo@koldfront.dk (Adam Sjøgren).
17835
17836         * gnus.el: Add spam-use-crm114.
17837
17838         * spam.el (spam-list-of-processors, spam-registration-functions):
17839         Add spam-use-resend.
17840         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17841         (spam-report-articles-gmane): Add doc fix.
17842         (spam-report-articles-resend, spam-report-resend-register-routine):
17843         Add wrappers around spam-report-resend-to.
17844
17845         * spam-report.el (spam-report-resend-to, spam-report-resend):
17846         Add support for resending spam.
17847         (spam-report-gmane): Fix line length >80.
17848
17849         * gnus.el (spam-process): Add spam-use-resend.
17850
17851 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17852
17853         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17854         number of processed spam messages.
17855         (spam-ham-copy-or-move-routine): Return the number of processed
17856         ham messages.
17857         (spam-summary-prepare-exit): Use the above values to decide
17858         whether status messages shouled be displayed.
17859
17860 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17861
17862         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17863         `rfc2047-encoding-function-alist' in order to avoid conflicting
17864         with the old version.
17865         (rfc2047-encode-region): Concatenate words containing non-ASCII
17866         characters in structured fields; don't encode space-delimited
17867         ASCII words even in unstructured fields; don't break words at
17868         char-category boundaries.
17869         (rfc2047-encode-1): New function.
17870         (rfc2047-encode): Use it; encode text so that it occupies the
17871         maximum width within 76-column; work correctly on Q encoding for
17872         iso-2022-* charsets.
17873         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17874         sure not to break a line just after the header name.
17875         (rfc2047-b-encode-region): Remove.
17876         (rfc2047-b-encode-string): New function.
17877         (rfc2047-q-encode-region): Remove.
17878         (rfc2047-q-encode-string): New function.
17879
17880         * mm-util.el (mm-replace-in-string): New function.
17881
17882 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17883
17884         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17885         Really get it right.
17886         (gnus-inews-make-draft): Really.
17887
17888 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17889
17890         * nnmh.el (nnmh-request-list-1): Don't check the link count
17891         before descending.  (small patch)
17892
17893 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17894
17895         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17896         stuff.
17897
17898         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17899         Match on real group name.
17900
17901         * gnus-art.el (gnus-signature-limit): Doc fix.
17902
17903         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17904
17905         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17906
17907 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17908
17909         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17910         isn't a string.
17911
17912 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17913
17914         * gnus-draft.el (gnus-draft-send):
17915         Bind rfc2047-encode-encoded-words.
17916
17917         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17918         (rfc2047-encodable-p): Say that =? needs encoding.
17919         (rfc2047-encode-encoded-words): New variable.
17920
17921         * gnus-group.el (gnus-group-select-group): Doc fix.
17922
17923         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17924
17925         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17926         to nil.
17927
17928         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17929
17930         * nnheader.el (nnheader-get-lines-and-char): New function.
17931
17932 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17933
17934         * gnus-msg.el (gnus-summary-followup-with-original):
17935         Document yanking of region when active.
17936
17937 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17938
17939         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17940         groups if the group level is higher than the specified value.
17941
17942 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17943
17944         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17945         (gnus-group-jump-to-group): Add prefix argument using
17946         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17947         non-active group.
17948
17949         * compface.el (uncompface): Be verbose when changing
17950         `uncompface-use-external'.
17951
17952         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17953         handle manual section.
17954
17955 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17956
17957         * gnus-art.el (gnus-button-alist): Revert previous change.
17958
17959 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17960
17961         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17962
17963 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17964
17965         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17966         whether backend can accept message.
17967
17968         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17969
17970 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17971
17972         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17973         Avoid creating directory when nntp-marks-is-evil is true.
17974         Reported by Reiner Steib.
17975
17976 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17977
17978         * gnus-picon.el (gnus-picon-style): New variable.
17979         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17980         (gnus-picon-transform-address): Support `gnus-picon-style'.
17981         From Jesper Harder <harder@ifa.au.dk>.
17982
17983 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17984
17985         * message.el (message-fill-field): Return point.
17986         (message-generate-headers): Go to end of field.
17987
17988         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17989         stuff for non-living groups.
17990
17991 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17992
17993         * gnus-art.el (gnus-article-followup-with-original)
17994         (gnus-article-reply-with-original): gnus-mark-active-p ->
17995         gnus-region-active-p.
17996
17997 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17998
17999         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18000         only when there is spam or ham to be processed.
18001
18002 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18003
18004         * mail-source.el (mail-source-delete-crash-box): Refactor.
18005         (mail-source-fetch): Use it.
18006         (mail-source-fetch-file): Ditto.
18007         (mail-source-fetch-directory): Run postscript in loop.
18008         (mail-source-fetch-pop): Delete.
18009         (mail-source-fetch-maildir): Ditto.
18010         (mail-source-fetch-imap): Ditto.
18011
18012         * imap.el (imap-authenticators): Comment out sasl.
18013
18014         * message.el (message-skip-to-next-address): New function.
18015         (message-fill-header-address): Refactor.
18016         (message-fill-address): Use it.
18017         (message-delete-address): Use it.
18018         (message-fill-header-general): Refactor.
18019         (message-fill-field-address): Rename.
18020         (message-narrow-to-field): Find the start of the header.
18021         (message-header-format-alist): Don't pre-fill.
18022         (message-fill-header): Remove.
18023         (message-insert-header): New function.
18024         (message-shorten-references): Use it.
18025
18026         * rfc2047.el (rfc2047-field-value): Strip props.
18027
18028         * mail-parse.el (mail-header-make-address): New alias.
18029
18030         * ietf-drums.el (ietf-drums-make-address): New function.
18031
18032         * imap.el: Add compiler directives.
18033
18034         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18035
18036         * gnus-art.el (article-decode-idna-rhs): Don't use
18037         message-idna-inside-rhs-p.
18038
18039 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18040
18041         * message.el (message-idna-inside-rhs-p): Remove.
18042         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18043
18044         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18045         false positives.
18046
18047 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18048
18049         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18050
18051 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18052
18053         * nneething.el (nneething-file-name): Don't create spurious
18054         files.
18055
18056         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18057         (gnus-inews-do-gcc): Remove sleep.
18058
18059         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18060         part under point.
18061
18062         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18063         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18064
18065 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18066
18067         * spam.el (spam-summary-prepare-exit): Fix (length).
18068
18069 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18070
18071         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18072         as expired without moving it" message when there are spam
18073         messages left.
18074
18075 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18076
18077         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18078         header is not nil.
18079
18080 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18081
18082         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18083         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18084         (nntp-marks-changed-p): New arg SERVER.
18085         (nntp-request-update-info): Adjust caller.
18086
18087 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18088
18089         * nntp.el (nntp-save-marks): Pass missing arg.
18090
18091 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18092
18093         * nntp.el: Support marks.
18094         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18095         (nntp-marks-modtime, nntp-marks-directory): New variables.
18096         (nntp-request-set-mark, nntp-request-update-info)
18097         (nntp-possibly-create-directory, nntp-marks-changed-p)
18098         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18099         New functions.
18100
18101 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18102
18103         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18104         (gnus-xmas-redefine): Rename.
18105
18106         * gnus-score.el (gnus-score-insert-help):
18107         Use gnus-select-lowest-window.
18108
18109         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18110         appt-select-lowest-window and rename to gnus-select-lowest-window.
18111
18112         * gnus.el: do.
18113
18114 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18115
18116         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18117         encodings of MIME-encoded words, in order to improve
18118         interoperability with several broken MUAs.
18119
18120 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18121
18122         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18123         tags, only when charsets are not specified in headers.
18124         (mm-inline-text-html-render-with-w3m): Ditto.
18125
18126         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18127         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18128
18129 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18130
18131         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18132         instead of MIME-decoded from fields when checking
18133         `gnus-article-address-banner-alist'.
18134
18135 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18136
18137         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18138         description rather than subject.
18139
18140 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18141
18142         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18143
18144 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18145
18146         * gnus.el (gnus-version-number): Bump.
18147
18148 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18149
18150         * gnus.el: No Gnus v0.2 is released.
18151
18152 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18153
18154         * gnus-agent.el (gnus-agent-read-agentview):
18155         Inline gnus-uncompress-range.
18156
18157 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18158
18159         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18160         `exec-installed-p'.
18161
18162 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18163
18164         * gnus.el (spam-process, spam-autodetect-methods):
18165         Add bsfilter and bsfilter-headers.
18166
18167         * spam.el (spam-bsfilter): New customize group.
18168         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18169         (spam-bsfilter-header, spam-bsfilter-probability-header)
18170         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18171         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18172         (spam-bsfilter-database-directory): New options.
18173         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18174         (spam-list-of-statistical-checks, spam-registration-functions):
18175         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18176         (spam-bsfilter-score): New command.
18177         (spam-check-bsfilter-headers, spam-check-bsfilter)
18178         (spam-bsfilter-register-with-bsfilter)
18179         (spam-bsfilter-register-spam-routine)
18180         (spam-bsfilter-unregister-spam-routine)
18181         (spam-bsfilter-register-ham-routine)
18182         (spam-bsfilter-unregister-ham-routine): New functions.
18183         (spam-generic-score): Support bsfilter; Accept an optional argument
18184         to recalcurate spam score even if scoring header has already been
18185         added.
18186         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18187         optional argument to recalcurate spam score even if scoring header
18188         has already been added.
18189
18190 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18191
18192         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18193         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18194         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18195         link is missing.
18196
18197 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18198
18199         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18200         (html2text-get-attr): Rewrite.
18201
18202         * message.el (message-setup-1): Remove redundant put-text-property
18203         on mail-header-separator.
18204
18205 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18206
18207         * gnus-registry.el (gnus-registry-cache-whitespace)
18208         (gnus-registry-action, gnus-registry-spool-action)
18209         (gnus-registry-split-fancy-with-parent): Change message levels
18210         from 5 to 3 or 7, as needed.
18211
18212         * spam.el (spam-summary-prepare-exit)
18213         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18214         (spam-split, spam-find-spam, spam-log-undo-registration)
18215         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18216         level from 5 to 6.
18217
18218 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18219
18220         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18221         2004-03-04 change).
18222
18223 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18224
18225         * sieve-manage.el (sieve-manage-open):
18226         * nnweb.el (nnweb-insert-html):
18227         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18228         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18229         * nnspool.el (nnspool-request-group):
18230         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18231         * nnml.el (nnml-request-update-info):
18232         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18233         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18234         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18235         (nnimap-request-set-mark):
18236         * nnfolder.el (nnfolder-request-update-info):
18237         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18238         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18239         * gnus-uu.el (gnus-uu-find-articles-matching):
18240         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18241         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18242         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18243         * gnus-nocem.el (gnus-nocem-scan-groups):
18244         * gnus-int.el (gnus-start-news-server):
18245         * gnus-group.el (gnus-group-make-kiboze-group)
18246         (gnus-group-browse-foreign-server):
18247         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18248         Use mapc when appropriate.
18249
18250 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18251
18252         FIXME: Make separate entries for each person.
18253
18254         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18255         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18256         <shields@msrl.com>:
18257
18258         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18259         may need for spam sorting and scoring.
18260         (spam-user-format-function-S): Add user format function suitable for
18261         general use.
18262         (spam-article-sort-by-spam-status): Add sorting function for summary
18263         sorting.
18264         (spam-extra-header-to-number): Add function to get a score from a
18265         header.
18266         (spam-summary-score): Add function to get a numeric score from the
18267         headers.
18268         (spam-generic-score): Fix function doc, was in wrong place.
18269         (spam-initialize): Take symbols when it's run, and install the
18270         extra headers that spam-necessary-extra-headers thinks we need.
18271
18272 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18273
18274         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18275         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18276
18277 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18278
18279         * gnus-sum.el (gnus-set-global-variables)
18280         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18281         (gnus-article-get-xrefs, gnus-summary-best-group)
18282         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18283         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18284         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18285         Use with-current-buffer.
18286
18287 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18288
18289         * spam.el (spam-summary-prepare-exit): Simplify logic.
18290         (spam-fetch-article-header): Read the article header if it's not
18291         available.
18292         (spam-list-articles): Simplify logic.
18293         (spam-filelist-register-routine): Fix bug with unregister-list.
18294
18295         * gnus-registry.el: Fix comments at beginning.
18296
18297 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18298
18299         * message.el (message-cater-to-broken-inn): Remove.
18300         (message-shorten-references): Make sure the total folded length of
18301         References is shorter than 998 characters to cater to a bug in INN
18302         2.3.  Also, don't pretend that references aren't folded -- this
18303         hasn't worked for a while.
18304
18305 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18306
18307         * gnus-agent.el (gnus-agentize):
18308         gnus-agent-send-mail-real-function no longer set to current value
18309         of message-send-mail-function but rather a lambda that calls
18310         message-send-mail-function.  The change makes the agent real-time
18311         responsive to user changes to message-send-mail-function.
18312
18313 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18314
18315         * legacy-gnus-agent.el
18316         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18317         help from Florian Weimer <fw@deneb.enyo.de>
18318
18319 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18320
18321         * nnmail.el (nnmail-cache-insert): Revert last change.
18322
18323 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18324
18325         * nnmail.el (nnmail-cache-insert): Always check whether
18326         nnmail-cache-ignore-groups matches a group name.
18327
18328 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18329
18330         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18331         (spam-find-spam, spam-log-processing-to-registry)
18332         (spam-log-registered-p, spam-log-unregistration-needed-p)
18333         (spam-log-undo-registration): Use gnus-message instead of
18334         gnus-error, none of these errors are fatal.
18335
18336         * gnus-registry.el (gnus-registry-clean-empty-function)
18337         (gnus-registry-clean-empty): Remove only empty entries without
18338         extra data.
18339
18340 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18341
18342         * spam-stat.el (spam-stat-buffer-change-to-spam)
18343         (spam-stat-buffer-change-to-non-spam): Change (error) to
18344         (gnus-message 8) invocation.
18345
18346 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18347
18348         * nntp.el (nntp-via-netcat-command): New variable.
18349         (nntp-via-netcat-switches): New variable.
18350         (nntp-open-via-rlogin-and-netcat): New function.
18351         (nntp-open-connection-function): Doc fix.
18352         (nntp-telnet-command): Doc fix.
18353         (nntp-end-of-line): Doc fix.
18354         (nntp-via-rlogin-command): Doc fix.
18355         (nntp-via-user-name): Doc fix.
18356         (nntp-via-address): Doc fix.
18357
18358 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18359
18360         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18361         error in Emacs 21.1.
18362
18363 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18364
18365         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18366
18367 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18368
18369         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18370         (gnus-agent-with-refreshed-group): New macro.
18371         (gnus-agent-rename-group): New function.
18372         (gnus-agent-delete-group): New function.
18373         (gnus-agent-save-group-info): Use gnus-command-method when
18374         `method' parameter is nil.  Don't write nil entries into the
18375         active file.
18376         (gnus-agent-get-group-info): New function.
18377         (gnus-agent-fetch-articles):
18378         Use gnus-agent-update-files-total-fetched-for to increment disk space
18379         used.
18380         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18381         Use gnus-agent-update-view-total-fetched-for to increment disk space
18382         used.
18383         (gnus-agent-get-local): Add optional parameters to avoid calling
18384         gnus-group-real-name and gnus-find-method-for-group.
18385         (gnus-agent-set-local): Delete stored entry if either min, or max,
18386         are nil.
18387         (gnus-agent-fetch-session): Reworded error/quit messages.
18388         On quit, use gnus-agent-regenerate-group to record existance of any
18389         articles fetched to disk before the quit occurred.
18390         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18391         gnus-agent-update-view-total-fetched-for, and
18392         gnus-agent-update-files-total-fetched-for to decrement disk space
18393         used.
18394         (gnus-agent-retrieve-headers):
18395         Use gnus-agent-update-view-total-fetched-for to increment disk space
18396         used.
18397         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18398         with gnus-agent-update-files-total-fetched-for to decrement disk
18399         space and fresh group buffer.
18400         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18401         (gnus-agent-need-update-total-fetched-for): New variable.
18402         (gnus-agent-update-files-total-fetched-for): New function.
18403         (gnus-agent-update-view-total-fetched-for): New function.
18404         (gnus-agent-total-fetched-for): New function.
18405
18406         * gnus-cache.el (gnus-cache-save-buffers):
18407         Use gnus-cache-update-overview-total-fetched-for to change disk space
18408         used by this group.
18409         (gnus-cache-possibly-enter-article):
18410         Use gnus-cache-update-file-total-fetched-for to increment disk space
18411         used by this group.
18412         (gnus-cache-possibly-remove-article):
18413         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18414         used by this group.
18415         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18416         (gnus-cache-rename-group): New function.
18417         (gnus-cache-delete-group): New function.
18418         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18419         (gnus-cache-need-update-total-fetched-for): New variable.
18420         (gnus-cache-with-refreshed-group): New macro.
18421         (gnus-cache-update-file-total-fetched-for): New function.
18422         (gnus-cache-update-overview-total-fetched-for): New function.
18423         (gnus-cache-rename-group-total-fetched-for): New function.
18424         (gnus-cache-delete-group-total-fetched-for): New function.
18425         (gnus-cache-total-fetched-for): New function.
18426
18427         * gnus-group.el: Require gnus-sum and autoload functions to
18428         resolve warnings when gnus-group.el compiled alone.
18429         (gnus-group-line-format): Documented new %F.
18430         (size of Fetched data) group line format; identifies disk space
18431         used by agent and cache.
18432         (gnus-group-line-format-alist): Defined new F format.
18433         (gnus-total-fetched-for): New function.
18434         (gnus-group-delete-group): No longer update
18435         gnus-cache-active-altered as gnus-request-delete-group now keeps
18436         the cache in sync.
18437         (gnus-group-list-active): Let the agent store a server's active
18438         list if currently plugged.
18439
18440         * gnus-int.el (gnus-request-delete-group):
18441         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18442         local disk in sync with the server.
18443         (gnus-request-rename-group):
18444         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18445         local disk in sync with the server.
18446
18447         * gnus-start.el (gnus-get-unread-articles):
18448         Cosmetic simplification to logic.
18449
18450         * gnus-util.el (gnus-rename-file): New function.
18451
18452 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18453
18454         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18455
18456 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18457
18458         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18459         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18460
18461 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18462
18463         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18464         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18465
18466 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18467
18468         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18469
18470 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18471
18472         * spam.el (spam-set-difference): Add function to replace
18473         gnus-set-difference in spam.el.
18474         (spam-summary-prepare-exit): Use spam-set-difference.
18475
18476 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18477
18478         * gnus-registry.el (gnus-registry-cache-file): Update to use
18479         gnus-dribble-directory OR gnus-home-directory OR ~.
18480         (gnus-registry-split-fancy-with-parent): Fix doc.
18481
18482 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18483
18484         * message.el (message-exchange-point-and-mark):
18485         Use message-mark-active-p.  Suggested by Jesper Harder
18486         <harder@ifa.au.dk>.
18487
18488 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18489
18490         * message.el (message-exchange-point-and-mark): Don't activate
18491         region if it was inactive.  Suggested by Hiroshi Fujishima
18492         <pooh@nature.tsukuba.ac.jp>.
18493
18494 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18495
18496         * gnus-art.el (article-display-face): Display Faces in the same
18497         order as X-Faces.
18498
18499 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18500
18501         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18502
18503 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18504
18505         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18506         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18507         (gnus-article-mime-hierarchy): Remove.
18508         (gnus-article-mime-hierarchy-next): Remove.
18509         (gnus-article-mode): Revert 2004-03-19 change.
18510         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18511         (gnus-insert-mime-button): Revert 2004-03-19 change.
18512         (gnus-mime-accumulate-hierarchy): Remove.
18513         (gnus-mime-enter-multipart): Remove.
18514         (gnus-mime-leave-multipart): Remove.
18515         (gnus-mime-display-part): Revert 2004-03-19 change.
18516         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18517
18518         * mml.el (mml-preview): Revert 2004-03-19 change.
18519
18520 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18521
18522         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18523
18524 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18525
18526         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18527         t while entering a file name using the mm-with-multibyte macro.
18528         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18529
18530         * mm-util.el (mm-with-multibyte): New macro.
18531
18532 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18533
18534         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18535         New user option.
18536         (gnus-mime-multipart-functions): Doc and customization fix.
18537         (gnus-article-mime-hierarchy): New variable.
18538         (gnus-article-mime-hierarchy-next): New variable.
18539         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18540         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18541         gnus-article-mime-hierarchy-next to nil.
18542         (gnus-insert-mime-button): Show hierarchy numbers.
18543         (gnus-mime-accumulate-hierarchy): New function.
18544         (gnus-mime-enter-multipart): New function.
18545         (gnus-mime-leave-multipart): New function.
18546         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18547         (gnus-mime-display-alternative): Show hierarchy numbers.
18548
18549         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18550         gnus-article-mime-hierarchy-next to nil.
18551
18552 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18553
18554         * dns.el: Don't require gnus-xmas.
18555
18556 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18557
18558         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18559         inline PGP.
18560         (mml-menu): Disable mml-quote-region if mark is inactive.
18561
18562 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18563
18564         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18565         when the group's active is not available.
18566
18567 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18568
18569         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18570         error.
18571
18572 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18573
18574         * imap.el (imap-store-password): New variable.
18575         (imap-interactive-login): Use it.
18576         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18577
18578 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18579
18580         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18581         window-start and hscroll to summary window.
18582
18583 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18584
18585         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18586         conversion message to newsrc-dribble when an actual conversion is
18587         performed.
18588
18589 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18590
18591         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18592
18593 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18594
18595         * mm-decode.el (mm-complicated-handles): New function reviving
18596         former definition of mm-multiple-handles.
18597
18598         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18599         (gnus-mime-delete-part): Use it.
18600
18601 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18602
18603         * gnus-agent.el (gnus-agent-read-local):
18604         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18605         avoid the implicit assumption that they will always be equal.
18606         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18607         coding-system-for-write, as the with-temp-file macro first prints
18608         to a buffer then saves the buffer.
18609
18610 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18611
18612         * gnus-art.el (gnus-article-edit-part): New function.
18613         (gnus-mime-save-part-and-strip): Use it; do query instead of
18614         signaling an error; don't use mm-multiple-handles.
18615         (gnus-mime-delete-part): Ditto.
18616
18617 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18618
18619         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18620         old file versions.
18621         (gnus-group-prepare-hook): Remove function that converted list
18622         form of gnus-agent-expire-days to group properties.
18623
18624         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18625         (gnus-request-accept-article): Re-indented.
18626
18627         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18628         converters to handle old agent file formats.  Add logic for a
18629         "backup before upgrading warning".
18630         (gnus-convert-mark-converter-prompt): Developers can mark
18631         functions as needing (default), or not needing,
18632         gnus-convert-old-newsrc's "backup before upgrading warning".
18633         (gnus-convert-converter-needs-prompt): Tests whether the user
18634         should be protected from potentially irreversable changes by the
18635         function.
18636
18637         * legacy-gnus-agent.el: New.  Provides converters that are only
18638         loaded when gnus-convert-old-newsrc needs to call them.
18639
18640 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18641
18642         * mail-source.el (mail-source-touch-pop): Doc fix.
18643
18644         * message.el (message-smtpmail-send-it): Doc fix.
18645
18646 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18647
18648         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18649
18650         * nnmail.el (nnmail-split-fancy): do.
18651
18652         * gnus-kill.el (gnus-kill, gnus-execute): do.
18653
18654 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18655
18656         * gnus-sum.el (gnus-widget-reversible-match)
18657         (gnus-widget-reversible-to-internal)
18658         (gnus-widget-reversible-to-external): New functions.
18659         (gnus-widget-reversible): New widget.
18660         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18661
18662 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18663
18664         * gnus-sum.el (gnus-thread-sort-functions)
18665         (gnus-article-sort-functions): Document `(not F)' items.
18666
18667 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18668
18669         * spam.el (spam-use-gmane-xref): Add new backend.
18670         (spam-gmane-xref-spam-group): Add variable to control the name of the
18671         Gmane spam group.
18672         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18673         (spam-regex-headers-spam, spam-regex-headers-ham)
18674         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18675         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18676         backends and checks.
18677         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18678
18679         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18680         an autodetect method.
18681
18682 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18683
18684         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18685         articles are being added to a group.
18686         (gnus-request-replace-article): Inform the agent that articles
18687         need to be uncached as the cached contents are no longer valid.
18688
18689 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18690
18691         * binhex.el: Don't autoload executable-find.
18692
18693         * canlock.el: Don't autoload mail-fetch-field.
18694
18695         * dgnushack.el: Autoload c-mode for XEmacs.
18696
18697         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18698
18699         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18700         rmail-dont-reply-to and rmail-output.
18701
18702         * gnus-score.el: Don't autoload ffap-string-at-point.
18703
18704         * gnus-setup.el: Don't autoload sc-cite-original.
18705
18706         * imap.el: Don't autoload base64-decode-string,
18707         base64-encode-string and md5.
18708
18709         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18710         and rmail-msg-restore-non-pruned-header.
18711
18712         * mm-decode.el: Don't autoload executable-find.
18713
18714         * mm-url.el: Don't autoload executable-find.
18715
18716         * mm-view.el: Don't autoload diff-mode.
18717
18718         * nndb.el: Don't autoload news-reply-mode, news-setup,
18719         cancel-timer and telnet.
18720
18721         * password.el: Don't autoload run-at-time for Emacs.
18722
18723         * sha1-el.el: Don't autoload executable-find.
18724
18725         * sieve-mode.el: Don't autoload c-mode.
18726
18727         * uudecode.el: Don't autoload executable-find.
18728
18729 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18730
18731         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18732         (gnus-agent-possibly-alter-active): Avoid null in numeric
18733         comparison.
18734         (gnus-agent-set-local): Refuse to save null in local object table.
18735         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18736         list of articles that will be marked as unread.
18737
18738 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18739
18740         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18741
18742 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18743
18744         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18745         language tags.
18746
18747 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18748
18749         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18750         Don't bind "obarray".
18751
18752         * gnus-sum.el (gnus-thread-sort-functions):
18753         Add `gnus-thread-sort-by-most-recent-number' and
18754         `gnus-thread-sort-by-most-recent-date'.
18755         Reported by Kai Grossjohann <kai@emptydomain.de>.
18756
18757 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18758
18759         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18760
18761 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18762
18763         * gnus-cus.el (gnus-agent-customize-category):
18764         Remove ignore-errors macro reference that required cl to be loaded at
18765         run-time.
18766
18767         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18768         single-interval range of the form (min . max).  Previously the
18769         range had to look like ((min . max)).  Likewise, return
18770         (min . max) rather than ((min . max)).
18771         (gnus-range-map): Use gnus-range-normalize to accept
18772         single-interval range.
18773
18774         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18775         the cache, but not the agent, now appear with their usual face.
18776
18777         * dgnushack.el (loaddir): New variable that is bound to the
18778         directory containing the dgnushack.el file. Use loaddir, rather
18779         than srcdir, to update load-path. Change lets dgnushack compile
18780         code in directories other than GNUS/lisp.
18781
18782 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18783
18784         * lpath.el: Don't bind w3m-safe-url-regexp.
18785
18786         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18787         w3m-safe-url-regexp variable buffer-local.
18788
18789         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18790
18791 2004-02-27  Simon Josefsson  <jas@extundo.com>
18792
18793         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18794         gnus-group-real-prefix.
18795         (gnus-summary-move-article): Use it, instead of
18796         gnus-group-real-prefix.
18797
18798 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18799
18800         * lpath.el: Bind w3m-safe-url-regexp.
18801
18802         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18803         w3m-safe-url-regexp variable buffer-local and set it as the value
18804         of mm-w3m-safe-url-regexp.
18805
18806         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18807
18808         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18809         parsing gnus-posting-styles when the message is not for replying.
18810
18811         * dgnushack.el: Autoload sgml-mode for XEmacs.
18812
18813         * nnrss.el (nnrss-opml-export):
18814         Use mm-set-buffer-file-coding-system instead of
18815         set-buffer-file-coding-system.
18816
18817 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18818
18819         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18820         of checkdoc.el).
18821         * nnrss.el: do.
18822         * gnus-mlspl.el: do.
18823         * gnus-ml.el: do.
18824         * gnus-srvr.el: do.
18825
18826         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18827
18828 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18829
18830         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18831         Corrections to custom-manual links.
18832
18833         * gnus-art.el (gnus-article): Ditto.
18834
18835         * mm-decode.el (mime-display, mime-security): Ditto.
18836
18837 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18838
18839         * flow-fill.el: Typo.
18840
18841 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18842
18843         * spam-wash.el: New file.
18844
18845 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18846
18847         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18848
18849 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18850
18851         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18852         to be run with new-articles as LIST1, not LIST2.
18853         (spam-registration-functions): Add spam-use-ham-copy as a nil
18854         registration backend.
18855
18856 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18857
18858         * spam-stat.el (spam-stat-washing-hook): New option.
18859         (spam-stat-buffer-words): Use it.
18860         (spam-stat-process-directory, spam-stat-test-directory):
18861         Use insert-file-contents-literally.
18862         (spam-stat-coding-system): New variable.
18863         (spam-stat-load, spam-stat-save): Use it.
18864
18865 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18866
18867         * spam-report.el (spam-report-plug-agent):
18868         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18869
18870 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18871
18872         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18873         Allow / in mailto URLs.
18874
18875 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18876
18877         * spam-report.el (spam-report-process-queue): Fix interactive use.
18878         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18879         (spam-report-unplug-agent): Doc fixes.
18880         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18881         (spam-report-agentize, spam-report-deagentize): Autoload.
18882
18883 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18884
18885         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18886
18887         * message.el (message-setup-fill-variables): Add mml tags to
18888         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18889         <ajk@iu.edu>.
18890         (message-mode): Don't modify paragraph-separate there.
18891
18892 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18893
18894         * compface.el (uncompface-use-external): Default to undecided.
18895         (uncompface-use-external-threshold): New variable.
18896         (uncompface-float-time): New macro.
18897         (uncompface): Determine whether to use the external decoder if
18898         uncompface-use-external is undecided.
18899
18900 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18901
18902         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18903         after images.
18904
18905         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18906
18907 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18908
18909         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18910
18911         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18912
18913         * gnus-sum.el (gnus-summary-limit-to-age)
18914         (gnus-summary-limit-children): do.
18915
18916         * gnus-int.el (gnus-request-scan): do.
18917
18918         * gnus-group.el (gnus-group-suspend): do.
18919
18920         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18921
18922         * gnus-cite.el (gnus-cite-parse-attributions): do.
18923
18924         * gnus-agent.el (gnus-summary-set-agent-mark)
18925         (gnus-agent-regenerate-group): do.
18926
18927         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18928
18929         * binhex.el (binhex-decode-region-internal): do.
18930
18931 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18932
18933         * gnus-fun.el (gnus-face-properties-alist): New user option.
18934         (gnus-display-x-face-in-from): Use it.
18935
18936         * gnus-art.el (article-display-face): Ditto.
18937
18938         * compface.el (uncompface-use-external): Default to nil.
18939
18940 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18941
18942         * nntp.el (nntp-erase-buffer): New function.
18943         (nntp-retrieve-data, nntp-send-command)
18944         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18945         (nntp-possibly-change-group): Use it.
18946
18947         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18948         Use with-current-buffer.
18949
18950 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18951
18952         * compface.el: Merge the ELisp-based uncompface program.
18953         (compface): New customization group.
18954         (uncompface-use-external): New user option.
18955         (uncompface): Call uncompface-internal if uncompface-use-external
18956         is nil.
18957         (uncompface-internal): New function.  Note that there are also
18958         some other functions and variables added for this function.
18959
18960 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18961
18962         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18963         if necessary.
18964
18965 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18966
18967         * spam-report.el (spam-report-unplug-agent)
18968         (spam-report-plug-agent, spam-report-deagentize)
18969         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18970         Add support for the Agent in spam-report: when unplugged, report to a
18971         file; when plugged, submit all the requests.
18972
18973         * spam.el (spam-register-routine): Fix message about
18974         registration.
18975
18976 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18977
18978         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18979         dependencies.
18980         (rfc2047-encode): Use it.
18981
18982         * gnus-art.el (gnus-button-marker-list): Move before first
18983         reference.
18984
18985         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18986         (imap-parse-body): Fix format string mismatch.
18987
18988         * gnus-score.el (gnus-summary-increase-score): do.
18989
18990         * nnrss.el (nnrss-close): New function.
18991
18992 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18993
18994         * nnrss.el (nnrss-make-filename): New function.
18995         (nnrss-request-delete-group, nnrss-read-server-data)
18996         (nnrss-save-server-data, nnrss-read-group-data)
18997         (nnrss-save-group-data): Use it.
18998         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18999         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19000         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19001
19002 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19003
19004         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19005
19006 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19007
19008         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19009         files.
19010
19011         * message.el (message-generate-headers-first): Don't quote nil
19012         and t in docstrings.
19013
19014         * imap.el (imap-id): do.
19015
19016         * gnus-agent.el (gnus-agent-consider-all-articles)
19017         (gnus-agent-queue-mail): do.
19018
19019 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19020
19021         * spam-report.el (spam-report-process-queue): New function.
19022         Process requests from `spam-report-requests-file'.
19023         (spam-report-process-queue): Doc fix.
19024
19025 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19026
19027         * spam.el (spam-register-routine)
19028         (spam-log-processing-to-registry, spam-log-registered-p)
19029         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19030         Change "check" to "spam-check" for semi-clarity.
19031
19032 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19033
19034         * pop3.el: Require nnheader.
19035
19036         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19037
19038         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19039
19040         * gnus-picon.el: Require cl.
19041
19042         * gnus-fun.el: Require gnus-ems and gnus-util.
19043
19044         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19045
19046         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19047
19048         * gnus-art.el (gnus-article-edit-mode): Define before first
19049         reference.
19050
19051 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19052
19053         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19054         (gnus-uu-post-encoded): Use point-at-bol.
19055
19056         * gnus-topic.el (gnus-group-active-topic-p): do.
19057
19058         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19059
19060         * gnus-group.el (gnus-group-kill-region): do.
19061
19062         * gnus-art.el (article-date-ut): do.
19063
19064         * message.el (message-fetch-field): Remove redundant
19065         case-fold-search binding.
19066         (message-narrow-to-field): Simplify.
19067
19068 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19069
19070         * spam.el (spam-directory): Derive from `gnus-directory'.
19071
19072         * spam-report.el (spam-report-url-to-file)
19073         (spam-report-requests-file): New function and variable for offline
19074         reporting.
19075         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19076         and user defined function.
19077         (spam-report-url-ping-mm-url): Remove doubled slash.
19078
19079 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19080
19081         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19082
19083 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19084
19085         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19086         Fix format string mismatch.
19087
19088         * sieve.el (sieve-deactivate-all): do.
19089
19090         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19091
19092         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19093
19094         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19095
19096         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19097
19098 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19099
19100         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19101         the list of checks.
19102
19103 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19104
19105         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19106         padding.
19107
19108 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19109
19110         * mm-view.el (mm-fill-flowed): New variable.
19111         (mm-inline-text): Use it.
19112
19113 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19114
19115         * spam.el (spam-spamassassin-register-ham-routine)
19116         (spam-spamassassin-register-spam-routine): Fix function names.
19117
19118 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19119
19120         * gnus.el (gnus-tmp-grouplens): Remove.
19121         (gnus-summary-line-format): Remove grouplens.
19122
19123         * gnus-group.el (gnus-group-line-format): Ditto.
19124
19125         * gnus-spec.el (gnus-format-specs): Ditto.
19126         (gnus-update-format-specifications): Flush the group format spec
19127         cache if there's the grouplens stuff.
19128         (gnus-parse-simple-format): Replace %l with the empty string.
19129
19130 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19131
19132         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19133         omission.
19134
19135 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19136
19137         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19138         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19139
19140 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19141
19142         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19143         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19144         New macros and functions.
19145         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19146         Handle > NLINK_MAX messages.
19147         * nnmaildir.el (nnmaildir-request-set-mark):
19148         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19149
19150 2004-01-25  Alex Schroeder  <alex@gnu.org>
19151
19152         * spam-stat.el (spam-stat-process-directory-age): New option.
19153         (spam-stat-process-directory): Use it.
19154
19155 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19156
19157         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19158         (spam-stat-save): Accept prefix argument.
19159
19160 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19161
19162         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19163         links" error.
19164
19165 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19166
19167         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19168         the rest of the and/or forms.
19169
19170 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19171
19172         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19173         compatibility with old .newsrc.eld files.
19174
19175         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19176
19177         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19178
19179         * gnus-start.el (gnus-1): do.
19180
19181         * gnus-group.el (gnus-group-line-format-alist): do.
19182
19183         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19184
19185         * gnus-gl.el: Remove.
19186
19187 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19188
19189         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19190         marks consisting of a single range {for example, (3 . 5)} rather
19191         than a list of a single range { ((3 . 5)) }.
19192
19193 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19194
19195         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19196         Use with-current-buffer.
19197         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19198         avoid consing a string.
19199
19200         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19201         Remove obsolete entries for big5 and gb2312.
19202
19203 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19204
19205         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19206         uncompressed list.
19207
19208 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19209
19210         * spam-stat.el (spam-stat-strip-xref): New function.
19211         (spam-stat-process-directory): Use it.
19212
19213         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19214         here -- it's done in message-fetch-field.
19215
19216 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19217
19218         * gnus-agent.el (gnus-agent-queue-mail)
19219         (gnus-agent-prompt-send-queue): New variables.
19220         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19221         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19222         "nndraft:queue" along to gnus-draft-send.
19223         Use gnus-agent-prompt-send-queue.
19224         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19225         is "nndraft:queue".  Suggested by Gaute Strokkenes
19226         <gs234@srcf.ucam.org>
19227
19228         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19229         (agent-enable-undownloaded-faces): Add.
19230         (gnus-agent-cat-groups): Use eval-and-compile, not
19231         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19232         method of gnus-agent-cat-groups even when the buffer has been
19233         evaled.
19234         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19235         delete gnus-agent-save-active-1.
19236         (gnus-agent-save-groups): Delete.  Identical to
19237         gnus-agent-save-active.
19238         (gnus-agent-write-active): No longer adjust agent's copy of active
19239         file as agent's adjustments are now stored in their own
19240         file.  Remove optional parameter.
19241         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19242         servers.  Add use of min/max range limits from server's local
19243         file.
19244         (gnus-agent-save-alist): Remove unused optional argument.
19245         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19246         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19247         (gnus-agent-set-local): A per-server file that keeps min/max range
19248         limits for articles known to the agent.  Provides a fast mechanism
19249         for altering many active ranges.
19250         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19251         active file (local makes it unnecessary).
19252         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19253
19254         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19255         (agent-enable-undownloaded-faces): Add.
19256
19257         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19258         disable it when sending to "nndraft:queue".
19259         (gnus-group-send-queue): Add safety check to avoid sending queue
19260         when unplugged.
19261
19262         * gnus-group.el (gnus-group-catchup): Use new
19263         gnus-sequence-of-unread-articles, not
19264         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19265         numbers of articles.  Use gnus-range-map to avoid having to
19266         uncompress the unread list.
19267         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19268         Fix invalid ange-ftp reference.
19269
19270         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19271         (gnus-sorted-range-intersection): Intersection of two ranges
19272         without requiring that they first be uncompressed.
19273
19274         * gnus-start.el (gnus-activate-group): Unless blocked by the
19275         caller, possibly expand the active range to include both cached
19276         and agentized articles.
19277         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19278         multiple version-dependent converters.
19279         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19280         gnus-agent-save-active.
19281         (gnus-save-newsrc-file): Save dirty agent range limits.
19282
19283         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19284         gnus-agent-possibly-alter-active.
19285         (gnus-adjust-marked-articles): Faster handling of simple lists.
19286
19287 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19288
19289         * spam-stat.el (spam-stat-test-directory): New optional argument
19290         displays a list of files detected.  Suggested by Andrew Cohen
19291         <cohen@andy.bu.edu>.
19292         (spam-stat-buffer-words-with-scores): Don't narrow and change
19293         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19294
19295 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19296
19297         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19298         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19299         (spam-spamassassin-arguments)
19300         (spam-spamassassin-spam-flag-header)
19301         (spam-spamassassin-positive-spam-flag-header)
19302         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19303         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19304         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19305         (spam-list-of-processors, spam-list-of-checks)
19306         (spam-list-of-statistical-checks, spam-registration-functions)
19307         (spam-check-spamassassin-headers, spam-check-spamassassin)
19308         (spam-spamassassin-score)
19309         (spam-spamassassin-register-with-sa-learn)
19310         (spam-spamassassin-register-spam-routine)
19311         (spam-spamassassin-register-ham-routine)
19312         (spam-assassin-register-spam-routine)
19313         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19314         (spam-bogofilter-score): Fix to show article before scoring.
19315
19316 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19317
19318         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19319         default scoring function.
19320         (spam-generic-score): Call spam-spamassassin-score if
19321         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19322         spam-bogofilter-score otherwise.
19323
19324         * gnus.el (spam-process, spam-autodetect-methods):
19325         Add spamassassin and spamassassin-headers.
19326
19327 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19328
19329         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19330         Suppress unnecessary messages.
19331
19332 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19333
19334         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19335         make-hash-table.
19336
19337 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19338
19339         * canlock.el (base64-encode-string): Don't autoload it.
19340
19341 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19342
19343         * run-at-time.el: Remove useless (require 'itimer),
19344         eval-and-compile and (featurep 'xemacs).
19345
19346 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19347
19348         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19349         GROUP is a virtual group.
19350
19351 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19352
19353         * gnus.el: Autoload `message-y-or-n-p'.
19354
19355 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19356
19357         * pgg-parse.el: Remove unnecessary (require 'custom).
19358
19359         * pgg-def.el: do.
19360
19361         * nnmail.el: do.
19362
19363         * gnus-undo.el: do.
19364
19365         * gnus-picon.el: do.
19366
19367         * gnus-util.el: do.
19368
19369 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19370
19371         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19372
19373 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19374
19375         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19376         handle, as well as a list.
19377
19378         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19379         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19380         (mm-w3m-cid-retrieve): Simplify.
19381
19382 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19383
19384         * message.el (message-kill-to-signature): Allow prefix arg to
19385         specify number of lines to keep before signature.
19386
19387 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19388
19389         * message.el (message-kill-to-signature): Change docstring.
19390
19391 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19392
19393         * canlock.el: Always require sha1-el.
19394         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19395
19396         * message.el: Autoload sha1 only when compiling.
19397
19398         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19399         eudc-expand-inline for XEmacs.
19400
19401 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19402
19403         * message.el (message-canlock-generate): Require sha1-el.
19404
19405 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19406
19407         * message.el (message-expand-name): Silence the byte compiler.
19408
19409         * lpath.el: Add detect-coding-system.
19410
19411         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19412         cus-edit.
19413
19414 2004-01-13  Simon Josefsson  <jas@extundo.com>
19415
19416         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19417         Invoke gnus-score-mode.
19418         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19419
19420         * gnus-range.el (gnus-compress-sequence): Doc fix.
19421         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19422
19423 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19424
19425         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19426
19427 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19428
19429         * spam.el (spam-get-article-as-string): Update to use
19430         gnus-request-article-this-buffer, much simpler.
19431         (spam-get-article-as-buffer): Remove.
19432
19433 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19434
19435         * message.el (message-expand-name): Use EUDC if the user uses that.
19436
19437 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19438
19439         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19440         character for the encoding to avoid consing a string.
19441
19442         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19443         unnecessarily.
19444
19445         * mm-util.el (mm-replace-chars-in-string): Remove.
19446
19447         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19448         of mm-replace-chars-in-string.
19449
19450 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19451
19452         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19453
19454         * mm-util.el (mm-subst-char-in-string): Support inplace.
19455
19456         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19457         a new string in every iteration.  Use shy groups.
19458
19459 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19460
19461         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19462         * gnus-soup.el (gnus-soup-group-brew):
19463         * gnus-msg.el (gnus-put-message):
19464         * gnus-move.el (gnus-group-move-group-to-server):
19465         * gnus-kill.el (gnus-batch-score):
19466         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19467         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19468         (gnus-group-update-group, gnus-group-read-group)
19469         (gnus-group-make-group, gnus-group-make-help-group)
19470         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19471         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19472         (gnus-group-sort-by-unread, gnus-group-catchup)
19473         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19474         (gnus-group-yank-group, gnus-group-set-info)
19475         (gnus-group-list-groups):
19476         * gnus.el (gnus-generate-new-group-name):
19477         * gnus-delay.el (gnus-delay-send-queue):
19478         * nnvirtual.el (nnvirtual-catchup-group):
19479         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19480         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19481         (gnus-group-prepare-topics, gnus-topic-check-topology):
19482         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19483         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19484         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19485         (gnus-group-make-articles-read):
19486         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19487         (gnus-group-change-level, gnus-kill-newsgroup)
19488         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19489         (gnus-get-unread-articles, gnus-make-articles-unread)
19490         (gnus-make-ascending-articles-unread): Use accessor
19491         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19492         to get group information for improved readability.
19493
19494
19495 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19496
19497         * gnus-art.el (article-decode-mime-words, article-babel)
19498         (gnus-article-highlight-signature, gnus-article-add-buttons)
19499         (gnus-signature-toggle): Use gnus-with-article-buffer.
19500
19501         * gnus-art.el (gnus-article-highlight-headers)
19502         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19503
19504         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19505         (gnus-article-set-globals, gnus-request-article-this-buffer)
19506         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19507         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19508         (gnus-mime-display-alternative): Use with-current-buffer.
19509
19510 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19511
19512         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19513         also under 80 char limit, and call gnus-error if needed.
19514         (spam-fetch-article-header): Fix - it was a
19515         buffer-local variable (gnus-newsgroup-data).
19516         (spam-find-spam): Use spam-generate-fake-headers, forget about
19517         spam-insert-fake-headers.
19518         (spam-insert-fake-headers): Remove.
19519
19520 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19521
19522         * deuglify.el (gnus-article-outlook-unwrap-lines)
19523         (gnus-outlook-rearrange-article)
19524         (gnus-outlook-repair-attribution-outlook)
19525         (gnus-outlook-repair-attribution-block)
19526         (gnus-outlook-repair-attribution-other): Remove redundant
19527         save-excursion.
19528
19529 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19530
19531         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19532         (spam-fetch-field-subject-fast)
19533         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19534         (spam-fetch-article-header): Add functions to deal with Gnus
19535         internals for fast retrieval of article header data.
19536         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19537
19538 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19539
19540         * pop3.el (pop3-md5): Remove.
19541         (pop3-apop): Replace pop3-md5 with md5.
19542
19543         * mm-bodies.el: base64 is always built-in.
19544
19545         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19546         Use with-current-buffer.
19547
19548 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19549
19550         * canlock.el (canlock-insert-header): Remove excessive grouping in
19551         regexp.
19552
19553         * gnus-sum.el (gnus-summary-read-document): Ditto.
19554
19555         * gnus-uu.el (gnus-uu-part-number): Ditto.
19556
19557         * html2text.el (html2text-remove-tags): Ditto.
19558         (html2text-format-tags): Ditto.
19559         (html2text-format-single-elements): Ditto.
19560
19561         * mml.el (mml-parse-1): Ditto.
19562
19563 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19564
19565         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19566
19567         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19568
19569         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19570
19571         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19572
19573 2003-11-15  Simon Josefsson  <jas@extundo.com>
19574
19575         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19576         (pgg-gpg-lookup-key): Use regexp match instead of
19577         split-string (split-string is different between emacs 21.2 and
19578         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19579
19580 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19581
19582         * gnus-art.el (gnus-mime-view-all-parts)
19583         (gnus-article-part-wrapper, gnus-article-view-part):
19584         Use with-current-buffer.
19585
19586 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19587
19588         * spam.el (spam-disable-spam-split-during-ham-respool)
19589         (spam-spamoracle-database, spam-cache-lookups)
19590         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19591         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19592         (spam-group-ham-marks, spam-group-spam-marks)
19593         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19594         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19595         also add spam-use-blackholes to the statistical checks.
19596         (spam-fetch-field-fast): Add interface to fetching fields, may
19597         become a macro.
19598         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19599         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19600         (spam-insert-fake-headers): Fake an article when needed.
19601         (spam-find-spam): Fake article when possible.
19602         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19603         (spam-check-bogofilter-headers): Use message-fetch-field instead
19604         of nnmail-fetch-field.
19605
19606 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19607
19608         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19609
19610 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19611
19612         * spam.el (spam-split): Do not require spam-use-CHECK to be
19613         enabled if that check is passed to spam-split explicitly; also
19614         fix so 'spam doesn't get converted to spam-split-group when
19615         spam-split-symbolic-return is t.
19616         (spam-find-spam): Find registrations of the article and use those
19617         instead of re-running spam-split to find the spam/ham
19618         classification of the article.
19619         (spam-log-processing-to-registry, spam-log-registered-p)
19620         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19621         Use gnus-error instead of gnus-message.
19622         (spam-log-registration-type): Add function to determine the
19623         classification of a message based on registry entries; will
19624         return nil if both 'spam and 'ham are found.
19625         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19626         a reasonably fast local cache without the loading errors.
19627         (spam-cache-lookups): Set to t by default.
19628         (spam-find-spam): Don't try to guess spam-cache-lookups.
19629         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19630         spam-caches entry.
19631         (spam-filelist-build-cache, spam-filelist-check-cache):
19632         Fix caching of whitelist/blacklist entries.
19633         (spam-check-whitelist, spam-check-blacklist):
19634         Invoke spam-from-listed-p with a type, not a cache variable.
19635         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19636
19637 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19638
19639         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19640
19641         * nnmail.el (nnmail-split-fancy): do.
19642
19643         * mml.el (mml-parse): do.
19644
19645         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19646         (gnus-score-adaptive): do.
19647
19648 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19649
19650         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19651         (gnus-mime-button-map): Don't set keymap parent.
19652         (gnus-button-ctan-directory-regexp): Use shy grouping.
19653         (gnus-prev-page-map): Don't set keymap parent.
19654         (gnus-prev-page-map): Remove duplicated one.
19655         (gnus-next-page-map): Don't set keymap parent.
19656         (gnus-mime-security-button-map): Ditto.
19657
19658         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19659         version number.
19660
19661         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19662
19663 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19664
19665         * canlock.el (canlock-sha1-function): Remove.
19666         (canlock-sha1-function-for-verify): Remove.
19667         (canlock-openssl-program): Remove.
19668         (canlock-openssl-args): Remove.
19669         (canlock-ignore-errors): Remove.
19670         (canlock-sha1-with-openssl): Remove.
19671         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19672         (canlock-verify): Don't use canlock-ignore-errors.
19673
19674         * sha1-el.el (sha1-string-external): Make it can return a string
19675         in binary form.
19676         (sha1-region-external): Ditto.
19677         (sha1-string-internal): Ditto.
19678         (sha1-region-internal): Ditto.
19679         (sha1-region): Ditto.
19680         (sha1-string): Ditto.
19681         (sha1): Ditto.
19682
19683 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19684
19685         * spam.el (spam-report-articles-gmane): New command.
19686
19687 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19688
19689         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19690
19691         * run-at-time.el (run-at-time-saved): Remove.
19692         (run-at-time): Doc fix.
19693
19694 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19695
19696         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19697         (gnus-summary-limit-map): Add it.
19698         (gnus-summary-make-menu-bar): do.
19699
19700 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19701
19702         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19703         Make attempt at some caching support (done for BBDB only now).
19704         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19705         addresses to be checked.
19706         (spam-clear-cache-BBDB): Add function, to be invoked by
19707         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19708         (spam-check-BBDB): Check and use the caches, if
19709         spam-cache-lookups is on, remove superfluous (provide).
19710
19711 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19712
19713         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19714
19715 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19716
19717         * run-at-time.el (run-at-time-saved): Move to after the definition
19718         of `run-at-time'.
19719
19720         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19721
19722 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19723
19724         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19725         mm-w3m-local-map-property.
19726
19727         * mm-view.el (mm-w3m-mode-map): Remove.
19728         (mm-w3m-local-map-property): Remove.
19729         (mm-inline-text-html-render-with-w3m): Don't use
19730         mm-w3m-local-map-property.
19731
19732 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19733
19734         * run-at-time.el: New file.
19735
19736         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19737         under Emacs.
19738
19739         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19740         of gnus-set-text-properties.
19741
19742         * gnus-uu.el (gnus-uu-save-article): Ditto.
19743
19744         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19745
19746         * gnus-cite.el (gnus-cite-parse): Ditto.
19747
19748         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19749         of gnus-.
19750
19751         * gnus-xmas.el (run-at-time): Require run-at-time.
19752
19753         * gnus.el: Change calls to nnheader-run-at-time and
19754         password-run-at-time throughout to use run-at-time directly.
19755
19756         * password.el: Remove definition of run-at-time.
19757
19758         * nnheaderxm.el: Remove definition of run-at-time.
19759
19760 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19761
19762         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19763         in prompt.
19764
19765 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19766
19767         * messagexmas.el (message-xmas-redefine): Alias
19768         `message-make-caesar-translation-table' to
19769         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19770         version.
19771
19772         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19773         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19774         `gnus-xmas-set-text-properties'.
19775         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19776         `gnus-xmas-completing-read'.
19777         (gnus-xmas-completing-read): Removed.
19778         (gnus-xmas-open-network-stream): Removed.
19779
19780         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19781         XEmacs version.
19782
19783         * dns.el (dns-make-network-process): Use `open-network-stream'
19784         instead of `gnus-xmas-open-network-stream'.
19785
19786         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19787
19788         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19789
19790 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19791
19792         * gnus-art.el (gnus-mime-display-alternative)
19793         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19794         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19795         Don't use gnus-local-map-property.
19796
19797         * gnus-util.el (gnus-local-map-property): Remove.
19798
19799         * mm-view.el (mm-view-pkcs7-decrypt):
19800         Replace gnus-completing-read-maybe-default with completing-read.
19801
19802         * gnus-util.el (gnus-completing-read): do.
19803         (gnus-completing-read-maybe-default): Remove.
19804
19805 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19806
19807         * password.el: Only autoload `run-at-time' if not XEmacs.
19808         Only autoload the itimer functions if XEmacs.
19809
19810 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19811
19812         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19813         XEmacsen.
19814
19815         * dgnushack.el: Autoload executable-find for XEmacs.
19816
19817 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19818
19819         * gnus-art.el (gnus-read-string): Remove.
19820         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19821         read-string.
19822
19823 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19824
19825         * netrc.el: Autoload password-read.
19826         (netrc): Add configuration group.
19827         (netrc-encoding-method, netrc-openssl-path):
19828         Add variables for encoding and decoding of files with symmetric
19829         ciphers.
19830         (netrc-encode): Add assistant function to encode a file with
19831         netrc-encoding-method.
19832         (netrc-parse): Add interactive parameter, added optional
19833         decoding if netrc-encoding-method is non-nil but otherwise
19834         behavior is standard.
19835         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19836         Do s/encode/encrypt/ everywhere.
19837
19838         * spam.el: Remove executable-find autoload.
19839
19840 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19841
19842         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19843
19844         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19845
19846 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19847
19848         * gnus-art.el (gnus-treat-ansi-sequences)
19849         (article-treat-ansi-sequences): New variable and function.
19850         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19851
19852         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19853         Use it.
19854
19855 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19856
19857         * mm-util.el (mm-quote-arg): Remove.
19858
19859         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19860         shell-quote-argument.
19861
19862         * gnus-uu.el (gnus-uu-command): do.
19863
19864         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19865
19866         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19867         with make-char.
19868
19869         * mm-util.el (mm-make-char): Remove.
19870
19871         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19872         add-minor-mode.
19873
19874         * gnus-undo.el (gnus-undo-mode): do.
19875
19876         * gnus-topic.el (gnus-topic-mode): do.
19877
19878         * gnus-sum.el (gnus-dead-summary-mode): do.
19879
19880         * gnus-start.el (gnus-slave-mode): do.
19881
19882         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19883
19884         * gnus-ml.el (gnus-mailing-list-mode): do.
19885
19886         * gnus-gl.el (gnus-grouplens-mode): do.
19887
19888         * gnus-draft.el (gnus-draft-mode): do.
19889
19890         * gnus-dired.el (gnus-dired-mode): do.
19891
19892         * gnus-ems.el (gnus-add-minor-mode): Remove.
19893
19894         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19895         Replace gnus-char-width with char-width.
19896
19897         * gnus-ems.el (gnus-char-width): Remove.
19898
19899         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19900         Replace gnus-char-width with char-width.
19901
19902         * gnus-ems.el (gnus-char-width): Remove.
19903
19904         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19905         definition.
19906         Remove Emacs 20 hash table compatibility code.
19907
19908         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19909         20 compatibility code.
19910
19911         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19912
19913         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19914
19915         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19916         Replace with point-at-{eol,bol}.
19917
19918         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19919
19920         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19921
19922         * flow-fill.el (fill-flowed-point-at-bol)
19923         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19924
19925         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19926         Replace with point-at-{eol,bol} throughout all files.
19927
19928 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19929
19930         * ntlm.el (ntlm-string-as-unibyte): New macro.
19931         (ntlm-build-auth-response): Use it.
19932
19933         Remove Emacs 20 stuff:
19934         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19935         (butlast, mapc, remove): Remove the compiler macros.
19936         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19937         of delq and copy-sequence.
19938         * gnus-art.el (popup-menu): Remove the compiler macro.
19939         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19940         Emacs 20.
19941
19942 2004-01-05  Simon Josefsson  <jas@extundo.com>
19943
19944         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19945         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19946         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19947         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19948         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19949         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19950         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19951         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19952         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19953         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19954         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19955         string-xor into ntlm-string-xor.
19956         Suggested by Jesper Harder <harder@myrealbox.com>.
19957
19958         * ntlm.el: Don't include poem.
19959
19960         * md4.el (print-int32, print-string-hexa): Remove.
19961         Suggested by Jesper Harder <harder@myrealbox.com>.
19962
19963         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19964
19965         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19966         probably breaks emacs with DL patch, but do we care? Is anyone
19967         still using the DL stuff?)
19968
19969         * sieve-manage.el: Use the password package.
19970         (sieve-manage-read-passwd): Remove.
19971         (sieve-manage-interactive-login): Use password.  Re-add
19972         condition-case around loop.
19973
19974         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19975         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19976         Use the password package.
19977
19978 2003-02-19  Simon Josefsson  <jas@extundo.com>
19979
19980         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19981         token.
19982
19983 2002-08-07  Simon Josefsson  <jas@extundo.com>
19984
19985         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19986         (sieve-manage-authenticators):
19987         (sieve-manage-authenticator-alist): Add some SASL mechs.
19988         (sieve-sasl-auth): New function.
19989         (sieve-manage-cram-md5-auth):
19990         (sieve-manage-plain-auth): Rewrite using SASL library.
19991         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19992         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19993         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19994         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19995
19996 2004-01-05  Simon Josefsson  <jas@extundo.com>
19997
19998         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19999         New files.
20000
20001 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20002
20003         * gnus-group.el (gnus-no-groups-message): Update.
20004
20005         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20006
20007 2003-11-09  Simon Josefsson  <jas@extundo.com>
20008
20009         * imap.el: Support for ID IMAP extension (RFC 2971).
20010         (imap-local-variables): Add imap-id.
20011         (imap-id): New variable.
20012         (imap-id): New function.
20013         (imap-parse-response): Parse untagged ID response.
20014         * nnimap.el (nnimap-id): New variable.
20015         (nnimap-open-connection): Use it.
20016
20017 2003-12-28  Simon Josefsson  <jas@extundo.com>
20018
20019         * gnus-score.el (gnus-score-edit-all-score): New.
20020         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20021
20022 2004-01-04  Simon Josefsson  <jas@extundo.com>
20023
20024         * password.el: Add.
20025
20026 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20027
20028         * dns.el (dns-query-types): Fix typo.
20029         (dns-query-types): New function.
20030         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20031         PTR and SOA replies, see RFC 1035.
20032
20033 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20034
20035         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20036
20037         * Move to Changelog.2.
20038
20039 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20040
20041         * gnus.el (gnus-version-number): Bump version.
20042
20043 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20044
20045         * gnus.el: No Gnus v0.1 is released.
20046
20047 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20048
20049         * gnus.el: No Gnus v0.0 is released.
20050
20051 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20052
20053         * gnus.el (gnus-version-number): Bump.
20054         (gnus-version): No.
20055
20056 See ChangeLog.2 for earlier changes.
20057
20058     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
20059       Free Software Foundation, Inc.
20060
20061   This file is part of GNU Emacs.
20062
20063   GNU Emacs is free software: you can redistribute it and/or modify
20064   it under the terms of the GNU General Public License as published by
20065   the Free Software Foundation, either version 3 of the License, or
20066   (at your option) any later version.
20067
20068   GNU Emacs is distributed in the hope that it will be useful,
20069   but WITHOUT ANY WARRANTY; without even the implied warranty of
20070   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20071   GNU General Public License for more details.
20072
20073   You should have received a copy of the GNU General Public License
20074   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20075
20076 ;; Local Variables:
20077 ;; coding: utf-8
20078 ;; fill-column: 79
20079 ;; add-log-time-zone-rule: t
20080 ;; End: